summaryrefslogtreecommitdiffstats
path: root/sys/svr4
Commit message (Expand)AuthorAgeFilesLines
* fd_revoke() shouldn't panic if the descriptor provided is not a file ornewton1999-12-121-9/+2
* Remove unnecessary includesnewton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromnewton1999-12-088-2/+11
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* useracc() the prequel:phk1999-10-292-2/+0
* Remove unnecessary includes.newton1999-10-172-20/+0
* Remove unnecessary includes.newton1999-10-1715-55/+4
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-1/+1
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Oops. That'll teach me to commit without testing. I either replacedpeter1999-10-011-1/+1
* Zap a trigraph (???)peter1999-10-011-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-294-67/+81
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-196-33/+21
* Add MAINTAINER linenewton1999-09-011-0/+2
* $Id$ -> $FreeBSD$peter1999-08-2852-52/+52
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-2/+2
* Avoid possible panic by checking for EFAULT from copyinstr() duringnewton1999-08-141-5/+12
* Previous commit also removed some 'const' qualifiers on args fornewton1999-07-301-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-305-5/+5
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichnewton1999-07-301-6/+2
* Add $Id$ tagsnewton1999-07-3048-23/+140
* Hmm - How did *that* get in there?newton1999-07-301-0/+0
* Fix panic caused when *stat64() family of syscalls try to fill-innewton1999-07-303-46/+28
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-062-22/+22
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-031-1/+1
* Ack! I deleted "struct", not "const".. Oh boy...peter1999-05-101-1/+1
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-3/+1
* Suser() simplification:phk1999-04-273-4/+4
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macropeter1999-04-171-1/+1
* svr4 emulator will refuse to unload itself if it is currently in use.newton1999-02-041-8/+8
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-011-4/+1
* Oops - Ripped out a bit of debugging code which will stop certain bitsnewton1999-01-301-1/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-3057-0/+14053
OpenPOWER on IntegriCloud