summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereguido1999-02-072-13/+46
* Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh!newton1999-02-041-2/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-288-61/+61
* Remove references to an LKM that isn't built any more.peter1999-01-172-6/+4
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-1/+1
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-142-3/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-043-22/+29
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Don't define the module glue if building as an LKM, this happens to havepeter1998-11-071-1/+3
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-5/+5
* Silence a harmless warning.des1998-09-261-2/+2
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-2/+3
* Removed unused includes. Fixed disordering of includes.bde1998-08-171-8/+6
OpenPOWER on IntegriCloud