| Commit message (Expand) | Author | Age | Files | Lines |
| * | Regen. | John Baldwin | 2004-02-04 | 6 | -10/+10 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 2 | -4/+4 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 2 | -19/+27 |
| * | GC old unused dev_t mangling stuff. | Poul-Henning Kamp | 2004-02-02 | 1 | -21/+0 |
| * | - Remove local changes that leaked into my last commit. | Jeff Roberson | 2004-01-24 | 1 | -5/+1 |
| * | - Recruit some new ULE users by making it the default scheduler in GENERIC. | Jeff Roberson | 2004-01-24 | 1 | -2/+6 |
| * | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | Jacques Vidrine | 2004-01-24 | 1 | -0/+1 |
| * | Add linenumber and source filename to panic(9) output. | Poul-Henning Kamp | 2004-01-19 | 1 | -2/+4 |
| * | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 1 | -0/+1 |
| * | Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT(). | John Baldwin | 2004-01-07 | 1 | -5/+5 |
| * | Convert to __FBSDID. | David E. O'Brien | 2004-01-04 | 2 | -3/+3 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -6/+6 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -22/+22 |
| * | Track three new sendfile-related statistics: | Mike Silbersack | 2003-12-28 | 1 | -0/+1 |
| * | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | Mike Silbersack | 2003-12-28 | 1 | -2/+1 |
| * | Track current and peak sfbuf usage, export the values via sysctl. | Mike Silbersack | 2003-12-27 | 1 | -0/+4 |
| * | GC the unused <machine/kse.h> file. | Peter Wemm | 2003-12-24 | 1 | -49/+0 |
| * | GC unused 'syshide' override to /dev/null. This was here to disable | Peter Wemm | 2003-12-24 | 2 | -2/+0 |
| * | Regen (should be NOP except for rcsid) | Peter Wemm | 2003-12-24 | 3 | -3/+3 |
| * | GC unused namespc column and un-wrap some longer lines that now fit. | Peter Wemm | 2003-12-24 | 1 | -357/+335 |
| * | Regen (should be a NOP except for rcsid changes) | Peter Wemm | 2003-12-23 | 3 | -3/+3 |
| * | GC unused namespace column. Unwrap some long lines that now fit. | Peter Wemm | 2003-12-23 | 1 | -433/+391 |
| * | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 2 | -4/+22 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 3 | -8/+8 |
| * | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | David E. O'Brien | 2003-12-08 | 2 | -445/+36 |
| * | Catch up with i386 GENERIC rev 1.389. | David E. O'Brien | 2003-12-08 | 1 | -6/+8 |
| * | Ooops. These are still used by the bktr driver. David O'Brien has | Warner Losh | 2003-12-07 | 1 | -0/+187 |
| * | Remote meteor driver. It hasn't compiled in over 3 years. If someone | Warner Losh | 2003-12-07 | 1 | -187/+0 |
| * | Since the fdc driver can't autodetect the drive capacity on the Alpha, | Dag-Erling Smørgrav | 2003-12-05 | 1 | -0/+1 |
| * | Fix all users of mp_maxid to use the same semantics, namely: | John Baldwin | 2003-12-03 | 1 | -1/+0 |
| * | - Set mp_maxid in a way that is consistent with every other arch. It is | Jeff Roberson | 2003-11-30 | 1 | -3/+2 |
| * | - In db_stack_trace_cmd() bail out if we get confused about the stack. | Jeff Roberson | 2003-11-29 | 1 | -3/+8 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -22/+45 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 8 | -25/+27 |
| * | - Remove unnecessary synchronization from sf_buf_init(). (There is only | Alan Cox | 2003-11-16 | 1 | -2/+0 |
| * | Fix build on alpha | Kris Kennaway | 2003-11-16 | 1 | -0/+1 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 2 | -8/+59 |
| * | - Drop the process lock before we call into ptrace_{read|write}_int or | Jeff Roberson | 2003-11-14 | 1 | -4/+7 |
| * | - Unlock the clock lock before calling timeout in sysbeep(). This is almost | Jeff Roberson | 2003-11-13 | 1 | -1/+1 |
| * | - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users who | Jeff Roberson | 2003-11-13 | 1 | -0/+1 |
| * | Change the clear_ret argument of get_mcontext() to be a flags argument. | Marcel Moolenaar | 2003-11-09 | 1 | -2/+2 |
| * | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | Scott Long | 2003-11-07 | 1 | -0/+4 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -55/+59 |
| * | Sync MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -52/+52 |
| * | 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 a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | Peter Wemm | 2003-10-19 | 1 | -0/+6 |
| * | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | Robert Drehmel | 2003-10-09 | 1 | -0/+5 |