summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* add more RFC defined telnet optionsbillf2003-01-181-3/+8
| | | | Reviewed by: ps
* We now include the dhcpctl subdirectory.murray2003-01-161-1/+0
|
* Update for the isc_dhcp_3_0_1_rc11 import.obrien2003-01-161-6/+6
|
* Use the stock version of this file -- all our needs have been taken care of.obrien2003-01-161-3/+2
|
* Make the "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
|
* Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r109365,murray2003-01-169-0/+3116
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC11 omshell interface.murray2003-01-169-0/+3116
| |
* | Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) intoobrien2003-01-161-1/+3
| | | | | | | | isc_dhcp_3_0_1_rc11.
* | Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| |
* | Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)obrien2003-01-161-1/+1
| | | | | | | | into isc_dhcp_3_0_1_rc11.
* | Merge our spelling changes into isc_dhcp_3_0_1_rc11.obrien2003-01-161-3/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r109357,obrien2003-01-1640-106/+169
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import isc-dhcpd-3.0.1rc11.obrien2003-01-1647-119/+182
| | | | | | | | | | | | This fixes a security vulnerability in the bundled resolver library. Requested by: scottl(re)
* | Resolve conflicts.murray2003-01-155-9/+18
| |
* | Resolve conflicts.murray2003-01-151-15/+15
| | | | | | | | (import approved by: re)
* | This commit was generated by cvs2svn to compensate for changes in r109298,murray2003-01-1520-36/+84
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC10 client.murray2003-01-1527-65/+135
| |
* | Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-3/+3
| | | | | | | | | | removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it.
* | Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-3/+4
| | | | | | | | | | | | | | | | | | | | pointer types, and remove a huge number of casts from code using it. Change struct xfile xf_data to xun_data (ABI is still compatible). If we need to add a #define for f_data and xf_data we can, but I don't think it will be necessary. There are no operational changes in this commit.
* | This commit was generated by cvs2svn to compensate for changes in r108968,peter2003-01-081-0/+1
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add in a patch from tcpdump-current (that will be included in the nextpeter2003-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | import) to stop a segfault on ia64. Add a #include to get missing prototypes, particularly malloc(). Approved by: fenner
* | | Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfaultpeter2003-01-081-0/+3
| | | | | | | | | | | | on ia64. (This file isn't vendor branched)
* | | Add a declaration that malloc() returns a pointer, not an int. Otherwisepeter2003-01-081-0/+2
| | | | | | | | | | | | | | | this segfaults on ia64. (Cannot cast an int to a pointer). The rest of the code does it this way rather than use system includes....
* | | Add #include "diff.h" in order to get the prototype for xmalloc().peter2003-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The corresponding warning has been ignored for ages: prepend_args.c:75: warning: initialization makes pointer from integer without a cast This is fatal on ia64. You cannot convert an implicit int return from an undeclared function to a pointer as you've lost the upper 32 bits. On ia64, the warning is "pointer from different sized integer". (This file is not vendor branched)
* | | Add support for OPIE and PAM.obrien2003-01-071-0/+77
| | | | | | | | | | | | Submitted by: mikeh (reworked by me)
* | | Add an entry for libugidfw.chris2003-01-071-0/+1
| | | | | | | | | | | | Sponsored by: DARPA, Network Associates Laboratories
* | | This commit was generated by cvs2svn to compensate for changes in r108794,des2003-01-0648-58/+112
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of OpenPAM Daffodil.des2003-01-0648-58/+112
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r108760,obrien2003-01-061-0/+254
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | NetBSD files needed to build LukeM's ftpd src as taken from the NetBSD CVS repo.obrien2003-01-061-0/+254
| | | | | | | | | | | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base.
* | | | | Merge our .Nm changes into the nbsd_20030105 import.obrien2003-01-062-42/+140
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r108746,obrien2003-01-0612-483/+841
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of LukeM's ftpd taken from the NetBSD CVS repo on 5-Jan-2003.obrien2003-01-0614-524/+976
| | | | | | | | | | | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base.
* | | | | This commit was generated by cvs2svn to compensate for changes in r108577,des2003-01-031-2/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Fix typo in debugging macro (perforce change 23072)des2003-01-031-2/+2
| | | | |
* | | | | Fix a bug in GCC which effectively prevents DEFAULT_PCC_STRUCT_RETURN fromkan2002-12-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having any effect. This restores a calling convention traditionally used by FreeBSD/i386 and which is expected by a number of assembly sources in libc. Reviewed by: obrien Approved by: re (rwatson)
* | | | | Update for the 20021213 version.obrien2002-12-191-1/+1
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r108072,obrien2002-12-194-49/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of bwk's 13-Dec-2002 release.obrien2002-12-194-49/+28
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107937,des2002-12-1698-259/+412
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of OpenPAM Cyclamen.des2002-12-1698-259/+412
| | | | | |
* | | | | | NetBSD manpages use .Nm "" to typeset the `name' of the manpage, butkeramida2002-12-142-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this doesn't work quite right with our groff. They have an older groff version in the base system, but no real plans to update both groff and manpages. Fix the .Nm usage locally in our manpages. PR: docs/41972 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp> Discussed with: ru and obrien
* | | | | | Fix misspelling.fenner2002-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/44930 Submitted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>
* | | | | | Update for the just-done-import.obrien2002-12-131-3/+2
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107806,obrien2002-12-1314-143/+246
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of bwk's 29-Nov-2002 release.obrien2002-12-1314-143/+246
| | | | | | | | | | | | | | | | | | | | | | | | Most significant update is the inclusion of our port's locale patches.
* | | | | | Uniformly refer to a file system as "file system".ru2002-12-126-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: re
* | | | | | _NIH, __NIH__, __N_I_H__, __nih__, _niH_.obrien2002-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *sigh* GCC developers can't seem to make up their mind which pre-defined arch symbols are the official ones. So make them, and the Sparc64 using Martians happy with every permutation. This fixes f77 and possibly changes some 'long long' handling. Approved by: re(bmah)
* | | | | | I really hate the GCC directory structure of gcc/gcc/gcc/<compiler files>obrien2002-12-042-14480/+0
| | | | | |
OpenPOWER on IntegriCloud