aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Complete the fix in revision 1.13 -- don't even depend on termcap(5)Ruslan Ermilov2002-04-041-1/+1
| | | | | | | | | database to be present. PR: misc/31225 Notes: svn path=/head/; revision=93764
* Regen.Sheldon Hearn2002-04-031-8/+35
| | | | | | | | This restores rev 1.12 (spammed by rev 1.13), as the Cenatek Rocket Drive is now included in at least the Hart list. Notes: svn path=/head/; revision=93727
* - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document theAndrew R. Reiter2002-04-023-3/+30
| | | | | | | | recent additions of these macros. - Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9. Notes: svn path=/head/; revision=93680
* - Update to new suser() API.John Baldwin2002-04-022-12/+12
| | | | | | | | - Spell privilege properly. - Grammar nits. Notes: svn path=/head/; revision=93673
* Style: don't override `beforeinstall', use FILES.Ruslan Ermilov2002-04-022-14/+6
| | | | Notes: svn path=/head/; revision=93629
* Point to the correct #include file.Poul-Henning Kamp2002-04-011-1/+1
| | | | Notes: svn path=/head/; revision=93575
* Fix the makefile to match the repo-copy from tech to freebsd.Poul-Henning Kamp2002-04-011-1/+1
| | | | Notes: svn path=/head/; revision=93537
* Remove 'tech'. Repo-copied to 'freebsd'Murray Stokely2002-04-011-143/+0
| | | | | | | Reminded by: joe Notes: svn path=/head/; revision=93519
* Remove reference to share/dict/special/. That directory does notMurray Stokely2002-04-011-5/+1
| | | | | | | | | exist, nor does the referenced program. MFC after: 3 days Notes: svn path=/head/; revision=93500
* Add a note about the FreeBSD technical word list.Murray Stokely2002-04-011-0/+2
| | | | Notes: svn path=/head/; revision=93499
* The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd'Murray Stokely2002-04-011-1/+1
| | | | | | | | | | to indicate that this is not a general dictionary of all technical terms. Requested by: sheldon Notes: svn path=/head/; revision=93498
* Fix braino: the example interface is fxp0, not ed0.Dima Dorfman2002-03-301-1/+1
| | | | | | | | PR: 36471 Submitted by: John Nielsen <zoobie@bsdconspiracy.net> Notes: svn path=/head/; revision=93457
* Correct typo.Dima Dorfman2002-03-301-1/+1
| | | | | | | | PR: 36544 Submitted by: dak@klemm.delta6.net Notes: svn path=/head/; revision=93456
* sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.Hajimu UMEMOTO2002-03-301-2/+2
| | | | | | | | | This is standard feature. Submitted by: ru Notes: svn path=/head/; revision=93449
* sendmail 8.12 claims against GroupReadableSASLFile.Hajimu UMEMOTO2002-03-301-1/+1
| | | | | | | Submitted by: mistral@imasy.or.jp Notes: svn path=/head/; revision=93446
* Install libusbhid, and use it instead of libusb.Josef Karthauser2002-03-281-1/+1
| | | | | | | MFC after: 6 days Notes: svn path=/head/; revision=93351
* Fix grammar and capitalization bogons.Jens Schweikhardt2002-03-281-2/+2
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=93346
* Add an entry for sendmail_submit_flags.Gregory Neil Shapiro2002-03-281-0/+13
| | | | Notes: svn path=/head/; revision=93341
* mdoc(7) police: remove whitespace at EOL.Dima Dorfman2002-03-289-15/+15
| | | | Notes: svn path=/head/; revision=93338
* Add mtx_pool(9) to the SEE ALSO section.Dima Dorfman2002-03-284-0/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=93337
* Add a manual page for the mtx_pool_* routines.Dima Dorfman2002-03-282-1/+140
| | | | | | | | | PR: 36350 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Reviewed by: dillon Notes: svn path=/head/; revision=93336
* Provide a way for users to completely prevent sendmail from trying to startGregory Neil Shapiro2002-03-281-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at boot time. Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now also accept NONE. If set to NONE, none of the other sendmail related startup items will be done. Remove an extra queue running daemon might be started that wasn't necessary (it didn't hurt anything but it wasn't needed). The new logic is: # MTA if ${sendmail_enable} == NONE # Do nothing else if ${sendmail_enable} == YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} == YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} == YES start sendmail with ${sendmail_outbound_flags} endif # MSP Queue Runner if ${sendmail_enable} != NONE && [ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES start sendmail with ${sendmail_msp_queue_flags} endif Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>, Christopher Schulte <schulte+freebsd@nospam.schulte.org> MFC after: 1 week Notes: svn path=/head/; revision=93314
* Fix 0x8b and 0x9b upper/lower mappingAndrey A. Chernov2002-03-281-4/+8
| | | | Notes: svn path=/head/; revision=93303
* First cut at a geom(4) manpage.Poul-Henning Kamp2002-03-272-0/+312
| | | | | | | | The mdoc markup and all spelling errors in this file are all legal game for anyone with more doc-clue than me. Notes: svn path=/head/; revision=93274
* Add drivers.conf.5 to the build.Murray Stokely2002-03-271-2/+2
| | | | Notes: svn path=/head/; revision=93268
* Capitalize mfsroot consistently.Murray Stokely2002-03-271-3/+3
| | | | | | | Submitted by: dd Notes: svn path=/head/; revision=93267
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks Notes: svn path=/head/; revision=93229
* Update i4b documentation.Hellmuth Michaelis2002-03-264-30/+9
| | | | Notes: svn path=/head/; revision=93227
* Add a dictionary of technical terms.Murray Stokely2002-03-264-1/+294
| | | | | | | | | | | | | | This file contains FreeBSD/Unix lexicon that is used by the system documentation. It makes a great ispell(1) personal dictionary to supplement the standard English language dictionary, and can be used to greatly reduce the number of false positives when spell checking share/man/*, www/*, or doc/* Discussed with: ru, obrien MFC after: 2 weeks Notes: svn path=/head/; revision=93208
* Add drivers.conf(5) to the SEE ALSO section.Murray Stokely2002-03-261-0/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=93207
* A new man page describing the drivers.conf configuration file thatMurray Stokely2002-03-261-0/+119
| | | | | | | | | | specifies which kernel options should be removed from the boot kernel (kern.flp) and loaded as modules from the mfsroot.flp. Reviewed by: ru, dd Notes: svn path=/head/; revision=93206
* Modernize my email address.Poul-Henning Kamp2002-03-259-9/+9
| | | | Notes: svn path=/head/; revision=93151
* 'char *' can be a large entity now (on 64-bit platforms). Thus move it upDavid E. O'Brien2002-03-241-1/+1
| | | | | | | to make the example match the text requirements. Notes: svn path=/head/; revision=93107
* Don't pretend to be a section 4 man page.Alexander Leidinger2002-03-241-1/+1
| | | | | | | Approved by: joerg Notes: svn path=/head/; revision=93087
* Fixed bad wording/spelling in few paragraphs.Chad David2002-03-241-4/+4
| | | | Notes: svn path=/head/; revision=93060
* viapm is the driver for VIA SMBus controllersNicolas Souchu2002-03-233-2/+72
| | | | Notes: svn path=/head/; revision=93020
* Actually install the moduli(5) man page.Dag-Erling Smørgrav2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92981
* Install static and profiled libraries with -C.Dag-Erling Smørgrav2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92980
* Install a sample /usr/share/examples/smbfs/dot.nsmbrc.Peter Pentchev2002-03-221-1/+11
| | | | | | | | | | | PR: 35649 Reported by: Johann Frisch <jerfa@yahoo.com> Reviewed by: bp Approved by: bp, silence on -doc MFC after: 1 week Notes: svn path=/head/; revision=92940
* Regen.Sheldon Hearn2002-03-221-55/+120
| | | | Notes: svn path=/head/; revision=92936
* /etc/moduli -> /etc/ssh/moduliDag-Erling Smørgrav2002-03-211-3/+4
| | | | Notes: svn path=/head/; revision=92903
* This commit was generated by cvs2svn to compensate for changes in r92899,Dag-Erling Smørgrav2002-03-211-0/+157
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92900
| * Import OpenBSD's moduli(5) man pageDag-Erling Smørgrav2002-03-211-0/+157
| | | | Notes: svn path=/vendor/OpenBSD/dist/; revision=92899
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-213-1/+8
| | | | | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.) Notes: svn path=/head/; revision=92868
* More details on how to write a crunch.conf file for PicoBSD,Luigi Rizzo2002-03-211-10/+71
| | | | | | | and document the "import_files" option. Notes: svn path=/head/; revision=92854
* Make lint(1) a cross-tool.Ruslan Ermilov2002-03-201-1/+1
| | | | | | | | | | | | (See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong with enabling build of lint libraries in rev. 1.12.) This fixes cross-arch compiles (running binaries for a different arch when generating lint.7 and lint libraries) and cross-branch compiles (4.x -> 5.0 buildworld should be working again). Notes: svn path=/head/; revision=92813
* Document support for 56-bit keys.Archie Cobbs2002-03-201-2/+3
| | | | Notes: svn path=/head/; revision=92810
* Install manpage for old -me macro package.Ruslan Ermilov2002-03-203-324/+5
| | | | | | | (me.7 has been repo-copied to orig_me.7.) Notes: svn path=/head/; revision=92804
* Fix a typo.Ruslan Ermilov2002-03-201-1/+1
| | | | Notes: svn path=/head/; revision=92800
* mdoc(7) police: tidy up.Ruslan Ermilov2002-03-201-45/+69
| | | | Notes: svn path=/head/; revision=92798