| Commit message (Expand) | Author | Age | Files | Lines |
* | fix braino.. | julian | 1999-07-22 | 1 | -2/+2 |
* | Well, it seems that loading a PCI driver module after the system has | wpaul | 1999-07-22 | 2 | -3/+12 |
* | Convert the ThunderLAN driver to newbus. Also add splimp() protection to | wpaul | 1999-07-22 | 2 | -82/+166 |
* | Fix a small mind-o: one instance of SYS_RES_IOPORT should have been | wpaul | 1999-07-22 | 2 | -6/+6 |
* | Add braces to make if-else statement clearer. | iwasaki | 1999-07-22 | 2 | -8/+12 |
* | Modify device numbering method to work with latest -CURRENT. Briefly, | grog | 1999-07-22 | 2 | -11/+15 |
* | Reduce the number of "magic constants" used for page coloring | alc | 1999-07-22 | 6 | -17/+11 |
* | Convert the SysKonnect gigabit ethernet driver to newbus. | wpaul | 1999-07-22 | 4 | -154/+262 |
* | Small tweak to newbus changes: return error status on failure correctly | wpaul | 1999-07-22 | 1 | -2/+2 |
* | Make mountroot work again (change makedev to makebdev). | dfr | 1999-07-21 | 1 | -3/+4 |
* | Fix the following problem: | alc | 1999-07-21 | 7 | -16/+55 |
* | 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 |