summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backed out previous commit. The seconds part of microtime() isbde1998-08-171-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-162-9/+12
* Updated generated files.bde1998-06-093-24/+0
* Updated generated files.bde1998-06-082-172/+172
* This commit fixes various 64bit portability problems required fordfr1998-06-079-175/+203
* Correct sleep priority.dyson1998-06-021-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+2
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
* Use getmicrotime insted of microtime, we only use the second part.phk1998-04-061-2/+2
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-2/+2
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-3/+3
* Staticize.eivind1998-02-091-6/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+2
* Make SPX_HACK a new-style option.eivind1998-02-042-2/+6
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0616-415/+341
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-3/+3
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-8/+3
* Added an XXX comment.bde1997-08-251-1/+4
* Removed an unused variable.bde1997-08-251-2/+1
* Fixed a pedantic syntax error (case labels without a statement).bde1997-08-251-1/+2
* Removed unused #includes.bde1997-07-2014-113/+9
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* For the xenix_ftime() routine, don't use the native version of the struct --sef1997-06-221-3/+8
* md_regs is a struct trapframe * now, not int []peter1997-05-073-6/+6
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-25/+0
OpenPOWER on IntegriCloud