summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of issues with the ibcs2 module event handler. First, returnjhb2006-01-031-1/+4
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+4
* Regen.jhb2005-07-138-82/+82
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-133-74/+74
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().jhb2005-07-071-2/+7
* Remove an extra call to read() in ibcs2_read() that can never be reached.jhb2005-07-071-2/+0
* Conditionally acquire Giant around the ISC and Xenix system calls basedjhb2005-07-072-10/+24
* Regenerate after addition of audit event type number to syscalls.masterrwatson2005-06-295-83/+85
* During the system call table format change adding audit record eventrwatson2005-06-292-84/+95
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-136/+132
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-138/+175
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+2
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+9
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* correct bounds check of fd parametersam2005-02-251-1/+1
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-078-376/+268
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-292-6/+1
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-123-3/+3
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-243-4/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-242-48/+19
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-212-0/+7
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* 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
OpenPOWER on IntegriCloud