Age | Commit message (Expand) | Author |
1998-08-30 | Cleanup. | Constantine Sapuntzakis |
1998-08-30 | sync | Theo de Raadt |
1998-08-30 | clean | Theo de Raadt |
1998-08-30 | regen with xfspioctl | Artur Grabowski |
1998-08-30 | glue for xfspioctl syscall | Artur Grabowski |
1998-08-30 | glue for xfs | Artur Grabowski |
1998-08-27 | Undo changes which were not discussed. | Theo de Raadt |
1998-08-27 | defopt NTP | Michael Shalayeff |
1998-08-17 | Make sure the file system is unbusied on error. | Constantine Sapuntzakis |
1998-08-17 | Fix turd left over from soft updates patch. | Constantine Sapuntzakis |
1998-08-08 | Document the locking discipline a bit better | Constantine Sapuntzakis |
1998-08-07 | Fix portal FS & PR #556 | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-08-05 | return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2 | Todd C. Miller |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller |
1998-07-28 | writev takes an int as param #3; theo | Todd C. Miller |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI... | Todd C. Miller |
1998-07-28 | Don't assume uio_resid can go negative when detecting oflow | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-13 | Part 1) of a fix to the "mount /mnt /mnt" problem. | Constantine Sapuntzakis |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-08 | open fd1 and fd2 as FREAD|FWRITE | Theo de Raadt |
1998-07-07 | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. | Theo de Raadt |
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 |