| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Fix a long line introduced in previous commit. | Peter Wemm | 2002-02-07 | 1 | -1/+2 |
| * | You cannot take the address of a variable with the 'register' qualifier. | Matt Jacob | 2002-02-07 | 1 | -1/+1 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -3/+3 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -4/+2 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 2 | -5/+6 |
| * | This file does not need to include procfs.h. This fixes a bunch of warnings. | Dag-Erling Smørgrav | 2002-01-01 | 1 | -1/+0 |
| * | Whitespace fix. | John Baldwin | 2001-12-18 | 1 | -1/+1 |
| * | Rather than just change the arguments to suser() change the function to | Mike Barcroft | 2001-11-02 | 1 | -1/+1 |
| * | o Permit osf1-emulated programs to modify uid/gid under jail by | Robert Watson | 2001-11-01 | 1 | -2/+2 |
| * | Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td, | Peter Wemm | 2001-09-23 | 1 | -1/+1 |
| * | Finish KSE-ification updates. | Peter Wemm | 2001-09-20 | 2 | -20/+21 |
| * | Regenerate. This seems to have been missed in the last commit. | Peter Wemm | 2001-09-20 | 3 | -281/+293 |
| * | Pass 1: update for KSE and NFS changes. Somehow this got missed. | Peter Wemm | 2001-09-20 | 5 | -253/+268 |
| * | Fix off by one error introduced by the use of the ifnet_byindex() | Marcel Moolenaar | 2001-09-14 | 1 | -1/+1 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Marcel Moolenaar | 2001-09-08 | 1 | -1/+1 |
| * | Call sendsig() with the proc lock held and return with it held. | John Baldwin | 2001-09-06 | 1 | -2/+2 |
| * | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -12/+12 |
| * | Remove a reference to MAP_INHERIT. | Peter Wemm | 2001-08-25 | 1 | -1/+1 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 2 | -9/+6 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 1 | -4/+4 |
| * | hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace() | Andrew Gallatin | 2001-06-06 | 1 | -1/+4 |
| * | Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming | Andrew Gallatin | 2001-06-06 | 1 | -0/+3 |
| * | make this compile. | Andrew Gallatin | 2001-05-25 | 1 | -1/+1 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -17/+30 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | grab the vm mtx around exec_new_vmspace() | Andrew Gallatin | 2001-05-22 | 1 | -0/+2 |
| * | fix vm_mtx related compiler warning | Andrew Gallatin | 2001-05-20 | 1 | -0/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -37/+28 |
| * | Grab the process lock while calling psignal and before calling psignal. | John Baldwin | 2001-03-07 | 1 | -1/+1 |
| * | Fix the osfulator in the face of Doug's optimized system call return path. | Andrew Gallatin | 2001-02-21 | 1 | -0/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | The osfulator needs sysvipc to work. Thanks to DES's commit to | Andrew Gallatin | 2001-01-26 | 1 | -0/+3 |
| * | Back out over-aggressive locking of p->p_cred. | John Baldwin | 2001-01-25 | 1 | -16/+3 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 2 | -5/+31 |
| * | Use queue macros. | John Baldwin | 2001-01-24 | 1 | -2/+1 |
| * | Next phase in the PCI subsystem cleanup. | Mike Smith | 2000-12-08 | 2 | -0/+2 |
| * | exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should | Andrew Gallatin | 2000-12-02 | 1 | -1/+1 |
| * | Don't use p->p_sigstk.ss_flags to keep state of whether the | Marcel Moolenaar | 2000-11-30 | 1 | -2/+2 |
| * | Simplify and correct OSF/1 signal handling. | Andrew Gallatin | 2000-11-10 | 3 | -133/+16 |
| * | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | Marcel Moolenaar | 2000-11-09 | 2 | -2/+4 |
| * | Add M_ZERO to malloc calls where the result is just bzeroed. | Matt Jacob | 2000-10-27 | 1 | -4/+2 |
| * | add a version tag for the alpha linulator to depend on | Andrew Gallatin | 2000-10-26 | 1 | -0/+2 |
| * | Update osf1_setuid() and osf1_setgid() to use the new change_euid() and | Andrew Gallatin | 2000-10-26 | 1 | -8/+13 |
| * | fix bogus cast in osf1_getrlimit/osf1_setrlimit | Andrew Gallatin | 2000-10-25 | 1 | -4/+4 |
| * | teach the osf1_getsysinfo() function about a few more fields | Andrew Gallatin | 2000-10-25 | 2 | -8/+70 |
| * | Regen. (Fix SYS_exit) | Peter Wemm | 2000-07-29 | 3 | -5/+5 |
| * | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Regenerate with makesyscalls.sh | Peter Wemm | 2000-07-29 | 3 | -5/+5 |