summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Touch the $Revision$ string to cause a cvs revision update of the bootrgrimes1994-06-142-4/+4
* Be paranoid about setting of %dl register for braindead BIOS's,jkh1994-06-132-2/+4
* Fix from Bruce Evans:dg1994-06-113-6/+12
* Fixed minor spelling error.dg1994-06-113-3/+3
* Bruce found a bug in my changes to stop using the gs selector.dg1994-06-113-102/+183
* Copyright changes per the author.rich1994-06-1040-263/+634
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-063-18/+27
* trap.c:dg1994-06-068-1364/+1375
* Back out previous change for the moment - I need to commit some otherdg1994-06-063-27/+63
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-066-63/+36
* Don't move the page's position in the active queue if it is busy ordg1994-06-061-2/+0
* Removed extra (bogus) declaration of Xrsvd14 that was confusing me.dg1994-06-042-2/+2
* This should fix up the absolute paths to /usr/mdec - just prependedjkh1994-06-022-40/+40
* Make bootblocks fit into 7168 limitache1994-05-304-16/+14
* Don't panic if we can't malloc a cblock...just print a console messagedg1994-05-292-4/+8
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
* Changed loopback MTU to 65535.dg1994-05-291-0/+4
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefdg1994-05-291-2/+12
* Add this so that the top level Makefile can traverse down into herergrimes1994-05-281-0/+5
* Completed version of my clist management code. Requires hooks in tty.cdg1994-05-272-142/+498
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-272-0/+251
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-276-25/+33
* SYSCONS is no longer needed since pccons has been removed.rgrimes1994-05-265-11/+15
* Since we have removed com.c and renamed comreg.h to sioreg.h I need torgrimes1994-05-263-3/+3
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-267-7/+7
* Added missing ntohl()'s that are needed before calling IN_MULTICAST indg1994-05-262-4/+4
* Moved header definitions to buf.h, and added missing splx() - founddg1994-05-263-52/+80
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-25328-4984/+11163
* This commit was generated by cvs2svn to compensate for changes in r1543,rgrimes1994-05-257-0/+506
|\
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-257-0/+506
* | BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-257-0/+386
* | This commit was generated by cvs2svn to compensate for changes in r1541,rgrimes1994-05-24543-0/+178130
|\ \ | |/
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-24543-0/+178130
* | BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2498-0/+46972
* | This commit was generated by cvs2svn to compensate for changes in r1539,rgrimes1994-05-241-0/+85
|\ \ | |/
| * BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+85
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+143
* Get us closer to being able to install on the second drive.jkh1994-05-242-4/+4
* Fixed Id stringsos1994-05-201-1/+1
* Added prober Id stringsos1994-05-201-1/+1
* Wait a much longer time for slow devices like CD multichangers to timeoutjkh1994-05-191-3/+3
* Start preparing for the new, improved, doesn't-hang-the-keyboard version ofjkh1994-05-192-4/+8
* Remove the now bogus IP_VAT_COMPAT.jkh1994-05-183-6/+6
* Add line for IP_VAT_COMPAT, documenting it.jkh1994-05-173-3/+6
* Fold in the changes to support IP multicasting, from Jim Lowe et al.jkh1994-05-173-3/+12
* Whoops - comment out psm0 by default in case someone wants tojkh1994-05-173-6/+6
* Add descriptions of ALLOW_CONFLICT_* options we want to doc for nowjkh1994-05-173-6/+27
* Get generic kernels to be as forgiving of users with lossy hardwarejkh1994-05-162-2/+4
* From Bruce:ache1994-05-162-18/+72
* Added a missing unit argument in a printf.ats1994-05-141-2/+2
OpenPOWER on IntegriCloud