Age | Commit message (Expand) | Author |
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 |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
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-09-22 | regen | Pedro Martelletto |
2006-09-22 | Remove LFS system calls from here too | Pedro Martelletto |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-05-23 | Compile if no option SYSVMSG. | Miod Vallat |