| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated. | nyan | 1999-07-21 | 2 | -2/+44 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 20 | -2608/+24 |
* | Hack to work around a NULL pointer dereferencation that can be triggered | joerg | 1999-07-21 | 2 | -2/+10 |
* | Hopefully make the CMD640B workaround actually work. | peter | 1999-07-21 | 1 | -9/+6 |
* | Walk around the end of all the silly guessing of device types and unit | msmith | 1999-07-21 | 6 | -9/+108 |
* | Slight cleanups of the Cyrix 5530 UDMA code. | julian | 1999-07-20 | 1 | -100/+125 |
* | Fix a REALLY embarrassing mistake. Don't look; I warned you. | green | 1999-07-20 | 1 | -2/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | green | 1999-07-20 | 4 | -9/+16 |
* | Convert the xl driver to newbus. It is now possible to make this driver | wpaul | 1999-07-20 | 2 | -88/+127 |
* | dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore | green | 1999-07-20 | 1 | -2/+5 |
* | Correct the alignment of some of the members in the wi_frame structure. | wpaul | 1999-07-20 | 2 | -6/+10 |
* | I missed a not. Also, remove invltlb(), since it's "unncessary [sic] because | green | 1999-07-20 | 1 | -4/+2 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 13 | -194/+185 |
* | use vp->v_rdev; | phk | 1999-07-20 | 1 | -2/+2 |
* | add debug.sizeof.specinfo | phk | 1999-07-20 | 1 | -1/+5 |
* | Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev. | phk | 1999-07-20 | 2 | -4/+56 |
* | Update of the i686 MTRR/memory range support. | msmith | 1999-07-20 | 2 | -90/+92 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 16 | -18/+699 |
* | An SMP-specific change: Eliminate an unnecessary lock acquire and release | alc | 1999-07-20 | 1 | -10/+1 |
* | Convert a "page not busy" warning to an assertion. | alc | 1999-07-20 | 1 | -7/+3 |
* | Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled by | rnordier | 1999-07-20 | 5 | -57/+111 |
* | Fix a page size vs. KB mixup. The extra buffers allocated at a reduced | peter | 1999-07-19 | 2 | -8/+8 |
* | Activate kgzldr. | rnordier | 1999-07-19 | 1 | -2/+2 |
* | Use M4FLAGS for m4. | rnordier | 1999-07-19 | 1 | -4/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r48907, | rnordier | 1999-07-19 | 7 | -0/+459 |
|\ |
|
| * | kgzldr is a kzipboot replacement for use with kgzip(8). | rnordier | 1999-07-19 | 7 | -0/+459 |
* | | Sync with GENERIC (place of xe0 driver) | hosokawa | 1999-07-19 | 1 | -2/+3 |
* | | [click] Now all dev_t's in the kernel have their char device major. | phk | 1999-07-19 | 3 | -22/+14 |
* | | Add sysctl tree debug.sizeof to tell us how big things are. First two | phk | 1999-07-19 | 1 | -1/+10 |
* | | Updated acquire_timer2()'s state machine to work when the i8254 is | bde | 1999-07-18 | 5 | -115/+50 |
* | | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | bde | 1999-07-18 | 5 | -30/+30 |
* | | Added a sysctl "kern.timecounter.hardware" for selecting the hardware | bde | 1999-07-18 | 4 | -20/+98 |
* | | fix comment re: RST received in TIME_WAIT to match the code. | jmb | 1999-07-18 | 2 | -6/+6 |
* | | Use the vn_todev() function, rather than VOP_GETATTR | phk | 1999-07-18 | 4 | -54/+10 |
* | | Introduce the vn_todev(struct vnode*) function, which returns the dev_t | phk | 1999-07-18 | 3 | -3/+28 |
* | | Reset SA_NOCLDWAIT on exec(). | peter | 1999-07-18 | 1 | -1/+5 |
* | | - Clear relevant variables when the keyboard is not available. | yokota | 1999-07-18 | 1 | -8/+18 |
* | | - Move the `return' statement the correct place so that the keyboard | yokota | 1999-07-18 | 2 | -10/+10 |
* | | Remove a duplicate comment. | jdp | 1999-07-18 | 1 | -7/+1 |
* | | Remove four no-op casts. | jdp | 1999-07-18 | 2 | -10/+10 |
* | | Centralize dumpdev handling. | phk | 1999-07-17 | 5 | -183/+61 |
* | | Reverse the sense of a test, dev2udev() will be much cheaper than | phk | 1999-07-17 | 1 | -3/+3 |
* | | Add a field to struct swdevt to avoid a bogus udev2dev() call. | phk | 1999-07-17 | 3 | -6/+9 |
* | | Fix 2nd arg to udev2dev() call in ccd.c | phk | 1999-07-17 | 2 | -4/+4 |
* | | Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly. | phk | 1999-07-17 | 1 | -6/+14 |
* | | Fix 2nd arg to udev2dev(). | phk | 1999-07-17 | 2 | -4/+4 |
* | | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 14 | -35/+35 |
* | | An SMP-specific change: eliminate another check on bsp_apic_ready. | alc | 1999-07-17 | 1 | -10/+1 |
* | | slight change in the way we hi-jack the wd drivers cdevsw. | phk | 1999-07-17 | 1 | -8/+4 |
* | | Implementation of TCXONC. | marcel | 1999-07-17 | 4 | -6/+76 |