summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()alc2002-03-191-49/+5
* Fix format warning.peter2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Pre-KSE/M3 commit.julian2002-02-072-3/+4
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-101-2/+2
* Convert BSD trap codes to i386.pb2001-11-201-2/+41
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-164-20/+10
* o Change prototype of linux_lchown and linux_chown so that themarcel2001-10-161-6/+5
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-112-2/+0
* Add missing includes of sys/lock.h.jhb2001-10-112-0/+2
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Regen: Stop using linux_getpgid(). Use the native getpgid()marcel2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-1/+1
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* Add a lock assertion to linux_sendsig() to match other sendsig functions.jhb2001-09-171-0/+1
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
* KSE Milestone 2julian2001-09-124-237/+243
* Fix LINT breakage caused by previous commit. The linux_rt_sendsigmarcel2001-09-101-0/+9
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-088-798/+1102
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-2/+2
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-0/+5
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-233-3/+2
* Added the proper arguments the sysinfo system callpirzyk2001-07-231-1/+1
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-6/+6
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-8/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-4/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Preserve the state of the %gs register when setting up the signaldeischen2001-05-121-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-9/+14
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-2/+2
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we havedes2001-03-111-7/+3
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+4
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-1/+9
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-252-9/+9
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+2
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-163-45/+67
* Re-gen auto generated files.jlemon2001-02-163-11/+22
* Remove dummy stub functions.jlemon2001-02-161-3/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-4/+15
* Proc locking.jhb2001-01-242-0/+17
* - Proc locking.jhb2001-01-241-1/+6
* The Linuxulator needs sysvipc to work.des2001-01-141-0/+3
* Remove after repo-copy to sys/compat/linprocfs.des2000-12-125-2290/+0
OpenPOWER on IntegriCloud