Age | Commit message (Expand) | Author |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-05-25 | Fix previous. s/sfs->f_typename/bfs->fs_typename and | Thordur I. Bjornsson |
2010-05-25 | Zero out svr4_statvfs and svr4_statvfs64 before using and copy the | Todd C. Miller |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2009-12-20 | svr4_sys_waitsys() was seemingly implemented by copying sys_wait4() | Philip Guenthe |
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-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-12 | Do not attempt to recognize foreign ELF binaries if emulation is disabled; | Miod Vallat |
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-10-01 | more btoc -> atop | Martin Reindl |
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 |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-05-23 | Compile if no option SYSVMSG. | Miod Vallat |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-08-07 | malloc svr4_utsname struct as needed instead of on stack; ok millert | Theo de Raadt |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2003-11-23 | check for too-small length in stream debug code | Anil Madhavapeddy |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-05-07 | string cleaning; ok art tedu | Theo de Raadt |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-11-06 | maintain refcnt correctly, ok art@ | Niklas Hallqvist |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-06 | sync | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
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-08 | Opps. unbreak. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |