summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove my change to the synopsis fieldtrhodes2002-04-221-1/+0
| | | | | Requested by: bde pointy hat to: myself ;)
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-223-3/+3
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Prohibit the direct inclusion of bsd.dep.mk.ru2002-04-221-0/+3
|
* Fixed _SUBDIR.ru2002-04-221-4/+8
| | | | Obtained from: bsd.subdir.mk
* Make .asm transformation rules synonyms to the .s rules.ru2002-04-222-25/+4
|
* Non-sendmail users use the FreeBSD sendmail startup functionality to startgshapiro2002-04-211-4/+1
| | | | | | | | | | | | alternative MTAs. Therefore, always install rc.sendmail, regardless of NO_SENDMAIL make.conf setting. Users can still set mta_start_script to a different script. This commit is after a repo-copy of src/etc/sendmail/rc.sendmail to src/etc/rc.sendmail. Noticed by: Calvin NG <calvinng@brel.com> MFC after: 3 days
* mdoc police: Use Em ("emphasis") to get italics/underlining, instead offenner2002-04-211-1/+1
| | | | | Sm Pa (a syntax error, and an assertion that the arguments are path names, which is a little far from true).
* Style. Fix long lines and a <tab> indent that should be 4 spaces.markm2002-04-211-5/+5
|
* Add 'rl' to the list of supported drivers.luigi2002-04-211-0/+1
|
* Fix controller in SW mode and See also + first appeared in 4.5.nsouch2002-04-201-8/+8
|
* reorg a little.obrien2002-04-201-7/+7
|
* s/nwserv/nwfs/bp2002-04-201-1/+1
| | | | | Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru> MFC after: 1 week
* Describe situation where manual 'ifconfig xx0 up' required.bp2002-04-201-2/+7
| | | | Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
* Add the previously committed usb(4) manual pages to the build.trhodes2002-04-191-0/+7
| | | | | PR: 27919 MFC after: 3 days
* Add usb(4) manual pages.trhodes2002-04-197-0/+615
| | | | | | PR: 27919 Obtained from: NetBSD MFC after: 3 days
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-193-3/+24
| | | | Helps with: gcc31 build.
* Style.ru2002-04-192-2/+3
|
* Fix the type of .include.ru2002-04-192-2/+2
|
* Fix the bsd.port.mk breakage caused by sys.mk,v 1.60 commit.ru2002-04-191-0/+2
| | | | Submitted by: fenner
* Optimize for i486 better (-m486 is just another deprecatedru2002-04-181-1/+1
| | | | | | | | synonym for -mcpu=i486). PR: i386/37212 Submitted by: Matthias Andree <matthias.andree@web.de> MFC after: 3 days
* Install bsd.init.mk.ru2002-04-181-1/+2
| | | | Submitted by: "Peter S. Housel" <housel@acm.org>
* INFODIR is defined in bsd.own.mk but sys.mk no longer includesru2002-04-181-2/+2
| | | | | | | | | bsd.own.mk as of share/mk/sys.mk,v 1.60. I did not notice this because I tested with DESTDIR=/foo/5.0, and the "exists(/foo/5.0)" test apparently succeeded. Reported by: fenner
* In rare cases, we might want to include bsd.own.mk directly.ru2002-04-181-0/+5
| | | | So protect it from being included twice.
* Remove an extraneous .El call.mike2002-04-171-1/+0
| | | | Submitted by: fenner
* mdoc police: get rid of blank line at end of file.fenner2002-04-171-1/+0
|
* mdoc police: turn .PP back into .Ppfenner2002-04-171-1/+1
|
* ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}.ru2002-04-171-2/+2
|
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-1714-73/+47
| | | | | | | | | | | | | | | | | | | | | to use ``.if defined()'' inside bsd.own.mk to test for defines in individual makefiles. For example, setting DEBUG_FLAGS in Makefile didn't take the desired effect on the STRIP assignment. Added bsd.init.mk (like in NetBSD) that handles the inclusion of ../Makefile.inc and bsd.own.mk from all bsd.*.mk files that "build something". Back out bsd.own.mk,v 1.15: moved OBJFORMAT initialization back to sys.mk (several source tree makefiles want to check it early) and removed MACHINE_ARCH initialization (it's hard to see from looking at the commitlogs what the problem was at the time, but now it serves no purpose). Prohibit the direct inclusion of bsd.man.mk and bsd.libnames.mk. Protect bsd.obj.mk from repetitive inclusion. Prohibiting the direct inclusion of bsd.obj.mk might be a good idea too.
* Document STAILQ_CONCAT and TAILQ_CONCAT.tmm2002-04-172-0/+26
| | | | | | | PR: 20024 Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed by me) Reviewed by: ru (earlier version)
* Fixed mdoc(7) warnings visible in troff mode only.ru2002-04-171-9/+9
| | | | Spotted by: Rich Morin <rdm@cfcl.com>
* Revert to the ordinary `:' dependency operator for `mainstall'.ru2002-04-171-2/+2
| | | | | | | Revision 1.7 had "maninstall::" inside a loop. Revision 1.36 unrolled the loop. Reviewed by: bde
* Doh, previous revision made .depend to be almost always out of date.ru2002-04-171-3/+2
| | | | | | | Spotted by: bde Fortunately, we have a powerful make(1). Apply some black magic to make it DTRT. (Better viewed as diff to revision 1.30.)
* Add more information to SYNOPSIS of ed.4trhodes2002-04-161-1/+1
| | | | | PR: 36467 MFC after: 3 days
* Describe possible values for net.inet.tcp.log_in_vainyar2002-04-161-0/+5
| | | | | | | | and their effects. PR: docs/35932 Submitted by: Alex Semenyaka <alexs@ratmir.ru> MFC after: 1 week
* Don't spawn extra make(1) process to execute _EXTRADEPEND.ru2002-04-161-2/+4
|
* Change reference path/URL.kuriyama2002-04-161-2/+2
| | | | | | Submitted by: Olivier Tharan <olivier.tharan@idealx.com> PR: docs/37094 MFC after: 1 week
* Only pass our idea of `CC' down to mkdep(1) if it's non-default.ru2002-04-151-0/+4
|
* Fix all-man to look into the SUBDIR subdirs as well.ru2002-04-151-1/+1
|
* Added glue for the all-man and maninstall targets.ru2002-04-151-0/+8
|
* Removed 2 lines from the cd(9) manual page.trhodes2002-04-151-3/+1
| | | | PR: 35944
* Add a dependency on libypclnt to libpam, in preperation for making pam_unixdes2002-04-151-2/+2
| | | | use it to update NIS passwords.
* a.out.5 states that nobody seems to agree on what bss stands for. This istrhodes2002-04-151-4/+4
| | | | | | | | | | | incorrect, however, as Dennis Ritchie states ``Actually the acronym is "block started by symbol." It was a pseudo-op in FAP (Fortran Assembly Program), an assembler for the IBM <models> machines. It identified its label and set aside space for a given number of words.'' PR: 34088 Submitted by: Martin Faxer <gmh003532@brfmasthugget.se> MFC after: 2 days
* Correct two syntax mistakes.asmodai2002-04-141-3/+3
| | | | Fix overflowing right side, so that the && operator fits on the same line.
* Remove extraneous newline.asmodai2002-04-141-1/+0
|
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-142-0/+17
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* ${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.dd2002-04-131-1/+1
| | | | | PR: 37032 Submitted by: Joshua Goodall <joshua@roughtrade.net>
* Add libypclnt.des2002-04-131-0/+1
|
* Make a few content fixes/additions to tap(4) manual page.trhodes2002-04-121-16/+23
| | | | | | PR: 36985 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> MFC after: 4 days
* Remove a duplicate description of the type parameter for mtx_init.davidc2002-04-121-4/+0
| | | | Noticed by: scottl
* Back out second part of the previous change. While this wasru2002-04-121-2/+9
| | | | | | | | | indeed a good change, I shouldn't have made it after testing with the -DNOCLEAN buildworld. There are far too many users of this misfeature under sys/boot/. I will reapply the change after I fix these. This change has been tested with the clean buildworld.
OpenPOWER on IntegriCloud