summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the "missing updates" reported by ache.sos1996-10-013-87/+111
* #ifdef another instance of toggle_splash_screen() which Soren missed.jkh1996-10-013-3/+15
* Document the Adaptec driver options for tagged command queueing and SCBpst1996-10-016-6/+40
* Add support for storing a -R path in ld in the section dispatch table,peter1996-10-012-4/+10
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVpeter1996-10-011-1/+8
* Dont make splash screen the default :)sos1996-09-303-6/+3
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-308-311/+546
* if we jump the time, we need to check all the process real interval timers.julian1996-09-301-2/+5
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-303-33/+108
OpenPOWER on IntegriCloud