summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha
AgeCommit message (Expand)Author
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-04Regen for linux_sys_msync removal.njoly
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2007-12-24Regen for linux_sys_getpgid removal.njoly
2007-12-24Kill unneeded linux_sys_getpgid and use native sys_getpgid instead.njoly
2007-12-21Regen for getfsuid/setfsgid syscall exchange.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-16Regen, for syscalls cleanup.njoly
2007-11-16Cleanup. Remove a few linux syscalls definitions, now identical tonjoly
2007-07-08fix pasto: sigframe.sf_sc is of type linux_sigcontextpooka
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-10-31Changed error message of ENOPROTOOPT to "Protocol option not available".cbiere
2006-09-01Regen.matt
2006-09-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
2006-08-30Regenmatt
2006-08-30Update to deal with options PTRACEmatt
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-10regenchristos
2006-06-10linux getpriority is off-by-20 so use our own function.christos
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-11-11include additional headers that are now needed.chs
2005-09-19MINSIGSTKSZ on linux is different depending on the platform and usuallychristos
2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl
2005-05-19Add support for Linux SA_RESTORER on amd64.manu
2005-05-16Regen.fvdl
2005-05-16Add clock_* POSIX functions.fvdl
2005-05-16Regen.fvdl
2005-05-16Add *xattr functions (they all return EOPNOTSUPP).fvdl
2005-02-26regenperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2004-10-05regen: generate struct linux_sys_shmget_args for linux_sys_shmget(2)jdolecek
2004-10-05mark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_argsjdolecek
2004-09-28regen - now using wrapper for shmget(2)jdolecek
2004-09-28add flag for shmget(2) to specify that later shmat(2) for the shared memoryjdolecek
2004-09-20move definition of linux_fsid_t to common/linux_types.h - it's identicaljdolecek
2004-09-19move definition of struct linux_stafs to common/linux_types.h, and usejdolecek
2004-09-08regen: add exit_group(2)jdolecek
2004-09-08implement basic exit_group(2), which just terminates calling thread;jdolecek
2004-08-28g/c LINUX_MAP_IGNMASK define - it's not used anywherejdolecek
2004-08-01regen - sync syscall lists with Linux kernel 2.6.7jdolecek