summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't zero b_dirtyoff and b_dirtyend on error.dfr1997-04-251-3/+3
* copyin the export network mask to the correct variable.peter1997-04-252-4/+4
* Restore memory space separation (RFMEM) for vfork() afterache1997-04-231-1/+1
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()ache1997-04-232-17/+26
* Give up on the fast vfork() for a while.dyson1997-04-231-2/+2
* Re-institute the efficent version of vfork. It appears to make adyson1997-04-201-2/+2
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.bde1997-04-191-8/+11
* Don't allow partial buffers to be cluster-comitted.dfr1997-04-181-1/+2
* Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugsdg1997-04-181-3/+14
* #include <sys/queue.h>phk1997-04-141-1/+2
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-141-9/+7
* Make a problem that I cannot reproduce go away for now. This commitdyson1997-04-141-2/+2
* Improve the buffer cache memory policy by moving pages over to thedyson1997-04-131-13/+12
* Correct the previous thread-fix commit. I made a clerical error.dyson1997-04-131-13/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-135-11/+62
* Effectively remove the previous commit to fix threads forking. Thedyson1997-04-121-3/+7
* Allow a kernel-supported process thread to do an exec without blastingdyson1997-04-111-7/+24
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-093-66/+3
* Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c nobde1997-04-091-2/+2
* Remove explicit zero of p_vmspace on creation, it's now in the startzeropeter1997-04-071-6/+1
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-074-68/+41
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-071-4/+4
* Make MOD_* macros almost consistent:dufault1997-04-061-5/+5
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* [Previous comment was incorrect for these files]dfr1997-04-044-4/+4
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-046-8/+194
* Killed unnecessary vp == NULL check after namei.dg1997-04-041-5/+1
* Oops, only free component name buffer if namei() didn't. This bug hasdg1997-04-041-3/+4
* Various fixes:dg1997-04-041-22/+21
* Lose the vnode lock on a permissions failure.dg1997-04-041-2/+4
* Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticedpeter1997-04-021-5/+9
* Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt.bde1997-04-012-10/+8
* Use OID_AUTO instead of magic number for the old sysctl debug.rcluster.bde1997-04-011-16/+3
* Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. Thebde1997-04-011-8/+4
* Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.bde1997-04-011-5/+3
* Fixed commented-out Lite2 sysctl debug.lockpausetime.bde1997-04-011-5/+6
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Implement code for an OpenBSD-style issetuigid().peter1997-03-311-1/+26
* Regenerate (added issetugid)peter1997-03-312-4/+4
* issetugid is now implemented rather than reservedpeter1997-03-311-2/+2
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-11/+20
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-9/+15
* Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1peter1997-03-311-31/+132
* Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groupspeter1997-03-311-6/+20
* In accept1(), falloc() is called after the process has awoken, but priordg1997-03-313-12/+28
* Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INITpeter1997-03-312-2/+82
* Regeneratepeter1997-03-312-2/+8
* Reserve 252 (poll, first in OpenBSD)peter1997-03-311-1/+4
* Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-312-140/+38
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-29/+38
OpenPOWER on IntegriCloud