summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Update an instance of 'unprivileged_procdebug_permitted' missedrwatson2001-12-031-6/+6
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-038-17/+17
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-0310-63/+194
* Add missing declaration of ftime.dwmalone2001-12-031-0/+8
* Remove unused filed.dcs2001-12-031-29/+0
* Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 evenobrien2001-12-031-0/+1
* Fix typo.murray2001-12-031-1/+1
* Split out NAI Labs license and BSD license to prevent the accidentalgreen2001-12-032-9/+80
* o Uniformly copy uap arguments into local variables before grabbingrwatson2001-12-021-3/+1
* o Remove KSE race in setuid() in which oldcred was preserved before giantrwatson2001-12-021-1/+1
* o General style, formatting, etc, improvements:rwatson2001-12-021-167/+107
* make LOCKF_DEBUG kernel option work (sorta)alfred2001-12-021-10/+26
* ARG! committed the wrong patch!! I need more sleep :(sos2001-12-021-1/+1
* Oops, lost a line in the previous commit.sos2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallysos2001-12-022-17/+109
* Enable build of smbfs. It works now as before on both UP and MP machines.bp2001-12-021-2/+1
* Catch up with KSE changes.bp2001-12-025-155/+158
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-025-19/+56
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-0210-176/+188
* This is the first commit of the Intel gigabit driver forpdeuskar2001-12-0210-0/+7590
* Re-enable the ciss driver, now that it should be building again.msmith2001-12-021-1/+1
* Catch up with the proc -> d_thread_t change.msmith2001-12-022-5/+13
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-027-41/+217
* Allow for ip_output() to be called with a NULL route pointer.ru2001-12-012-6/+7
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).jkoshy2001-12-011-0/+5
* o Stop abusing MD headers with non-MD types.mike2001-12-018-21/+24
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenluigi2001-12-012-3/+22
* o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allowsrwatson2001-11-301-0/+13
* 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
OpenPOWER on IntegriCloud