Age | Commit message (Expand) | Author |
2009-12-09 | Add entries in compat signal mapping arrays for SIGTHR. | Jonathan Gray |
2009-10-28 | Add compat errno mappings for the ENOTSUP errno addition. | Jonathan Gray |
2009-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat |
2009-06-01 | Move ibcs2_sendsig into compat. Quit poluting machdep. | Tobias Weingartner |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-01-07 | Fix an occurance of __attribute which should have been __attribute__ | Jonathan Gray |
2008-05-01 | spl0() is not your friend, use splx() instead. | Miod Vallat |
2007-11-27 | regen | Artur Grabowski |
2007-10-27 | Make sure the compat errno mapping arrays go up to ELAST, and correctly | Miod Vallat |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-07-09 | regen | Todd C. Miller |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
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 |