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