summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2006-10-08Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properlyNikolay Sturm
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system calls from here tooPedro Martelletto
2006-06-25rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAITNikolay Sturm
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
2006-05-23Compile if no option SYSVMSG.Miod Vallat
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-02-17espie@ backed out the library part of brad's commit which broke stuff,Jolan Luff
2006-02-16Fix a few wrong memset() sizes; ok otto@ krw@ aaron@Miod Vallat
2006-02-07regenBrad Smith
2006-02-07add the new syscalls to the listBrad Smith
2006-01-25Fix problem in ioctl() handling in OSS audio emulation which causedBrad Smith
2006-01-21add support for SNDCTL_DSP_SETDUPLEX ioctlBrad Smith
2006-01-19redo (w/ proper changes everywhere ;):Michael Shalayeff
2005-12-30Missing or incorrect header sizes bounds check; ``looks ok'' mickey@Miod Vallat
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-09whever -> whenever in commentsMartin Reindl
2005-11-06Kill deprecated vm_offset_t and vm_size_t types on vax.Miod Vallat
2005-08-07malloc svr4_utsname struct as needed instead of on stack; ok millertTheo de Raadt
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-17Missed in previous regen commitTodd C. Miller
2005-06-17regenTodd C. Miller
2005-06-17remove undelete syscallTodd C. Miller
2005-06-07remove CCITT handlingHenning Brauer
2005-05-26fix little nonsense introduced by my last commit herePedro Martelletto
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-19__unused is used nowMichael Shalayeff
2005-03-12use own hpux_sigcodeMichael Shalayeff
2005-03-08Cosmetics...Thierry Deval
2005-02-19regenMatthieu Herrb
2005-02-19Add getdents() emulation. Makes Veritas NetBackup client for FreeBSD work.Matthieu Herrb
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-02-15Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELEAaron Campbell
2004-11-23Create the init process earlier, before the root filesystem is mounted,Miod Vallat
2004-10-27regenNiklas Hallqvist
2004-10-27Add support for sys_setre[ug]id, ok deraadt@Niklas Hallqvist
2004-09-28This compiles better with the correct contents.Miod Vallat
2004-09-19regenMichael Shalayeff
2004-09-19proper sigsetreturn() argsMichael Shalayeff
2004-09-19another long that is really u_intMichael Shalayeff
2004-09-19const this speedtab tooMichael Shalayeff
2004-09-19ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.cMichael Shalayeff