aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *Brian Feldman2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-221-1/+1
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDMartin Cracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-4/+4
* Make exe a symlink.Dag-Erling Smørgrav2000-05-245-23/+71
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-4/+4
* Regenerated (to fix "created from" lines, and to fix the previousBruce Evans2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shBruce Evans2000-05-101-6/+6
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-092-127/+131
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsBruce Evans2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inBruce Evans2000-05-091-1/+1
* Give the "streams" modulea version (1) and depend on it from theBrian Feldman2000-05-061-0/+1
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-305-5/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-2/+0
* Fix include paths so that this builds correctly.Mike Smith2000-04-215-5/+5
* Move the linprocfs bits under the rest of the i386 linux compatibilityMike Smith2000-04-206-0/+2064
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-182-2/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-5/+5
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusMarcel Moolenaar2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit theMarcel Moolenaar2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realNick Sayer2000-02-011-0/+1
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequenceMark Newton2000-01-152-15/+51
* Remove some all-too-wordy debugging printsMark Newton2000-01-151-5/+0
* Return Linux kernel version 2.2.12 by default. This is in lineMarcel Moolenaar2000-01-101-1/+1
* Removed bogus include of opt_global.h. opt_global.h is automaticallyBruce Evans2000-01-091-1/+0
* Convert the filesystem type returned in struct statfs by syscallsMarcel Moolenaar2000-01-081-2/+51
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatMark Newton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-155-2/+24
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --Mark Newton1999-12-121-85/+124
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():Mark Newton1999-12-121-8/+8
* fd_revoke() shouldn't panic if the descriptor provided is not a file orMark Newton1999-12-121-9/+2
* Remove unused includes.Marcel Moolenaar1999-12-101-2/+0
* Remove unnecessary includesMark Newton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-088-2/+11
* Fix LINT breakage.Archie Cobbs1999-12-051-1/+1
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-1077/+1713
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-11/+47
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+4
* Implement linux_ustat.Marcel Moolenaar1999-11-271-3/+56
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-0/+11
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-241-1/+1
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* simplify check for device.Poul-Henning Kamp1999-11-081-1/+1