| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build on alpha | Kris Kennaway | 2003-11-16 | 1 | -0/+1 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -52/+62 |
| * | Sync up with global syscalls.master for MP safe syscalls for the first | John Baldwin | 2003-11-07 | 1 | -48/+48 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | style: strcmp() does not return a bool. | Brooks Davis | 2003-10-30 | 1 | -1/+1 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -1/+2 |
| * | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | Marcel Moolenaar | 2003-08-17 | 1 | -7/+8 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 6 | -15/+17 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -0/+3 |
| * | - 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 | -193/+63 |
| * | - 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 | -228/+223 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 4 | -223/+228 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 4 | -228/+223 |
| * | 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 |