summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* Regenerate.jhb2004-03-153-6/+6
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
* Regen.jhb2004-02-043-6/+6
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-3/+3
* Locking for the per-process resource limits structure.jhb2004-02-042-4/+8
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-2/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-9/+9
* Sorted includes. Removed duplicates exposed by this.bde2003-12-291-12/+9
* 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 third namespace column.peter2003-12-231-311/+268
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+4
* Pull latest changes from OpenBSD:sobomax2003-11-165-1/+181
* Regen.jhb2003-11-073-74/+76
* Sync up MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-68/+68
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-2/+4
* Restored non-egregious casts so that this file compiles on i386's withbde2003-09-071-3/+4
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-027-12/+20
* - Merge struct procsig with struct sigacts.jhb2003-05-131-3/+13
* Provide exec_linux_setregs() to override exec_setregs().mdodd2003-05-111-2/+21
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isjhb2003-04-221-16/+8
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-22/+22
* Don't drop the proc lock just to reacquire it after a few simple assignmentjhb2003-04-171-2/+0
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-7/+7
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-2/+2
* 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
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-4/+6
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Clean up whitespace and remove register keyword.des2003-03-034-49/+49
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-034-25/+21
* Correctly map SIGSYS signal to/from Linux.kan2003-02-242-3/+3
* Regen from syscalls.master 1.50.tjr2003-02-203-6/+6
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.tjr2003-02-201-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Regen from syscalls.master 1.49.tjr2003-02-163-5/+11
* Add IPv6 support for Linuxlator.ume2003-02-031-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* bzero() the sigframe before we fill it. This was not done at all inmarcel2002-11-021-3/+4
* Style(9). Make some function declarations consistent with the rest,markm2002-10-193-24/+10
* Fixed syntax errors and printf format errors.bde2002-10-121-3/+5
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-113-28/+218
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-244-14/+10
* Don't use compatability syscall wrappers in emulation code.mini2002-09-234-10/+14
OpenPOWER on IntegriCloud