Age | Commit message (Expand) | Author |
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 |
2007-09-22 | replace even more ctob and btoc with ptoa and atop respectively plus | Martin Reindl |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | 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-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-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck |
2007-04-05 | regen | Ted Unangst |
2007-04-05 | freebsd added some MAP_NOCORE flag. we don't like it, so mask it out. | Ted Unangst |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-06 | Use atomic.h operation for manipulating p_siglist in struct proc. Solves | Artur Grabowski |