| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 8 | -41/+79 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -6/+6 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -3/+3 |
* | On MAC check failure for readdir, use 'goto out' to use the common exit | rwatson | 2002-08-15 | 1 | -1/+1 |
* | - Add the missing td argument to vn_lock that I missed in my last commit. | jeff | 2002-08-13 | 1 | -1/+1 |
* | - Hold the vnode lock throughout execve. | jeff | 2002-08-13 | 2 | -18/+23 |
* | Enforce MAC policies for the locally implemented vnode services in | rwatson | 2002-08-12 | 2 | -0/+28 |
* | Another fix that wasn't pulled in from the MAC branch: the | rwatson | 2002-08-12 | 1 | -1/+2 |
* | Fix missing parens in MAC readdir() check. This fix was in the MAC | rwatson | 2002-08-12 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 4 | -4/+7 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 4 | -2/+45 |
* | Regenerate | peter | 2002-07-20 | 3 | -1596/+311 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 9 | -335/+2332 |
* | Move the switch statement labels for the explicit 64-bit | robert | 2002-07-09 | 1 | -3/+3 |
* | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | robert | 2002-07-09 | 1 | -0/+3 |
* | The comment marked with XXX was right: emulate SVR4 for | robert | 2002-07-09 | 1 | -1/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 2 | -22/+48 |
* | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | arr | 2002-06-26 | 1 | -11/+2 |
* | Add a comment about how we should use vn_open() here instead of directly | rwatson | 2002-06-14 | 1 | -0/+4 |
* | catch up with ktrace changes, KTRPOINT takes a 'struct thread' not | alfred | 2002-06-11 | 1 | -2/+2 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -2/+2 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 9 | -9/+9 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 2 | -23/+10 |
* | correct commented out preprocessor test for i386 to __i386__ | alfred | 2002-05-30 | 1 | -1/+1 |
* | Fixed a printf format error. It was old and should have been detected by | bde | 2002-05-25 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 2 | -10/+23 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type | marcel | 2002-05-18 | 1 | -1/+1 |
* | sysctl -w -> sysctl | dd | 2002-05-11 | 1 | -2/+2 |
* | Zap some stale unused headers, including one machine/psl.h (which is | peter | 2002-05-01 | 1 | -6/+0 |
* | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | rwatson | 2002-04-20 | 1 | -0/+4 |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -1/+1 |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 2 | -25/+39 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -17/+15 |
* | Use proc lock to protect p_ucred pointer while we deference it to read a | jhb | 2002-04-11 | 1 | -0/+4 |
* | Use td_ucred in a few spots. | jhb | 2002-04-11 | 1 | -3/+3 |
* | Initial support for executing IA-32 binaries. This will not compile | dfr | 2002-04-10 | 6 | -0/+2839 |
* | - Change fill_kinfo_proc() to require that the process is locked when it | jhb | 2002-04-09 | 2 | -4/+7 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 2 | -0/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 5 | -6/+6 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Make the reference counting of 'struct pargs' SMP safe. | alfred | 2002-03-27 | 1 | -2/+1 |
* | Fixed some style bugs in the removal of __P(()). Tabs before "__P((" | bde | 2002-03-24 | 1 | -6/+6 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 4 | -5/+2 |
* | Remove __P. | alfred | 2002-03-20 | 26 | -280/+274 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 9 | -23/+22 |
* | Use the updated getcredhostname() function. | robert | 2002-02-27 | 2 | -5/+2 |
* | - Use the new getcredhostname function in the SVR4 uname system call. | robert | 2002-02-27 | 1 | -2/+3 |