aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* unlock and destroy an llentry's lock before freeingKip Macy2008-12-162-0/+4
* add macro for destroying an llentry's rwlockKip Macy2008-12-161-1/+2
* unlock looked up llentrys in defrouter_selectKip Macy2008-12-161-0/+4
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...Kip Macy2008-12-161-2/+6
* Add some HDMI codec IDs.Alexander Motin2008-12-161-0/+10
* Add VIA VT1708B codec IDs.Alexander Motin2008-12-151-0/+16
* Fix ucastkey teardown for drivers that plumb clear keys or similarSam Leffler2008-12-151-1/+1
* remove extraneous ';'Sam Leffler2008-12-151-1/+1
* By default assume a 8139 chip if the EEPROM contents prove inconclusive. TheWilko Bulte2008-12-151-3/+9
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-1512-118/+100
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl2008-12-151-4/+17
* Unbreak ofwdump build by moving the pcell_t definition to after the kernelNathan Whitehorn2008-12-151-6/+6
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2Doug Ambrisko2008-12-152-2/+3
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-1527-505/+491
* - Disambiguate a few panic messages.Joseph Koshy2008-12-151-35/+37
* Add arpv2 management codeKip Macy2008-12-152-0/+502
* This main goals of this project are:Qing Li2008-12-1549-2224/+1507
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-159-33/+20
* Replace adhoc checks in ieee80211_start with a per-node flag thatSam Leffler2008-12-155-17/+19
* fix ini setupSam Leffler2008-12-151-1/+1
* Make the tp pointer available for debugging.Poul-Henning Kamp2008-12-141-0/+2
* Add __packed to the part sub-structure to compensate forMarcel Moolenaar2008-12-141-1/+1
* Combine ath rate control modules with ath after bringing ath_halSam Leffler2008-12-145-148/+61
* To avoid one doubtless netgraph SMP scalability limitation point, switchAlexander Motin2008-12-141-13/+32
* Bump the FTDI receive buffer size to 256 in order to improve throughput.Poul-Henning Kamp2008-12-141-22/+23
* Move the code that injects received characters into the tty system intoPoul-Henning Kamp2008-12-142-17/+23
* Add a check, that is currently under discussion for 8 but that we needBjoern A. Zeeb2008-12-141-0/+4
* Bug fix: %ebx needs to be preserved in the user callchain captureJoseph Koshy2008-12-141-4/+4
* Disconnect the efi from pc98. It's not needed.Yoshihiro Takahashi2008-12-141-1/+1
* Dont leak the rnh lock on error.Andrew Thompson2008-12-131-3/+3
* Revert rev. 183277:Alexander Motin2008-12-132-9/+2
* Remove node shutdown on tty close. This could be easily done by user-levelAlexander Motin2008-12-131-11/+0
* Like for tcp_subr.c in r186057 make the MD5 context a function localBjoern A. Zeeb2008-12-131-10/+10
* De-virtualize the MD5 context for TCP initial seq number generationBjoern A. Zeeb2008-12-132-12/+10
* Change ttyhook_register() second argument from thread to process pointer.Alexander Motin2008-12-134-11/+19
* Allow OFW syscons to restore itself when the X server exits or there is a VT ...Nathan Whitehorn2008-12-131-26/+38
* version that will compileKip Macy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrKip Macy2008-12-131-0/+2
* don't acquire lock recursivelyKip Macy2008-12-131-1/+1
* in6_addroute is called through rnh_addadr which is always called with the rad...Kip Macy2008-12-131-2/+2
* Add support for a console mouse pointer on Open Firmware syscons.Nathan Whitehorn2008-12-132-1/+85
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-1313-17/+41
* Use a static free packet queue instead of using malloc() to allocate new ADB ...Nathan Whitehorn2008-12-132-13/+28
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-134-31/+80
* Line wrap very long line in struct packet_filter_hook definition.Robert Watson2008-12-131-1/+2
* Quick change to r186026. One of the conditionals was:Mike Silbersack2008-12-131-1/+1
* Add FIONREAD to pseudo-terminal master devices.Ed Schouten2008-12-131-0/+10
* Add the sysctl debug.acpi.batt.batt_sleep_ms.Mike Silbersack2008-12-131-0/+34
* o remove dead codeSam Leffler2008-12-131-21/+4
* remove dead codeSam Leffler2008-12-131-12/+0