| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable build/install of boot.help until we sort out how to construct it | msmith | 1998-12-16 | 1 | -10/+10 |
* | vxalloc() can return NULL. Deal with it. | eivind | 1998-12-16 | 2 | -2/+6 |
* | Fix possible NULL-pointer deref in error case (same as DEVFS). | eivind | 1998-12-16 | 2 | -4/+4 |
* | Avoid NULL-pointer dereference on error condition. | eivind | 1998-12-15 | 1 | -2/+2 |
* | Wrap two macros into do { ... } while (0), and fix the way they're used | des | 1998-12-15 | 4 | -22/+26 |
* | Oops, I forgot to commit two diffs to fe driver. | kato | 1998-12-15 | 4 | -34/+6 |
* | PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged, | kato | 1998-12-15 | 2 | -2564/+4682 |
* | Reformat help to improve subtopic display appearance, other minor | msmith | 1998-12-15 | 2 | -9/+9 |
* | Build the composite help file from the generic and architecture-specific | msmith | 1998-12-15 | 4 | -4/+257 |
* | Fixed misformatted error messages. wderror() was broken way back | bde | 1998-12-15 | 1 | -3/+3 |
* | Pull in new ccb_hdr list types. | gibbs | 1998-12-15 | 4 | -4/+8 |
* | Perform a save data pointers operation if a data transfer was performed | gibbs | 1998-12-15 | 4 | -62/+277 |
* | Enable/Disable our lun on open/close. Track resources kept at the controller | gibbs | 1998-12-15 | 1 | -95/+190 |
* | Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they can | gibbs | 1998-12-15 | 1 | -5/+5 |
* | Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues. | gibbs | 1998-12-15 | 1 | -3/+5 |
* | Added UCLASS_CDC definitions to usb.h | n_hibma | 1998-12-15 | 2 | -5/+6 |
* | unlocalise build date (merge from i386) | msmith | 1998-12-15 | 1 | -0/+1 |
* | Add comments to code that I was trying to understand. | julian | 1998-12-15 | 1 | -5/+107 |
* | o Convert length of hccb to integer from the array. Eivind Eklund | imp | 1998-12-15 | 1 | -3/+8 |
* | Remove hardwired alignment, align to sizeof(long) which should be more | dillon | 1998-12-14 | 1 | -2/+7 |
* | fix intermediate overflow in 'quad = int * int' situation by casting | dillon | 1998-12-14 | 1 | -2/+2 |
* | The OHCI interfaces I have access to map their control regs etc. into | julian | 1998-12-14 | 2 | -7/+12 |
* | Add -Wunused to kernel build flags. | archie | 1998-12-14 | 1 | -3/+3 |
* | Accidently broke structural alignment in SEMUSZ calculation. Added | dillon | 1998-12-14 | 1 | -2/+4 |
* | Moved the declaration of another non-SMP variable into the non-SMP section. | bde | 1998-12-14 | 3 | -6/+6 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 9 | -25/+36 |
* | Ifdefed the declarations of conditionally used variables. | bde | 1998-12-14 | 2 | -6/+12 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 9 | -182/+503 |
* | Bridging support. Wait for LINT to be updated before trying it. | luigi | 1998-12-14 | 3 | -11/+32 |
* | (Hopefully) fix support for "large" files. Mostly cast block numbers to off_t | dt | 1998-12-14 | 2 | -26/+26 |
* | Bring dummynet+bridging in -current. Everything will be ready when | luigi | 1998-12-14 | 2 | -1/+5 |
* | Fixed LINT breakage in previous commit. Option FDC_YE enabled a | bde | 1998-12-14 | 3 | -18/+18 |
* | Fix tabs that should have been spaces. Some were in kernel error messages. | mckay | 1998-12-14 | 5 | -110/+110 |
* | Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now) | n_hibma | 1998-12-14 | 1 | -3/+1 |
* | Added Id | n_hibma | 1998-12-14 | 2 | -0/+3 |
* | Added Id to all files | n_hibma | 1998-12-14 | 31 | -1/+35 |
* | Added Id | n_hibma | 1998-12-14 | 1 | -0/+35 |
* | Added comment | n_hibma | 1998-12-14 | 1 | -0/+3 |
* | Added copyright and Id | n_hibma | 1998-12-14 | 1 | -0/+34 |
* | Sync with sys/i386/isa/fd.c revision 1.128. | kato | 1998-12-14 | 2 | -14/+720 |
* | Sync with sys/i386/isa/pcaudio.c revision 1.44. | kato | 1998-12-14 | 1 | -2/+2 |
* | Sync with sys/i386/isa/if_ed.c revision 1.147. | kato | 1998-12-14 | 1 | -2/+2 |
* | Sync with sys/i386/i386/userconfig.c revision 1.118. | kato | 1998-12-14 | 1 | -5/+7 |
* | Sync with sys/i386/conf/options.i386 revision 1.95. | kato | 1998-12-14 | 2 | -2/+4 |
* | Fixed problems with kernel config file overrides of sysv semaphore | dillon | 1998-12-14 | 4 | -7/+11 |
* | probe function changed from returning char * to const char *. | dillon | 1998-12-14 | 42 | -128/+128 |
* | Get rid of uninitialized variable warnings. No bugs found, just | dillon | 1998-12-14 | 2 | -4/+6 |
* | Get rid of uninitialized warning for local variable 'c'. There was no | dillon | 1998-12-14 | 1 | -5/+7 |
* | Fix uninitialized variable warning by preinitializing 'class' to 0. This | dillon | 1998-12-14 | 1 | -2/+2 |
* | pci_device pd_probe function changed from returning char * to returning | dillon | 1998-12-14 | 16 | -48/+48 |