Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r289393: | bdrewery | 2015-12-04 | 1 | -0/+2 |
| | | | | Add more SUBDIR_PARALLEL. | ||||
* | Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping | attilio | 2012-10-16 | 2 | -5/+2 |
| | | | | | | GIANT from VFS. This is not targeted for MFC. | ||||
* | Don't build and install the 07.lpd doc if WITHOUT_LPR is set. | jhb | 2012-08-27 | 1 | -1/+5 |
| | | | | MFC after: 1 week | ||||
* | Rename 07.lpr to 07.lpd and re-connect to the build. This was | uqs | 2011-04-10 | 11 | -3/+1 |
| | | | | | | | forgotten in r216178. Submitted by: antoine Pointyhat: uqs | ||||
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 39 | -4/+7108 |
| | |||||
* | Remove references to MAKEDEV(8) | dougb | 2010-11-15 | 4 | -74/+7 |
| | |||||
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
| | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 5 | -8/+8 |
| | | | | any fake value. | ||||
* | Normalize. | ru | 2004-01-20 | 1 | -4/+13 |
| | |||||
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
| | | | | MAINTAINER file (which already had entries for sendmail). | ||||
* | Remove some KerberosIV references that are now stale. | markm | 2003-04-30 | 2 | -63/+22 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 5 | -38/+44 |
| | | | | especially in troff files. | ||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+4 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | PRINTERDEVICE can now take multiple values. | ru | 2002-10-29 | 1 | -5/+0 |
| | |||||
* | Use a single style for share/doc/ makefiles. | ru | 2002-10-29 | 7 | -34/+29 |
| | |||||
* | Don't preprocess with tbl(1). | ru | 2002-10-25 | 1 | -2/+0 |
| | |||||
* | Kill the remnants of BOG. | ru | 2002-10-25 | 2 | -26/+0 |
| | |||||
* | Make it official. The old BIND Operator's Guide has no information | dougb | 2002-07-07 | 1 | -3/+0 |
| | | | | relevant to operation of a modern name server. | ||||
* | Unbreak build by removing 10.named for now | dougb | 2002-07-01 | 1 | -1/+4 |
| | |||||
* | Removed a no-op FILES from bsd.doc.mk. | ru | 2001-12-17 | 4 | -4/+0 |
| | |||||
* | Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was | gshapiro | 2001-11-11 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | replaced with the new version in sendmail's distribution, vacation and the necessary libraries (libsmdb and libsmutil) were changed so they were always compiled. This broke people who didn't checkout src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL as no sendmail sources available or no sendmail binary. It is now the former. Also, remove the sendmail chapter from System Managers Manual (SMM) if NO_SENDMAIL is defined (for similar reasons -- source not available). PR: 31863, 31865 Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us> MFC after: 3 days | ||||
* | uucp.daemon -> uucp:daemon | imp | 2001-06-01 | 1 | -1/+2 |
| | |||||
* | This page requires tbl(1). | ru | 2000-12-01 | 1 | -0/+1 |
| | |||||
* | Eliminate ``number register `.U' not defined'' groff(1) warnings. | ru | 2000-11-29 | 1 | -0/+1 |
| | |||||
* | Eliminate groff(1) warnings. | ru | 2000-11-27 | 3 | -2/+10 |
| | |||||
* | Eliminate groff(1) warnings. | ru | 2000-11-27 | 1 | -59/+2 |
| | |||||
* | Eliminate groff(1) warnings. | ru | 2000-11-24 | 1 | -0/+4 |
| | |||||
* | Update to include a link to the referenced papers when PRINTERDEVICE=html | nik | 2000-10-26 | 1 | -1/+49 |
| | | | | | PR: docs/22140 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> | ||||
* | Add a MAINTAINER= line so people know who to blame | gshapiro | 2000-10-26 | 1 | -0/+2 |
| | |||||
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: rwatson Obtained from: NetBSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup. | ||||
* | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 3 | -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. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 16 | -16/+16 |
| | |||||
* | Represent the value 2**32 correctly in nroff. Previously, the troff | grog | 1999-04-05 | 1 | -1/+3 |
| | | | | | | | operator up was being omitted, and the result was 232, a slightly lower value. Observed-by: Bill Vermillion <bill@bilver.magicnet.net> | ||||
* | Find sendmail source under contrib now. | cwt | 1998-08-05 | 2 | -4/+4 |
| | |||||
* | Finished previous commit. Just revert to rev.1.9. | bde | 1998-04-13 | 1 | -1/+4 |
| | | | | Bruce | ||||
* | Fix comment. | jkh | 1998-04-12 | 1 | -2/+2 |
| | | | | Scolded by: bde | ||||
* | omehow Jordan got 07.lpd in -current enabled again... | sos | 1998-04-12 | 1 | -3/+3 |
| | |||||
* | MF22: build lpd docs | jkh | 1998-04-11 | 1 | -5/+2 |
| | |||||
* | Delete unused BINDIR variable. | wosch | 1998-01-03 | 1 | -2/+1 |
| | |||||
* | Now that it's built at the same time as its source, disable building 07.lpr | wollman | 1997-12-02 | 2 | -13/+5 |
| | | | | | here. Hopefully this will set a trend. (What was I thinking when I set this up the first time?) | ||||
* | Do not include nonexisting file /usr/src/share/man/man0/toc8. | wosch | 1997-03-02 | 1 | -2/+2 |
| | |||||
* | Add MACROS=-ms. unroff(1) require a macro package as an argument. | wosch | 1997-03-02 | 1 | -1/+2 |
| | |||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 17 | -17/+17 |
| | |||||
* | Delete old (and redundant) machine depend code. | wosch | 1997-02-09 | 1 | -6/+0 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 17 | -17/+17 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | correct spelling of 'X Window System' (tm) | wosch | 1996-10-06 | 1 | -2/+2 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+2 |
| | |||||
* | Now that we have a complete Bind Operations Guide, build and install it. | peter | 1996-08-30 | 2 | -3/+17 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -364/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Fixed dependencies. Changes to source files weren't noticed. | bde | 1995-11-29 | 1 | -1/+2 |
| |