summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* Removed unused includes. Sorted includes. This is part of removingbde2002-09-151-5/+1
* Completely redo thread states.julian2002-09-111-0/+1
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-8/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-6/+6
* Diff reduction in comments for filling the siginfo structure - refer tojmallett2002-09-071-1/+1
* Include <machine/pcb.h> instead of depending on namespace pollution inbde2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-071-1/+10
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notpeter2002-09-071-0/+1
* Give this a self contained a.out coredump routine.peter2002-09-071-1/+60
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-051-95/+52
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-012-54/+28
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-2/+18
* - Hold the vnode lock throughout execve.jeff2002-08-131-9/+15
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-202-5/+7
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-091-0/+4
* Part 1 of KSE-IIIjulian2002-06-292-2/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Hook up the new linux_ptrace implementation.marcel2002-05-191-1/+0
* Regen (linux_ptrace)marcel2002-05-193-5/+8
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-192-1/+509
* Spell "separate" correctly.eric2002-04-051-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-5/+5
* Remove __P.alfred2002-03-203-163/+163
* 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
OpenPOWER on IntegriCloud