summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-25/+7
* I guess nobody has needed to use the SVR4olator to create devicephk2004-02-071-2/+2
* Regen.jhb2004-02-064-33/+33
* Sync up MP safe flags with global syscalls.master. This includes read(),jhb2004-02-061-29/+29
* Regen.jhb2004-02-044-9/+9
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-5/+5
* Locking for the per-process resource limits structure.jhb2004-02-044-65/+69
* Reduce gratuitous includes: don't include jail.h if it's not needed.rwatson2004-01-211-1/+0
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-241-1/+0
* Regen. This should have been a NOP, but its not been regenerated forpeter2003-12-244-349/+372
* GC OBE namespc column and un-wrap longer lines that now fitpeter2003-12-241-327/+289
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-1/+2
* Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-191-6/+0
* Fix some security bugs in the SVR4 emulator:tjr2003-10-206-20/+78
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Remove dangling extern reference to swap_pager_fullphk2003-08-061-2/+0
* Add a f_vnode field to struct file.phk2003-06-222-4/+4
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-1015-44/+48
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-314-13/+14
* - Merge struct procsig with struct sigacts.jhb2003-05-132-8/+15
* Don't #define memset() to bzero(), it is far too prone to bite somebody.phk2003-05-121-2/+0
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-206/+97
* The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don'tjhb2003-04-171-4/+0
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-6/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-14/+15
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-8/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-195-9/+9
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-215-9/+9
* Add missing #includedillon2003-01-141-0/+1
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). Thisdillon2003-01-131-1/+4
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-136-9/+9
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-126-9/+9
* SMP locking for ifnet list.hsu2002-12-221-3/+2
* SCARGS removal take II.alfred2002-12-1410-518/+518
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-1310-518/+518
* Remove SCARGS.alfred2002-12-1310-518/+518
* Replace the conventional usage of strncpy() by using strlcpy().robert2002-10-172-13/+5
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-061-0/+17
* Back our kernel support for reliable signal queues.jmallett2002-10-012-4/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-302-1/+4
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-10/+4
* Ok, make this compile for real this time. recvfrom_args doesn't have ajhb2002-09-231-1/+1
* Use correct variable name so that previous commit actually compiles.jhb2002-09-231-2/+2
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-4/+10
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-2/+10
* Make this compile.jake2002-08-311-1/+2
OpenPOWER on IntegriCloud