aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded inclusion of <utmp.h> and dead variables.Ed Schouten2009-12-271-14/+0
* Let top(1) use MAXLOGNAME instead of UT_NAMESIZE.Ed Schouten2009-12-251-3/+3
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for DirectXin LI2009-12-244-4/+45
* Merge 4.2.4p8 into contrib (r200452 & r200454).Ollivier Robert2009-12-1590-66096/+28506
|\
* \ Apply two vendor fixes for CVE-2009-3720.Xin LI2009-12-112-2/+1
|\ \
| * | Flattern all tags and dist tree for expat.Xin LI2009-12-1062-44152/+0
* | | What we have in base system is actually OpenBSD 4.5's netcat,Xin LI2009-12-081-1/+1
* | | Fix Read-After-Write (RAW) dependency violation for ar.ccv inMarcel Moolenaar2009-12-071-2/+2
* | | Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded sys...Shteryana Shopova2009-12-035-3/+77
* | | Add a new library: libulog.Ed Schouten2009-12-031-0/+1
* | | Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-4/+4
* | | Don't try to bind to an anycast addeess. The KAME IPv6 stack doesn'tHajimu UMEMOTO2009-12-011-0/+41
* | | Update to BIND 9.6.1-P2. The vulnerability this is designed to fix isDoug Barton2009-11-309-43/+129
|\ \ \
* | | | Use <termios.h> instead of <sys/termios.h>.Ed Schouten2009-11-281-1/+1
* | | | fix spelling mistakeDarren Reed2009-11-191-1/+1
* | | | Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-121-12/+4
* | | | Add interface description capability as inspired by OpenBSD.Xin LI2009-11-111-4/+12
* | | | Add a minimal change to prevent NULL deference in ee(1).Xin LI2009-11-101-1/+1
* | | | Wrap some socket handling code in a !NULL bowDoug Barton2009-11-071-4/+6
* | | | Merge r198489 from vendor/ncurses/dist:Rong-En Fan2009-10-261-0/+6
|\ \ \ \
* | | | | Change gcc to assume a default machine architecture of 486 instead of 386John Baldwin2009-10-211-1/+1
* | | | | Merge upstream r421: grammar nit in pam.conf(5).Dag-Erling Smørgrav2009-10-091-1/+1
|\ \ \ \ \
* | | | | | Add parsing code for TCP UTO (User Timeout Option).Rui Paulo2009-10-072-0/+14
* | | | | | Fix tcsh losing history when tcsh terminates because the pty beneath itRoman Divacky2009-10-061-0/+2
* | | | | | Import a vendor fix for a list overrun.Attilio Rao2009-09-072-7/+13
* | | | | | 1) Remove single occurance of HAS_CTYPE ifdef, ctype functionsAndrey A. Chernov2009-09-041-10/+6
* | | | | | Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.Andrey A. Chernov2009-09-021-2/+1
* | | | | | 1) Use isprint() instead of hardcoded values to detect non-printable.Andrey A. Chernov2009-09-021-9/+9
* | | | | | - Add AS lookup functionality to traceroute6(8) as well.Hajimu UMEMOTO2009-08-233-56/+44
* | | | | | Explicitly line up the CPU state labels with the calculated starting columnJohn Baldwin2009-08-191-0/+2
* | | | | | Update and remove CVS-specific itemsDag-Erling Smørgrav2009-08-133-6/+0
* | | | | | Import OpenBSM 1.1p2 from vendor branch to 8-CURRENT. This patch releaseRobert Watson2009-08-028-27/+34
|\ \ \ \ \ \
* \ \ \ \ \ \ Update less to v436. This is considered as a bugfix release from vendor.Xin LI2009-07-2970-1031/+1128
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Update to version 9.6.1-P1 which addresses a remote DoS vulnerability:Doug Barton2009-07-293-5/+13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Output DWARF debug information for global 'using' declarations, insteadBruce M Simpson2009-07-221-1/+1
* | | | | | | | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populatingRobert Watson2009-07-1714-54/+193
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | correct IEEE80211_RADIOTAP_XCHANNEL to match systemSam Leffler2009-07-151-1/+1
* | | | | | | | Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-0/+1
* | | | | | | | Updates, mostly to add 802.11s support:Sam Leffler2009-07-142-38/+273
* | | | | | | | Remove build timestamps from the following files:Colin Percival2009-07-113-5/+3
* | | | | | | | Fix .Dd value -- our mdoc macros don't know how to parse the $Mdocdate$Colin Percival2009-07-111-1/+1
* | | | | | | | Update to tcsh 6.17.00.Mark Peek2009-07-1155-4809/+6174
|\ \ \ \ \ \ \ \
| * | | | | | | | Flatten vendor/tcsh/dist.Mark Peek2009-07-10475-96309/+0
* | | | | | | | | This is the solution that ISC committed after 9.6.1-release forDoug Barton2009-06-251-0/+9
* | | | | | | | | Update to the final release version of BIND 9.6.1. It has the followingDoug Barton2009-06-2536-581/+796
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-232-0/+7
* | | | | | | | | Fix a typo that causes the for loop to exit immediately. There'sRoman Divacky2009-06-161-1/+1
* | | | | | | | | - Remove semicolon that should not have been there.Ulf Lilleengen2009-06-121-1/+1
* | | | | | | | | gdb: make 'thread apply all bt' always work on all threadsAndriy Gapon2009-06-121-2/+26
* | | | | | | | | Prevent integer overflow in direct pipe write code from circumventingColin Percival2009-06-101-17/+22