summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-094-7/+7
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if thebde1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.bde1996-10-081-2/+2
* Print the dos device number for read failures.bde1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.bde1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglybde1996-10-081-1/+3
* Oops, forgot to cvs add bsd.kern.mk.bde1996-10-081-0/+15
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.bde1996-10-084-38/+11
* Fixed pessimized (short) i/o port types.bde1996-10-084-9/+7
* Fixed the wrong include file for a "prototype mismatch" error betweenscrappy1996-10-082-6/+6
* dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,scrappy1996-10-072-6/+6
* All three files: make COMPAT_IPFW==0 case work again.wollman1996-10-073-30/+46
* Remove some historical cruft inherited from the loopback driver in whichwollman1996-10-071-6/+1
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-076-67/+60
* Fix padding of short packets (PR#1701).wollman1996-10-072-24/+20
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-077-44/+147
* Try number two. Add missing paren in MSG_IDENTIFY macro.gibbs1996-10-071-1/+1
* This commit was generated by cvs2svn to compensate for changes in r18781,gibbs1996-10-077-0/+3664
|\
| * Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-077-0/+3664
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-071-0/+236
* Bring in bug fix from 'SCSI' branch.gibbs1996-10-062-5/+5
* Make the default cache size optim to be 256K, the old default wasdyson1996-10-061-9/+10
* delete unused variable BINDIR, use new variable MODLOAD/MODUNLOADwosch1996-10-067-18/+11
* add variables MODLOAD and MODUNLOAD for modlad/modunload commandswosch1996-10-061-4/+11
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-062-26/+44
* If, during an SDTR negotiation, the target comes back with a responsegibbs1996-10-061-10/+24
* Improved the btodb() and dbtob() macros. I made them give unsignedbde1996-10-061-8/+9
* Cleaned up vm types. Cosmetic.bde1996-10-061-7/+7
* Fix a problem with the page coloring code that the system will not alwaysdyson1996-10-061-3/+7
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-066-1078/+1058
* Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt.bde1996-10-061-6/+7
* Moved a #if for VISUAL_USERCONFIG case...the last commit didn't completelydg1996-10-061-3/+4
* Conditionalize introfunc on USERCONFIG_BOOT && VISUAL_USERCONFIGjkh1996-10-061-2/+8
* Fix 4 problems:dyson1996-10-062-14/+29
* Bring this over from the SCSI branch. I need it to bring in the fixes togibbs1996-10-061-0/+37
* Document USERCONFIG_BOOT, even though it doesn't belong where it is. ;-)jkh1996-10-053-3/+6
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-059-13/+114
* If we have no console device it is possible to bejulian1996-10-041-2/+2
* Oops, missed a chunk in that last commit.dg1996-10-043-9/+9
* Implemented a more sophisticated mechanism for finding the chip iobasedg1996-10-045-187/+217
* Added multicast support (BPF cookie bug was already fixed).dg1996-10-032-4/+43
* Make return or newline synonymous with down-arrow in the value editor.jkh1996-10-031-3/+5
* Drop an unused param to unmap_pages().peter1996-10-031-7/+7
* Fix stupid typo.jkh1996-10-031-3/+3
* Add fxp and vx to list of known device types.jkh1996-10-031-2/+4
* scresume erroneously used before declared. Move the functionjkh1996-10-033-30/+30
* Fixed the userconfig problem (and one with ddb as well).sos1996-10-023-462/+474
* New support for displaying PCI devices without making you insane.jkh1996-10-021-46/+74
* MSDOS FS used to allocate a buffer before extending the VM object. Indyson1996-10-022-14/+18
* add SC_SPLASH_SCREEN to opt_syscons.h (sigh)pst1996-10-022-2/+4
OpenPOWER on IntegriCloud