| Commit message (Expand) | Author | Age | Files | Lines |
* | Lates snapshot: | paul | 1994-10-18 | 5 | -494/+797 |
* | Typo in a comment. | phk | 1994-10-18 | 1 | -2/+2 |
* | Removed references to bclnlist which we don't use/support/need. | dg | 1994-10-18 | 4 | -9/+4 |
* | Fixed bug I just introduced that would have allowed a user to clobber | dg | 1994-10-18 | 2 | -8/+12 |
* | Use kvm_uread instead of kvm_read to access the upages. | dg | 1994-10-18 | 1 | -2/+3 |
* | Allow upages to be paged in/accessed. | dg | 1994-10-18 | 2 | -4/+4 |
* | Spurious "int PHK;" removed. | phk | 1994-10-18 | 1 | -2/+2 |
* | Added the final printf before jumping to the kernel. | phk | 1994-10-18 | 1 | -0/+1 |
* | Remove CPU_COLORDISP, GIO_COLOR now exists | ache | 1994-10-18 | 5 | -27/+6 |
* | Remove machdep.color_display | ache | 1994-10-18 | 2 | -4/+2 |
* | Remove color_display, GIO_COLOR now exists | ache | 1994-10-18 | 3 | -18/+9 |
* | Made '?' do the same thing as help. | phk | 1994-10-18 | 2 | -5/+9 |
* | Bumped the version to 2.0.1-Development. | phk | 1994-10-18 | 1 | -4/+4 |
* | MDDT_WDC -> MDDT_DISK | wollman | 1994-10-17 | 1 | -2/+2 |
* | Add new definitions for lsdev. | wollman | 1994-10-17 | 1 | -3/+26 |
* | First bugfix: isa devices print as `at isa?' rather than `on isa0'. | wollman | 1994-10-17 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r3673, | wollman | 1994-10-17 | 5 | -0/+423 |
|\ |
|
| * | lsdev(8), a user-land utility to query the device configuration database | wollman | 1994-10-17 | 5 | -0/+423 |
* | Got a little closer with socksys emulation. | sos | 1994-10-17 | 4 | -74/+45 |
* | Added more SCO compat ioctl's. | sos | 1994-10-17 | 5 | -87/+168 |
* | isa_device.h: Added flag for sensitive HW. ed# seems to break if anything | phk | 1994-10-17 | 9 | -51/+127 |
* | #ifdef'ed the verbose probe messages. Only until I find a good way of | phk | 1994-10-17 | 2 | -2/+6 |
* | GENERIC is our new all singing and dancing kernel. Please report ASAP if | phk | 1994-10-17 | 3 | -9/+195 |
* | Add new machdep variables | ache | 1994-10-17 | 1 | -0/+3 |
* | Document new machdep variables, pointed by Rod | ache | 1994-10-17 | 2 | -4/+10 |
* | Netboot TNG. I have seen this compile, I don't know if it works. | phk | 1994-10-17 | 11 | -0/+2573 |
* | This is a bunch of changes from NetBSD. There are a couple of bug-fixes. | phk | 1994-10-17 | 38 | -957/+871 |
* | Spelling mistakes. | phk | 1994-10-17 | 1 | -4/+4 |
* | Initialize color_display as undefined, cosmetique | ache | 1994-10-17 | 3 | -6/+6 |
* | Ifdef color_display by NSC, pointed by Rod | ache | 1994-10-17 | 2 | -2/+12 |
* | Put sanity check for negative hold count into #ifdef DIAGNOSTIC so that | dg | 1994-10-17 | 1 | -1/+5 |
* | Restore all of my changes that Garrett clobbered in the previous commit. | dg | 1994-10-17 | 1 | -72/+19 |
* | Fixed bug in exec code, cp -R now works. | paul | 1994-10-17 | 2 | -45/+139 |
* | Change references from `/386bsd' to `/kernel' | gpalmer | 1994-10-17 | 1 | -2/+2 |
* | Added slstat. | dg | 1994-10-17 | 1 | -2/+2 |
* | slstats for FBSD 2.0. Copied in the repository from 1.1.5, and then applied | dg | 1994-10-17 | 2 | -13/+25 |
* | Various changes to the 1.1.5.1'sh install procedure. | phk | 1994-10-17 | 2 | -9/+15 |
* | This basically allows you to stick a disklabel on any partition. | phk | 1994-10-17 | 2 | -2/+8 |
* | Added a missing 'break;' | phk | 1994-10-16 | 1 | -0/+1 |
* | Symorder complains if INET isn't in the kernel. I added '-m' to inform it | phk | 1994-10-16 | 2 | -4/+10 |
* | Added socksys module | sos | 1994-10-16 | 2 | -4/+4 |
* | Added load of socksys driver. | sos | 1994-10-16 | 3 | -3/+6 |
* | LKM for socksys driver (iBCS2 emulation) | sos | 1994-10-16 | 2 | -0/+88 |
* | Some changes to the old floppies to handle the new /etc/init's way of doing | phk | 1994-10-16 | 2 | -9/+13 |
* | Remove `ld' from the clean line also. Someone should look at all the | gpalmer | 1994-10-16 | 1 | -2/+2 |
* | Remove a bogus BINDIR line | paul | 1994-10-16 | 1 | -1/+0 |
* | Actually document dk_* variables! | wollman | 1994-10-16 | 1 | -8/+8 |
* | Add semi-bogus initialization of dk_wpms so that systat and friends actually | wollman | 1994-10-16 | 1 | -0/+6 |
* | New way of getting disk drive names. | wollman | 1994-10-16 | 4 | -60/+91 |
* | dkstat.h: declare dk_names | wollman | 1994-10-16 | 3 | -5/+117 |