Age | Commit message (Expand) | Author |
2003-11-18 | path_index isn't used for anything, so comment it out. idea millert@ | Ted Unangst |
2003-11-17 | add a missing bounds check that allowed a stack overrun. reported by | Ted Unangst |
2003-11-03 | verify exec headers before attempting malloc. reported by Georgi Guninski. | Ted Unangst |
2003-10-01 | out-of-bound memory access. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski |
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | test before commit | Theo de Raadt |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | there is no need for .bak files | Theo de Raadt |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-05-16 | regen after removing compatopts | Todd C. Miller |
2001-05-16 | remove unneeded compatopts | Todd C. Miller |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-08-30 | remove duplicate inclusion of sys/ioctl.h | Brad Smith |
2000-04-21 | O_FYNC -> O_SYNC | Todd C. Miller |
2000-03-05 | fix size check case for getgroups; pbucich@sion.com | Theo de Raadt |
1999-11-20 | ioctl arguments are u_long. | Marc Espie |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff |
1999-06-07 | sync | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist |
1999-01-23 | Kill svr4 #pragma pack. | Marc Espie |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-12-22 | range check signal [] conversions | Theo de Raadt |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-02-19 | add IBCS2_FIONREAD support; remy@synx.com | Theo de Raadt |
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt |
1997-12-20 | add F_FREESP | Theo de Raadt |
1997-11-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite 2 Changes | Constantine Sapuntzakis |
1997-09-15 | Fix bsd_to_*_sigaction(). Also add SA_SIGINFO support | Theo de Raadt |