summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-14/+13
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-301-24/+20
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-294-20/+11
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-261-17/+10
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-251-64/+33
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-254-4/+4
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-248-818/+1338
* Add a 32bit syscall wrapper for modstatps2005-01-195-8/+13
* - rename nanosleep1 to kern_nanosleepps2005-01-196-4/+40
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-144-18/+23
* Match the LINUX32's style with existing styleobrien2005-01-1412-68/+68
* Fix Linux compat 'uname -m' on AMD64.obrien2005-01-141-1/+7
* Remove duplicate code.phk2005-01-131-4/+0
* Start each of the license/copyright comments with /*-imp2005-01-0567-67/+67
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-052-0/+2
* Regenerate.jhb2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:jhb2005-01-041-8/+9
* Stop explicitly touching td_base_pri outside of the scheduler and simplyjhb2004-12-301-2/+0
* Do not blindly pass linux filesystem specific mount data across.phk2004-12-031-1/+1
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.cperciva2004-12-011-1/+13
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-272-3/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.das2004-11-271-67/+1
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.phk2004-11-261-2/+0
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-201-2/+3
* Rebuild from compat/freebsd32/syscalls.master:1.43marks2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179marks2004-11-181-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-132-6/+6
* Pick up the inode number using VOP_GETATTR() rather than caching itphk2004-11-101-4/+6
* More sensible FILEDESC_ locking.phk2004-11-071-3/+2
* Rebuild from FreeBSD32 syscalls.master:1.42.rwatson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.rwatson2004-10-231-0/+9
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-111-7/+3
* Rename thread args to be called "td" rather than "p" to bedwmalone2004-10-101-6/+6
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-065-6/+6
* Rework how we store process times in the kernel such that we always storejhb2004-10-053-71/+54
* Add a proc *p pointer for td->td_proc to make this code easier to read.jhb2004-09-241-8/+8
* Hold thread reference while frobbing cdevsw.phk2004-09-241-18/+24
* Various small style fixes.jhb2004-09-221-1/+1
* Fix compiler warnings, when __stdcall is #defined, by adding explicit casts.bms2004-09-172-2/+2
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-244-5/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-244-88/+56
* Don't try to translate the control message unless we're certain it'sdes2004-08-231-1/+2
* I'm a dumbass: remember to initialize fh->nf_map to NULL inwpaul2004-08-161-0/+1
* The Texas Instruments ACX111 driver wants srand(), so provide it.wpaul2004-08-161-0/+10
* Make the Texas Instruments 802.11g chipset work with the NDISulator.wpaul2004-08-163-4/+19
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-1/+1
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-2/+2
* Fix the 'DEBUG' argument code to unbreak the LINT build.obrien2004-08-161-2/+2
* Add support for 32-bit Linux binary emulation on amd64:tjr2004-08-161-5/+16
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-1612-112/+244
OpenPOWER on IntegriCloud