aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Do not blindly pass linux filesystem specific mount data across.Poul-Henning Kamp2004-12-031-1/+1
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.Colin Percival2004-12-011-1/+13
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-272-3/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.David Schultz2004-11-271-67/+1
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.Poul-Henning Kamp2004-11-261-2/+0
* Maintain the broken state of backwards compatibilty for a.out (andDavid Schultz2004-11-201-2/+3
* Rebuild from compat/freebsd32/syscalls.master:1.43Mark Santcroos2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179Mark Santcroos2004-11-181-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-132-6/+6
* Pick up the inode number using VOP_GETATTR() rather than caching itPoul-Henning Kamp2004-11-101-4/+6
* More sensible FILEDESC_ locking.Poul-Henning Kamp2004-11-071-3/+2
* Rebuild from FreeBSD32 syscalls.master:1.42.Robert Watson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.Robert Watson2004-10-231-0/+9
* Put on my peril sensitive sunglasses and add a flags field to the internalPeter Wemm2004-10-111-7/+3
* Rename thread args to be called "td" rather than "p" to beDavid Malone2004-10-101-6/+6
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-065-6/+6
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-053-71/+54
* Add a proc *p pointer for td->td_proc to make this code easier to read.John Baldwin2004-09-241-8/+8
* Hold thread reference while frobbing cdevsw.Poul-Henning Kamp2004-09-241-16/+22
* Various small style fixes.John Baldwin2004-09-221-1/+1
* Fix compiler warnings, when __stdcall is #defined, by adding explicit casts.Bruce M Simpson2004-09-172-2/+2
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-244-5/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-244-87/+55
* Don't try to translate the control message unless we're certain it'sDag-Erling Smørgrav2004-08-231-1/+2
* I'm a dumbass: remember to initialize fh->nf_map to NULL inBill Paul2004-08-161-0/+1
* The Texas Instruments ACX111 driver wants srand(), so provide it.Bill Paul2004-08-161-0/+10
* Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-163-4/+19
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-1/+1
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-2/+2
* Fix the 'DEBUG' argument code to unbreak the LINT build.David E. O'Brien2004-08-161-2/+2
* Add support for 32-bit Linux binary emulation on amd64:Tim J. Robbins2004-08-161-5/+16
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-1612-112/+244
* Replace linux_getitimer() and linux_setitimer() with implementationsTim J. Robbins2004-08-151-24/+77
* Avoid assuming that l_timeval is the same as the native struct timevalTim J. Robbins2004-08-151-2/+7
* Use sv_psstrings from the current process's sysentvec structure insteadTim J. Robbins2004-08-151-2/+3
* Add XXX comment about findcdev() misuse.Poul-Henning Kamp2004-08-141-0/+6
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+8
* More minor cleanups and one small bug fix:Bill Paul2004-08-044-36/+32
* In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see ifBill Paul2004-08-011-2/+2
* Big mess 'o changes:Bill Paul2004-08-018-146/+246
* Use kernel_vmount() instead of vfs_nmount().Poul-Henning Kamp2004-07-271-15/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-262-2/+2
* *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_.Bill Paul2004-07-201-0/+6
* I missed two pieces of the commit to this file. Robert has alreadyDavid Malone2004-07-181-1/+1
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasRobert Watson2004-07-181-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-171-63/+17
* /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1David E. O'Brien2004-07-161-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* RegenPeter Wemm2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatePeter Wemm2004-07-141-1/+1