summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
...
* Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsjhb2005-07-071-0/+6
* Remove an unused syscallarg() macro leftover from this code's origins injhb2005-07-071-2/+0
* Rototill this file so that it actually compiles. It doesn't do anythingjhb2005-07-071-144/+135
* Rebuild generated system call definition files following the addition ofrwatson2005-05-304-255/+256
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-288/+360
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-2/+2
* Bounds check the user-supplied length used in a copyout() indas2005-03-231-0/+2
* fixup signal mapping:sam2005-02-253-18/+15
* 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 svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-077-524/+230
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-292-7/+2
* Start each of the license/copyright comments with /*-imp2005-01-0548-48/+48
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-052-0/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-132-6/+6
* More sensible FILEDESC_ locking.phk2004-11-071-3/+2
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-43/+26
* Add a proc *p pointer for td->td_proc to make this code easier to read.jhb2004-09-241-8/+8
* Various small style fixes.jhb2004-09-221-1/+1
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-244-5/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-243-77/+52
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-32/+12
* Cast variable-sized (based on platform) quantities before printing out.obrien2004-06-241-2/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-212-0/+6
* Second half of the dev_t cleanup.phk2004-06-174-6/+6
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+4
* - 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
OpenPOWER on IntegriCloud