summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-36/+6
* - Back out over-aggressive locking of p->p_cred.jhb2001-01-261-12/+3
* Argh, atomic_store_rel -> atomic_store_rel_int.jhb2001-01-231-1/+1
* Woops, add in missing headers.jhb2001-01-231-1/+3
* Proc locking.jhb2001-01-235-17/+63
* Use queue macros.jhb2001-01-231-5/+4
* - Add proc locking.jhb2001-01-231-35/+104
* - Use proper atomic operations to make the run time initializationjhb2001-01-231-10/+20
* FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take anjhb2001-01-231-3/+3
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-1/+0
* Take 10 seconds to actually fix the chgproccnt rather than just make itgreen2001-01-091-2/+1
* With some trepidation, add a `#error' directive to this module. It waswollman2001-01-091-0/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-8/+16
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+8
* Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+1
* Forgot to patch this file in file descriptor race fix commitdillon2000-11-231-7/+17
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-1/+5
* Make the target a little bit more generic.obrien2000-11-011-1/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3123-120/+120
* 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
OpenPOWER on IntegriCloud