summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MFV of tzdata2011a, r218120edwin2011-01-312-23/+52
* o Add user 'hast'.maxim2011-01-312-0/+2
* Yet another unimplemented futex operation, print out about.dchagin2011-01-312-0/+8
* Implement a futex BITSET op.dchagin2011-01-312-25/+46
* Update interface stats counters to match the current format in linux andbz2011-01-311-8/+31
* Release the free page queues lock earlier in vm_page_alloc().alc2011-01-301-2/+7
* sh: Send messages about signals to stderr.jilles2011-01-302-5/+15
* Regen for r218101.dchagin2011-01-302-6/+6
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-302-4/+4
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-302-14/+0
* Fix grammar in comment.kib2011-01-301-1/+1
* Make ldd(1) work when versioned dependency file is cannot be loaded.kib2011-01-301-4/+13
* Fix the 'scan hang' issue.bschmidt2011-01-301-2/+6
* Instead of always returning 0 to a scan request, indicate if there isbschmidt2011-01-301-4/+5
* Change return code semantics of start_scan_locked(). Instead of reportingbschmidt2011-01-301-1/+2
* When doing a scan while being associated it is possible that the scanbschmidt2011-01-301-0/+1
* 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
OpenPOWER on IntegriCloud