summaryrefslogtreecommitdiff
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-1113-13/+13
* MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINITJohn Baldwin2005-12-221-1/+0
* Regenerate.John Baldwin2005-07-203-124/+124
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-201-121/+121
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-4/+10
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-303-381/+382
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-423/+516
* White space normalization: use tabs instead of spaces before and afterRobert Watson2005-05-291-39/+39
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and useJohn Baldwin2005-02-181-9/+14
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-4/+4
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+4
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-243-4/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-241-1/+1
* Add a new type, l_uintptr_t, which is an unsigned integer type with theTim J. Robbins2004-08-161-0/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Regenerate.John Baldwin2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofJohn Baldwin2004-06-041-1/+1
* MFi386: Use the BSD madvise() syscall implementation for Linux binaryBruce M Simpson2004-03-295-8/+3
* Regenerate.John Baldwin2004-03-153-4/+4
* - Mark ABI syscalls that call wait4() MP safe as recent changes toJohn Baldwin2004-03-151-1/+1
* Regen.John Baldwin2004-02-043-5/+5
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-041-2/+2
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-3/+8
* GC unused 'syshide' override to /dev/null. This was here to disablePeter Wemm2003-12-241-1/+0
* Regen (should be a NOP except for rcsid changes)Peter Wemm2003-12-233-3/+3
* GC unused namespace column. Unwrap some long lines that now fit.Peter Wemm2003-12-231-433/+391
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-2/+4
* Regen.John Baldwin2003-11-073-55/+59
* Sync MP safe flags with global syscalls.master for the first time. ThisJohn Baldwin2003-11-071-52/+52
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-1/+1
* Use __FBSDID().David E. O'Brien2003-06-104-7/+11
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-9/+4
* Synchronize the two linux_clone() implementations which includes a fewJohn Baldwin2003-04-181-6/+3
* Fix printf args in debug printfs.John Baldwin2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugJohn Baldwin2003-04-161-2/+2
* Fix some debug macros. Either missing close parens or close parens in theJohn Baldwin2003-04-161-4/+4
* Add missing includes from previous commit.John Baldwin2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on moduleJohn Baldwin2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-10/+9
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-3/+3
* Regen from syscalls.master 1.52.Tim J. Robbins2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.Tim J. Robbins2003-02-161-1/+1
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-0/+1
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-0/+133