summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Implement pread and pwrite.marcel2000-07-171-0/+28
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-0/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.jake2000-05-262-4/+4
* Make exe a symlink.des2000-05-245-23/+71
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-4/+4
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-101-6/+6
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-092-127/+131
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsbde2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-061-0/+1
* Add $FreeBSD$peter2000-05-011-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-305-5/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-292-2/+0
* Fix include paths so that this builds correctly.msmith2000-04-215-5/+5
* Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-206-0/+2064
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-5/+5
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-152-15/+51
* Remove some all-too-wordy debugging printsnewton2000-01-151-5/+0
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* Removed bogus include of opt_global.h. opt_global.h is automaticallybde2000-01-091-1/+0
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatnewton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-155-2/+24
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --newton1999-12-121-85/+124
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():newton1999-12-121-8/+8
* fd_revoke() shouldn't panic if the descriptor provided is not a file ornewton1999-12-121-9/+2
* Remove unused includes.marcel1999-12-101-2/+0
* Remove unnecessary includesnewton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromnewton1999-12-088-2/+11
* Fix LINT breakage.archie1999-12-051-1/+1
* Implement pluggable ioctl handlers.marcel1999-12-043-1077/+1713
* Implement linux_sigaltstack.marcel1999-11-301-11/+47
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+4
* Implement linux_ustat.marcel1999-11-271-3/+56
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-0/+11
OpenPOWER on IntegriCloud