| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -17/+2 |
* | Regenerate. | jhb | 2004-03-15 | 6 | -8/+8 |
* | - Mark ABI syscalls that call wait4() MP safe as recent changes to | jhb | 2004-03-15 | 2 | -2/+2 |
* | Now that contigfree() does not require Giant, don't grab it in busdma. | scottl | 2004-03-13 | 1 | -2/+0 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -12/+0 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 1 | -2/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -2/+2 |
* | The previous commit fixed -current on alpha for machines with | kensmith | 2004-03-01 | 1 | -16/+18 |
* | Previous commit mistakenly delayed cnadd() as well as make_dev(). | kensmith | 2004-02-28 | 1 | -2/+1 |
* | Fix -current builds on alpha. Recent changes in device handling caused | kensmith | 2004-02-27 | 2 | -2/+29 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 3 | -3/+6 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 2 | -6/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -4/+0 |
* | Regen. | jhb | 2004-02-04 | 6 | -10/+10 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 2 | -4/+4 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 2 | -19/+27 |
* | 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 |