Age | Commit message (Expand) | Author |
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-05-23 | sync | Theo de Raadt |
2010-05-23 | use __alpha__ not alpha for the ifdef | 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-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-28 | regen | Miod Vallat |
2010-01-28 | HP-UX getpgrp2() is documented as returning the same value than getpgid(), | Miod Vallat |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
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-20 | svr4_sys_waitsys() was seemingly implemented by copying sys_wait4() | Philip Guenthe |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
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-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
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-02-19 | sys/types.h or sys/param.h MUST BE FIRST | Theo de Raadt |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2009-01-07 | Fix an occurance of __attribute which should have been __attribute__ | Jonathan Gray |
2008-11-01 | change all callers of enterpgrp() to pre-allocate a pgrp or session if | Theo de Raadt |
2008-09-23 | Fix uninitialized value. | Miod Vallat |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-08-19 | When failing to acquire the vnode lock in readdir_with_callback(), don't | Pedro Martelletto |
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 |
2008-04-12 | bring in changes as found in libossaudio | Jacob Meuser |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado |
2008-01-05 | regen | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2007-11-28 | delete the compat_09_sys_uname code here | Theo de Raadt |
2007-11-28 | sync | Theo de Raadt |
2007-11-28 | COMPAT_09 uname is only used by freebsd compat, so move it to the right place | Theo de Raadt |
2007-11-28 | compat_25_sys_omsync is unused | Theo de Raadt |
2007-11-27 | Missed those because they are in a weird place. | Artur Grabowski |
2007-11-27 | regen | Artur Grabowski |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-02 | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) | Martin Reindl |
2007-10-30 | MALLOC/FREE -> malloc/free | Charles Longeau |
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-10-20 | enuf -> enough | Miod Vallat |
2007-10-01 | more btoc -> atop | Martin Reindl |