| Commit message (Expand) | Author | Age | Files | Lines |
* | Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly some | dwmalone | 2007-07-29 | 2 | -2/+4 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 2 | -2/+10 |
* | In the function pc98_check_if_type for the non-8251 case | mjacob | 2007-07-11 | 1 | -0/+4 |
* | I4B header files were repo-copied from sys/i386/include/ to | bz | 2007-07-06 | 6 | -36/+0 |
* | Temporary disconnect i4bing, i4bisppp and i4bipr from the build for | bz | 2007-07-04 | 1 | -8/+9 |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 1 | -0/+1 |
* | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -0/+4 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | MFi386: revision 1.657 | nyan | 2007-06-06 | 1 | -1/+0 |
* | MFi386: revision 1.656 | nyan | 2007-06-05 | 1 | -1/+7 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -4/+4 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 2 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -2/+2 |
* | MFi386: revision 1.653. | nyan | 2007-05-30 | 1 | -1/+2 |
* | MFi386: revision 1.652 | nyan | 2007-05-21 | 1 | -0/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -2/+2 |
* | Disable PREEMPTION option. It causes some problem on pc98. | nyan | 2007-05-13 | 1 | -1/+1 |
* | Add wlan_amrr. ural(4) uses amrr as transmit rate control. | kevlo | 2007-05-10 | 1 | -0/+1 |
* | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 1 | -1/+1 |
* | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 1 | -0/+1 |
* | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 1 | -12/+0 |
* | MFi386: revision 1.650 | nyan | 2007-03-18 | 1 | -1/+1 |
* | - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr. | nyan | 2007-03-04 | 2 | -58/+30 |
* | Reduce diffs with i386. | nyan | 2007-03-04 | 2 | -12/+20 |
* | Use pause() rather than tsleep() on explicit global dummy variables. | jhb | 2007-02-27 | 1 | -2/+1 |
* | Garbage collect a reference to INTR_FAST. | piso | 2007-02-25 | 2 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 5 | -13/+17 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | MFi386: revision 1.647. | nyan | 2007-01-28 | 1 | -1/+1 |
* | Oops, pc98 is independent of i386 for clock.c and machdep.c but not | bde | 2007-01-23 | 3 | -25/+24 |
* | MFi386: revision 1.646. | nyan | 2007-01-07 | 1 | -0/+1 |
* | Allow machdep.cpu_idle_hlt to be set from the loader. This should allow | sobomax | 2006-12-06 | 1 | -0/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -4/+0 |
* | MFi386: revisions from 1.641 to 1.643. | nyan | 2006-11-20 | 1 | -18/+17 |
* | MFi386: revisions 1.634 and 1.639. | nyan | 2006-11-09 | 1 | -6/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+4 |
* | Remove the KDTRACE option again because of the complaints about having | jb | 2006-11-04 | 1 | -3/+0 |
* | Build in kernel support for loading DTrace modules by default. This | jb | 2006-11-04 | 1 | -0/+3 |
* | Remove the KSE option now that it's in DEFAULTS on these arches/machines. | jb | 2006-10-26 | 1 | -1/+0 |
* | Add 'options KSE' to the kernel config DEFAULTS on all arches/machines | jb | 2006-10-26 | 1 | -0/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 2 | -0/+5 |
* | Move "device splash" back to MI NOTES and "files", it's MI. | ru | 2006-10-23 | 1 | -2/+0 |
* | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e., | ru | 2006-10-23 | 1 | -1/+0 |
* | - MFi386: Remove 'device io'. | nyan | 2006-10-20 | 1 | -12/+0 |
* | Move more MD devices and options out of MI NOTES. | des | 2006-10-20 | 1 | -11/+2 |
* | Remove references to pccard.conf | imp | 2006-10-19 | 1 | -1/+1 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |