summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* fix conflicts.obrien1999-03-222-2/+14
|
* Update to latest version.obrien1999-03-221-5/+5
|
* This commit was generated by cvs2svn to compensate for changes in r44930,obrien1999-03-222-5/+24
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of ISC-DHCP v2.0b1pl18obrien1999-03-224-7/+38
| |
* | Remove the linker-set hack we used for BB profiling.phk1999-03-211-2/+0
| |
* | mdoc fixesbillf1999-03-201-2/+3
| | | | | | | | | | PR: docs/7864 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
* | Merge cvs-1.9.xx -> 1.10 changes onto mainline.peter1999-03-1814-452/+1385
| | | | | | | | | | Changes of significance include the top level CVS directory being optional and defaulting to off..
* | Merge cvs-1.9.xx -> 1.10 changes onto mainline.peter1999-03-181-6/+17
| | | | | | | | | | | | The merge turned up a long-standing bug in local additions. I'm not quite sure it's right yet. (the code in question is dealing with diffs relative to "HEAD" and dead revisions).
* | This commit was generated by cvs2svn to compensate for changes in r44852,peter1999-03-1851-1443/+4222
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import cvs-1.10 onto vendor branch. Merge to follow shortly.peter1999-03-1866-1889/+5632
| | | | | | | | | | | | Obtained from: cyclic.com
* | | Fix conflicts.obrien1999-03-152-0/+6
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r44777,obrien1999-03-158-12/+2476
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of FSF groff v1.11obrien1999-03-1510-12/+2482
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r44743,markm1999-03-1456-0/+9731
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Clean import of TCP-wrappers by Wietse Venema.markm1999-03-1456-0/+9731
| / / / | | | | | | | | | | | | Rest of build to follow.
* | | | Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Makingbde1999-03-021-1/+1
| | | | | | | | | | | | | | | | info file ..." except in verbose mode).
* | | | Reorganize locking to avoid holding the lock during calls to bdwritemckusick1999-03-021-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | and brelse (which may sleep in some systems). Obtained from: Matthew Dillon <dillon@apollo.backplane.com>
* | | | Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-022-5/+48
| | | | | | | | | | | | | | | | | | | | if they ever arise (which should not happen as softdep_sync_metadata is currently used).
* | | | This commit was generated by cvs2svn to compensate for changes in r44365,imp1999-03-0116-0/+1462
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import mips2 and mips3 files from the 2.0.2 gmp distribution.imp1999-03-0116-0/+1462
| | | | | | | | | | | | | | | | | | | | Approved by: markm
* | | | | Remove *mip* and *decstation* from the filter, per FREEBSD-updating.imp1999-02-281-2/+0
| | | | | | | | | | | | | | | | | | | | This, and the previous import were approved by jdp.
* | | | | This commit was generated by cvs2svn to compensate for changes in r44348,imp1999-02-2815-0/+14287
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import files needed to build mips binaries with binutils 2.9.1.imp1999-02-2815-0/+14287
| | | | | |
* | | | | | We've been using 2.9.1 tools for some time now, so reflect that in theimp1999-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | example of how to add things to the FreeBSD tree. Approved by: jdp
* | | | | | fix conflictsobrien1999-02-282-15/+22
| | | | | |
* | | | | | Break a paragraph into two.obrien1999-02-281-0/+1
| | | | | |
* | | | | | update for latest importobrien1999-02-281-4/+4
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r44335,obrien1999-02-2814-95/+5408
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of ISC-DHCP v2.0b1pl17obrien1999-02-2816-110/+5430
| | | | | |
* | | | | | Fix bug: If gdb couldn't find the dynamic linker's "r_debug_state"jdp1999-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol, it aborted with "virtual memory exhausted." Now it warns about the problem and proceeds.
* | | | | | World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-204-1/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile <lile@stdio.com>
* | | | | | Make .Os behave as defined (unrecognized arguments displayed as given).fenner1999-02-181-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a warning for unknown BSD versions. Make ".Os FreeBSD" work without a warning (fix bug in previous commit).
* | | | | | fix double LIST_REMOVE; other cosmetic changes to match version 9.32.mckusick1999-02-171-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | Obtained from: Jeffrey Hsu <hsu@FreeBSD.ORG>
* | | | | | Better fix for the traceroute flood bug.des1999-02-161-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: bde
* | | | | | If the user provided a large enough argument to the -w option, the sumdes1999-02-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | would overflow and you'd end up doing select() with a negative timeout.
* | | | | | Change .Fx macro to always display "FreeBSD" and its argument, whetherfenner1999-02-151-89/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the argument is a known FreeBSD version or not. Output an nroff error if .Fx is used with an unknown FreeBSD version. Change .Nx and .Ox macros to always display the argument, whether the argument is a known version or not. This eliminates much of the need to syncrhonize .Nx and .Ox with their source OS's -- only the exceptions (like ".Nx 1.2a" -> "NetBSD 1.2A") where the argument is not directly copied to the output need to be added.
* | | | | | Always define oS to be "FreeBSD $2", no matter whether or not wefenner1999-02-151-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | know the version number given as the argument to ".Os FreeBSD xxx". Output nroff warning when we see a version number that we don't know about.
* | | | | | Fix ufs mounting supportobrien1999-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* | | | | | fix conflictsobrien1999-02-113-52/+123
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r43892,obrien1999-02-1120-283/+1273
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of ISC-DHCP v2.0b1pl11obrien1999-02-1123-333/+1398
| | | | | |
* | | | | | update for latest importobrien1999-02-111-3/+3
| | | | | |
* | | | | | add -1 option: Try once, if we fail, EXITobrien1999-02-102-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | | remove cruft I meant to removeobrien1999-02-101-2/+2
| | | | | |
* | | | | | * fix paths in manpagesobrien1999-02-104-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | * sort references
* | | | | | use /sbin/dhclient-script rather than /etc/dhclient-scriptobrien1999-02-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | | patch-ac from ports/net/isc-dhcp2obrien1999-02-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | date: 1997/06/03 06:24:11; author: pst current apparently defines INADDR_LOOPBACK
* | | | | | Information on how I did the import.obrien1999-02-101-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I still have reservations about choosing the ISC client over the WIDE client, but I believe the FreeBSD community in general seems to prefer this choice. Also OpenBSD uses this version and msmith showed that the ISC client gives us more choices in how we hook the client into sysinstall and /etc/rc*
* | | | | | This commit was generated by cvs2svn to compensate for changes in r43829,obrien1999-02-1049-0/+15966
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of ISC-DHCP v2.0b1pl6obrien1999-02-1049-0/+15966
| / / / /
OpenPOWER on IntegriCloud