| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in | wollman | 1994-10-18 | 3 | -45/+36 |
* | Fix the remaining vmmeter counters. They all now work correctly. | dg | 1994-10-18 | 3 | -6/+11 |
* | 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 |
* | 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 | 4 | -26/+6 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | This basically allows you to stick a disklabel on any partition. | phk | 1994-10-17 | 2 | -2/+8 |
* | Added socksys module | sos | 1994-10-16 | 1 | -2/+2 |
* | Added load of socksys driver. | sos | 1994-10-16 | 2 | -2/+4 |
* | 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 |
* | dkstat.h: declare dk_names | wollman | 1994-10-16 | 3 | -5/+117 |
* | kern_clock.c: define dk_names[][]. | wollman | 1994-10-16 | 5 | -9/+192 |
* | Add interface to new device configuration table. Also implement | wollman | 1994-10-16 | 1 | -11/+91 |
* | Machine-dependent parts of device configuration table. | wollman | 1994-10-16 | 1 | -0/+61 |
* | Added kern_devconf.c as standard. | wollman | 1994-10-16 | 1 | -0/+1 |
* | Fixed typo and message format change to avoid line wrapping. | se | 1994-10-15 | 2 | -28/+28 |
* | Added ed2 device, on a hard-jumpered location for SMC Ultra | phk | 1994-10-15 | 2 | -8/+10 |
* | This kernel is a barebones kernel. No networking, no CD's no nothing. | phk | 1994-10-15 | 1 | -0/+54 |
* | Add color_display variable for CPU_COLORDISP sysctl. | ache | 1994-10-15 | 3 | -3/+12 |
* | moved a message into a #ifdef DEBUG. This message comes out if a kernel | phk | 1994-10-15 | 1 | -1/+3 |
* | ADd CPU_COLORDISP sysctl to handle console display type | ache | 1994-10-15 | 2 | -2/+8 |
* | CPU_COLORDISP sysctl added for console display type | ache | 1994-10-15 | 2 | -4/+8 |
* | Prevent modem hanging forever on close with CTS off: | ache | 1994-10-15 | 3 | -3/+9 |
* | ttywait: check conditions again right after oproc | ache | 1994-10-15 | 1 | -5/+8 |
* | 1) Some of the counters in the vmmeter struct don't fit well into the Mach VM | dg | 1994-10-15 | 7 | -31/+37 |
* | Count vm faults as v_vm_fault, not v_fault. | dg | 1994-10-15 | 1 | -2/+2 |
* | Properly count object lookups and hits. | dg | 1994-10-15 | 2 | -5/+5 |
* | Sanitized a little bit. All SCSI is now "controllers" and LINT is more | phk | 1994-10-15 | 4 | -39/+39 |
* | Add back variable declaration removed by wrong previous cleanups | ache | 1994-10-15 | 1 | -1/+4 |
* | Add back variable declaration removed by wrong prevous cleanups. | ache | 1994-10-15 | 1 | -1/+4 |
* | $DESTDIR missing... | phk | 1994-10-15 | 2 | -6/+6 |