aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add lt_LN.ISO_8859-2.src.Wolfram Schneider1997-02-286-20/+362
* Fix a comment and some commented-out code in ip_mloopback toBill Fenner1997-02-281-11/+10
* Fix various overflows for items longer then menu width.Andrey A. Chernov1997-02-281-4/+6
* Create directory /etc/skel.Wolfram Schneider1997-02-281-1/+3
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillyBruce Evans1997-02-282-10/+4
* add lt_LN.ISO_8859-1Wolfram Schneider1997-02-282-2/+8
* Removed nonexistent option PSM_NO_RESET.Bruce Evans1997-02-282-4/+2
* Fixed spelling error in a variable name.Bruce Evans1997-02-283-6/+6
* Merge from 2.2 (I keep forgetting that my /usr/src is no longer -current).Jordan K. Hubbard1997-02-281-120/+108
* Print function args in the current radix instead of always in hex.Bruce Evans1997-02-282-16/+26
* Added a copyright and restored order.Bruce Evans1997-02-281-4/+32
* Synced with the C example copyright. Cosmetic except for removingBruce Evans1997-02-283-18/+12
* Show where the version control id should go.Bruce Evans1997-02-281-0/+2
* Changed the example copyright to be closer to the ones that we actuallyBruce Evans1997-02-281-6/+5
* Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA1997-02-283-21/+18
* Synchronize with NetBSD/pc98 patch level 81.KATO Takenori1997-02-286-46/+62
* Add a missing period so that the -n option is display properlyMike Pritchard1997-02-281-2/+2
* Fixed the gcc ellipsis change to work with gcc-1.x.Bruce Evans1997-02-282-6/+10
* getnetbyaddr now takes an unsigned long as its first argument.Mike Pritchard1997-02-281-1/+1
* Oops! I accidently commited a change that wasn't ready for primeMike Pritchard1997-02-281-15/+0
* The struct vfsconf element vfc_index is now vfs_typenum.Mike Pritchard1997-02-282-2/+17
* Correct the xref section - it was incorrectly using .Fn insteadMike Pritchard1997-02-281-4/+4
* Sync with the original.Hiroyuki Hanai1997-02-281-4/+4
* Functionalize some code that was repeated throughout the driver.Justin T. Gibbs1997-02-281-50/+77
* No longer clear all interrupt status when the sequencer is reset. The onlyJustin T. Gibbs1997-02-281-40/+29
* Sync with the original.Hiroyuki Hanai1997-02-281-7/+38
* Sync with the original.Hiroyuki Hanai1997-02-281-54/+106
* The .Fx macro doesn't know about any of the 1.* FreeBSD releases.Mike Pritchard1997-02-282-6/+4
* Wrapped mi_switch() with splstatclock()/splx(). This fixes excessiveBruce Evans1997-02-271-3/+23
* Fixed loading of vfs's. The Lite2 merge added unnecessary compatibilityBruce Evans1997-02-271-41/+20
* Fixed Lite2 merge of spechash simplelocking. It was misplaced inBruce Evans1997-02-272-12/+22
* Removed a wrong LK_INTERLOCK flag.Bruce Evans1997-02-271-3/+2
* Add forgotten entries for CroatiaWolfram Schneider1997-02-272-2/+8
* Change my email addressBrian Somers1997-02-271-3/+3
* Sync with the original.Hiroyuki Hanai1997-02-271-36/+115
* Fix the previous simple_lock fix breakage in the combinedJohn Dyson1997-02-272-26/+42
* Back out "shell" / pw_shell change, I was confused by the sameAndrey A. Chernov1997-02-271-4/+7
* Sync with the original.Hiroyuki Hanai1997-02-271-2/+3
* Fix few bogons with pw_shell / shell variables values mismatchAndrey A. Chernov1997-02-271-7/+4
* Fix the simple_lock problem with the physical I/O buffer code, andJohn Dyson1997-02-272-46/+90
* "infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov1997-02-271-1/+7
* Add Croatia.Wolfram Schneider1997-02-274-1/+236
* Fix typing error in default class: rc= instead of tc=Andrey A. Chernov1997-02-261-2/+2
* For root & daemon classes bump max openfiles to 1024 to really activateAndrey A. Chernov1997-02-261-3/+3
* Add descriptions for the individual src-* and ports-* collections.John Polstra1997-02-261-52/+104
* Actually remove sys/time.h hack; fix typo.Eivind Eklund1997-02-262-9/+1
* - Added "Brent J. Nordquist" <bjn@visi.com> for his pccard doc patch.Nate Williams1997-02-261-1/+2
* The pccard daemon doesn't support the 'class' parameter as stated in theNate Williams1997-02-261-5/+2
* Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updatedBruce Evans1997-02-262-98/+22
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-2610-258/+256