summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem.phk1996-10-102-4/+6
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-102-6/+34
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-105-9/+11
* Added missing include of "opt_cpu.h". I missed it because PERFMONbde1996-10-101-1/+3
* Fixed spelling errors in function names in previous commit.bde1996-10-101-4/+4
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered apst1996-10-101-5/+2
* Correct the intro text so user is not encouraged to step off cliffs.jkh1996-10-091-7/+8
* Another round of updates. Highlights:asami1996-10-0948-760/+1527
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-0929-37/+82
* Oops, this wasn't supposed to have -Wcast-qual yet.bde1996-10-091-2/+2
* Added new documented options I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO.bde1996-10-095-5/+46
* Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags.wollman1996-10-091-3/+3
* Accept 'Q' or 'ESC' in intro screen as a "Jane, stop this crazy thing!"jkh1996-10-091-4/+8
* Enable the i586-optimized bcopy if the cpu is a "586" and optionbde1996-10-092-8/+32
* Added i586-optimized bcopy() and bzero().bde1996-10-093-168/+861
* 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
OpenPOWER on IntegriCloud