summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Regenerate.rwatson2006-02-063-164/+164
* Reflect fix in Linux setfsgid() event name from OpenBSM in the alpharwatson2006-02-061-1/+1
* Assign audit identifiers to alpha/linux system calls so that they willrwatson2006-02-041-173/+174
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-4/+1
* Regen.jhb2005-07-133-124/+124
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-121/+121
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-4/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-381/+382
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-423/+516
* White space normalization: use tabs instead of spaces before and afterrwatson2005-05-291-39/+39
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-4/+4
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+4
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-243-4/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-1/+1
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-161-0/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Regenerate.jhb2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofjhb2004-06-041-1/+1
* MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-295-8/+3
* Regenerate.jhb2004-03-153-4/+4
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-1/+1
* Regen.jhb2004-02-043-5/+5
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-2/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-3/+8
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-241-1/+0
* Regen (should be a NOP except for rcsid changes)peter2003-12-233-3/+3
* GC unused namespace column. Unwrap some long lines that now fit.peter2003-12-231-433/+391
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+4
* Regen.jhb2003-11-073-55/+59
* Sync MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-52/+52
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-104-7/+11
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-9/+4
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-6/+3
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugjhb2003-04-161-2/+2
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Add missing includes from previous commit.jhb2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-10/+9
OpenPOWER on IntegriCloud