| Commit message (Expand) | Author | Age | Files | Lines |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -6/+1 |
* | Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this | jeff | 2002-04-09 | 1 | -1/+2 |
* | Grab a major number for the se driver. | jake | 2002-04-09 | 1 | -0/+1 |
* | Add the se driver. | jake | 2002-04-09 | 1 | -0/+1 |
* | Now that we can thorougly self compile the kernel, stop hard coding the | peter | 2002-04-07 | 1 | -7/+0 |
* | Added the new kernel dumping support for pc98. | nyan | 2002-04-06 | 1 | -0/+1 |
* | Fix the ofw_isa.c entries, readd ofw_bus.c. | tmm | 2002-04-05 | 1 | -4/+3 |
* | Add the eeprom diver frontend files, correct the entry for ofw_isa.c. | tmm | 2002-04-04 | 1 | -1/+5 |
* | D'oh! I forgot to commit this a while back. | mjacob | 2002-04-04 | 1 | -1/+2 |
* | Add a driver back end for the Mostek MK48T02, MK48T08 and MK48T59 | tmm | 2002-04-04 | 1 | -0/+1 |
* | Add a generic implementation of inittodr() and resettodr(), as well as | tmm | 2002-04-04 | 1 | -0/+2 |
* | Mention that options BOOTP requires options NFSCLIENT and options NFS_ROOT | brian | 2002-04-04 | 1 | -0/+1 |
* | Register major #4 for GEOM | phk | 2002-04-04 | 1 | -1/+1 |
* | First round at trying to split up NOTES into MI and MD portions. | jhb | 2002-04-03 | 1 | -1206/+9 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 2 | -5/+0 |
* | Actually have ia64dump.c be included in the build. Can't be bad. | marcel | 2002-04-03 | 1 | -0/+1 |
* | Add if_wi_{pccard,pci}.c for pccard and pci bus front ends | imp | 2002-04-02 | 1 | -1/+3 |
* | Mutex profiling code, conditional on the MUTEX_PROFILING option. Adds the | des | 2002-04-02 | 1 | -0/+3 |
* | Remove references to KTR_EXTEND. | jhb | 2002-04-01 | 1 | -6/+3 |
* | ktr changes to improve performance and make writing a userland utility to | jake | 2002-04-01 | 1 | -1/+0 |
* | Add the i386dump.c dumpsys() source file. | phk | 2002-03-31 | 1 | -0/+1 |
* | A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS, | phk | 2002-03-31 | 1 | -1/+0 |
* | Don't nowerror for sys/dev/pdq/pdq.c | mdodd | 2002-03-30 | 1 | -2/+2 |
* | Nuke CV_DEBUG in favour of INVARIANTS. | dan | 2002-03-30 | 1 | -1/+0 |
* | Add preliminary PC98 class to GEOM. | phk | 2002-03-28 | 1 | -0/+1 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 6 | -0/+6 |
* | Uncomment GEOM in LINT | phk | 2002-03-26 | 1 | -1/+1 |
* | Only use POSIX Awk features. | obrien | 2002-03-25 | 1 | -1/+1 |
* | MFi386: revision 1.396 | nyan | 2002-03-25 | 1 | -2/+2 |
* | Add kern/syscalls.c, which is needed for some KTR traces in trap.c. | tmm | 2002-03-25 | 1 | -0/+1 |
* | Remove a FMT that was buried in here. | obrien | 2002-03-25 | 1 | -2/+2 |
* | Remove the setting of 'FMT'. We now do ELF by default, so only bother | obrien | 2002-03-24 | 3 | -3/+0 |
* | MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful | obrien | 2002-03-24 | 1 | -3/+18 |
* | Be more systematic about conversion of on-disk formats in a endian/width | phk | 2002-03-24 | 1 | -1/+1 |
* | Forgot viapm in the NOTES. Fixed. | nsouch | 2002-03-23 | 1 | -0/+2 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 3 | -0/+7 |
* | Collect all functions for copying to and from userspace into the one file. | benno | 2002-03-21 | 1 | -5/+2 |
* | Minor cleanups to post.mk from bde. Mostly ordering | imp | 2002-03-20 | 1 | -26/+32 |
* | Use the FreeBSD cross tools instead of the linux ones. | peter | 2002-03-19 | 1 | -9/+9 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -1/+1 |
* | Backed out the part of the previous commit related to xargs. It just | bde | 2002-03-19 | 1 | -6/+4 |
* | Removed env(1) commands. make(1) uses a real shell, and | bde | 2002-03-19 | 1 | -14/+16 |
* | Add a USB comm driver. | joe | 2002-03-18 | 2 | -0/+8 |
* | lint the previous lint commit. | ru | 2002-03-18 | 2 | -2/+2 |
* | Spelling: s/guesst/guessed/ | cjc | 2002-03-17 | 1 | -1/+1 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | markm | 2002-03-17 | 2 | -0/+6 |
* | Teach GEOM about Sun disklabel formats. | phk | 2002-03-15 | 1 | -0/+1 |
* | Remove all the custom toolchain knob tweaking. | obrien | 2002-03-15 | 1 | -13/+0 |
* | Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10s | jake | 2002-03-13 | 1 | -0/+1 |
* | Use the deo hosted toolchain by default. | jake | 2002-03-13 | 1 | -10/+14 |