aboutsummaryrefslogtreecommitdiff
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.cvs2svn2005-04-20239-0/+29776
|\ | | | | | | Notes: svn path=/releng/5.4/; revision=145335
| * MFC rev. 1.13 refuse and rev. 1.12 refuse.README: add missed languageMaxim Konovalov2005-03-152-3/+11
| | | | | | | | | | | | | | | | | | doc subdirectories, sort. Approved by: re (hrs) Notes: svn path=/stable/5/; revision=143641
| * MFC rev 1.48: Link in "mdoc/example.9" to the RELENG_5 build.Joseph Koshy2005-03-081-0/+1
| | | | | | | | | | | | | | | | | | Reminded by: ru Approved by: re (kensmith) Pointy hat to: jkoshy Notes: svn path=/stable/5/; revision=143271
| * MFC:Poul-Henning Kamp2005-03-071-0/+1
| | | | | | | | | | | | | | | | | | userland support for ieee488 Approved by: re@ Notes: svn path=/stable/5/; revision=143263
| * MFC Spike's WITHOUT_MODULES hack, with associated doco.Wes Peters2005-03-011-0/+3
| | | | | | | | | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/stable/5/; revision=142867
| * Build 32-bit versions of the system libraries on AMD64. NO_LIB32 to disable.David E. O'Brien2005-02-281-0/+1
| | | | | | | | Notes: svn path=/stable/5/; revision=142831
| * MFC: 1.257, 1.258, and 1.259.Tom Rhodes2005-02-261-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs. 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) Notes: svn path=/stable/5/; revision=142555
| * MFC: Connect nc(1) to build, bump __FreeBSD_version, document NO_NETCATXin LI2005-02-131-0/+1
| | | | | | | | Notes: svn path=/stable/5/; revision=141788
| * MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-139-9/+10
| | | | | | | | | | | | | | any fake value. Notes: svn path=/stable/5/; revision=141786
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-071-0/+342
| | | | | | | | Notes: svn path=/stable/5/; revision=141453
| * MFC: rev. 1.33Christian Brueffer2004-12-221-1/+0
| | | | | | | | | | | | | | Nuke ports-picobsd, it was thrown out a while ago. Notes: svn path=/stable/5/; revision=139190
| * Change comment to note this is in a -stable branch instead of -currentKen Smith2004-12-061-1/+1
| | | | | | | | | | | | | | now. Notes: svn path=/stable/5/; revision=138475
| * Update statements about -O2.David E. O'Brien2004-12-061-8/+0
| | | | | | | | Notes: svn path=/stable/5/; revision=138438
| * MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-0/+1
| | | | | | | | | | | | | | | | | | If turned on no NIS support and related programs will be built. Approved by: rwatson (mentor) Notes: svn path=/stable/5/; revision=138154
| * Try to clear up a little confusion about what standard-supfile andKen Smith2004-11-101-2/+5
| | | | | | | | | | | | | | | | | | | | stable-supfile are meant to provide. Note this is not an MFC and a similar change was not made to HEAD because the confusion revolves around the specific branches involved. Notes: svn path=/stable/5/; revision=137538
| * MFC: Update for 5-STABLEScott Long2004-10-241-3/+3
| | | | | | | | | | | | | | Approved by: re Notes: svn path=/stable/5/; revision=136860
| * MFC improvements to the /etc/namedb symlink issue, NO_BIND_MTREE knob,Doug Barton2004-10-091-0/+2
| | | | | | | | | | | | | | | | | | and updated make.conf(5). Approved by: re (scottl) Notes: svn path=/stable/5/; revision=136333
| * MFC the BIND 9 import and chroot-by-default work up to date.Doug Barton2004-09-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes: 1. More granular NO_BIND_* make knobs. 2. WITH_BIND_LIBS make knob. 3. Run in an automatically configured chroot dir by default. 4. Edit paths in man pages, and install man pages for liblwres. 5. Improve named.conf and make it work with the new structure. 6. Install the bind9 docs. 7. A few Makefile style fixes. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=135998
| * MFC: According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek2004-09-283-3/+3
| | | | | | | | | | | | | | | | | | return EOPNOTSUPP. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=135902
| * MFC: BIND 9 and related bits.Dag-Erling Smørgrav2004-09-261-1/+6
| | | | | | | | | | | | | | Approved by: re Notes: svn path=/stable/5/; revision=135802
| * MFC pf examples:Max Laier2004-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in some examples (and create space for future work here): - Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 Approved by: re (scottl) Notes: svn path=/stable/5/; revision=135391
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-09-1410-0/+396
| | | | | | | | Notes: svn path=/stable/5/; revision=135185
| * MT5: rev. 1.231Christian Brueffer2004-09-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Document a couple of build knobs PR: misc/71032 (partly) Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Reviewed by: ru Approved by: re (scottl) Notes: svn path=/stable/5/; revision=134907
| * MFC v. 1.19:Simon L. B. Nielsen2004-08-231-1/+12
| | | | | | | | | | | | | | | | | | Add a HARDWARE section to the example section 4 manual page. Approved by: re (hrs) Notes: svn path=/stable/5/; revision=134214
| * MFC: add NO_BOOT knob to disable building the boot blocks and loader.Dag-Erling Smørgrav2004-08-221-0/+1
| | | | | | | | | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/5/; revision=134159
| * Track RELENG_5Scott Long2004-08-191-1/+1
| | | | | | | | | | | | | | | | Submitted by: kuriyama Approved by: re Notes: svn path=/stable/5/; revision=134048
| * Shorten the description of NO_OPENSSL, which was split into two lines by aMarius Strobl2004-08-151-2/+1
| | | | | | | | | | | | | | patch of mine in revision 1.216, a bit so it fits in a single line again. Notes: svn path=/head/; revision=133769
| * Removed COPTS with equivalent CFLAGS.Ruslan Ermilov2004-08-131-2/+2
| | | | | | | | | | | | | | While here, fixed setting of BINDIR. Notes: svn path=/head/; revision=133651
| * Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.Hartmut Brandt2004-08-111-0/+6
| | | | | | | | | | | | | | Requested by: kris Notes: svn path=/head/; revision=133476
| * Update to the 2004 Edition of POSIX.Ruslan Ermilov2004-07-301-2/+2
| | | | | | | | Notes: svn path=/head/; revision=132878
| * Removed remnants of ports-related knobs from here.Ruslan Ermilov2004-07-291-7/+0
| | | | | | | | Notes: svn path=/head/; revision=132830
| * Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins2004-07-162-7/+9
| | | | | | | | | | | | | | 64-bit portability fix. Notes: svn path=/head/; revision=132247
| * Move references to the recently removed worm directory.Scott Long2004-07-151-5/+2
| | | | | | | | Notes: svn path=/head/; revision=132211
| * Remove Walnut Creek CDROM script that Jordan wrote in the 90s.Murray Stokely2004-07-152-44/+0
| | | | | | | | | | | | | | | | | | This functionality is largely in src/release/${ARCH}/mkisofs.sh now. PR: docs/43569 Notes: svn path=/head/; revision=132183
| * Bumped document date for the recent changes here.Ruslan Ermilov2004-07-071-13/+14
| | | | | | | | | | | | | | | | | | | | Fixed bad example of how to start a new sentence. Added missing punctuation. Fixed cut-n-paste error in the STANDARDS section. Mention modern POSIX and C standards. Notes: svn path=/head/; revision=131751
| * Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-032-5/+11
| | | | | | | | Notes: svn path=/head/; revision=131530
| * The -O2 bugs are in libalias(3), not ppp(8).Dag-Erling Smørgrav2004-07-031-1/+1
| | | | | | | | Notes: svn path=/head/; revision=131522
| * Removed trailing whitespace.Ruslan Ermilov2004-07-024-14/+14
| | | | | | | | Notes: svn path=/head/; revision=131472
| * Explain that -O2 is supported, but known to expose bugs in ppp(8).Dag-Erling Smørgrav2004-07-021-3/+3
| | | | | | | | Notes: svn path=/head/; revision=131467
| * Add user _pflogd.Maxim Konovalov2004-06-301-0/+1
| | | | | | | | Notes: svn path=/head/; revision=131343
| * Typo.Pawel Jakub Dawidek2004-06-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=131153
| * Spelling fixes.Mike Pritchard2004-06-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=130787
| * Spelling fixes.Mike Pritchard2004-06-202-2/+2
| | | | | | | | Notes: svn path=/head/; revision=130786
| * Spelling fix and add $ FreeBSD $ tagMike Pritchard2004-06-201-1/+2
| | | | | | | | Notes: svn path=/head/; revision=130785
| * Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)Mike Pritchard2004-06-201-6/+6
| | | | | | | | Notes: svn path=/head/; revision=130784
| * Sync up ERRORS section with errno.h.Mike Pritchard2004-06-201-0/+14
| | | | | | | | Notes: svn path=/head/; revision=130783
| * Style.Maxim Konovalov2004-06-091-5/+4
| | | | | | | | Notes: svn path=/head/; revision=130276
| * Remove duplicate #include.Lukas Ertl2004-06-091-1/+0
| | | | | | | | | | | | | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be> Notes: svn path=/head/; revision=130272
| * /usr is not really the ideal place for a ports application to storeCrist J. Clark2004-05-247-28/+28
| | | | | | | | | | | | | | | | | | | | a frequently updated database. /var/db is a much more reasonable place for this kind of thing. Set a good example. Reviewed by: -arch Notes: svn path=/head/; revision=129642
| * Fix typo.Josef El-Rayes2004-05-121-1/+1
| | | | | | | | | | | | | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66536 Notes: svn path=/head/; revision=129158