aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use time_uptime instead of getnanotime for accouting integer number of seconds.Alexander V. Chernikov2012-06-161-6/+4
* Set netflow v9 observation domain value to fib number instead of node id.Alexander V. Chernikov2012-06-161-1/+1
* Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.Alexander V. Chernikov2012-06-161-1/+1
* Revert r237073. 'td' can be NULL here.Pawel Jakub Dawidek2012-06-161-3/+1
* Shuffle some more fields in ath_buf so it's not too big.Adrian Chadd2012-06-163-10/+26
* Shave four (or eight) bytes off of ath_buf - this field isn't used.Adrian Chadd2012-06-161-2/+0
* Throw this debug behind bootverbose. The information isn't all thatWarner Losh2012-06-161-3/+4
* Remove stray line from merge.Warner Losh2012-06-151-1/+0
* Oops - use the actual 11n enable option.Adrian Chadd2012-06-152-2/+2
* If debug values were set, the default from tval floatedMatt Jacob2012-06-151-0/+1
* One more attempt to make prototypes formated according to style(9), whichPawel Jakub Dawidek2012-06-151-15/+16
* Use right size when freeing unneeded GTT mapping.Konstantin Belousov2012-06-151-1/+1
* Make it possible to link together a sam and an rm kernel. The resultsWarner Losh2012-06-155-123/+149
* These options are unused, and can safely be retired.Warner Losh2012-06-152-5/+0
* This hints file doesn't actually do anything, and besides it is commentedWarner Losh2012-06-151-1/+0
* Collapse the files.at91 and files.at91sam9 back into files.at91.Warner Losh2012-06-154-42/+24
* Fix a global shadowing problem when LINUX_BOOT_ABI was defined.Warner Losh2012-06-151-2/+2
* Take half a step closer towards having a unified atmel kernel byWarner Losh2012-06-153-34/+28
* Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.Adrian Chadd2012-06-152-0/+4
* Convert ath(4) to just use ieee80211_suspend_all() and ieee80211_resume_all().Adrian Chadd2012-06-151-0/+16
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersMarius Strobl2012-06-141-2/+5
* - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.Marius Strobl2012-06-143-83/+77
* Fix a braino in r236469; the number of DMA tags required for handlingMarius Strobl2012-06-142-8/+6
* Improve the functionality of the PORTS_MODULES knob by addingDoug Barton2012-06-141-2/+23
* Fix missing straggler for the move to parse_boot_param()Warner Losh2012-06-141-1/+1
* Update a couple comments to reflect r235598.Alan Cox2012-06-141-2/+2
* Correctly identify the function in a KASSERT().Alan Cox2012-06-141-2/+3
* Update comment.Pawel Jakub Dawidek2012-06-141-1/+1
* Remove fdtofp() function and use fget_locked(), which works exactly the same.Pawel Jakub Dawidek2012-06-141-20/+8
* Explicitly assert that the filedesc lock is held when the fget_locked()Pawel Jakub Dawidek2012-06-141-1/+6
* Assert that the filedesc lock is being held when the fdunwrap() functionPawel Jakub Dawidek2012-06-141-0/+2
* Add more quirks for USB MIDI adapters.Hans Petter Selasky2012-06-142-0/+29
* Simplify the code by making more use of the fdtofp() function.Pawel Jakub Dawidek2012-06-141-7/+4
* - Assert that the filedesc lock is being held when fdisused() is called.Pawel Jakub Dawidek2012-06-141-2/+4
* Style fixes and assertions improvements.Pawel Jakub Dawidek2012-06-141-6/+7
* Assert that the filedesc lock is not held when closef() is called.Pawel Jakub Dawidek2012-06-141-1/+3
* Add FILEDESC_UNLOCK_ASSERT() macro which asserts that the filedesc is notPawel Jakub Dawidek2012-06-141-0/+1
* Explicitly check if 'fd' is less than 0 instead of using cast-to-unsinged hack.Pawel Jakub Dawidek2012-06-141-1/+1
* Style fixes.Pawel Jakub Dawidek2012-06-141-17/+16
* Defines for parsing linux ATAGs lists.Warner Losh2012-06-141-0/+129
* Remove code duplication from fdclosexec(), which was the reason of the bugPawel Jakub Dawidek2012-06-141-30/+19
* When we are closing capabilities during exec, we want to call mq_fdclose()Pawel Jakub Dawidek2012-06-141-3/+9
* Style.Pawel Jakub Dawidek2012-06-141-19/+14
* Always reconstruct partition entries in the PMBR when Boot Camp isAndrey V. Elsukov2012-06-141-13/+10
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-149-103/+282
* Shrink ath_buf a little more:Adrian Chadd2012-06-141-7/+8
* More Linux boot support. Create arm_dump_avail_init() to initializeWarner Losh2012-06-147-49/+54
* Add support for parsing Linux ATAGs such as you'd see from uboot orWarner Losh2012-06-143-23/+116
* Disable BGSCAN for 802.11n for now. Until scanning during traffic isAdrian Chadd2012-06-141-6/+2
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportWarner Losh2012-06-145-37/+55