summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* syscons: install all available kbdmapsuqs2011-01-301-3/+3
* Add support for the m25p64; lifted straight from Linux.adrian2011-01-301-0/+1
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallybschmidt2011-01-301-0/+2
* Fix boot on SMP systems after r218075 by delaying CPU binding until anwhitehorn2011-01-291-3/+0
* Remove duplicate printing of TF_NOPUSH in db_print_tflags().bz2011-01-291-4/+0
* Don't operate on the parent of the PCI node. It's the PCI node itselfmarcel2011-01-291-32/+234
* Call newbus_device_create() for PCI devices. Call pci_from_fdt_node()marcel2011-01-291-7/+8
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-2915-202/+162
* Have nexus behave the same as the one on ARM (marvell SoCs), so as tomarcel2011-01-291-8/+17
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-293-2/+9
* Fixes to ECN in SCTP.rrs2011-01-299-53/+165
* Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non-alc2011-01-291-9/+5
* Avoid writing CCA threshold values for the EXT radios for non-HT40 channels.adrian2011-01-291-0/+6
* Bring over some NF calibration changes from ath9k.adrian2011-01-299-2/+128
* Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n...adrian2011-01-293-30/+28
* Link in the 11n specific TX methods into the HAL.adrian2011-01-295-10/+71
* Migrate the TX path code out of if_ath and into a separate source file.adrian2011-01-296-953/+1137
* Rewrite the ARCH check another way for backward compatibility.jchandra2011-01-291-1/+2
* Add a check for the AR9285E; I have no idea what this is.adrian2011-01-292-4/+20
* My style(9) bug.dchagin2011-01-291-1/+3
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .adrian2011-01-295-119/+254
* Keep this in sync with the ar5212 power rate table size.adrian2011-01-291-1/+1
* Fix bug in the netfront driver that caused excessive packet drops duringgibbs2011-01-291-12/+1
* Use bus space functions rather than inw/outwandrew2011-01-293-10/+11
* Move the load address of the kernel to the start of KVA as theandrew2011-01-291-4/+4
* Eliminate the use of symlook_needed function in favor of DAGS.kan2011-01-281-67/+47
* Don't use the MAC address in the device tree if it's all zeroesmarcel2011-01-281-19/+10
* Drop privileges in worker processes.pjd2011-01-282-0/+8
* Implement function that drops privileges by:pjd2011-01-283-0/+74
* Change hast user home directory to /var/empty.pjd2011-01-281-1/+1
* Add 'hast' user and 'hast' group that will be used by hastd (and maybe hastctl)pjd2011-01-282-0/+2
* Use newly added descriptors_assert() function to ensure only expectedpjd2011-01-282-0/+4
* Add function to assert that the only descriptors we have open are the onespjd2011-01-282-0/+142
* Close all unneeded descriptors after fork(2).pjd2011-01-282-12/+22
* Add comments to places where we treat errors as ciritical, but it is possiblepjd2011-01-281-0/+3
* Add function to close all unneeded descriptors after fork(2).pjd2011-01-282-1/+29
* Initialize all global variables on pjdlog_init().pjd2011-01-281-2/+3
* Keep track of the real last RTT on each net.rrs2011-01-282-1/+8
* Fix logic error. Due to the bug, it incorrectly checked TXQ statusyongari2011-01-281-1/+1
* Fix a bug in the way ECN-Echo chunkrrs2011-01-282-3/+19
* Style(9) fixes.dchagin2011-01-281-28/+28
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-284-63/+109
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* If more than one thread allocated sf buffers for sendfile(2), andkib2011-01-281-5/+12
* Remove SuperH architecture from a comment as we do not support it.pluknet2011-01-281-1/+1
* Do not trip a KASSERT if /dev/null cannot be opened for a setuid program.jilles2011-01-281-1/+1
* Document the "bios-boot" partition type.ae2011-01-281-1/+6
* Add new user-friendly aliases for partition types for the MBR andae2011-01-287-31/+78
* (Mostly) teach ath_rate_sample about MCS rates.adrian2011-01-282-94/+246
* Make space for the extended 802.11n MCS rate tables.adrian2011-01-281-1/+1
OpenPOWER on IntegriCloud