aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-2176-76/+76
* Fix mmap security hole from NetBSD. Change the prototype of mmapWarner Losh1998-11-291-2/+2
* Reviewed by: Dyson, LuoqiMatthew Dillon1998-10-191-1/+14
* Back out my previous two commits. Shared vnode lock doesn't exist untilLuoqi Chen1998-08-291-3/+2
* Add missing #include <sys/lock.h>, it's needed for my previous commit.Luoqi Chen1998-08-291-1/+2
* MFC: Close a race window for getnewbuf() between shared lock holders ofLuoqi Chen1998-08-281-2/+2
* Brought in fix from rev 1.27: moved assignment of cur_rlp.David Greenman1998-08-051-2/+3
* Brought in fix from rev 1.37: only m_reclaim() if M_WAIT.David Greenman1998-07-271-3/+11
* asm->__asmJustin T. Gibbs1998-07-073-9/+9
* Brought in changes from rev 1.104: preserve MNT_ASYNC across failedDavid Greenman1998-07-031-1/+4
* MFC: make boot message buffer size configurable.Jordan K. Hubbard1998-06-252-17/+54
* MFC (rev.1.46: don't attempt to copy the whole slices "struct" forBruce Evans1998-06-061-2/+3
* MFC: Translate some traps to SIGSEGV instead of SIGBUS when running underThomas Gellekum1998-05-132-2/+4
* init_main.c:Justin T. Gibbs1998-05-064-45/+109
* MFC rev 1.44/45 (MAXPARTITIONS)David E. O'Brien1998-04-241-4/+2
* MFC: fix a compatibility slice aliasing bugJordan K. Hubbard1998-03-201-3/+13
* Merge from -current: if the root filesystem mount fails because theMike Smith1998-03-141-2/+10
* MFC: don't clobber flags.Jordan K. Hubbard1998-03-081-2/+3
* Brought in fix from rev 1.153: fix rounding error.David Greenman1998-03-051-2/+2
* Yikes, I thought I committed this already. More support for CODAJordan K. Hubbard1998-03-021-2/+6
* MFC: add uid's to struct socket.Guido van Rooij1998-03-022-2/+4
* Merge rev 1.37: clear so_error after reporting it in sosend().Bill Fenner1998-02-191-3/+7
* MFC: NO_LKM optionDima Ruban1998-02-181-3/+5
* Brought in change from rev 1.31: restrict idprio to superuser.David Greenman1998-02-041-1/+11
* MFC: better range checking to prevent attack.Jordan K. Hubbard1998-01-281-4/+27
* Update copyright to 1998.Wolfram Schneider1998-01-041-3/+3
* Brought in fix from rev 1.70: don't accidently free() struct buf's.David Greenman1997-12-161-4/+3
* MFS: fixes to avoid trampling sa_len fields in the presence of MSG_COMPATMike Smith1997-12-151-6/+8
* Submitted by: bdeDaniel O'Callaghan1997-12-022-17/+26
* Prevent bogus use of MSG_EOR with SOCK_STREAM sockets from panicingJordan K. Hubbard1997-11-091-3/+9
* MFC: On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidGuido van Rooij1997-10-261-3/+4
* MFC: reject illegal combinations of O_RDONLY, O_RDWR, and O_WRONLYJoerg Wunsch1997-10-231-2/+4
* MFC: rev 1.12: make kern.maxproc read-only.David Greenman1997-10-191-2/+2
* Fixed a bug where, under certain conditions, an unsuccessful umount ofDavid Greenman1997-10-011-2/+5
* YAMFC (1.38: reject attempts to set an in-core label which says thatBruce Evans1997-09-271-4/+10
* MFC: fix commentJulian Elischer1997-09-211-2/+6
* RegeneratePeter Wemm1997-09-032-30/+172
* YAMFC: activate issetugid(2)Peter Wemm1997-09-031-2/+2
* YAMFC: rev 1.27 DTRT when setgroups called from a program expecting sysvPeter Wemm1997-09-031-56/+215
* Add the new syscalls in use in -current so far. (as UNIMPL)Peter Wemm1997-09-031-15/+90
* Don't throw away metadata on local filesystems just because the vnodeTor Egge1997-09-011-4/+7
* MFC: (added hw.machine_arch).KATO Takenori1997-08-301-1/+7
* MFC:Julian Elischer1997-08-181-8/+10
* MFC: rev 1.9, don't allow PID 1 to compromise our securelevelJoerg Wunsch1997-08-171-2/+2
* Obey the process's umask when bind()ing a PF_LOCAL socket.Garrett Wollman1997-08-151-2/+2
* MFC:Julian Elischer1997-08-131-1/+8
* YAMCF:Julian Elischer1997-08-111-1/+24
* MFC: match rev 1.33Julian Elischer1997-08-081-2/+26
* Brought in fix from rev 1.64: fix for rfork security hole.David Greenman1997-08-041-10/+18
* MFC: patch possible user panic, warn about pty limitsJohn-Mark Gurney1997-08-011-13/+16