summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement data, text, and vmem limit checking in the elf loader and svr4dillon2002-08-302-4/+3
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-176-22/+41
* On MAC check failure for readdir, use 'goto out' to use the common exitrwatson2002-08-151-1/+1
* - Add the missing td argument to vn_lock that I missed in my last commit.jeff2002-08-131-1/+1
* - Hold the vnode lock throughout execve.jeff2002-08-131-12/+14
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-122-0/+28
* - 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-202-5/+6
* The comment marked with XXX was right: emulate SVR4 forrobert2002-07-091-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-3/+4
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notalfred2002-06-111-2/+2
* Catch up to changes in ktrace API.jhb2002-06-071-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-23/+10
* correct commented out preprocessor test for i386 to __i386__alfred2002-05-301-1/+1
* Fixed a printf format error. It was old and should have been detected bybde2002-05-251-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-202-10/+23
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-1/+1
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-013-4/+4
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-2/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Remove __P.alfred2002-03-2019-249/+244
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-8/+7
* Use the updated getcredhostname() function.robert2002-02-271-3/+1
* - Use the new getcredhostname function in the SVR4 uname system call.robert2002-02-271-2/+3
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+9
* include sys/lock.h and sys/mutex.h to make compile.alfred2002-01-301-0/+2
OpenPOWER on IntegriCloud