Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-01 | fix -Wall due to API change | djm | 2 | -6/+6 | |
2010-10-01 | update to openssl-1.0.0a | djm | 1 | -20/+8 | |
2010-10-01 | update supporting files, crank library majors | djm | 18 | -274/+621 | |
2010-10-01 | add missing; yay for cvs! | djm | 5 | -0/+607 | |
2010-10-01 | resolve conflicts, fix local changes | djm | 1649 | -188904/+70184 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 569 | -17816/+61097 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 798 | -31734/+48478 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 373 | -6688/+55495 | |
2010-09-25 | Make gcvt() better match printf("%g") behavior, it now passes regress. | millert | 1 | -11/+23 | |
OK deraadt@ | |||||
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 3 | -5/+62 | |
kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||||
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 3 | -10/+86 | |
information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ | |||||
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | claudio | 1 | -1/+7 | |
OK deraadt@, millert@ | |||||
2010-09-19 | more wacky macro fixing; | jmc | 1 | -37/+37 | |
2010-09-18 | Add cvs tag, author name and year | millert | 1 | -1/+5 | |
2010-09-18 | Test default precision when ndigit is negative. | millert | 1 | -0/+6 | |
2010-09-18 | Add more test vectors. | millert | 1 | -6/+60 | |
2010-09-17 | Add gcvt() regress with test vectors derived from perl regress. | millert | 2 | -0/+61 | |
Does not currently pass, which is why perl can't use it to format doubles. | |||||
2010-09-10 | observe the following spelling: | jmc | 2 | -9/+9 | |
- wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream; | |||||
2010-09-09 | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 1 | -3/+3 | |
these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all | |||||
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | millert | 2 | -54/+58 | |
Update our sources appropriately. OK deraadt@ jsg@ | |||||
2010-08-23 | Add setenv/putenv regress | millert | 3 | -2/+132 | |
2010-08-23 | Check for duplicate variables in the environment when setting a value | millert | 2 | -11/+24 | |
via setenv() or putenv(). OK miod@ | |||||
2010-07-28 | Sync hcreate(3) with NetBSD, adding some caveats. | ray | 1 | -12/+67 | |
OK jmc | |||||
2010-07-25 | echo behaves differently in sh and csh, only handling C-style escapes | guenther | 1 | -3/+3 | |
in the former, so switch an example that needs them to use printf instead. From bcr at freebsd.org. ok halex@ | |||||
2010-07-22 | getopt_long.c replaced getopt.c 6+ years ago; we can retire | blambert | 1 | -7/+1 | |
the REPLACE_GETOPT macro, at long last ok millert@ | |||||
2010-07-06 | Document new unsetenv() error returns. | naddy | 1 | -2/+8 | |
From Nicolas Legrand <nlegrand@ethelred.fr>; ok jmc@ | |||||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | guenther | 2 | -19/+19 | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||||
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | deraadt | 3 | -3/+158 | |
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return EFAULT for a page fault. The kernel code will soon be put into compat, and then in 10 years or so tedu will delete it. ok guenther millert | |||||
2010-07-01 | oops. Missed this from my aes-ni commit. | thib | 1 | -3/+4 | |