Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Bump standards years, as we conform to the new versions too | guenther | 2012-03-26 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | ok jmc@ | |||||
* | | | | strsignal() was standardized in POSIX-2008 | guenther | 2012-03-26 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | ok millert@ | |||||
* | | | | Fix a bug where random() always returns 0 when srandom() is seeded | millert | 2012-03-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | with 0. Use 1 and not 0 as the first element of the state array, similar to what glibc does. OK nicm@ | |||||
* | | | | the disease is spreading | dlg | 2012-03-20 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | dlg | 2012-03-17 | 1 | -13/+4 | |
| | | | | | | | | | | | | | | | | no objection from mcbride@ krw@ markus@ deraadt@ | |||||
* | | | | fix format strings for size_t | espie | 2012-03-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | ok okan@ | |||||
* | | | | - Test for the retrieved page address not being NULL. This turns free((void*)1) | otto | 2012-02-29 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | into an bogus pointer error instead of a segfault. - Document that we use the assumption that a non-MAP_FIXED mmap() with hint 0 never returns NULL. | |||||
* | | | | Update comments. ok deraadt@ | lum | 2012-02-09 | 1 | -4/+3 | |
| | | | | ||||||
* | | | | Remove unused protocol value check. ok brynet@ | lum | 2012-02-09 | 1 | -4/+1 | |
| | | | | ||||||
* | | | | Expand the CAVEAT section to more fully describe the behaviour of | lum | 2012-02-07 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the -uz combination. This diff stems from a diff by brynet@ sent to tech@ help from jmc@ regarding wording. | |||||
* | | | | Revert previous diff as it resulted in the wrong return code when | guenther | 2012-02-06 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the last node is deleted. Instead, resolve the Coverity warning by returning (node *)1 when you delete the root node. based an idea from millert@. ok otto@ | |||||
* | | | | fix SEE ALSO; | jmc | 2012-01-17 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | guenther | 2012-01-17 | 4 | -3/+222 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Includes friendly linker warning to wake up those dumb enough to use it. Committing for kettenis@, who ran away to the hills after writing it | |||||
* | | | | net_addrcmp() dies. found out to be a horrific function by eric | deraadt | 2012-01-17 | 3 | -158/+3 | |
| | | | | | | | | | | | | | | | | ok guenther | |||||
* | | | | grammar; | jmc | 2012-01-14 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | this is sparta^WPOSIX 2008 | espie | 2012-01-14 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | okay millert@ | |||||
* | | | | OpenSSL 1.0.0f: crank minor | djm | 2012-01-05 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 61 | -316/+782 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 4 | -10/+28 | |
|\| | | | | | | | | | | | branch. | |||||
| * | | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 26 | -86/+191 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 1 | -1/+1 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 35 | -149/+432 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 8 | -24/+192 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 13 | -116/+380 | |
| | | | | ||||||
* | | | | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | jmc | 2012-01-03 | 2 | -12/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Poul-Henning Kamp, freebsd pr docs/163771; ok sthen | |||||
* | | | | strdup and strndup both use malloc. Make this fact explicit. | lum | 2011-12-08 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | ok jmc@ | |||||
* | | | | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | schwarze | 2011-11-17 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice). | |||||
* | | | | return non-zero on error | otto | 2011-11-06 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | and clean extra target | otto | 2011-11-05 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | add exhaust test from netbsd | otto | 2011-11-05 | 2 | -2/+188 | |
| | | | | ||||||
* | | | | crank major for openssl-1.0.0e | djm | 2011-11-03 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 255 | -2118/+4328 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 20 | -133/+1668 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 179 | -1799/+5399 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 33 | -446/+799 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 110 | -830/+1337 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 62 | -537/+1273 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 81 | -641/+1444 | |
| | | | | ||||||
* | | | | uncomment wscanf tests | stsp | 2011-10-16 | 1 | -4/+3 | |
| | | | | ||||||
* | | | | Make consistent the syscall stubs for the syscalls that got special | guenther | 2011-10-16 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling to fix up the alignment of 64bit arguments so that they do the same dance where _thread_sys_FOO is the real stub and FOO is a weak alias. For some of them, this is needed for cancellation handling. From discussions with fgsch@, ok millert@ | |||||
* | | | | Make struct chunk_info a variable sized struct, wasting less | otto | 2011-10-06 | 1 | -28/+55 | |
| | | | | | | | | | | | | | | | | | | | | space for meta data by only allocating space actually needed for the bitmap (modulo alignment requirements). ok deraadt@ | |||||
* | | | | change -w to apply to the connection as well. manpage bit from jmc@ | fgsch | 2011-10-04 | 2 | -6/+44 | |
| | | | | | | | | | | | | | | | | nicm@ ok. | |||||
* | | | | ssl.8: Certifying Authority -> Certificate Authority | jmc | 2011-09-29 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | |||||
* | | | | Expand fnmatch() regress with patterns obtained from the tests for APR's | stsp | 2011-09-17 | 3 | -4/+277 | |
| | | | | | | | | | | | | | | | | | | | | | | | | new fnmatch implementation. With kind permission from Bill Rowe. Tweak the test code to allow comment lines in the test data file. ok millert@ | |||||
* | | | | Standarize the ToS option across nc/ping/traceroute so that they'll | haesbaert | 2011-09-17 | 2 | -28/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | accept the same values as pf.conf. It accepts decimal, hexadecimal and the dscp/tos keywords. The ping option was ripped of in SMALL. ok mcbride@ sthen@ | |||||
* | | | | - update key size and alg recommendations; from Lawrence Teo | jmc | 2011-09-07 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - whilst here, knock out useless Pp in openssl.1 ok djm markus | |||||
* | | | | some minor tweaks; | jmc | 2011-09-03 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | make -column lists pretty again; | jmc | 2011-09-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||||
* | | | | in column lists, enforce the following ordering: | jmc | 2011-08-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want) | |||||
* | | | | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | kettenis | 2011-08-03 | 1 | -0/+253 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Configure script. ok deraadt@ |