summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove more instances of passing arrays by address when they shouldjkh1996-12-051-7/+7
* Eliminate 3 more examples of gratutiously passing arrays by address.jkh1996-12-051-3/+3
* sethostname() returns int, not long. I could get used to having thisjkh1996-12-051-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
* gethostname() returns int, not long. Answered my own question byjkh1996-12-051-1/+1
* make u_char * -> char * conversion explicit.jkh1996-12-051-1/+1
* Remove one space to produce the same output alignmentache1996-12-051-3/+3
* Adjust line to not overflow 80 cols (result of recent utmp changes)ache1996-12-051-8/+8
* Use UT_* contstants when possible instead of harcoded 8ache1996-12-051-8/+9
* Increase username field to reflect utmp changesache1996-12-051-1/+1
* Fix compiler warning: /* inside commentache1996-12-051-1/+1
* Merge the changes made to the en version (1.47 -> 1.51).max1996-12-051-12/+15
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-053-24/+69
* Merge the changes made to the en version (1.20 -> 1.21).max1996-12-051-3/+5
* Add ports-vietnamese, delete ports-distfiles.asami1996-12-054-23/+12
* Update to match reality. New __FreeBSD_version values for post 2.1.5Rasami1996-12-051-4/+9
* Add ports-vietnamese. While I'm here, comment out ports-distfiles,asami1996-12-051-1/+4
* Directories for Japanese manpages. Definite 2.2 candidate, as it will beasami1996-12-051-1/+43
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-054-15/+20
* Merge the changes made to the en version (1.161 -> 1.162).max1996-12-051-2/+3
* *Ahem*. Plexstor, not plasmon.jkh1996-12-051-2/+2
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
* Added Miguel Angel Sagreras <msagre@cactus.fi.uba.ar> for his ibcs2 patches.nate1996-12-051-1/+2
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-042-4/+4
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-043-5/+5
* Fix syntax error loc->docache1996-12-041-1/+1
* Merge changes made to the en version (1.160 -> 1.161).max1996-12-041-2/+3
* First cut at adding a little bit about the ports framework's dir structure.obrien1996-12-041-0/+6
* Added Pedro Giffuni to the contributor's section for his two ports:obrien1996-12-041-1/+2
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowasami1996-12-041-6/+6
* Syncronize.asami1996-12-046-98/+176
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0423-3709/+6115
* Synchronize with the RELENG_2_2 branch.asami1996-12-0431-459/+861
* Remove a self referential xref, and add an xref for modload.mpp1996-12-041-3/+3
* Use the predefined entities for a couple of mailing lists.mpp1996-12-031-4/+4
* Remove some garbage text from the man page.mpp1996-12-031-1/+0
* The semget man page uses the incorect symbol for altermpp1996-12-031-7/+7
* Merge the changes in the en version (1.159 -> 1.160).max1996-12-031-2/+3
* Added support for '-T' and '-B' (text and binary) file recognition bynate1996-12-032-2/+43
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestnate1996-12-036-16/+52
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
* PR kern/2141:phk1996-12-032-2/+4
* Added FURUSAWA Kazuhisa for his port of xloadface.obrien1996-12-031-1/+2
* Remove file that we don't have any way of using. We don't have the otherpeter1996-12-031-320/+0
* Remove file no longer shipped with sendmailpeter1996-12-031-305/+0
* Remove defunct files that are no longer shipped (and don't work with thispeter1996-12-032-739/+0
* Back out rev 1.6, it's in the official source now (a few lines up)peter1996-12-031-1/+0
OpenPOWER on IntegriCloud