Age | Commit message (Expand) | Author |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-30 | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, | Philip Guenthe |
2010-05-23 | sync | Theo de Raadt |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-01-04 | Previous commit was too restrictive: just ignore the CLONE_FS flag | Philip Guenthe |
2009-12-28 | Sanity check flags in fork1(), banning some combos we don't support | 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-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-19 | sys/types.h or sys/param.h MUST BE FIRST | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-12 | Be more permissive and try to run non-branded non-static binaries if we can | Miod Vallat |
2008-06-12 | Do not attempt to recognize foreign ELF binaries if emulation is disabled; | Miod Vallat |
2008-06-10 | Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL | Matthieu Herrb |
2008-05-01 | spl0() is not your friend, use splx() instead. | Miod Vallat |
2007-11-27 | regen | Artur Grabowski |
2007-10-30 | - replace the remaining MALLOC/FREE -> malloc/free in sys/compat | Gilles Chehade |
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 |
2007-06-06 | put IPX in the unsupported boat | Henning Brauer |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-05-29 | adapt from netbsd: | Nikolay Sturm |
2007-05-29 | byebye | Ted Unangst |
2007-05-29 | regen | Ted Unangst |
2007-05-29 | linux_getcwd is the same as the system one. | Ted Unangst |
2007-02-06 | Use atomic.h operation for manipulating p_siglist in struct proc. Solves | Artur Grabowski |
2006-10-08 | Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly | Nikolay Sturm |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto |
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-12-30 | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-07 | remove CCITT handling | Henning Brauer |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-19 | __unused is used now | Michael Shalayeff |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-10-27 | regen | Niklas Hallqvist |
2004-10-27 | Add support for sys_setre[ug]id, ok deraadt@ | Niklas Hallqvist |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-07-09 | regen | Todd C. Miller |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller |
2004-07-08 | we don't care about copyout's success. add a comment to appease sturm@ | Ted Unangst |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |