summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings (prototype for nonexisting static function)peter2002-02-281-2/+0
* Use td_ucred and thus remove now unneeded proc lock acquire and release.jhb2002-02-271-3/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-6/+6
* Use the updated getcredhostname() function.robert2002-02-273-4/+3
* - Use the new getcredhostname function in xenix_utsname(),robert2002-02-273-4/+9
* Lock struct pgrp, session and sigio.tanimura2002-02-231-0/+2
* Pre-KSE/M3 commit.julian2002-02-071-3/+5
* Replace ffind_* with fget calls.alfred2002-01-142-4/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-134-68/+134
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* KSE Milestone 2julian2001-09-1218-481/+499
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-3/+3
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)assar2001-07-211-0/+1
* Fix setting serial baud rate under ibcs2 emulation by moving a line to thejon2001-07-201-2/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-293-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-016-8/+17
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-29/+7
* Use queue macros.jhb2001-01-241-1/+1
* Proc locking.jhb2001-01-236-8/+41
* - Use 'p' instead of 'curproc' for the namei lookup as this is whatjhb2001-01-231-6/+20
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-1/+5
* Make the target a little bit more generic.obrien2000-11-011-1/+7
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Regen. (Fix SYS_exit)peter2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-098-101/+119
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-304-4/+0
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-292-0/+4
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-154-2/+17
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
* useracc() the prequel:phk1999-10-291-1/+0
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
* sigset_t change (part 4 of 5)marcel1999-09-294-45/+57
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-192-12/+11
* Regen after Id->FreeBSDpeter1999-08-288-8/+8
* $Id$ -> $FreeBSD$peter1999-08-2820-20/+20
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-062-11/+11
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-4/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-4/+4
* Suser() simplification:phk1999-04-273-5/+5
* Staticize.eivind1999-04-111-2/+2
* Add missing poatch for ibcs2_ipc.h as well.guido1999-02-091-4/+14
OpenPOWER on IntegriCloud