summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Resort the CPU list with regards to recently added CPUs.trhodes2005-02-251-4/+4
| | | | Prodded by: glewis
* Fix up previous commit by adding prescott and itanium2 CPUs.trhodes2005-02-231-2/+2
| | | | Submitted by: marcel
* Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs.trhodes2005-02-231-3/+3
| | | | | | | | | | | Replace -fmemoize-lookups -fsave-memoized with a working example, -fconserve-space. To quote part of the GCC docs on this option: "Put uninitialized or runtime-initialized global variables into the common segment, as C does." MFC after: 2 days Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)
* Fixed the misplaced $FreeBSD$.ru2005-02-094-8/+12
|
* Document NO_GPIBphk2005-02-061-0/+1
|
* Document NO_NETCAT.delphij2005-02-061-0/+1
|
* Sort sections.ru2005-01-211-7/+7
|
* Document the shiny new WITHOUT_MODULES knob in make.conf.wes2005-01-211-0/+3
| | | | | | PR: kern/76225 Prodded by: ru@, brueffer@ MFC after: 2 weeks
* Added the EXIT STATUS section.ru2005-01-161-2/+3
|
* Move the LOCKING section to before the EXAMPLES section.jkoshy2005-01-151-18/+22
| | | | | | Make example locking calls in the EXAMPLES section. Reviewed by: keramida
* A few more mdoc fixes I missed in the suggestions of Ruslan.keramida2005-01-121-2/+2
|
* Cross-reference the newly added example.9keramida2005-01-123-3/+6
|
* Link mdoc/example.9 to the build.keramida2005-01-121-0/+1
|
* Add a sample manpage for section 9.keramida2005-01-121-0/+338
| | | | | Suggested by: simon Reviewed by: ru
* Forgot to submit a fixed version of this script to Simon.ru2005-01-101-4/+71
|
* Add support files for using text from the POSIX specification insimon2005-01-103-0/+47
| | | | | | | | | | | | FreeBSD manual pages: - POSIX-copyright contains copyright text to be used in manual pages which has POSIX text inserted. - deshallify.sh is a shell script which removes many of the ``shall'' statements from the POSIX text and therefore making the text more readable. Real work to make this happen by: nectar, ru
* Unbreak the install.ru2005-01-101-7/+0
|
* Remove the meteor helper files, imp removed the driver and manual pagetrhodes2005-01-096-637/+0
| | | | over a year ago.
* NOIPSEC -> TRACEROUTE_NO_IPSECru2004-12-211-1/+2
|
* NOSHARE -> NO_SHAREru2004-12-211-1/+1
|
* Overhaul ppp(8) build options so they are safe to use inru2004-12-211-5/+4
| | | | | | | | | | | | | | | | /etc/make.conf: NOALIAS -> retired (support provided by PPP_NO_NAT) NOATM -> PPP_NO_ATM (also subject to NO_ATM global) NODES -> PPP_NO_DES (support was broken, now recovered) NOI4B -> PPP_NO_I4B (also subject to NO_I4B global) NOKLDLOAD -> PPP_NO_KLDLOAD NONAT -> PPP_NO_NAT NONETGRAPH -> PPP_NO_NETGRAPH NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global) NORADIUS -> PPP_NO_RADIUS NOSUID -> retired (support provided by PPP_NO_SUID) PPP_NOSUID -> PPP_NO_SUID
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* NOGAMES -> NO_GAMESru2004-12-211-1/+1
|
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
| | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* NOATM -> NO_ATMru2004-12-211-2/+2
|
* NOLIBC_R -> NO_LIBC_Rru2004-12-211-3/+3
| | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2115-16/+16
| | | | OK'ed by: core
* Nuke ports-picobsd, it was thrown out a while ago.brueffer2004-12-191-1/+0
| | | | | Approved by: linimon MFC after: 3 days
* Commit patch from ru which groups the ppp(8) options together andtrhodes2004-12-151-20/+20
| | | | | | | kills my sorting. Submitted by: ru Discussed with: imp
* Add a few options with regards to ppp(8) and traceroute.trhodes2004-12-151-11/+17
| | | | | | Sort the list, please keep this list sorted. PR: 48569
* Add ``enable echo''.brian2004-12-134-8/+8
|
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-1/+1
|
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-193-8/+9
|
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-0/+1
| | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks
* Remove references to NO_VINUMphk2004-11-041-1/+0
|
* Serial devices now called /dev/cuadXX not /dev/cuaaXXemax2004-11-021-1/+1
|
* For variables that are only checked with defined(), don't provideru2004-10-241-54/+54
| | | | any fake value.
* For variables that are only checked with defined(), don't provideru2004-10-2410-10/+11
| | | | any fake value.
* There's no such knob as WERROR.ru2004-10-241-1/+0
|
* Update for 5-STABLE.scottl2004-10-241-3/+3
|
* Catch up with share/mk/bsd.cpu.mk revision 1.43.obrien2004-10-171-4/+6
|
* Overdue removal of COMPAT* knobs.ru2004-10-151-11/+0
|
* 1. Incorporate most of Ruslan's improvements to where and how thedougb2004-10-081-0/+2
| | | | | | | | | | | | | | | /etc/namedb symlink is created. 2. Incorporate Brian's suggestion to make the link relative. This is necessary to handle situations (such as mergemaster) where the user is building a tree in a seperate environment. This will also fix the problem with the way DESTDIR is set in 'make release'. 3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who already have stuff in /var/named that they don't want me to mess with. 4. Update make.conf(5) with the new stuff, and correct a few paths that have changed since I last updated it.
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-271-0/+4
| | | | | | | | | NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des
* Get rid of obsolete MAN[0-9] syntax.ru2004-09-261-1/+1
|
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSdougb2004-09-241-2/+3
| | | | | | | | | to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder.
* Break the NO_BIND knob out from the pack, and begin documentingdougb2004-09-241-1/+5
| | | | the finer granularity for the various BIND features.
* Backout the hack to install mtree, newsyslog, and touch in the clonedbrooks2004-09-231-3/+1
| | | | root in the previous commit. We'll fix /etc/rc.d/var directly (someday).
OpenPOWER on IntegriCloud