| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | Robert Watson | 2002-04-20 | 1 | -0/+4 |
| * | - Lock proctree_lock instead of pgrpsess_lock. | John Baldwin | 2002-04-16 | 1 | -1/+1 |
| * | Rework logic of syscalls that modify process credentials as described in | John Baldwin | 2002-04-13 | 2 | -25/+39 |
| * | - p_cansee() needs the target process locked. | John Baldwin | 2002-04-13 | 1 | -17/+15 |
| * | Use proc lock to protect p_ucred pointer while we deference it to read a | John Baldwin | 2002-04-11 | 1 | -0/+4 |
| * | Use td_ucred in a few spots. | John Baldwin | 2002-04-11 | 1 | -3/+3 |
| * | Initial support for executing IA-32 binaries. This will not compile | Doug Rabson | 2002-04-10 | 6 | -0/+2839 |
| * | - Change fill_kinfo_proc() to require that the process is locked when it | John Baldwin | 2002-04-09 | 2 | -4/+7 |
| * | Moved signal handling and rescheduling from userret() to ast() so that | Bruce Evans | 2002-04-04 | 2 | -0/+5 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 5 | -6/+6 |
| * | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | Alfred Perlstein | 2002-03-29 | 1 | -11/+17 |
| * | Make the reference counting of 'struct pargs' SMP safe. | Alfred Perlstein | 2002-03-27 | 1 | -2/+1 |
| * | Fixed some style bugs in the removal of __P(()). Tabs before "__P((" | Bruce Evans | 2002-03-24 | 1 | -6/+6 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 4 | -5/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 26 | -278/+272 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 9 | -23/+22 |
| * | Use the updated getcredhostname() function. | Robert Drehmel | 2002-02-27 | 2 | -5/+2 |
| * | - Use the new getcredhostname function in the SVR4 uname system call. | Robert Drehmel | 2002-02-27 | 1 | -2/+3 |
| * | Use the getcredhostname function to fill the hostname into | Robert Drehmel | 2002-02-27 | 1 | -1/+3 |
| * | remove "discards qualifier" erro by not potentially writing to | Julian Elischer | 2002-02-26 | 1 | -2/+5 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 3 | -3/+12 |
| * | fix file descriptor leak. | Alfred Perlstein | 2002-02-20 | 1 | -1/+2 |
| * | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | Bruce Evans | 2002-02-15 | 1 | -2/+0 |
| * | Attempt to unmangle some code touched in the previous commit. | Peter Wemm | 2002-02-07 | 1 | -11/+8 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -11/+17 |
| * | include sys/lock.h and sys/mutex.h to make compile. | Alfred Perlstein | 2002-01-30 | 1 | -0/+2 |
| * | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | Marcel Moolenaar | 2002-01-29 | 1 | -4/+22 |
| * | Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-01-23 | 1 | -0/+4 |
| * | Lock the caller process if the pid passed to getsid() or getpgid() | Seigo Tanimura | 2002-01-19 | 1 | -4/+6 |
| * | For getsid(), return the sid stored in struct session. This prevents | Seigo Tanimura | 2002-01-19 | 1 | -1/+1 |
| * | Make compile, remove extra fdrop() calls. | Alfred Perlstein | 2002-01-19 | 1 | -3/+1 |
| * | make compile, add missing { and variable declaration. | Alfred Perlstein | 2002-01-19 | 1 | -2/+2 |
| * | Semi-backout previous fgetvp change, we need the struct file pointer | Alfred Perlstein | 2002-01-19 | 1 | -7/+11 |
| * | fix typo, there's uap, just fd | Alfred Perlstein | 2002-01-16 | 1 | -1/+1 |
| * | Reinstate linux_ifname. Although the Linuxulator doesn't use it | Marcel Moolenaar | 2002-01-15 | 1 | -0/+27 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 7 | -58/+38 |
| * | Remove unused variable. | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
| * | Some of the KSE stuff was accidentally reverted by file locking, | Alfred Perlstein | 2002-01-13 | 1 | -5/+5 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 8 | -165/+349 |
| * | Further fixes related to the interface renaming. Now that we | Marcel Moolenaar | 2002-01-10 | 1 | -52/+12 |
| * | Gut this header; since physio_proc_init is never called, the code never does | Mike Smith | 2002-01-08 | 1 | -34/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -5/+5 |
| * | Pull in more stuff from procfs now that it's been pseudofsized. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -31/+3 |
| * | When translating the interface name when "eth?" is given, do not | Marcel Moolenaar | 2001-12-04 | 1 | -3/+9 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 4 | -43/+111 |
| * | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | Dag-Erling Smørgrav | 2001-11-24 | 1 | -1/+1 |
| * | Deal with a few issues that cropped up following the recent changes | Ian Dowse | 2001-11-19 | 2 | -14/+70 |
| * | Implement DVD-ROM ioctls. | Marcel Moolenaar | 2001-11-18 | 2 | -27/+434 |
| * | Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. | Marcel Moolenaar | 2001-11-18 | 2 | -0/+5 |
| * | Fix missing holdsock()->fgetsock() | Matthew Dillon | 2001-11-17 | 1 | -7/+5 |