aboutsummaryrefslogtreecommitdiff
path: root/sys/svr4
Commit message (Expand)AuthorAgeFilesLines
* MFC add missing #includeMatthew Dillon2003-01-141-0/+4
* primarily MFC vm_map.c 1.275. Also pull-in vm_waitproc() andMatthew Dillon2003-01-131-1/+2
* MFC stage-2 RLIMIT_VMEM support. Add support to the elf loader.Matthew Dillon2002-09-022-4/+3
* Make the SVR4 emulation work again.Robert Drehmel2002-07-091-0/+1
* The cr_ruidinfo member of struct ucred does not exist inRobert Drehmel2002-06-201-1/+1
* MFC: Pass the correct arguments to the chgproccnt() function.Robert Drehmel2002-06-201-1/+1
* MFC:Paul Saab2001-11-032-2/+2
* Regenerate (cosmetic exit syscall declarations)Peter Wemm2001-10-054-5/+5
* MFC: Avoid collision with knowledge that gcc has of exit() and __dead2 etc.Peter Wemm2001-10-051-1/+1
* MFC: ABI dependent MINSIGSTKSZ.Marcel Moolenaar2001-02-222-1/+5
* MFC /usr/src/sys/compat/svr4/svr4_stream.c 1.16, another forgottenMatthew Dillon2000-11-261-7/+17
* MFC: uidinfo race fixesBrian Feldman2000-08-301-1/+1
* RegenPeter Wemm2000-08-094-5/+5
* MFC: fix up various things that were hidden by NOPROTO previously thatPeter Wemm2000-08-091-7/+7
* MFC: regenPeter Wemm2000-08-081-127/+129
* regen: out of sync with syscall.masterPeter Wemm2000-08-031-0/+2
* MFC: convert ktrgenio() to use a uio to fix a DoS.Brian Feldman2000-07-151-6/+14
* 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
* Hmm - How did *that* get in there?Mark Newton1999-07-301-0/+0
* 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