aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-178-41/+79
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-6/+6
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-3/+3
* On MAC check failure for readdir, use 'goto out' to use the common exitRobert Watson2002-08-151-1/+1
* - Add the missing td argument to vn_lock that I missed in my last commit.Jeff Roberson2002-08-131-1/+1
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-132-18/+23
* Enforce MAC policies for the locally implemented vnode services inRobert Watson2002-08-122-0/+28
* Another fix that wasn't pulled in from the MAC branch: theRobert Watson2002-08-121-1/+2
* Fix missing parens in MAC readdir() check. This fix was in the MACRobert Watson2002-08-121-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-044-4/+7
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-014-2/+45
* RegeneratePeter Wemm2002-07-203-1596/+311
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-209-335/+2332
* Move the switch statement labels for the explicit 64-bitRobert Drehmel2002-07-091-3/+3
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64Robert Drehmel2002-07-091-0/+3
* The comment marked with XXX was right: emulate SVR4 forRobert Drehmel2002-07-091-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-292-22/+48
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyAndrew R. Reiter2002-06-261-11/+2
* Add a comment about how we should use vn_open() here instead of directlyRobert Watson2002-06-141-0/+4
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notAlfred Perlstein2002-06-111-2/+2
* Catch up to changes in ktrace API.John Baldwin2002-06-071-2/+2
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-029-9/+9
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-312-23/+10
* correct commented out preprocessor test for i386 to __i386__Alfred Perlstein2002-05-301-1/+1
* Fixed a printf format error. It was old and should have been detected byBruce Evans2002-05-251-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-10/+23
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typeMarcel Moolenaar2002-05-181-1/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-2/+2
* Zap some stale unused headers, including one machine/psl.h (which isPeter Wemm2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingRobert Watson2002-04-201-0/+4
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-1/+1
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-132-25/+39
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-17/+15
* Use proc lock to protect p_ucred pointer while we deference it to read aJohn Baldwin2002-04-111-0/+4
* Use td_ucred in a few spots.John Baldwin2002-04-111-3/+3
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-106-0/+2839
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-092-4/+7
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-042-0/+5
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-015-6/+6
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Make the reference counting of 'struct pargs' SMP safe.Alfred Perlstein2002-03-271-2/+1
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("Bruce Evans2002-03-241-6/+6
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-204-5/+2
* Remove __P.Alfred Perlstein2002-03-2026-280/+274
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-279-23/+22
* Use the updated getcredhostname() function.Robert Drehmel2002-02-272-5/+2
* - Use the new getcredhostname function in the SVR4 uname system call.Robert Drehmel2002-02-271-2/+3