| Commit message (Expand) | Author | Age | Files | Lines |
| * | add PC-Card melody beep(PC Card bus, kludge version) | MIHIRA Sanpei Yoshiro | 2000-10-28 | 1 | -0/+2 |
| * | Use EX_USAGE in an example, as the SAME manual page describes a | Alexander Langer | 2000-10-28 | 1 | -1/+1 |
| * | Add some more information to the AUTHORS section. | Jeroen Ruigrok van der Werven | 2000-10-28 | 2 | -4/+14 |
| * | Typo fix. | Mike Pritchard | 2000-10-27 | 1 | -1/+1 |
| * | update man page to reflect new support | Matt Jacob | 2000-10-27 | 1 | -3/+4 |
| * | Use FreeBSD.org, not freebsd.org, as has been the precedent. | Jeroen Ruigrok van der Werven | 2000-10-27 | 5 | -5/+5 |
| * | Please welcome the asr manpage [no, not alt.sysadmin.recovery], but | Jeroen Ruigrok van der Werven | 2000-10-27 | 3 | -1/+166 |
| * | Add in MLINKS for all of the various mutex functions to mutex.9 | John Baldwin | 2000-10-26 | 1 | -0/+9 |
| * | - Document MUTEX_DECLARE and MTX_COLD | John Baldwin | 2000-10-26 | 1 | -5/+42 |
| * | Add a note that the spl() API is deprecated in favor of mutexes. | John Baldwin | 2000-10-26 | 3 | -1/+19 |
| * | Add a prototype mbuf.9 man page. Probably needs work, but it's a good | Nik Clayton | 2000-10-26 | 2 | -1/+408 |
| * | Remove a doubled "in the". | Nik Clayton | 2000-10-26 | 1 | -1/+1 |
| * | Update to include a link to the referenced papers when PRINTERDEVICE=html | Nik Clayton | 2000-10-26 | 4 | -61/+280 |
| * | Add a MAINTAINER= line so people know who to blame | Gregory Neil Shapiro | 2000-10-26 | 2 | -0/+4 |
| * | Add copyright to skeleton. | Julian Elischer | 2000-10-26 | 1 | -6/+29 |
| * | some more cleanups | Julian Elischer | 2000-10-26 | 1 | -66/+113 |
| * | Add and install the uscanner manpage. | Jeroen Ruigrok van der Werven | 2000-10-26 | 2 | -0/+126 |
| * | Update @freebsd.org email addresses to @FreeBSD.org as is the | Jeroen Ruigrok van der Werven | 2000-10-26 | 44 | -78/+78 |
| * | Merge from vendor branch. | Garrett Wollman | 2000-10-25 | 7 | -64/+244 |
| * | This commit was generated by cvs2svn to compensate for changes in r67575, | Garrett Wollman | 2000-10-25 | 1 | -1/+2 |
| |\ |
|
| | * | ../changesvendor/tzdata/tzdata2000g | Garrett Wollman | 2000-10-25 | 10 | -68/+250 |
| * | | Slowly add more functionality as I learn more about newbus etc. | Julian Elischer | 2000-10-25 | 1 | -22/+93 |
| * | | Add the ATA_ENABLE_TAGS option | Søren Schmidt | 2000-10-25 | 1 | -0/+3 |
| * | | Build the ISC library as libisc. This library comes as part of the | Archie Cobbs | 2000-10-24 | 1 | -0/+1 |
| * | | Change archie's and my email addresses from Whistle.com to FreeBSD.org | Julian Elischer | 2000-10-24 | 24 | -47/+47 |
| * | | First effort at bringing these up-to-date. | Julian Elischer | 2000-10-24 | 1 | -288/+277 |
| * | | Correct the description of a few options to reflect that commands and/or | Mike Pritchard | 2000-10-24 | 1 | -3/+3 |
| * | | Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS. | Akinori MUSHA | 2000-10-24 | 1 | -0/+2 |
| * | | Add some very crude man pages to try to induce folk to work on them. | Mark Murray | 2000-10-24 | 2 | -0/+198 |
| * | | Fix %c | Andrey A. Chernov | 2000-10-23 | 2 | -2/+2 |
| * | | It is bsd.sites.mk one should look for a full list of default sites, | Akinori MUSHA | 2000-10-22 | 1 | -1/+13 |
| * | | update URL and copyright | Wolfram Schneider | 2000-10-20 | 1 | -2/+2 |
| * | | Added upcoming FreeBSD 4.2 | Wolfram Schneider | 2000-10-20 | 1 | -0/+3 |
| * | | Introduce the M_ZERO flag to malloc(9) | Poul-Henning Kamp | 2000-10-20 | 1 | -0/+2 |
| * | | Remove bogus xref. | Mike Pritchard | 2000-10-20 | 1 | -1/+0 |
| * | | Scripts should contain a comment block describing what the script does. | Josef Karthauser | 2000-10-19 | 1 | -0/+13 |
| * | | Reference Larry Wall's perlstyle man page, and recommend it's use where | Josef Karthauser | 2000-10-18 | 1 | -4/+17 |
| * | | Use 'unless' instead of 'if (! ... )' where it improves readability. | Josef Karthauser | 2000-10-18 | 1 | -0/+7 |
| * | | Opening braces should be at the end of the controlling line. Else | Josef Karthauser | 2000-10-18 | 1 | -1/+33 |
| * | | Contract a statement that's too verbose. | Josef Karthauser | 2000-10-18 | 1 | -2/+0 |
| * | | There are enough examples of using 'my $var = ...' definitions, so remove | Josef Karthauser | 2000-10-18 | 1 | -7/+0 |
| * | | All variables should be commented. | Josef Karthauser | 2000-10-18 | 1 | -0/+21 |
| * | | Make subroutine prototypes mandatory. | Josef Karthauser | 2000-10-18 | 1 | -0/+20 |
| * | | Fix the places that I missed last commit: 'vars' not 'var'. | Josef Karthauser | 2000-10-18 | 1 | -2/+2 |
| * | | Correction: 'use vars ..' not 'use var'. | Josef Karthauser | 2000-10-17 | 1 | -1/+1 |
| * | | Build and install the perl.style(7) manual page. | Josef Karthauser | 2000-10-17 | 1 | -1/+2 |
| * | | Reclarify variable definition blocks. | Josef Karthauser | 2000-10-17 | 1 | -15/+59 |
| * | | Fix error in sample code in the man page | Roger Hardiman | 2000-10-17 | 1 | -1/+1 |
| * | | An initial draft of a style guide for perl scripts in the tree. | Josef Karthauser | 2000-10-17 | 1 | -0/+98 |
| * | | Add section for building ia64 kernels. | Doug Rabson | 2000-10-16 | 1 | -0/+8 |