aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-2/+0
* 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 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
* Removed bogus include of opt_global.h. opt_global.h is automaticallyBruce Evans2000-01-091-1/+0
* 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-152-1/+4
* 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 unnecessary includesMark Newton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-088-2/+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
* useracc() the prequel:Poul-Henning Kamp1999-10-292-2/+0
* Remove unnecessary includes.Mark Newton1999-10-172-20/+0
* Remove unnecessary includes.Mark Newton1999-10-1715-55/+4
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-1/+1
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Oops. That'll teach me to commit without testing. I either replacedPeter Wemm1999-10-011-1/+1
* Zap a trigraph (???)Peter Wemm1999-10-011-1/+1
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-294-67/+81
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettyBrian Feldman1999-09-196-33/+21
* Add MAINTAINER lineMark Newton1999-09-011-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2852-52/+52
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-2/+2
* Avoid possible panic by checking for EFAULT from copyinstr() duringMark Newton1999-08-141-5/+12
* Previous commit also removed some 'const' qualifiers on args forMark Newton1999-07-301-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsMark Newton1999-07-305-5/+5
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichMark Newton1999-07-301-6/+2
* Add $Id$ tagsMark Newton1999-07-3048-23/+140
* Fix panic caused when *stat64() family of syscalls try to fill-inMark Newton1999-07-303-46/+28
* Rename struct members sa_siginfo. POSIX reserves identifiers startingMartin Cracauer1999-07-062-22/+22
* sys/buf.h needs to have included sys/systm.h for spl prototypes.Brian Feldman1999-07-031-1/+1
* Ack! I deleted "struct", not "const".. Oh boy...Peter Wemm1999-05-101-1/+1
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-3/+1
* Suser() simplification:Poul-Henning Kamp1999-04-273-4/+4
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-1/+1
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macroPeter Wemm1999-04-171-1/+1
* svr4 emulator will refuse to unload itself if it is currently in use.Mark Newton1999-02-041-8/+8
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorderMark Newton1999-02-011-4/+1
* Oops - Ripped out a bit of debugging code which will stop certain bitsMark Newton1999-01-301-1/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-3056-0/+14053