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