| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the getcredhostname function to fill the hostname into | robert | 2002-02-27 | 1 | -1/+3 |
* | remove "discards qualifier" erro by not potentially writing to | julian | 2002-02-26 | 1 | -2/+5 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 3 | -3/+12 |
* | fix file descriptor leak. | alfred | 2002-02-20 | 1 | -1/+2 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | bde | 2002-02-15 | 1 | -2/+0 |
* | Attempt to unmangle some code touched in the previous commit. | peter | 2002-02-07 | 1 | -11/+8 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -11/+17 |
* | include sys/lock.h and sys/mutex.h to make compile. | alfred | 2002-01-30 | 1 | -0/+2 |
* | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | marcel | 2002-01-29 | 1 | -4/+22 |
* | Linux/alpha uses the same BSDish return mechanism we do for | gallatin | 2002-01-23 | 1 | -0/+4 |
* | Lock the caller process if the pid passed to getsid() or getpgid() | tanimura | 2002-01-19 | 1 | -4/+6 |
* | For getsid(), return the sid stored in struct session. This prevents | tanimura | 2002-01-19 | 1 | -1/+1 |
* | Make compile, remove extra fdrop() calls. | alfred | 2002-01-19 | 1 | -3/+1 |
* | make compile, add missing { and variable declaration. | alfred | 2002-01-19 | 1 | -2/+2 |
* | Semi-backout previous fgetvp change, we need the struct file pointer | alfred | 2002-01-19 | 1 | -7/+11 |
* | fix typo, there's uap, just fd | alfred | 2002-01-16 | 1 | -1/+1 |
* | Reinstate linux_ifname. Although the Linuxulator doesn't use it | marcel | 2002-01-15 | 1 | -0/+27 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 7 | -58/+38 |
* | Remove unused variable. | alfred | 2002-01-13 | 1 | -1/+0 |
* | Some of the KSE stuff was accidentally reverted by file locking, | alfred | 2002-01-13 | 1 | -5/+5 |