Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tweak previous; ok millert | 2011-01-10 | 1 | -3/+4 | ||
| | ||||||
* | mkdtemp() is present in POSIX 1003.1-2008 | 2011-01-10 | 1 | -11/+9 | ||
| | | | | Add a warning about using less than 6 Xs causing an error on some systems | |||||
* | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also | 2011-01-07 | 1 | -6/+6 | ||
| | | | | | | trim an inaccurate comment about its future removal. ok deraadt | |||||
* | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni | 2010-12-31 | 1 | -1/+2 | ||
| | ||||||
* | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | 2010-12-27 | 1 | -3/+2 | ||
| | | | | | | replacing the Xs, it is now purely random. Also replace a use of .Fn that should be .Xr. OK jmc@ | |||||
* | Fix out of date comment; no code change | 2010-12-22 | 1 | -2/+2 | ||
| | ||||||
* | remove comment that hasn't been true for quite a while now; | 2010-12-22 | 1 | -6/+1 | ||
| | | | | ok deraadt@ djm@ | |||||
* | avoid pointer arithmetic on void * | 2010-12-16 | 1 | -5/+5 | ||
| | | | | | | tested for a while by me. ok otto@ | |||||
* | Rewrite the mbrtowc(3) man page so we can make sense of this function. | 2010-12-05 | 1 | -93/+187 | ||
| | | | | tweaks from jmc, help from uwe, "We are going to have to trust you :-)" deraadt | |||||
* | involes -> involves; from Carlos Alberto Pereira Gomes | 2010-11-30 | 1 | -1/+1 | ||
| | ||||||
* | replace a large stack buffer with a malloc call, with help from matthew. | 2010-11-30 | 1 | -25/+34 | ||
| | | | | | ok deraadt [passed upstream to the tz list as well] | |||||
* | the posix regex mistake is here to stay. ok deraadt | 2010-11-21 | 2 | -16/+2 | ||
| | ||||||
* | Add CAVEATS section documenting error handling caveats. | 2010-11-20 | 1 | -2/+9 | ||
| | | | | tweak and ok jmc, tedu | |||||
* | Make KERN_CPTIME return an avarage number of ticks across all CPUs | 2010-11-19 | 1 | -4/+3 | ||
| | | | | tedu agreed with an idea, tested by Luis Useche and me; ok deraadt | |||||
* | tweak previous; | 2010-11-08 | 1 | -3/+3 | ||
| | ||||||
* | Add %F, %g, %G, %u, %z (extended) and %Z. | 2010-11-08 | 2 | -9/+334 | ||
| | | | | | | | This is mostly a sync with NetBSD. tested in a bulk build by landry@ ok millert@ | |||||
* | - the nroff workaround is no longer needed | 2010-10-29 | 1 | -19/+22 | ||
| | | | | - use some Fn and \*(Gt | |||||
* | Change basep parameter of getdirentries() to be off_t *, not long * | 2010-10-28 | 2 | -3/+3 | ||
| | | | | | | | | so it works correctly with large offsets (and matches other systems). This requires adding a new getdirentries syscall, with the old one renamed to ogetdirentries. All in-tree consumers of getdirentries() have been updated. Bump libc and libpthread major numbers. OK and with deraadt@ | |||||
* | remove skipjack and cast from the libc; ok deraadt | 2010-10-28 | 3 | -1053/+2 | ||
| | ||||||
* | support _SC_HOST_NAME_MAX; from brad | 2010-10-28 | 2 | -3/+9 | ||
| | | | | a libc crank is happening in < 24 hours | |||||
* | Remove the EXAMPLE, since *noone* should use this non-portable API | 2010-10-27 | 1 | -38/+11 | ||
| | | | | | directly -- it exists for libc use only. Tell people to use readdir(3). discussed with millert | |||||
* | print the pointer value that caused the error (if available); ok | 2010-10-21 | 1 | -47/+54 | ||
| | | | | deraadt@ nicm@ (on an earlier version) | |||||
* | The ssizearg member of union arg is pointless if it isn't of type ssize_t | 2010-10-17 | 1 | -2/+2 | ||
| | | | | Noted by Claus Assmann | |||||
* | update struct statfs; from Vladimir Kirillov | 2010-10-16 | 1 | -20/+30 | ||
| | ||||||
* | tcp.sendspace & tcp.recvspace buttons are gone. | 2010-10-11 | 1 | -12/+2 | ||
| | ||||||
* | Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit | 2010-10-08 | 2 | -31/+72 | ||
| | | | | | | | | | | | from ARG_MAX to 64K. Fixes glob-using programs (notably ftp) able to be triggered to hit resource limits. Idea from a similar NetBSD change, original problem reported by jasper@. ok millert tedu jasper | |||||
* | Retire Skipjack | 2010-10-06 | 1 | -3/+3 | ||
| | | | | | | | | | | | There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts. | |||||
* | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | 2010-10-01 | 5 | -14/+12 | ||
| | | | | | | | that didn't already have one, and then immediately use it in libc's SYS.h ok miod@ | |||||
* | Update to tzcode2010m from elsie.nci.nih.gov | 2010-09-27 | 1 | -1/+47 | ||
| | ||||||
* | oops, don't free array before freeing members; spotted by dkrause@ | 2010-09-26 | 1 | -2/+2 | ||
| | ||||||
* | Make gcvt() better match printf("%g") behavior, it now passes regress. | 2010-09-25 | 1 | -11/+23 | ||
| | | | | OK deraadt@ | |||||
* | document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections. | 2010-09-25 | 1 | -3/+14 | ||
| | ||||||
* | Bump libc major for ABI changes. | 2010-09-24 | 1 | -1/+1 | ||
| | ||||||
* | Bump fts_level from short to int and add a spare short so things | 2010-09-24 | 2 | -5/+5 | ||
| | | | | line up nicely. OK deraadt@ | |||||
* | Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although | 2010-09-24 | 2 | -2/+46 | ||
| | | | | | | | | we don't provide the silly union to decompose the value. This will allow userland to flip the ``flush denormalized to zero'' setting, which apparently is being relied upon by tcl. Asked by jasper@ a long time ago. Riding upon the upcoming libc major crank. | |||||
* | Add timingsafe_bcmp(3) to libc, mention that it's already in the | 2010-09-24 | 4 | -7/+64 | ||
| | | | | | | kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||||
* | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | 2010-09-24 | 2 | -16/+77 | ||
| | | | | | | | | | | | 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@ | |||||
* | Implement if_freenameindex() as a real function as required by posix. | 2010-09-24 | 1 | -1/+7 | ||
| | | | | OK deraadt@, millert@ | |||||
* | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | 2010-09-20 | 1 | -3/+3 | ||
| | | | | revert that part of yesterday's diffs; | |||||
* | more wacky macro fixing; | 2010-09-19 | 2 | -40/+40 | ||
| | ||||||
* | observe the following spelling: | 2010-09-10 | 15 | -66/+66 | ||
| | | | | | | | | | - 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; | |||||
* | Document EBUSY return when attempting to open a cua device that | 2010-09-07 | 1 | -1/+4 | ||
| | | | | someone else already has open. OK jmc@ | |||||
* | do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse | 2010-09-07 | 4 | -357/+142 | ||
| | | | | feedback and ok jmc@, ok millert@ | |||||
* | - O_NOFOLLOW is no longer non-posix; from thomas klausner | 2010-09-07 | 1 | -8/+5 | ||
| | | | | | | - bump posix revision and remove xpg; from millert ok millert | |||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 44 | -1268/+1283 | ||
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | |||||
* | backout VIS_HEX. guenther@ points out that the C89 \xff encoding | 2010-08-24 | 3 | -73/+10 | ||
| | | | | | | | | | idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains. | |||||
* | update to tzcode2010k from elsie.nci.nih.gov; OK miod@ | 2010-08-23 | 16 | -105/+233 | ||
| | ||||||
* | Check for duplicate variables in the environment when setting a value | 2010-08-23 | 2 | -11/+24 | ||
| | | | | via setenv() or putenv(). OK miod@ | |||||
* | Two new flags: VIS_ALL - encode all characters, not just invisible ones | 2010-08-21 | 3 | -12/+77 | ||
| | | | | | | | | and VIS_HEX - use C89 \xff style hexadecimal encoding. Teach unvis(3) how to deal with the hex encoding. feedback and ok millert@ chl@ | |||||
* | Introduce an MI kern.consdev sysctl that will replace the MD | 2010-08-19 | 1 | -2/+5 | ||
| | | | | | | machdep.console_device that's only implemented on a few architectures. ok deraadt@, miod@ |