summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* This commit was generated by cvs2svn to compensate for changes in r135471,trhodes2004-09-193-0/+602
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of BIND 9.3.0rc4.trhodes2004-09-193-0/+602
| | | | | | | | | | These three files were missed in the original import because their names contained the magic letters w, i and n in that sequence.
* | This commit was generated by cvs2svn to compensate for changes in r135446,trhodes2004-09-191090-0/+509412
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vender import of BIND 9.3.0rc4.trhodes2004-09-191090-0/+509412
|
* Bring in some examples (and create space for future work here):mlaier2004-09-141-3/+4
| | | | | | | | | | | | - 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 MFC after: 2 days
* Correctly check the return value of kldload() to determine whether antjr2004-09-051-1/+1
| | | | error occurred.
* Abstract the handling of dirty stacked registers in ia64_read_reg() andmarcel2004-09-051-90/+75
| | | | | | | ia64_write_reg() and call these whenever we read or write registers from and to memory. This way we correctly read registers from addresses in the register cache and thus fixes backtraces when the saved registers (such as rp and ar.pfs) are in dirty stacked registers.
* Make pflogd(8) store pcap_sf_pkthdr instead of MD timeval contaminatedmlaier2004-08-311-0/+36
| | | | | | | | | | | | pcap_pkthdr. This makes /var/log/pflog standart compliant on 64bit archs. OpenBSD has fixed this by changing the bpf timeval to 32bit in the kernel, so no need to report this over (again). PR: bin/71096 (w/ changes) Submitted by: Ville-Pertti Keinonen Tested by: amd64(submitter), sparc64(yongari), i386(myself) MFC after: 3 days
* Recognize and skip 'x' and 'g' pax extension entries. In particular,kientzle2004-08-281-0/+15
| | | | | | | this avoids the creation of "PaxHeader" dirs when unpacking pax-format tar archives such as those written by bsdtar. MFC after: 3 days
* Correct va_end usage.kientzle2004-08-271-0/+3
| | | | | Thanks to: Sean McNeil MFC after: 3 days
* Loopback a fix from Cedric Berger:mlaier2004-08-221-1/+8
| | | | | | | | Fix table add/replace commands with securelevel=2. Reported by James J. Lippard. Discussed with: yongari MFC after: 5 days
* Enter the long awaited start of FreeBSD 6.0!obrien2004-08-211-1/+1
|
* NetBSD has updated their groff to a version that handles .Nm the sameobrien2004-08-182-12/+6
| | | | way ours does. So use the vendor files now.
* Merge rev 1.2 (OPIE, login user capabilities database, PAM) supportobrien2004-08-181-84/+272
| | | | into 'nbsd_20040809'.
* This commit was generated by cvs2svn to compensate for changes in r133936,obrien2004-08-1812-151/+185
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 9-Aug-2004.obrien2004-08-1815-242/+407
| | | | | | | | | | | | This closes the remotely exploitable vulnerability documented at ftp://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2004-009.txt.asc http://www.vuxml.org/freebsd/c4b025bb-f05d-11d8-9837-000c41e2cdad.html
* | Make 'client DNS forward update' working again which got broken in rev.mbr2004-08-161-1/+3
| | | | | | | | | | | | | | | | RC9 of dhclient 3.0.1. This fix will be part of dhclient 3.0.2. It is also part of the official redhat package. Submitted by: Jason Vas Dias <jvdias@redhat.com> Discussed on: dhcp-hackers@isc.org
* | Document local changes r1.41 and r1.42 of dhclient.cmbr2004-08-161-0/+2
| |
* | Recommit removed Rev. 1.40. This fix does solve a FPE with negative leasembr2004-08-161-8/+23
| | | | | | | | | | | | | | | | | | | | | | time as described in the PR below. It seems that this patch should have been part of the vendor tree but got accidently missed in the 3.0.1 final version. It will definitly be part of 3.0.2 but until then it's a long way to go. Submitted by: ISC (Vendor) PR: bin/54517
* | It could happen that the renew/rebind times in the leasefile werembr2004-08-161-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | expired but the expire time itself was still valid and in the future. If this happened we ended up using the state S_RENEW with an INADDR_BROADCAST address set in the request and dhclient never got any answer back. The only workaround was to delete the lease file. Fix this case with a check for the S_RENEW and a fallback to the S_INIT state. PR: bin/69361 Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* | Sync a reverted part of dhclient.c with the vendor source. It seemsmbr2004-08-161-23/+8
| | | | | | | | that a buxfix from rc14 got backed out again. We do the same.
* | This patch merges the sort fields for both pages, so you can (foralfred2004-08-162-7/+3
| | | | | | | | | | | | | | | | example) view io stats while sorting by process size. Also adds voluntary and involuntary context-switch stats to the io page because there was lots of room. Submitted by: Dan Nelson dnelson at allantgroup.com
* | Resolve conflicts from dhclient 3.0.1 final import.mbr2004-08-152-6/+4
| | | | | | | | No functional changes in this import.
* | This commit was generated by cvs2svn to compensate for changes in r133783,mbr2004-08-154-11/+30
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import ISC DHCP 3.0.1 client.mbr2004-08-157-15/+33
| | |
* | | Disable surplus detection of breakpoint event in signal stack, the checkdavidxu2004-08-151-0/+4
| | | | | | | | | | | | | | | | | | | | | causes a normal breakpoint event in new thread to be ignored unexpectly, result is process SIGSEGV. Test on: AMD64, i386
* | | This commit was generated by cvs2svn to compensate for changes in r133594,harti2004-08-121-1/+6
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor patch: don't dump core when the config file cannot be opened.harti2004-08-121-1/+6
| | | | | | | | | | | | | | | | Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* | | | This commit was generated by cvs2svn to compensate for changes in r133582,kan2004-08-12105-33131/+0
| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | This commit was generated by cvs2svn to compensate for changes in r133546,tjr2004-08-121-0/+45
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of GNU sort from coreutils CVS (trimmed)tjr2004-08-121-0/+45
| | | | |
* | | | | Merge local changes.tjr2004-08-123-171/+116
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r133543,tjr2004-08-1229-445/+3268
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of GNU sort from coreutils CVS (trimmed)tjr2004-08-1232-578/+3383
| | | | |
| * | | | Remove file no longer present in distribution.tjr2004-07-031-641/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r133534,kan2004-08-121-0/+42
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import one more file for Gcc 3.4.2 20040728.kan2004-08-121-0/+42
| | | | | |
* | | | | | Exclusion list for easier import.harti2004-08-111-0/+13
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r133488,harti2004-08-118-2/+1417
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of NgATM user part 1.1harti2004-08-118-2/+1417
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r133429,harti2004-08-101-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Fix the 4.X -> 5.X upgrade path by include <inttypes.h> instead ofharti2004-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stdint.h.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r133359,obrien2004-08-09111-5181/+17197
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Virgin import of Christos Zoulas's FILE 4.10.obrien2004-08-09111-5181/+17197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *- file is now broken into a library containing and processing the magic and a consumer binary.
* | | | | | | | List some more files to be excluded from the original distribution.harti2004-08-061-0/+3
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r133211,harti2004-08-0655-1288/+1601
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud