aboutsummaryrefslogtreecommitdiff
path: root/sys/svr4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3057-0/+14053