summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r140229,ru2005-01-141-0/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Pull up a vendor fix for a problem exposed by tr/tr.1,v 1.30.ru2005-01-141-0/+2
| |
* | o Make telnet[d] -S (IP TOS) flag really work. We do not havemaxim2005-01-093-10/+32
| | | | | | | | | | | | | | | | | | /etc/iptos implementation so only numeric values supported. o telnetd.8: steal the -S flag description from telnet.1, bump the date of the document. MFC after: 6 weeks
* | o Add -4 and -6 flags to a man page and usage(). Bump the man pagemaxim2005-01-052-3/+12
| | | | | | | | date.
* | o Remove -t flag from getopt(3), it was killed in rev. 1.15 threemaxim2005-01-051-1/+1
| | | | | | | | years ago.
* | o Print a correct status for unix domain sockets.maxim2005-01-041-0/+2
| | | | | | | | | | | | | | | | | | o Restore input mode when return from the command one. PR: bin/49983 Submitted by: Volker Stolz OK in general from: markm MFC after: 1 month
* | This commit was generated by cvs2svn to compensate for changes in r139368,obrien2004-12-2847-2866/+8949
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of Christos Zoulas's FILE 4.12.obrien2004-12-2847-2866/+8949
| | |
* | | NOINET6 -> NO_INET6ru2004-12-211-1/+1
| | |
* | | Revert rev 1.66. This file needs to track its upstream source.jkoshy2004-12-171-1/+0
| | | | | | | | | | | | Requested by: ru
* | | Support for ".Fx 6.0".jkoshy2004-12-171-0/+1
| | | | | | | | | | | | Reviewed by: ru
* | | This commit was generated by cvs2svn to compensate for changes in r138451,roberto2004-12-061-2/+7
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Merge from the main BK repository for ntp: put two midly annoying messagesroberto2004-12-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | under #ifdef DEBUG. Merge of revision 1.45 by H. Stenn. Done on the vendor branch to minimise future imports. Reminded by: obrien
* | | | Fix a reference from pool(9) -> zone(9), but keep on talking about "memorymlaier2004-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | pools" as that is what UMA provides. Submitted by: Jay <jay NO meangrape SPAM com>
* | | | Break lines at sentence ends, etc...obrien2004-11-111-8/+11
| | | |
* | | | Don't attempt to claim what version of GCC we're documenting. The manpageobrien2004-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is still mostly the GCC 2.95 one, with faint attempts by me over the years to document a few new switches. Thus, it is dubious to claim documentation of specific modern GCC versions. Noted by: delphij
* | | | Fix some more files that got butchered to appear to be back on thepeter2004-10-213-110/+249
| | | | | | | | | | | | | | | | vendor branch again. (These will need a readline import merge too)
* | | | Force these files back off the vendor branch. They should NEVER have beenpeter2004-10-215-69/+275
| | | | | | | | | | | | | | | | | | | | | | | | put back on there in the first place. :-( Note that complete.c will need a readline 5.0 merge.
* | | | + Get prototypes for libc functions.obrien2004-10-194-2/+11
| | | | | | | | | | | | | | | | + Use the correct printf format for size_t.
* | | | Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sobrien2004-10-191-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when using character set conversions. Also include POSIX <string.h> vs. BSD <strings.h> now that we've broken traditional BSD behavior [and compatibility with our BSD brethren]. PR: 72445 Submitted by: Vladimir Nechitailo <nechit@lpi.ru> Patch by: Stasys Smailys <ssmailys@komvista.lt>
* | | | Merge local changesache2004-10-181-11/+48
| | | |
* | | | Remove files not in 5.0ache2004-10-188-5270/+0
| | | |
* | | | Update instructionsache2004-10-181-4/+4
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r136647,ache2004-10-182-8/+2
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Official patches 001-005ache2004-10-184-27/+57
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r136644,ache2004-10-1860-2265/+14619
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of GNU Readline 5.0ache2004-10-1868-2429/+15122
| | | | |
* | | | | Use .Xr in place of .I for Xref's.trhodes2004-10-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 71730 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> (original patch) Commit ok: mbr (through GNATS PR)
* | | | | This commit was generated by cvs2svn to compensate for changes in r136527,kan2004-10-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import a patch from GCC PR c/16999 to stop quoting already quoted identkan2004-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | strings.
| * | | | | Remove files that are not part of GCC 3.4.x from the vendor branch.kan2004-08-12327-107541/+0
| | | | | |
* | | | | | Rename the QUEUEING section to QUEUEING/ALTQ to make it easier to find themlaier2004-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropiate section when redirected from ALTQ(4). MFC after: 2 days
* | | | | | Make pflogd cope with module unload (and the sudden disappearing of pflog0).mlaier2004-10-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of eating all the available CPU we now shutdown gracefully. Submitted by: yongari MFC after: 3 days
* | | | | | This commit was generated by cvs2svn to compensate for changes in r136136,ru2004-10-052-3/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Pull up the latest minor fixes.ru2004-10-052-3/+1
| | | | | |
* | | | | | Document a problem with user/group filtering. With debug.mpsafenet=1 thismlaier2004-10-031-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | might result in a deadlock. The fix involves critical changes in the PF locking strategy (which will happen after 5.3R). For now advise users to set debug.mpsafenet=0 if they use this kind of filtering. The same problem exists for IPFW. mdoc help from: simon MFC after: 2 days
* | | | | | This commit was generated by cvs2svn to compensate for changes in r135923,trhodes2004-09-293-2/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Place files back on the vendor branch.trhodes2004-09-293-2/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prodded by: ru
* | | | | | | Document the upgrade procedure.des2004-09-271-12/+94
| | | | | | |
* | | | | | | PFIL_HOOKS is no longer an optional item.mlaier2004-09-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Anders Hanssen MFC after: 1 day
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r135768,trhodes2004-09-243-0/+968
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Vendor import of harti's begemot library.trhodes2004-09-243-0/+968
| / / / / / /
* | | | | | | Retire the BIND 8 sources.des2004-09-24351-139105/+0
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r135601,des2004-09-236-8/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Vendor import of BIND 9.3.0.des2004-09-236-8/+35
| | | | | | | |
| * | | | | | | This commit was manufactured by cvs2svn to create branch 'VENDOR-bind9'.cvs2svn2004-09-212-0/+78
| | | | | | | |
* | | | | | | | Switch from BIND 8 to BIND 9.des2004-09-212-257/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* | | | | | | | Add lib/tests.des2004-09-201-1/+4
| | | | | | | |
* | | | | | | | Add a config.h file.trhodes2004-09-191-0/+257
| | | | | | | |
* | | | | | | | Add a FREEBSD-Xlist file.trhodes2004-09-191-0/+61
| | | | | | | |
OpenPOWER on IntegriCloud