aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-281-0/+2
* Use EX_USAGE in an example, as the SAME manual page describes aAlexander Langer2000-10-281-1/+1
* Add some more information to the AUTHORS section.Jeroen Ruigrok van der Werven2000-10-282-4/+14
* Typo fix.Mike Pritchard2000-10-271-1/+1
* update man page to reflect new supportMatt Jacob2000-10-271-3/+4
* Use FreeBSD.org, not freebsd.org, as has been the precedent.Jeroen Ruigrok van der Werven2000-10-275-5/+5
* Please welcome the asr manpage [no, not alt.sysadmin.recovery], butJeroen Ruigrok van der Werven2000-10-273-1/+166
* Add in MLINKS for all of the various mutex functions to mutex.9John Baldwin2000-10-261-0/+9
* - Document MUTEX_DECLARE and MTX_COLDJohn Baldwin2000-10-261-5/+42
* Add a note that the spl() API is deprecated in favor of mutexes.John Baldwin2000-10-263-1/+19
* Add a prototype mbuf.9 man page. Probably needs work, but it's a goodNik Clayton2000-10-262-1/+408
* Remove a doubled "in the".Nik Clayton2000-10-261-1/+1
* Update to include a link to the referenced papers when PRINTERDEVICE=htmlNik Clayton2000-10-264-61/+280
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-262-0/+4
* Add copyright to skeleton.Julian Elischer2000-10-261-6/+29
* some more cleanupsJulian Elischer2000-10-261-66/+113
* Add and install the uscanner manpage.Jeroen Ruigrok van der Werven2000-10-262-0/+126
* Update @freebsd.org email addresses to @FreeBSD.org as is theJeroen Ruigrok van der Werven2000-10-2644-78/+78
* Merge from vendor branch.Garrett Wollman2000-10-257-64/+244
* This commit was generated by cvs2svn to compensate for changes in r67575,Garrett Wollman2000-10-251-1/+2
|\
| * ../changesvendor/tzdata/tzdata2000gGarrett Wollman2000-10-2510-68/+250
* | Slowly add more functionality as I learn more about newbus etc.Julian Elischer2000-10-251-22/+93
* | Add the ATA_ENABLE_TAGS optionSøren Schmidt2000-10-251-0/+3
* | Build the ISC library as libisc. This library comes as part of theArchie Cobbs2000-10-241-0/+1
* | Change archie's and my email addresses from Whistle.com to FreeBSD.orgJulian Elischer2000-10-2424-47/+47
* | First effort at bringing these up-to-date.Julian Elischer2000-10-241-288/+277
* | Correct the description of a few options to reflect that commands and/orMike Pritchard2000-10-241-3/+3
* | Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.Akinori MUSHA2000-10-241-0/+2
* | Add some very crude man pages to try to induce folk to work on them.Mark Murray2000-10-242-0/+198
* | Fix %cAndrey A. Chernov2000-10-232-2/+2
* | It is bsd.sites.mk one should look for a full list of default sites,Akinori MUSHA2000-10-221-1/+13
* | update URL and copyrightWolfram Schneider2000-10-201-2/+2
* | Added upcoming FreeBSD 4.2Wolfram Schneider2000-10-201-0/+3
* | Introduce the M_ZERO flag to malloc(9)Poul-Henning Kamp2000-10-201-0/+2
* | Remove bogus xref.Mike Pritchard2000-10-201-1/+0
* | Scripts should contain a comment block describing what the script does.Josef Karthauser2000-10-191-0/+13
* | Reference Larry Wall's perlstyle man page, and recommend it's use whereJosef Karthauser2000-10-181-4/+17
* | Use 'unless' instead of 'if (! ... )' where it improves readability.Josef Karthauser2000-10-181-0/+7
* | Opening braces should be at the end of the controlling line. ElseJosef Karthauser2000-10-181-1/+33
* | Contract a statement that's too verbose.Josef Karthauser2000-10-181-2/+0
* | There are enough examples of using 'my $var = ...' definitions, so removeJosef Karthauser2000-10-181-7/+0
* | All variables should be commented.Josef Karthauser2000-10-181-0/+21
* | Make subroutine prototypes mandatory.Josef Karthauser2000-10-181-0/+20
* | Fix the places that I missed last commit: 'vars' not 'var'.Josef Karthauser2000-10-181-2/+2
* | Correction: 'use vars ..' not 'use var'.Josef Karthauser2000-10-171-1/+1
* | Build and install the perl.style(7) manual page.Josef Karthauser2000-10-171-1/+2
* | Reclarify variable definition blocks.Josef Karthauser2000-10-171-15/+59
* | Fix error in sample code in the man pageRoger Hardiman2000-10-171-1/+1
* | An initial draft of a style guide for perl scripts in the tree.Josef Karthauser2000-10-171-0/+98
* | Add section for building ia64 kernels.Doug Rabson2000-10-161-0/+8