| Commit message (Expand) | Author | Age | Files | Lines |
* | Added some buggy PC-98 PnP cards support. | nyan | 2002-09-29 | 2 | -8/+38 |
* | Merged from sys/isa/fd.c revision 1.238. | nyan | 2002-09-29 | 2 | -8/+8 |
* | Merged from sys/dev/syscons/syscons.c revision 1.389. | nyan | 2002-09-29 | 1 | -5/+5 |
* | Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381. | nyan | 2002-09-29 | 2 | -18/+16 |
* | MFi386: revisions 1.127, 1.128 and 1.129. | nyan | 2002-09-24 | 1 | -20/+21 |
* | Move the com_emr register definition to sioreg.h. | nyan | 2002-09-24 | 2 | -8/+0 |
* | Merged from sys/dev/sio/sio.c revision 1.379. | nyan | 2002-09-24 | 2 | -2/+0 |
* | MFi386: revisions 1.536 and 1.538. | nyan | 2002-09-24 | 2 | -12/+8 |
* | use __packed. | alfred | 2002-09-23 | 2 | -2/+2 |
* | Remove #ifdef/#endif 3 years after the stuff they protected was removed. | phk | 2002-09-21 | 3 | -6/+0 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -9/+4 |
* | For reasons now lost in historical fog, the bounds_check_with_label() | phk | 2002-09-20 | 2 | -118/+0 |
* | #include <sys/disk.h> to get disk_err() prototype. | phk | 2002-09-20 | 3 | -0/+3 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 4 | -12/+9 |
* | MFi386: revisions 1.534 and 1.535. | nyan | 2002-09-19 | 2 | -18/+402 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -4/+0 |
* | Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236. | nyan | 2002-09-16 | 2 | -18/+10 |
* | Merged from sys/dev/sio/sio.c revision 1.378. | nyan | 2002-09-16 | 2 | -2/+12 |
* | Merged from sys/isa/syscons_isa.c revision 1.18. | nyan | 2002-09-16 | 2 | -0/+70 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 2 | -2/+2 |
* | Fill out two fields (si_pid, si_uid) in the siginfo structure handed back | jmallett | 2002-09-07 | 2 | -0/+4 |
* | Diff reduction in comments for filling the siginfo structure - refer to | jmallett | 2002-09-07 | 2 | -2/+2 |
* | Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) | peter | 2002-09-07 | 2 | -0/+14 |
* | Take a shot at fixing up a whole stack of style and other embarresing | peter | 2002-08-31 | 2 | -36/+24 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 2 | -26/+46 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 2 | -2/+4 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 4 | -6/+6 |
* | Merged from sys/dev/syscons/scvtb.c revision 1.9. | nyan | 2002-08-22 | 2 | -8/+8 |
* | Merged from sys/dev/syscons/syscons.c revision 1.388. | nyan | 2002-08-22 | 1 | -1/+1 |
* | Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387. | nyan | 2002-08-20 | 1 | -5/+58 |
* | remove unit counts from atkbdc, pckbd, sc | peter | 2002-08-20 | 1 | -2/+2 |
* | de-count pckbd for pc98. This file is only compiled if NPCKBD was 1, | peter | 2002-08-20 | 2 | -18/+10 |
* | MFi386: revisions 1.354 and 1.356. | nyan | 2002-08-13 | 1 | -4/+2 |
* | Add support for the LSI-Logic Fusion/MP architecture. | mjacob | 2002-08-11 | 1 | -0/+1 |
* | Make ppp(4) devices clonable and unloadable. | brooks | 2002-08-09 | 1 | -1/+1 |
* | Fix the link to the Handbook | blackend | 2002-08-01 | 1 | -1/+1 |
* | gethints.awk is a machine-specific 4.x->5.x transition aid. We cannot | peter | 2002-07-26 | 1 | -46/+39 |
* | de-count pci | peter | 2002-07-23 | 1 | -1/+1 |
* | Add units to card, wdc, wcd, wst and wfd | peter | 2002-07-21 | 1 | -5/+5 |
* | Add explicit unit count on 'device pci' for ahc/ahd | peter | 2002-07-21 | 1 | -1/+1 |
* | Use pmap_kenter() rather than vtopte() and bashing the page tables | peter | 2002-07-18 | 2 | -28/+6 |
* | MFi386: revision 1.524. | nyan | 2002-07-17 | 2 | -6/+20 |
* | MFi386: revision 1.350. | nyan | 2002-07-17 | 1 | -5/+5 |
* | Check return status from fd_in() function. | nyan | 2002-07-16 | 2 | -4/+2 |
* | Retire the perl gethints.conf in favour of an awk version. Move | markm | 2002-07-16 | 2 | -93/+116 |
* | MFi386: sys/i386/i386/machdep.c revision 1.522. | kato | 2002-07-14 | 2 | -2/+0 |
* | Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES. | alfred | 2002-07-13 | 1 | -0/+1 |
* | s/procrunnable/kserunnable/ in a comment | peter | 2002-07-08 | 2 | -2/+2 |
* | MFi386: revision 1.521 | nyan | 2002-06-30 | 2 | -2/+2 |
* | Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form | rwatson | 2002-06-30 | 1 | -1/+0 |