aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-212-0/+7
* Nice, is a property of a process as a whole..Julian Elischer2004-06-161-2/+2
* Regen from ibcs2_wait() becoming MPSAFE.Robert Watson2004-03-283-5/+4
* ibcs2_wait() now MPSAFE.Robert Watson2004-03-281-1/+1
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-23/+15
* Regen.John Baldwin2004-02-063-19/+19
* Sync up MP safe flags with global syscalls.master. This includes write(),John Baldwin2004-02-061-16/+16
* Regen.John Baldwin2004-02-048-11/+11
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-043-3/+3
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-51/+33
* GC unused 'syshide' override to /dev/null. This was here to disablePeter Wemm2003-12-243-3/+0
* Oops, remove references to namespc column in comment (I'm not going toPeter Wemm2003-12-241-2/+1
* Regen. (This should have been a NOP except it hasn't been regeneratedPeter Wemm2003-12-248-317/+351
* GC namespc column and unwrap long lines that now fit.Peter Wemm2003-12-243-234/+222
* Replace the dangerous strcpy() call with strlcpy(), instead of the safe oneTim J. Robbins2003-11-181-2/+2
* Fix a multitude of security bugs in the iBCS2 emulator:Tim J. Robbins2003-10-126-12/+42
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Remove a few ushorts I missed in my earlier pass.John Baldwin2003-08-151-6/+6
* The iBCS2 system call translator for statfs(2) did not check theJacques Vidrine2003-08-101-0/+4
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-222-3/+3
* Use __FBSDID().David E. O'Brien2003-06-0219-32/+57
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-133/+56
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-15/+16
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-4/+4
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-4/+4
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-122-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* SCARGS removal take II.Alfred Perlstein2002-12-149-324/+319
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-139-319/+324
* Remove SCARGS.Alfred Perlstein2002-12-139-324/+319
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* Add a missing include.Juli Mallett2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-011-1/+1
* use __packed.Alfred Perlstein2002-09-231-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* - Fix iBCS2 emulation of COFF files that have multiple librariesRobert Drehmel2002-09-091-3/+7
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-4/+27
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-172-9/+15
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-9/+13
* Add necessary instrumentation to IBCS2 emulation support for mandatoryRobert Watson2002-08-121-0/+15
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-024-4/+4
* Fix warnings; deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+3