summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2006-08-04compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast.yamt
2006-08-04some filehandle syscall related changes.yamt
2006-07-31Make filehandles opaque to userlandmartin
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-14make this compile again.christos
2006-07-13sys_getfh -> compot_30_sys_getfhpavel
2006-07-13compat_30_sys_getfh: s/fhandle_t/struct compat_30_fhandle/ (fix overrun.)yamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-30-fix for previous: don't malloc() with spinlock helddrochner
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-06-12stack police: don't allocate statvfs on the stack.christos
2006-05-14integrate kauth.elad
2006-05-04fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsuichristos
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-11-11Move more compat stuff from sys.christos
2005-11-10These two really don't need the new header.christos
2005-11-10Include new compat header.christos
2005-09-24factor out some of the osockaddr, omsghdr code.christos
2005-09-13compat code reorg.christos
2005-08-19compat_30_sys_getdents: netbsd 1.2 -> 3.0 in comments/messages.yamt
2005-08-19compat_30_sys_getdents: don't leak kernel stack garbage to userland.yamt
2005-08-19change a hard-coded 0xf to _DIRENT_ALIGN (thanks yamt)christos
2005-08-1964 bit inode changes.christos
2005-05-29- sprinkle const.christos
2005-02-26nuke trailing whitespaceperry
2005-01-30Don't try to map a 0 size bss.christos
2004-10-27Bounds check syscall arguments where appropriatedavid
2004-08-15Fixing age old cruft:mycroft
2004-07-24Add a wrapper for connect that check an alternate path in emulation treemanu
2004-05-22grr, forgot to take out the &christos
2004-05-22allocate memory for statvfs instead of using the stack.christos
2004-04-25Constify the speedtab arraysmatt
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2003-12-04Dynamic sysctl.atatat
2003-11-19- don't use MALLOC for non constant countschristos
2003-11-19Don't include malloc.h if you are not going to use it.christos
2003-10-15Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionallyfvdl
2003-09-06SA_SIGINFO changeschristos
2003-08-08- GC all the setup_stack functionschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-05simplify bsd_sys_bind()christos
2003-06-05Ooops, I deleted a debug printf just before committing and one bit wasmanu
2003-06-05Search alternate /emul/* path for AF_LOCAL sockets at bind() time.manu
2003-06-04Build again with SAmanu