summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up whitespace and remove register keyword.des2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-3/+3
* Regen from syscalls.master 1.52.tjr2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Add IPv6 support for Linuxlator.ume2003-02-031-0/+1
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-0/+133
* MFi386: fork1 apparently takes 4 args nowgallatin2002-10-021-1/+1
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Completely redo thread states.julian2002-09-111-0/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-5/+13
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-4/+6
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-202-136/+136
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedpeter2002-02-081-3/+3
* Fix long line added in previous commit.peter2002-02-071-1/+3
* Pre-KSE/M3 commit.julian2002-02-072-3/+3
* Regenerated file from previous commit to syscalls.mastergallatin2002-01-233-18/+6
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-4/+4
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* minor commenting based on syscall environmentdillon2001-10-261-0/+6
* After removing the bogus differences, any real incompatibilitiesmarcel2001-10-191-452/+0
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-2/+0
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Regen.marcel2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* o Remove the linux_setpgid() stub.marcel2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-2/+2
* Make this compile again. I would have sworn that I did this already inpeter2001-09-203-43/+43
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
OpenPOWER on IntegriCloud