aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't panic if we can't malloc a cblock...just print a console messageDavid Greenman1994-05-292-4/+8
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. MakesDavid Greenman1994-05-291-12/+3
* Changed loopback MTU to 65535.David Greenman1994-05-291-0/+4
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefDavid Greenman1994-05-291-2/+12
* Add this so that the top level Makefile can traverse down into hereRodney W. Grimes1994-05-281-0/+5
* Completed version of my clist management code. Requires hooks in tty.cDavid Greenman1994-05-272-142/+498
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-272-0/+251
* Cast arguments to timeout() to quite compiler warnings. Should weRodney W. Grimes1994-05-276-25/+33
* SYSCONS is no longer needed since pccons has been removed.Rodney W. Grimes1994-05-265-11/+15
* Since we have removed com.c and renamed comreg.h to sioreg.h I need toRodney W. Grimes1994-05-263-3/+3
* Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes1994-05-267-7/+7
* Added missing ntohl()'s that are needed before calling IN_MULTICAST inDavid Greenman1994-05-262-4/+4
* Moved header definitions to buf.h, and added missing splx() - foundDavid Greenman1994-05-263-52/+80
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-25328-4984/+11163
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2514-0/+892
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-24641-0/+225102
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-242-0/+228
* Get us closer to being able to install on the second drive.Jordan K. Hubbard1994-05-242-4/+4
* Fixed Id stringSøren Schmidt1994-05-201-1/+1
* Added prober Id stringSøren Schmidt1994-05-201-1/+1
* Wait a much longer time for slow devices like CD multichangers to timeoutJordan K. Hubbard1994-05-191-3/+3
* Start preparing for the new, improved, doesn't-hang-the-keyboard version ofJordan K. Hubbard1994-05-192-4/+8
* Remove the now bogus IP_VAT_COMPAT.Jordan K. Hubbard1994-05-183-6/+6
* Add line for IP_VAT_COMPAT, documenting it.Jordan K. Hubbard1994-05-173-3/+6
* Fold in the changes to support IP multicasting, from Jim Lowe et al.Jordan K. Hubbard1994-05-173-3/+12
* Whoops - comment out psm0 by default in case someone wants toJordan K. Hubbard1994-05-173-6/+6
* Add descriptions of ALLOW_CONFLICT_* options we want to doc for nowJordan K. Hubbard1994-05-173-6/+27
* Get generic kernels to be as forgiving of users with lossy hardwareJordan K. Hubbard1994-05-162-2/+4
* From Bruce:Andrey A. Chernov1994-05-162-18/+72
* Added a missing unit argument in a printf.Andreas Schulz1994-05-141-2/+2
* Remove confusing (as they are now unnecessary) comments aboutJordan K. Hubbard1994-05-133-27/+6
* Localize RevD mixer changes for board revisions >= 127Andrey A. Chernov1994-05-081-5/+11
* Fix ugly bug with PAS16 Rev D mixer: output level was too lowAndrey A. Chernov1994-05-072-18/+24
* USL copyrightRodney W. Grimes1994-05-041-1/+8
* >From BETA_1_1 branch:Rodney W. Grimes1994-05-031-16/+39
* Add two routines insl and outsl, that should do 32bit string ins and outs.Andreas Schulz1994-05-033-3/+81
* Added the bugfixes from the current NetBSD driver. Put in some parts ofAndreas Schulz1994-05-022-128/+196
* Update to use the timer0_divisor & timer0_prescale to determine the currentSøren Schmidt1994-05-021-46/+43
* Update the reprogram timer stuff, now the frequency of timer 0Søren Schmidt1994-05-025-350/+300
* fixed some minor bugsSøren Schmidt1994-05-021-21/+32
* Removed some tlbflush optimizations as some of them were bogus and leadDavid Greenman1994-05-022-110/+28
* Change switch statement to two if statements. This saves 208 bytes inMartin Renters1994-05-012-20/+12
* Change old alias b_cylin to b_residGary Clark II1994-04-302-4/+4
* Fix typoGary Clark II1994-04-301-2/+2
* Almost had problems. The directory on my system is gpl not gnu.Gary Clark II1994-04-292-64/+64
* Added GPL_MATH_EMULATE to optionsGary Clark II1994-04-293-3/+15
* Added files for option gpl_math_emulateGary Clark II1994-04-292-2/+64
* Deleted on ifdef dontdefGary Clark II1994-04-293-12/+18
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whenGary Clark II1994-04-293-12/+12
* Added rcs Id'sGary Clark II1994-04-2917-1/+55