summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-253-6/+4
* s/alredy/already/ in the comments and the log message.kib2008-07-251-5/+5
* - Provide kernelname as the name for process with P_KTHREAD set asjeff2008-07-251-1/+5
* Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparentlyivoras2008-07-241-1/+10
* Fix spelling error in commentjulian2008-07-241-1/+1
* Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain allmarius2008-07-241-0/+5
* Try again not to use a userspace pointer in the kernel when trying to recorddfr2008-07-241-1/+1
* Don't use a userspace pointer in the kernel when trying to record the hostnamedfr2008-07-241-8/+12
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-245-6/+51
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-244-4/+6
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.ed2008-07-232-1/+9
* Fix linux_alarm, the linux behaviour is to limit therdivacky2008-07-231-3/+6
* Remove debugging cruft.des2008-07-231-1/+0
* pjd@'s r180759 was intended to revert r180755 due to ipfilter breakage,des2008-07-231-1/+14
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
OpenPOWER on IntegriCloud