| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 1 | -266/+0 |
| * | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -3/+2 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
| * | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -8/+8 |
| * | spelling; from Maxime Villard |  deraadt | 2013-12-02 | 1 | -2/+2 |
| * | memory leak if copystr() fails, from Maxime Villard |  deraadt | 2013-12-02 | 1 | -3/+4 |
| * | Remove a.out support from compat_linux(8). |  pirofti | 2013-11-03 | 1 | -377/+1 |
| * | Remove the 'OLF method' used for the transition from a.out to ELF and |  deraadt | 2012-09-11 | 1 | -5/+2 |
| * | Copy the set_tls_base flag when forking. |  pirofti | 2012-06-20 | 1 | -1/+2 |
| * | Add futex support for compat/linux. |  pirofti | 2011-09-18 | 1 | -1/+9 |
| * | Fix possible NULL dereference for emul data. Okay miod@. |  pirofti | 2011-04-20 | 1 | -3/+6 |
| * | Add set_tid_address() syscall. Lots of help from and okay guenther@. |  pirofti | 2011-04-05 | 1 | -6/+22 |
| * | Fix function argument list. |  pirofti | 2011-04-05 | 1 | -45/+16 |
| * | Make ELF platforms generate ELF core dumps. Somewhat based on code from |  kettenis | 2009-03-05 | 1 | -1/+4 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | Be more permissive and try to run non-branded non-static binaries if we can |  miod | 2008-06-12 | 1 | -2/+11 |
| * | Do not attempt to recognize foreign ELF binaries if emulation is disabled; |  miod | 2008-06-12 | 1 | -2/+14 |
| * | - replace the remaining MALLOC/FREE -> malloc/free in sys/compat |  gilles | 2007-10-30 | 1 | -6/+7 |
| * | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -2/+2 |
| * | redo (w/ proper changes everywhere ;): |  mickey | 2006-01-19 | 1 | -2/+2 |
| * | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ |  miod | 2005-12-30 | 1 | -1/+4 |
| * | rework access to emulations slightly in an effort to both merge and |  tedu | 2004-04-15 | 1 | -1/+9 |
| * | emulation is now controlled by sysctl. changes: |  tedu | 2003-08-21 | 1 | -1/+3 |
| * | add exec/fork/exit hooks per process for compat emulations. |  tedu | 2003-06-21 | 1 | -18/+100 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -7/+7 |
| * | New function vn_marktext - mark a vnode as executing a text image. |  art | 2001-11-15 | 1 | -3/+3 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
| * | Unify elf32 and elf64 code with macros. This forced a renaming |  art | 2001-09-19 | 1 | -4/+4 |
| * | Unnecessary and redundant includes. |  art | 2001-08-11 | 1 | -3/+1 |
| * | Add a macro to initialize the contents of a vmcmd set. |  art | 2001-04-01 | 1 | -3/+2 |
| * | seperate -> separate, okay aaron@ |  provos | 2000-11-10 | 1 | -2/+2 |
| * | Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG. |  art | 1999-11-26 | 1 | -6/+6 |
| * | include syscallnames only if compiling w/ SYSCALL_DEBUG. |  mickey | 1999-11-10 | 1 | -1/+11 |
| * | include sys/exec.h before sys/exec_elf.h |  art | 1999-09-10 | 1 | -2/+2 |
| * | branding support and freebsd elf |  deraadt | 1999-02-10 | 1 | -2/+6 |
| * | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |
| * | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ... |  millert | 1998-07-28 | 1 | -2/+3 |
| * | Just alter the tag if it is not already set |  niklas | 1998-03-06 | 1 | -2/+3 |
| * | Remember OS tag when running Linux or SVR4 ELF files. KNF. |  niklas | 1998-02-22 | 1 | -32/+34 |
| * | careful with stackgap handling in execve() |  deraadt | 1997-06-17 | 1 | -4/+9 |
| * | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types |  deraadt | 1996-12-23 | 1 | -5/+5 |
| * | Cleanup exec |  pefo | 1996-08-31 | 1 | -1/+3 |
| * | Good fixes and changes from latest Net. |  mickey | 1996-04-17 | 1 | -1/+10 |
| * | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+502 |