summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-293-6/+21
* Really deactivated the code that puts scsi stats into dk0.se1994-11-282-8/+8
* Added: ICMP reply,TCP SYN check,logging..ugen1994-11-282-222/+224
* Include "scbus.h" in scsiconfig.c to get the number NSCBUS from theats1994-11-271-1/+2
* Comment out an illegal define (E_CLNL_???).ats1994-11-271-2/+2
* Fix previous change: don't attempt to reserve cblocks if the tty is null.bde1994-11-272-10/+16
* Expand again the SYMTAB_SPACE for LINT.ats1994-11-273-6/+6
* Go back to -O optimization...Bruce's arguments against -O2 are convincingdg1994-11-273-6/+6
* Temporary kludge: treat \r same as \n in input, so working on ajoerg1994-11-271-2/+2
* I made a syntax error yesterday.phk1994-11-272-4/+4
* Expand the EISA MAX_SLOTS from 8 to 16.ats1994-11-262-4/+4
* Submitted by: Kirk McKusickbde1994-11-261-2/+2
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-266-164/+339
* Don't block for output in non-blocking mode if clists run out.bde1994-11-261-5/+11
* Always put received packets in an mbuf cluster. This simplifies the codedg1994-11-262-188/+42
* Set the bootverbose if so desired.phk1994-11-262-4/+24
* Declare "extern int bootverbose", so that device-drivers and othersphk1994-11-262-2/+4
* Implement RB_VERBOSE. This is intended to mean: Print all information whichphk1994-11-262-3/+6
* Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have upats1994-11-253-6/+6
* These changes fix a couple of lingering VM problems:dg1994-11-253-110/+5
* Added #define PROBE_VERBOSE and description (PCI chip set boot messages)se1994-11-243-3/+15
* Don't try to page to a vnode that had it's filesystem unmounted.dg1994-11-241-7/+23
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-2416-446/+48
* Changed optimization level to -O2.dg1994-11-243-6/+6
* The long-time-waited-for patch for PPP.ugen1994-11-231-1/+2
* Bunch of fixes from Matt Thomas:dg1994-11-223-129/+183
* Preallocate the first swap block to work around a failure with swap startingdg1994-11-221-2/+2
* Fix wrong size check for scroll forward/backward ('S'/'T')ache1994-11-213-15/+15
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,ache1994-11-213-12/+12
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-196-27/+33
* Fix all keymaps to bring BackTab to life.ache1994-11-193-18/+18
* I just learned that isa.h is included in assembler files too...phk1994-11-192-6/+4
* addphk1994-11-192-2/+6
* Register with devconfg so we show up in lsdev.gibbs1994-11-183-3/+75
* Put ie0 above ep0. Otherwise, the ie0 probe clobbers it.jkh1994-11-182-4/+4
* IO_EISASIZE should be 1 slot, not 2.gibbs1994-11-182-4/+4
* From: wpaul@ctr.columbia.edu (Bill Paul)jkh1994-11-181-4/+6
* Boy, was THIS buggered up! Calm the compiler by fixing the obviousjkh1994-11-181-8/+5
* Improve the case for ST506 disks a bit: Pick up Bios-geometry.phk1994-11-181-6/+32
* Change the message a little bit...phk1994-11-181-2/+3
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.phk1994-11-183-9/+9
* Change the include for the sequencer program to point back to thegibbs1994-11-183-6/+12
* Previous changes to the sequencer compiler backed out. We go back togibbs1994-11-187-10/+706
* Never but never have a bad hair day and go to the movies.gibbs1994-11-182-4/+2
* Whoops - this one's my fault. Put back my changes for seqprog[].jkh1994-11-183-12/+6
* Get IO_EISASIZE properly defined now.jkh1994-11-182-2/+4
* aha2742.c was bogus - use aic7770.c instead.jkh1994-11-182-4/+4
* Make the compiler spit out a .c file instead of a .h file.jkh1994-11-185-0/+10
* Make this a precompiled script - don't bother autogenerating it.jkh1994-11-181-0/+355
* Make the sequencer code a .c file instead of a .h file.jkh1994-11-181-4/+2
OpenPOWER on IntegriCloud