| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GC old unused dev_t mangling stuff. | phk | 2004-02-02 | 1 | -21/+0 |
* | - Remove local changes that leaked into my last commit. | jeff | 2004-01-24 | 1 | -5/+1 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -2/+6 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Add linenumber and source filename to panic(9) output. | phk | 2004-01-19 | 1 | -2/+4 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |
* | Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT(). | jhb | 2004-01-07 | 1 | -5/+5 |
* | Convert to __FBSDID. | obrien | 2004-01-04 | 2 | -3/+3 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -6/+6 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -22/+22 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 1 | -0/+1 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 1 | -2/+1 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 1 | -0/+4 |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -49/+0 |
* | GC unused 'syshide' override to /dev/null. This was here to disable | peter | 2003-12-24 | 2 | -2/+0 |
* | Regen (should be NOP except for rcsid) | peter | 2003-12-24 | 3 | -3/+3 |
* | GC unused namespc column and un-wrap some longer lines that now fit. | peter | 2003-12-24 | 1 | -357/+335 |
* | Regen (should be a NOP except for rcsid changes) | peter | 2003-12-23 | 3 | -3/+3 |
* | GC unused namespace column. Unwrap some long lines that now fit. | peter | 2003-12-23 | 1 | -433/+391 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 2 | -4/+22 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 3 | -8/+8 |
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | obrien | 2003-12-08 | 2 | -445/+36 |
* | Catch up with i386 GENERIC rev 1.389. | obrien | 2003-12-08 | 1 | -6/+8 |
* | Ooops. These are still used by the bktr driver. David O'Brien has | imp | 2003-12-07 | 1 | -0/+187 |
* | Remote meteor driver. It hasn't compiled in over 3 years. If someone | imp | 2003-12-07 | 1 | -187/+0 |
* | Since the fdc driver can't autodetect the drive capacity on the Alpha, | des | 2003-12-05 | 1 | -0/+1 |
* | Fix all users of mp_maxid to use the same semantics, namely: | jhb | 2003-12-03 | 1 | -1/+0 |
* | - Set mp_maxid in a way that is consistent with every other arch. It is | jeff | 2003-11-30 | 1 | -3/+2 |
* | - In db_stack_trace_cmd() bail out if we get confused about the stack. | jeff | 2003-11-29 | 1 | -3/+8 |
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | jhb | 2003-11-21 | 1 | -22/+45 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 8 | -25/+27 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 1 | -2/+0 |
* | Fix build on alpha | kris | 2003-11-16 | 1 | -0/+1 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 2 | -8/+59 |
* | - Drop the process lock before we call into ptrace_{read|write}_int or | jeff | 2003-11-14 | 1 | -4/+7 |
* | - Unlock the clock lock before calling timeout in sysbeep(). This is almost | jeff | 2003-11-13 | 1 | -1/+1 |
* | - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users who | jeff | 2003-11-13 | 1 | -0/+1 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 1 | -2/+2 |
* | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | scottl | 2003-11-07 | 1 | -0/+4 |
* | Regen. | jhb | 2003-11-07 | 3 | -55/+59 |
* | Sync MP safe flags with global syscalls.master for the first time. This | jhb | 2003-11-07 | 1 | -52/+52 |
* | Regen. | jhb | 2003-11-07 | 3 | -52/+62 |
* | Sync up with global syscalls.master for MP safe syscalls for the first | jhb | 2003-11-07 | 1 | -48/+48 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | style: strcmp() does not return a bool. | brooks | 2003-10-30 | 1 | -1/+1 |
* | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | peter | 2003-10-19 | 1 | -0/+6 |
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | robert | 2003-10-09 | 1 | -0/+5 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -1/+0 |
* | Migrate pmap_prefault() into the machine-independent virtual memory layer. | alc | 2003-10-03 | 1 | -99/+20 |
* | OK, I messed up /dev/console with what I had hoped would be compat | phk | 2003-09-26 | 1 | -3/+4 |