summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2
AgeCommit message (Expand)Author
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-12-14Regen (new makesyscalls.sh)matt
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-08-09Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functionshaad
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-05-15pad -> PADpooka
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-01-13Regen to prove I didn't screw up the conversion: purely RCSID changes.pooka
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2009-01-11merge christos-time_tchristos
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-06-24Replace references to getsock/getvnode.ad
2008-06-24ioctl commands are defined unsigned long, so cast cmd to unsigned long before...gmcgarry
2008-06-19regen from syscalls.master r1.35hans
2008-06-19include <sys/sched.h> for cpuset_thans
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-22Grab proclist_lock for p->p_pgrp.ad
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-23Tons of process scope changes.elad
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-13Regen.uebayasi
2007-12-12Remove the wrapper functions for file operations that do nothing nowdsl
2007-12-12Regen, reformmatted, and without wrappers for file operations.dsl
2007-12-12No need to wrap filename function to get the alt path stuff.dsl
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-05Remove all the __P from here, including the other other mismatched onedsl
2007-12-04Re-balance a parenthesis.he
2007-12-04Remove all the __Pdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-17include compat/sys/mount.h for MFSNAMELEN, although not used yet.christos
2007-07-04It seems that min(16,16) isn't a compile time constant.dsl
2007-06-30Match updates to kauth_cred_set/getgroups.dsl
2007-06-23Use the functions in kern_auth.c for setting/getting group lists.dsl
2007-06-17Directly call the relevant system support routines instead of going viadsl
2007-06-16Modify the (recently added) compat_sigaltstack() #define to take thedsl
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-13Stop using the stackgap for timer functions, fcntl locks and FIONREAD ioctl.dsl
2007-05-13Remove the stackgap from some more flockking code.dsl
2007-05-12Change interface to settimeofday1() so that it can also be used fromdsl
2007-05-12Remember to call calcru() before using the rusage values.dsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl