summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The transmit burst limit for newreno completely breaks TCP's performancedillon2001-11-301-0/+10
* o Further sysctl name simplification, generally stripping 'permitted',rwatson2001-11-301-9/+9
* o Move current inhabitants of kern.security to kern.security.bsd, sorwatson2001-11-301-14/+16
* Add a couple of minor changes.iwasaki2001-11-301-2/+5
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* README.extattr incorrectly specified sample command lines forrwatson2001-11-301-2/+2
* During SIOCAIFADDR, if in_ifinit() fails and we've already added anbrian2001-11-301-24/+39
* cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64peter2001-11-302-2/+2
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-304-42/+35
* * Don't use critical_enter/critical_exit when accessing the VHPT - itsdfr2001-11-301-17/+21
* Per jlemon request, reintroduce some printf() when anluigi2001-11-293-9/+24
* For i386 architecture, remove an expensive m_devget() (and theluigi2001-11-292-62/+80
* fix DIAGNOSTIC panic caused by proc/thread typogallatin2001-11-291-1/+1
* Return a POSIX-compliant error for write(2) failure.green2001-11-281-1/+1
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improverwatson2001-11-281-13/+10
* When a socket is not connected, allow the peer "struct sockaddr"archie2001-11-282-13/+77
* Fix indentation after removing GEMDOS support. Whitespace changes only.jhb2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-282-3/+3
* Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier tojhb2001-11-281-2/+4
* Remove ciss from the modules build until the build issues are resolved.imp2001-11-281-1/+1
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Fix a typo in a commentbrian2001-11-281-1/+1
* Remove the need for an expensive m_devget on the i386, which does notluigi2001-11-281-39/+41
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
* Regen after addition of the Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+7
* Add Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+2
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.iwasaki2001-11-281-0/+14
* Add Buffalo AirStation 11Mbps CF WLAN card.imp2001-11-281-0/+1
* Sync to 1.24imp2001-11-281-2/+8
* Merge from NetBSD:imp2001-11-281-1/+3
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-285-13/+13
* Merge local changes.msmith2001-11-289-440/+575
* This commit was generated by cvs2svn to compensate for changes in r87031,msmith2001-11-2889-3982/+3280
|\
| * Vendor import of the Intel ACPI CA 20011120 snapshot.msmith2001-11-2897-4422/+3853
* | Return a more meaningful errno when the length of the interpreterjwd2001-11-282-2/+2
* | Dont print the sysctl node tree unless you're root.peter2001-11-281-0/+5
* | Change to using my custom sparc64 binutils.obrien2001-11-281-8/+10
* | Clean up some of the gross macros whitespace wise before I fix the asmjhb2001-11-281-20/+22
* | Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-279-0/+4643
* | Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
* | Document the "console" setting in loader.conf, suggesting vidconsolerwatson2001-11-271-0/+6
* | ipfw_modevent(): Don't use an unnatural block to define a variabledd2001-11-271-3/+0
* | Remove debugging printfs that weren't conditional on any debuggingdd2001-11-271-2/+0
* | In icmp_reflect(): If the packet was not addressed to us and wasdd2001-11-271-2/+15
* | Implement a "kill" DDB command which is an interface to psignal() thatdd2001-11-271-0/+59
* | Add include of net/route.h, as structures moved around due to therwatson2001-11-271-0/+1
* | Fix a bug in the driver -- under load, the receive unit could becomeluigi2001-11-272-14/+13
* | Don't automatically unbind/deallocate memory when releasing.ru2001-11-272-20/+12
* | fixed the cast128 calculation with a short cipher key length.ume2001-11-273-5/+19
OpenPOWER on IntegriCloud