summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-181-14/+7
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
* Removed an unused #include.bde1997-11-181-3/+1
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
* Removed unused #include.bde1997-11-183-9/+3
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-132-6/+6
* Set return value for the correct process in ptrace().tegge1997-11-121-5/+5
* Reviewed by: various.julian1997-11-124-24/+28
* MF22: MSG_EOR bug fix.jkh1997-11-091-3/+9
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-071-7/+7
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-0723-64/+36
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0633-786/+528
* Remove the long description from the in-kernel datastructure.phk1997-10-281-1/+4
* Removed unused #includes.bde1997-10-2810-27/+10
* Fixed style bugs in open() fix.bde1997-10-282-8/+10
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-4/+1
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
* VFS interior redecoration.phk1997-10-264-404/+208
* Remade syscalls.master derived files.phk1997-10-262-20/+4
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".phk1997-10-262-18/+21
* Simplify the lease_check stuff.phk1997-10-263-33/+11
* make a couple functions static...jmg1997-10-242-6/+6
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-232-2/+16
* Reject attempts to call open() with an illegal combination of O_RDONLY,joerg1997-10-222-4/+8
* Add const to a couple of casts to silence some of the warnings Brucephk1997-10-211-3/+3
* Fix returned sleep period for large valuesache1997-10-201-3/+5
* kern.maxproc is not writable since there are tables that are staticallydg1997-10-191-2/+2
* Killed non-sensical call to splimp/splx in crfree().dg1997-10-171-5/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-0/+45
* VFS clean up "hekto commit"phk1997-10-161-0/+3
* Another VFS cleanup "kilo commit"phk1997-10-162-28/+77
* Oops. forgot the blasted cvs add.phk1997-10-161-0/+101
* VFS mega cleanup commit (x/N)phk1997-10-163-56/+6
* We are mounting the root.julian1997-10-162-4/+4
* On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidguido1997-10-151-3/+4
* Sigh. Signal handlers are executed on leaving the system call, notpeter1997-10-151-8/+2
* vnops megacommitphk1997-10-151-3/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-1230-55/+78
* Try and fix some style problemspeter1997-10-121-15/+18
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-1114-14/+44
* Freeing with unknown type is a panic kind of thing.phk1997-10-111-2/+2
* Remove all traces of M_VFSCONF, which were for all practicalphk1997-10-111-3/+1
* Remove a debug printf entirely.phk1997-10-111-4/+1
* Disable an extremely annoying printf.peter1997-10-111-1/+3
* Dike out a weird warning.phk1997-10-112-2/+6
OpenPOWER on IntegriCloud