]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-02-01 pjdDo not set socket send and receive buffer. It will...
2011-02-01 adrianRefator the common code which calculates the 802.11g...
2011-02-01 lstewartFix typo in comment: "course" -> "coarse"
2011-02-01 lstewartImport an implementation of the CAIA-Hamilton-Delay...
2011-02-01 adrian* Add a rather hacky "does this speak the 11n TX descri...
2011-02-01 lstewartImport a clean-room implementation of the Hamilton...
2011-02-01 lstewartImport a clean-room implementation of the VEGAS congest...
2011-02-01 adrianAdd TX/RX chainmask info to if_ath - this is needed...
2011-02-01 adrianAdd a new capability which reports the number of spatia...
2011-02-01 jfvSupport for the new Patsburg PCH chipset:
2011-01-31 pjdFix build on ia64.
2011-01-31 pjdUntil I fix the build on ia64 comment out problematic...
2011-01-31 adrianRemove the now unneeded XXX.
2011-01-31 adrianEnable AMPDU reorder processing and receiving BAR frame...
2011-01-31 dougbLet rpcbind clean up after itself
2011-01-31 yongarialc_rev was used without initialization such that it...
2011-01-31 jfvSupport for the new DH89xxCC PCH chipset including:
2011-01-31 pjdImplement two new functions for sending descriptor...
2011-01-31 pjd- Use pjdlog for assertions and aborts as this will...
2011-01-31 pjdRename pjdlog_verify() to pjdlog_abort() as it better...
2011-01-31 adrianDon't incorrectly set the burst duration setting in...
2011-01-31 impMove the architecture guessing from Makefile.inc1 to...
2011-01-31 rrsMore ECN fixes:
2011-01-31 mmUse correct alphabetical order for xz(1) in SEE ALSO...
2011-01-31 mmAdd xz(1) support to newsyslog.
2011-01-31 edwinMFV of tzdata2011a, r218120
2011-01-31 maximo Add user 'hast'.
2011-01-31 dchaginYet another unimplemented futex operation, print out...
2011-01-31 dchaginImplement a futex BITSET op.
2011-01-31 bzUpdate interface stats counters to match the current...
2011-01-30 alcRelease the free page queues lock earlier in vm_page_al...
2011-01-30 jillessh: Send messages about signals to stderr.
2011-01-30 dchaginRegen for r218101.
2011-01-30 dchaginChange linux futex syscall definition to match actual...
2011-01-30 dchaginThe kern_wait() code already removes the SIGCHLD signal...
2011-01-30 kibFix grammar in comment.
2011-01-30 kibMake ldd(1) work when versioned dependency file is...
2011-01-30 bschmidtFix the 'scan hang' issue.
2011-01-30 bschmidtInstead of always returning 0 to a scan request, indica...
2011-01-30 bschmidtChange return code semantics of start_scan_locked(...
2011-01-30 bschmidtWhen doing a scan while being associated it is possible...
2011-01-30 uqssyscons: install all available kbdmaps
2011-01-30 adrianAdd support for the m25p64; lifted straight from Linux.
2011-01-30 bschmidtHonor the IEEE80211_SCAN_BGSCAN flag, which makes it...
2011-01-29 nwhitehornFix boot on SMP systems after r218075 by delaying CPU...
2011-01-29 bzRemove duplicate printing of TF_NOPUSH in db_print_tfla...
2011-01-29 marcelDon't operate on the parent of the PCI node. It's the...
2011-01-29 marcelCall newbus_device_create() for PCI devices. Call pci_f...
2011-01-29 marcelFix the interrupt code, broken 7 months ago. The interr...
2011-01-29 marcelHave nexus behave the same as the one on ARM (marvell...
2011-01-29 marcelIntroduce macro FDT_MAP_IRQ to map from an interrupt...
2011-01-29 rrsFixes to ECN in SCTP.
2011-01-29 alcReenable the call to vm_map_simplify_entry() from vm_ma...
2011-01-29 adrianAvoid writing CCA threshold values for the EXT radios...
2011-01-29 adrianBring over some NF calibration changes from ath9k.
2011-01-29 adrianFix some errors introduced w/ the last commit; fix...
2011-01-29 adrianLink in the 11n specific TX methods into the HAL.
2011-01-29 adrianMigrate the TX path code out of if_ath and into a separ...
2011-01-29 jchandraRewrite the ARCH check another way for backward compati...
2011-01-29 adrianAdd a check for the AR9285E; I have no idea what this is.
2011-01-29 dchaginMy style(9) bug.
2011-01-29 adrianBreak out the debug macros from if_ath.c into if_ath_de...
2011-01-29 adrianKeep this in sync with the ar5212 power rate table...
2011-01-29 gibbsFix bug in the netfront driver that caused excessive...
2011-01-29 andrewUse bus space functions rather than inw/outw
2011-01-29 andrewMove the load address of the kernel to the start of...
2011-01-28 kanEliminate the use of symlook_needed function in favor...
2011-01-28 marcelDon't use the MAC address in the device tree if it...
2011-01-28 pjdDrop privileges in worker processes.
2011-01-28 pjdImplement function that drops privileges by:
2011-01-28 pjdChange hast user home directory to /var/empty.
2011-01-28 pjdAdd 'hast' user and 'hast' group that will be used...
2011-01-28 pjdUse newly added descriptors_assert() function to ensure...
2011-01-28 pjdAdd function to assert that the only descriptors we...
2011-01-28 pjdClose all unneeded descriptors after fork(2).
2011-01-28 pjdAdd comments to places where we treat errors as ciritic...
2011-01-28 pjdAdd function to close all unneeded descriptors after...
2011-01-28 pjdInitialize all global variables on pjdlog_init().
2011-01-28 rrsKeep track of the real last RTT on each net.
2011-01-28 yongariFix logic error. Due to the bug, it incorrectly checked...
2011-01-28 rrsFix a bug in the way ECN-Echo chunk
2011-01-28 dchaginStyle(9) fixes.
2011-01-28 dchaginImplement a variation of the linux_common_wait() which...
2011-01-28 dchaginTo avoid excessive code duplication move struct rusage...
2011-01-28 kibIf more than one thread allocated sf buffers for sendfi...
2011-01-28 pluknetRemove SuperH architecture from a comment as we do...
2011-01-28 jillesDo not trip a KASSERT if /dev/null cannot be opened...
2011-01-28 aeDocument the "bios-boot" partition type.
2011-01-28 aeAdd new user-friendly aliases for partition types for...
2011-01-28 adrian(Mostly) teach ath_rate_sample about MCS rates.
2011-01-28 adrianMake space for the extended 802.11n MCS rate tables.
2011-01-28 adrianBring in some 802.11n packet duration calculation funct...
2011-01-28 hselasky- Remove double semicolon.
2011-01-28 jchandraCDDL fixes for MIPS n32.
2011-01-28 dchaginStyle(9) fix.
2011-01-27 jillessh: Add test for EXIT trap in command substitution.
2011-01-27 kiblinux_sigreturn() loads the struct trapframe from l_sig...
2011-01-27 yongariixgb(4) does not support altq(4) yet.
2011-01-27 yongariBackout r216577. ixgb(4) does not support altq(4) yet.
2011-01-27 pjdRemember created control connection so on fork(2) we...
next