summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* cons25r: minimize differences with cons25ache2000-08-251-1/+1
|
* Replace the thumb-suck phrase "system call vector translation" withsheldonh2000-08-251-1/+1
| | | | something that people who like tomato juice prefer.
* Whitepace-only: normalize line-breaking.sheldonh2000-08-241-4/+4
|
* Import the new linux(4) manual page, which will be useful when thesheldonh2000-08-242-1/+126
| | | | linux(8) utility and manual page go away.
* Miscellaneous fixes:sheldonh2000-08-231-2/+8
| | | | | amr -> Nm Cross-reference the AUTHORS section properly.
* Normalize the diagnostics list.sheldonh2000-08-231-25/+4
|
* Miscellaneous fixes:sheldonh2000-08-231-8/+7
| | | | | | | | * Clear extraneous argument to the Os macro. * Place the name description on the Nd line. * Mark sub-sections up with Ss, not Sh. * Don't double-quote "Login" when "login prompt" is perfectly good English.
* Whitespace-only change: normalize line-breaking.sheldonh2000-08-231-11/+16
|
* Misc: mlx -> Nmsheldonh2000-08-231-1/+3
|
* Whitespace-only changes: split over-long lines.sheldonh2000-08-231-4/+6
|
* Normalize diagnostics list.sheldonh2000-08-231-60/+6
|
* Whitespace-only change: apply normal line breaking style.sheldonh2000-08-231-6/+6
|
* Miscellaneous fixes: mly -> Nm and eg. -> e.g. .sheldonh2000-08-231-2/+4
|
* Normalize the diagnostics list.sheldonh2000-08-231-28/+6
|
* Whitespace-only change: apply normal line-breaking style.sheldonh2000-08-231-8/+11
|
* Add a manpage for the new 'mly' driver.msmith2000-08-232-0/+274
|
* Mention that the LinkSys LNE100TX v4.0/4.1 is supported.wpaul2000-08-231-0/+2
|
* Mention that the Netgear FA311 is supported as well as the FA312.wpaul2000-08-231-1/+2
|
* The Internet isn't by a long shot just DARPA anymore. Reflect reality.asmodai2000-08-221-1/+0
| | | | Inspired by: -current mailinglist
* Fix typos.sobomax2000-08-211-3/+3
| | | | Approved by: phk
* Fix the arguments to [(1) (AKA test(1)). If the string being testedmarkm2000-08-191-1/+1
| | | | | | | by -n is nonexistant, then the following -d was misinterpreted with a strange error. By putting double quotes (") around the argument, we can be sure there is _something_ there that we can check a zero length against.
* Document ibcs2_loaders and provide a default for it insheldonh2000-08-181-0/+8
| | | | etc/defaults/rc.conf .
* Add a PPP_NOSUID hookbrian2000-08-181-0/+3
|
* Remove the warning about recording on the Solo. The workarounds appearnsayer2000-08-171-6/+0
| | | | to clear up the hwptr problems.
* The previous delta was wrong; an empty MAKEOBJDIRPREFIX shouldsheldonh2000-08-171-2/+2
| | | | | | | | | | | | cause the working directory to be used. Make it so. When we're more convinced that it'll work, we might try this to avoid a shell invocation: .if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) && exists(${CANONICALOBJDIR}/) Reported by: bde
* Use an MRU of 1504 with 1500 byte MRRUsbrian2000-08-173-0/+6
|
* Make this file look prettierbrian2000-08-171-33/+18
| | | | | | | Bump the MRU by 4 bytes to make room for the MP header Down the autoload threshold to a practical value Don't specify the ISDN bandwidth as 65536 (ahem!) Don't specifiy a carrier period (the default of 6 seconds is fine)
* Clear extraneous arguments to the name (Nm) macro.sheldonh2000-08-171-7/+9
| | | | Mark PRISON_ROOT and EPERM as defined values (Dv).
* Mention more functions in the headers so whatis(1) can find them, andmarkm2000-08-162-1/+10
| | | | create links to functions so added found.
* Grammar police; make the English style more consistent throughout,markm2000-08-161-13/+17
| | | | and give suser_xxx some more airtime.
* Do not allow the cleandir target to blow away the entire sourcesheldonh2000-08-161-1/+1
| | | | | | directory when MAKEOBJDIRPREFIX is defined but empty. Reported by: Vernon Schryver <vjs@calcite.rhyolite.com>
* Grammar police; "has been written by" --> "was written by".markm2000-08-154-4/+4
|
* Improve the cross-references.markm2000-08-151-1/+2
|
* Make the pppoe-in config entry a bit more useful (and verbose)brian2000-08-151-6/+10
|
* Fix grammar and a function name.markm2000-08-151-2/+2
|
* Don't extract these files as mode 666 during build, use mode 644 instead.kris2000-08-1512-12/+12
|
* Fix nit in previous delta: trailing punctuation arguments to mdocsheldonh2000-08-151-1/+1
| | | | macros must be whitespace separated.
* Document three new control messages.archie2000-08-151-0/+16
|
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-132-2/+2
| | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well.
* Add output of per battery information to apm(1).ume2000-08-131-0/+2
| | | | | | New ioctl APMIO_GETPWSTATUS is introduced. Reviewed by: -mobile and -current folks (no objection)
* Add dates for FreeBSD 3.5 and 4.1.alex2000-08-131-0/+2
| | | | Not included in both the tree and the dates part FreeBSD 3.5.1.
* MFS4: The stable branch is now RELENG_4 not RELENG_3. Alex changed thisjoe2000-08-131-3/+3
| | | | in RELENG_4, but not in HEAD.
* Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to thejoe2000-08-131-0/+1
| | | | | | SUPFLAGS when a 'make update' is run. This means that the supfile doesn't need to be edited because the -h will override the CHANGE_THIS.FreeBSD.org host.
* Correct path name.grog2000-08-131-1/+1
| | | | Submitted-by: Crist J. Clark <cjclark@alum.mit.com>
* Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to whatimp2000-08-131-2/+2
| | | | it does.
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-123-17/+2
| | | | | | Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes.
* Make the word "ldconfig" a bona fide cross-reference, and clarifyjdp2000-08-111-2/+4
| | | | | | that this option has an effect only during system start-up. Submitted by: sheldonh
* A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilotjoe2000-08-111-0/+6
| | | | applications.
* Fix hard sentence break and inappropriate use of the Pa macro insheldonh2000-08-111-3/+4
| | | | the previous delta.
* Describe ldconfig_insecure.jdp2000-08-111-0/+6
|
OpenPOWER on IntegriCloud