summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-193-4/+4
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-4/+4
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-122-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* SCARGS removal take II.alfred2002-12-149-324/+319
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-139-319/+324
* Remove SCARGS.alfred2002-12-139-324/+319
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* Add a missing include.jmallett2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-1/+1
* use __packed.alfred2002-09-231-1/+1
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* - Fix iBCS2 emulation of COFF files that have multiple librariesrobert2002-09-091-3/+7
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-4/+27
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-172-9/+15
* - Hold the vnode lock throughout execve.jeff2002-08-131-9/+13
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-024-4/+4
* Fix warnings; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-013-4/+4
* Remove __P.alfred2002-03-2012-112/+112
* 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
OpenPOWER on IntegriCloud