summaryrefslogtreecommitdiffstats
path: root/sys/svr4
Commit message (Expand)AuthorAgeFilesLines
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-0/+666
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3156-14117/+0
* Regen. (Fix SYS_exit)peter2000-07-294-7/+7
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-294-7/+7
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+4
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-101-6/+6
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-092-127/+131
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsbde2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-061-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-292-2/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-5/+5
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-152-15/+51
* Remove some all-too-wordy debugging printsnewton2000-01-151-5/+0
* Removed bogus include of opt_global.h. opt_global.h is automaticallybde2000-01-091-1/+0
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatnewton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-1/+4
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --newton1999-12-121-85/+124
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():newton1999-12-121-8/+8
* 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
OpenPOWER on IntegriCloud