summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-23/+15
* Regen.jhb2004-02-063-19/+19
* Sync up MP safe flags with global syscalls.master. This includes write(),jhb2004-02-061-16/+16
* Regen.jhb2004-02-048-11/+11
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-043-3/+3
* Locking for the per-process resource limits structure.jhb2004-02-041-51/+33
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-243-3/+0
* Oops, remove references to namespc column in comment (I'm not going topeter2003-12-241-2/+1
* Regen. (This should have been a NOP except it hasn't been regeneratedpeter2003-12-248-317/+351
* GC namespc column and unwrap long lines that now fit.peter2003-12-243-234/+222
* Replace the dangerous strcpy() call with strlcpy(), instead of the safe onetjr2003-11-181-2/+2
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-126-12/+42
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Remove a few ushorts I missed in my earlier pass.jhb2003-08-151-6/+6
* The iBCS2 system call translator for statfs(2) did not check thenectar2003-08-101-0/+4
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add a f_vnode field to struct file.phk2003-06-222-3/+3
* Use __FBSDID().obrien2003-06-0219-32/+57
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-133/+56
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-15/+16
* 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
OpenPOWER on IntegriCloud