summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1998-07-02I suppose debugging code can be removedTheo de Raadt
1998-07-02for sugid procs ensure that fd 0-2 are allocated slots (by pointing atTheo de Raadt
1998-06-27securelevels do NOT protect running binaries; only filesystem activityTheo de Raadt
1998-06-14fix compat shmctl/IPC_STATMatthieu Herrb
1998-06-12syncTheo de Raadt
1998-06-12ifdef the new sem/shm/msg syscallsTheo de Raadt
1998-06-11change ipc.h to use uid_t and friends, and then build compat system calls for...Theo de Raadt
1998-06-11syncTheo de Raadt
1998-06-11move shm/msg/sem calls because ipc.h is getting uid_t and friendsTheo de Raadt
1998-06-09do not permit ptrace attach to immutable executableTheo de Raadt
1998-06-09if we are being ptraced, do not permit execve of an immutable binaryTheo de Raadt
1998-06-07permit SIGUSR1/USR2 through as well in cansignal()Theo de Raadt
1998-06-02Integrated fix from NetBSD kern/5357.Constantine Sapuntzakis
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...Theo de Raadt
1998-06-02syncTheo de Raadt
1998-06-02const mlock(2) and munlock(2)Theo de Raadt
1998-05-30permit sig 0 (existance checking) to setuid parents; ibo@ragnarok.val-axs.netTheo de Raadt
1998-05-18add more signals to setuid part of cansignal()Theo de Raadt
1998-05-17convert CANSIGNAL() macro into a function, and then add significant constraintsTheo de Raadt
1998-05-17for acct(), vn_open() with O_APPEND flag so that append-only files work;Theo de Raadt
1998-05-11extra constTheo de Raadt
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
1998-05-11syncTheo de Raadt
1998-05-11const a few more callsTheo de Raadt
1998-05-11compile if iov_base is void *Theo de Raadt
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
1998-04-25syncTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-04-25typoNiklas Hallqvist
1998-04-06Missing wakeup in unmount error case, yet another amiga release staller :-)Niklas Hallqvist
1998-04-04default to console ddb offTheo de Raadt
1998-03-28nasty indentTheo de Raadt
1998-03-25for *utimes(), deal with tv_sec == VNOVAL; problem noted by syssgm@dtir.qld.g...Theo de Raadt
1998-03-18initialize all fileds in vfsconf when installing a new filesystem.Artur Grabowski
1998-03-17fix vfs lkms + some indentationArtur Grabowski
1998-03-14Changes necesary for new soft updates code. Doesn't affect old soft updatesTodd C. Miller
1998-03-06Ensure the correct probe will be run for an OLF binaryNiklas Hallqvist
1998-03-03cleanup printfsTheo de Raadt
1998-03-03GCC 2.8 -Wallryker
1998-03-02Please gcc 2.8Todd T. Fries
1998-03-01crank f_count/f_msgcount to long; when incrementing try to leave 2 slotsTheo de Raadt
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-25Add command to print out extents. This helps in debugging PnP stuff,Tobias Weingartner
1998-02-23Please GCC 2.8 -Wall + some KNFNiklas Hallqvist
1998-02-22Save possible OLF OS tag, or similar deduced ELF info for later perusal.Niklas Hallqvist
1998-02-20Please GCC 2.8's harsher view of good styleNiklas Hallqvist
1998-02-20typoNiklas Hallqvist
1998-02-20GCC 2.8 caught this type error, thanksNiklas Hallqvist
1998-02-20KNFNiklas Hallqvist
1998-02-20Please GCC 2.8 -WallNiklas Hallqvist