| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Remove unnecessary useracc() calls from osf1_sigreturn(). | Alan Cox | 2003-04-29 | 1 | -12/+3 |
| * | Lock Giant around calls to useracc() in osf1_sigreturn() so that the | John Baldwin | 2003-04-25 | 1 | -1/+5 |
| * | Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo() | John Baldwin | 2003-04-25 | 1 | -0/+5 |
| * | - Replace inline implementations of sigprocmask() with calls to | John Baldwin | 2003-04-22 | 1 | -194/+64 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -14/+15 |
| * | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | Jeff Roberson | 2003-03-31 | 1 | -5/+1 |
| * | Fix some memory leaks in the failure cases after trying to look up the | John Baldwin | 2003-03-21 | 1 | -6/+9 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -3/+3 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -0/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -8/+8 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Convert an instance of "struct timezone tz" use I missed yesterday. | Poul-Henning Kamp | 2003-02-04 | 1 | -1/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -8/+8 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 4 | -229/+224 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 4 | -224/+229 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 4 | -229/+224 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 1 | -5/+6 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -2/+1 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -1/+2 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+1 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -5/+13 |
| * | Change hw.physmem and hw.usermem to unsigned long like they used to be | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -3/+3 |
| * | - Hold the vnode lock throughout execve. | Jeff Roberson | 2002-08-13 | 1 | -13/+1 |
| * | Teach the OSF/1 emulation layer a little more about mandatory access | Robert Watson | 2002-08-12 | 1 | -0/+19 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -3/+4 |
| * | - Split the unaligned access check flags out of md_flags in struct mdthread | John Baldwin | 2002-07-31 | 1 | -1/+1 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -1/+1 |
| * | Squish the "could sleep with process lock" messages caused by calling | Alfred Perlstein | 2002-06-19 | 1 | -2/+6 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 5 | -5/+5 |
| * | Rework logic of syscalls that modify process credentials as described in | John Baldwin | 2002-04-13 | 1 | -4/+16 |
| * | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | Alan Cox | 2002-04-05 | 1 | -16/+13 |
| * | Spell "privileges" correctly. | Eric Melville | 2002-04-05 | 1 | -2/+2 |
| * | Moved signal handling and rescheduling from userret() to ast() so that | Bruce Evans | 2002-04-04 | 1 | -0/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Remove __P(). This was tested on the GENERIC kernel. | David E. O'Brien | 2002-03-20 | 8 | -87/+86 |
| * | 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 |