aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-027-12/+20
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-3/+13
* Provide exec_linux_setregs() to override exec_setregs().Matthew N. Dodd2003-05-111-2/+21
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isJohn Baldwin2003-04-221-16/+8
* Synchronize the two linux_clone() implementations which includes a fewJohn Baldwin2003-04-181-22/+22
* Don't drop the proc lock just to reacquire it after a few simple assignmentJohn Baldwin2003-04-171-2/+0
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofJohn Baldwin2003-04-151-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-312-7/+7
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-311-2/+2
* 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
* Print the return value from mmap() in the DEBUG case.Matthew N. Dodd2003-03-251-3/+11
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-4/+6
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-034-49/+49
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-034-25/+21
* Correctly map SIGSYS signal to/from Linux.Alexander Kabaev2003-02-242-3/+3
* Regen from syscalls.master 1.50.Tim J. Robbins2003-02-203-6/+6
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.Tim J. Robbins2003-02-201-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Mark linux_sigpending() as MPSAFE.Tim J. Robbins2003-02-161-1/+1
* Regen from syscalls.master 1.49.Tim J. Robbins2003-02-163-5/+11
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* bzero() the sigframe before we fill it. This was not done at all inMarcel Moolenaar2002-11-021-3/+4
* Style(9). Make some function declarations consistent with the rest,Mark Murray2002-10-193-24/+10
* Fixed syntax errors and printf format errors.Bruce Evans2002-10-121-3/+5
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-113-28/+218
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.Jonathan Mini2002-09-244-14/+10
* Don't use compatability syscall wrappers in emulation code.Jonathan Mini2002-09-234-10/+14
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* Removed unused includes. Sorted includes. This is part of removingBruce Evans2002-09-151-5/+1
* Completely redo thread states.Julian Elischer2002-09-111-0/+1
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?Peter Wemm2002-09-071-8/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notPeter Wemm2002-09-071-6/+6
* Diff reduction in comments for filling the siginfo structure - refer toJuli Mallett2002-09-071-1/+1
* Include <machine/pcb.h> instead of depending on namespace pollution inBruce Evans2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)Peter Wemm2002-09-071-1/+10
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notPeter Wemm2002-09-071-0/+1
* Give this a self contained a.out coredump routine.Peter Wemm2002-09-071-1/+60
* Include <sys/systm.h> for the definition of offsetof() instead of dependingBruce Evans2002-09-051-0/+1
* Split up ptrace() into a wrapper that does the copying to and fromIan Dowse2002-09-051-95/+52
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-012-54/+28
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-2/+18
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-9/+15
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-202-5/+7
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64Robert Drehmel2002-07-091-0/+4
* Part 1 of KSE-IIIJulian Elischer2002-06-292-2/+1