summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can'trwatson2008-07-292-15/+3
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyrwatson2008-07-291-18/+11
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-296-19/+12
* style(9) - space after keywords, don't indent case.yongari2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationyongari2008-07-291-7/+4
* s/printf/device_printf/gyongari2008-07-292-23/+19
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...kmacy2008-07-294-221/+362
* Add missing jme(4), msk(4), nfe(4), re(4) and stge(4) in NOTES andyongari2008-07-291-0/+7
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.emax2008-07-291-28/+18
* Don't use memcpy() to copy several bytes.mav2008-07-281-40/+22
* Re-enable em(4) and igb(4) in NOTES.jhb2008-07-281-2/+2
* Remove a stale reference to sys/dev/ixgbe/tcp_lro.c.jhb2008-07-281-2/+0
* When choosing a CPU for a thread in a cpuset, prefer the last CPU that thejhb2008-07-281-1/+4
* Move inpcb lock higher to protect some nonbinding fields reading.mav2008-07-282-3/+6
* Really fix this.jhb2008-07-281-2/+1
* Properly check if td_name is empty and if it is, print process name,pjd2008-07-281-2/+2
* Remove a file that is not used and does not exist.antoine2008-07-281-1/+1
* Implement support for cpusets in the 4BSD scheduler.jhb2008-07-281-0/+116
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-282-19/+45
* Various and sundry style and whitespace fixes.jhb2008-07-281-74/+74
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* Correct an off-by-one error in the previous change to pmap_change_attr().alc2008-07-281-2/+4
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-2/+5
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-1/+1
* Add a check for 1GB page mappings to pmap_change_attr() so that it failsalc2008-07-281-1/+7
* Fix buffer discard index.yongari2008-07-281-1/+4
* - track maximum wait timekmacy2008-07-271-4/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-271-2/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-272-20/+14
* Style fixes to several function definitions.alc2008-07-272-16/+8
* Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB pagealc2008-07-271-9/+22
* Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel()pjd2008-07-271-3/+3
* - Move vp test for beeing NULL under IGNORE_LOCK().pjd2008-07-271-10/+7
* Add the ability to add new addresses for interfacesto just one FIBjulian2008-07-271-3/+23
* don't deauth a station because it sends a ps-poll w/ a bogus aid in it;sam2008-07-261-2/+8
* Increase UDBHASHSIZE from 16 to 128 items.mav2008-07-261-1/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* Register the interrupt handler at the end of wi_attach rather than atimp2008-07-261-13/+11
* Return arc4_i = arc4_j = 0; line from previous backing out sinceache2008-07-261-0/+1
* Fill in a few sysctl descriptions.trhodes2008-07-262-31/+39
* Fill in sysctl descriptions.trhodes2008-07-261-10/+18
* Fill in BPF sysctl descriptions.trhodes2008-07-251-2/+2
* Begin the sysctl descriptions with a capital letter.trhodes2008-07-252-6/+6
* - Connect ds1339 to the build infrastructure.stas2008-07-251-0/+1
* - Add driver for Dallas Semiconductor DS1339 RTC sittingstas2008-07-251-0/+232
* Per rwatson's request:ache2008-07-251-7/+4
* Move ttyinfo() into its own C file.ed2008-07-253-269/+318
OpenPOWER on IntegriCloud