summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* - Modify to make the generated device driver code work with current.arr2001-11-132-10/+11
| | | | | | - Use M_ZERO instead of another call to bzero(). Inspired by: misc/31905
* Update the KLD examples so they will work with current.arr2001-11-132-4/+10
| | | | Reviewed: jhb
* Add a directory in /var/run to store ppp(8) command sockets.cjc2001-11-015-7/+7
| | | | | | PR: bin/29966 Approved by: brian MFC after: 4
* Back out my last commit. Ruslan (ru) has a better fix.markm2001-10-241-4/+0
|
* Make sure the copies: and symlinks: targets exist in the case of themarkm2001-10-231-0/+4
| | | | empty ".for ..." loop.
* Back out my previous commit. It is not necessary anymore now that Ruslanjhay2001-10-221-4/+3
| | | | fixed the ipfilter directory with a NOOBJ.
* Clamp down with NOOBJ.ru2001-10-221-8/+9
|
* Unbreak make world by adding .CURDIR here and there.jhay2001-10-221-3/+4
| | | | Submitted by: Harry Starr <starr3@gccs.com.au>
* Thanks for postcards ...hm2001-10-211-0/+3
|
* upadate the release noteshm2001-10-211-1/+5
|
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-214-3/+11
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Add the ipfilter subdirectorydarrenr2001-10-201-2/+10
| | | | PR: 26763
* Add the IPFilter how-to and other related documents to the base installdarrenr2001-10-2012-0/+4210
| | | | | | | so that users gets ipfilter examples without a source install. PR: 26763 Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
* Add experimental support for sending keypad facility messages.hm2001-10-182-2/+15
| | | | MFC after: 2 months
* Port 139 (NetBIOS session management) is a tcp socket, not udp.brian2001-10-151-4/+4
| | | | | | PR: 31215 Submitted by: Stephane Marzloff <secrer@le-bar.org> MFC after: 1 week
* Put back NOUUCP for now; cu and rmail are remaining pieces of the UUCPkris2001-10-011-0/+1
| | | | code which will stay for now.
* Remove NOUUCP build optionkris2001-10-011-1/+0
|
* 1) Fix change_rules.sh for the case where firewall_type provides thesheldonh2001-09-301-14/+44
| | | | | | | | | | | | | | name of a file containing ipfw rules. 2) Replace the use of a predictable temporary filename with one generated by mktemp(1). 3) Only exit with a zero exit status if the rules were updated. 4) Use a pager to view the new rules, not an editor. I was told by dcs that this script's original author is no longer interested in FreeBSD and would not wish to review this patch.
* Add ports/french and ports/ukrainian to the list of foreign-language ports.ru2001-09-201-0/+2
| | | | | PR: docs/30687 Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Correct comments to fit current realities of exporting crypto.ru2001-09-202-4/+2
| | | | MFC after: 3 days
* Style.ru2001-09-181-83/+8
|
* Style.ru2001-09-181-13/+3
|
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-302-10/+12
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* Document defaults/periodic.conf.alex2001-08-291-0/+1
|
* RIP all ports options, as discussed on arch@.alex2001-08-291-115/+0
|
* Add doc/sr and doc/sr_* to the sample refuse file.jim2001-08-221-0/+2
| | | | | PR: 29935 Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-161-0/+6
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-4/+0
|
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-6/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-121-1/+1
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-121-1/+1
|
* Add MASTER_SITE_FREEBSD.knu2001-08-121-0/+1
|
* mdoc(7) police: markup nits.ru2001-08-081-7/+8
|
* Improve the example FreeBSD/Beastie poster a bit:phk2001-08-071-5/+5
| | | | | | Move Kirks copyright up above the bottom banner. Use the right font in the bottom banner. Move the bottom banner up so inkjet printers can print it.
* Note that the doc collection is not branched.nik2001-08-062-4/+11
|
* It appears we really shouldn't be following this example man page -- oneobrien2001-08-011-1/+1
| | | | | | | | should not use a `%' in examples. I don't know if this is the consensus of doc@, or just a unilateral decision of committer that corrected my following of this example. Maybe a docs person could review these files and see if they still show current guidelines.
* Since we remove skey...ache2001-07-302-31/+0
|
* Take -Wconversion out of BDECFLAGS. It is not particularly useful forpeter2001-07-271-2/+3
| | | | | | | | | | | us anyway because it doesn't work right on the x86 and alpha. On K&R code, small ints would be promoted to int. ANSI-C doesn't require this and the small ints can be passed taking 8 or 16 bits of stack space. However, the x86 abi that we use *does* promote to 32 bit, and the alpha ABI passes them in 64 bit registers so we dont have that aspect of the problem here. Losing float precision by having it cast down to int because the funtion prototype specifies int is the least of our problems. -Wmissing-prototypes helps here anyway.
* Remove redundant mtu/mru/speed settingsbrian2001-07-241-6/+0
| | | | MFC after: 6 days
* New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 whengshapiro2001-07-231-0/+6
| | | | | | | | | | building a .cf file from a .mc file. Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enables that FFR as well. PR: conf/28361 MFC after: 1 week
* Add a patch from the isdn mailinglist, Juha writes:hm2001-07-211-0/+1
| | | | | | | | | | ppp in 4.x apparently does a close(2) after opening the tun device; i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch device) -> tun gets opened as 2 -> tun gets closed -> later use results in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this is ugly, but I needed it up quick...): Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
* Add the i4brunppp utility to the example section. This utility is one wayhm2001-07-215-0/+373
| | | | of taking incoming calls with i4b in conjunction with userland ppp(8).
* update ReleaseNotes for isdnd keyword maxconnecttimehm2001-07-211-1/+5
|
* Removed the comment that required all FreeBSD manpagesru2001-07-183-45/+36
| | | | | | | | | | | | | to have the $FreeBSD$ keyword, as this is now enforced by the CVSROOT/commit_prep.pl script. Fold multi-word macro arguments into a single argument by putting the surrounding double quotes - this speeds up the -mdoc processing drastically (of course if used systematically). Use the new features of -mdoc: exact -width specifiers, .In macro as an ``.Fd #include'' replacement.
* Remove an example of bad sentence breaking style.sheldonh2001-07-183-15/+12
|
* Remove whitespace at EOL.dd2001-07-153-6/+6
|
* Provide a hint for the OPIE 'insecure' mode.markm2001-07-101-0/+6
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-063-4/+4
|
* Fix some typos.brian2001-07-021-3/+3
| | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> MFC after: 1 week
OpenPOWER on IntegriCloud