aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added config file override for memory size and added flags to forceDavid Greenman1993-07-204-38/+108
* Applied Andrew's patch to fix loop-on-logout problem.Jordan K. Hubbard1993-07-203-15/+9
* Changed comment relating to memsize to be a little less misleading.Jordan K. Hubbard1993-07-202-2/+12
* Fixed to allow iosiz config parameter to override what was (for me,Jordan K. Hubbard1993-07-202-4/+18
* Removed check for interrupting board before interrupts were enabled.Jordan K. Hubbard1993-07-203-6/+3
* Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by theRodney W. Grimes1993-07-183-6/+9
* Fixed warning from gcc1 (but not gcc2 for some reason).Paul Richards1993-07-181-2/+2
* Added volatile void to cpu_exit() in the hope that it wouldPaul Richards1993-07-182-2/+6
* Small fix to correct warning --Paul Richards1993-07-181-2/+3
* New locore from Christoph Rubitschko.David Greenman1993-07-165-1358/+2178
* Updated kernel files to move occurances of "struct args" syscallDavid Greenman1993-07-164-18/+28
* Changed header from 386BSD BOOT to FreeBSD BOOT.Rodney W. Grimes1993-07-162-4/+14
* Modified attach printf's so that the output is compatible with the "new"David Greenman1993-07-1513-83/+64
* From Bruce Evans:Rodney W. Grimes1993-07-131-7/+29
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel toCharlie Root1993-07-1327-213/+3150
* Fixed two occarances of ldos which should have been lods.Rodney W. Grimes1993-07-122-4/+10
* For all ed0 driver lines removed iosiz 8192, and fixed the weintr to beRodney W. Grimes1993-07-121-1/+1
* Put if_we driver well and truly back into the kernel.Jordan K. Hubbard1993-07-092-0/+2
* Added copyright message -- it didn't have one beforePaul Richards1993-07-091-2/+9
* Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,Charlie Root1993-07-032-2/+2
* Added (protection) around negative constants, in case a program wantsNate Williams1993-06-302-8/+8
* Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixesNate Williams1993-06-292-18/+4
* fixed bugs in the probe routine uncovered by the previous fix.David Greenman1993-06-272-14/+22
* fixed bug in probe that causes it to complain about 'Invalid irq configuration'David Greenman1993-06-262-0/+16
* Second beta release of device driver for SMC/WD 80x3 ethernet boards +David Greenman1993-06-234-28/+210
* Second beta release of device driver for WD/SMC 80x3 and 3c503 ethernet boardsDavid Greenman1993-06-224-58/+208
* Added bpf support to if_is.c (Isolan driver)Paul Richards1993-06-191-226/+397
* Obsolete if_we.c driver, more attach call to where it belongs.Rodney W. Grimes1993-06-182-18/+6
* Changed all we0's to ed0's. Obsoleting if_we.c driver.Rodney W. Grimes1993-06-183-3/+1
* New if_is.c isolan ethernet driver that can handle multiple cards.Paul Richards1993-06-181-137/+160
* Upgrade to GCC 2.XPaul Richards1993-06-185-31/+52
* Beta release of device driver for SMC/WD80x3 and 3C503 ethernet boards.David Greenman1993-06-144-0/+4882
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-12227-0/+75332