summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure we touch all the temporary files at startup, because we assumepeter1997-03-291-1/+3
* Add missing $Id$peter1997-03-251-0/+1
* Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43;peter1997-03-251-3/+2
* Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30peter1997-03-251-0/+1
* Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15peter1997-03-251-8/+14
* This commit was generated by cvs2svn to compensate for changes in r24269,peter1997-03-251-0/+531
|\
| * Import 4.4BSD-Lite2 onto CSRG branchpeter1997-03-251-0/+531
* | Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-243-6/+11
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-245-10/+15
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-1/+1
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-248-16/+8
* | Add generation number randomization. Newly created filesystems wil nowguido1997-03-232-2/+26
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-2319-29/+37
* | Restore Bruce's original comment. It seems that "iff" = if and only if,mpp1997-03-223-6/+6
* | Fix a typo in a comment of a recent commit.mpp1997-03-223-6/+6
* | Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-222-6/+5
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-226-28/+51
* | Add support to sendmsg()/recvmsg() for passing credentials betweenwpaul1997-03-211-3/+25
* | Fixed null pointer panic in devtotty(). Fixed bounds checking inbde1997-03-161-7/+13
* | Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashbde1997-03-081-14/+14
* | Fix style bugs and other bugs in the NFS fix.guido1997-03-081-6/+5
* | Remove unnecessary check for vp->v_mount being null. Pointeddyson1997-03-071-2/+2
* | Fix (I hope) the NFS hole. This is only compile tested.gpalmer1997-03-071-2/+7
OpenPOWER on IntegriCloud