Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Italian translations | giovanni | |
"syntax looks good" guenther@ | |||
2009-11-24 | Add `da.msg'. | Michael Knudsen | |
2009-11-24 | Danish translations. | Michael Knudsen | |
(If anyone can suggest a translation for e.g. `breakpoint' that doesn't make me cringe, let me know.) | |||
2009-11-24 | Update the ENOTSUP summary and description. | Philip Guenthe | |
Pointed out by Alan Bueno and jmc@ ok jmc@ | |||
2009-11-24 | - sync with latest additions | Jasper Lievisse Adriaanse | |
feedback & ok otto@ | |||
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe | |
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works | |||
2009-11-23 | Make the code example fit on an 80 char screen without wrapping. | Michael Knudsen | |
ok guenther (no word from the sunshine girls on the matter, though) | |||
2009-11-22 | Oops, KSEG -> CKSEG. | Miod Vallat | |
2009-11-22 | Fixed typo in function name. | Tobias Stoeckmann | |
ok jmc | |||
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat | |
address as a kernel variable for use by libkvm. On sgi IP27 and IP30 kernels, use XKSEG instead of CKSSEG; this will allow kernel KVM size to grow in the future if necessary. | |||
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau | |
ok millert@ | |||
2009-11-21 | remove unused variable | Charles Longeau | |
ok deraadt@ | |||
2009-11-21 | remove unused variable | Charles Longeau | |
ok guenther@ | |||
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe | |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe | |
to 'narrow' as they should. "looks correct" millert@ "makes sense" blambert@ | |||
2009-11-19 | pthread_rwlock_wrlock() should increment the count of writers just | Philip Guenthe | |
once and not on every wakeup. ok kurt@ | |||
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe | |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@ | |||
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt | |
of a false positive made by parfait; ok millert | |||
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt | |
fixed it (or, all the issues we are aware of so far). discussed with nicm | |||
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray | |
ok blambert@ miod@ deraadt@ | |||
2009-11-11 | memory leaks, found by parfait; ok millert | Theo de Raadt | |
2009-11-11 | obvious use after free, found by parfait | Theo de Raadt | |
2009-11-10 | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | Markus Friedl | |
openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@ | |||
2009-11-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre | |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott | |
ok espie | |||
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller | |
internally when and where required. Macros in <stdio.h> are updated to automatically call the underlying functions when the process is threaded to obtain the necessary locking. A private mutex is added to protect __sglue, the internal list of FILE handles, and another to protect the one-time initialization. Some routines in libc that use getc() change to use getc_unlocked() as they're either protected by their own lock or aren't thread-safe routines anyway. committing on behalf of and okay guenther@ now that we have install media space available. | |||
2009-11-08 | ansify | Stefan Sperling | |
ok deraadt | |||
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray | |
was breaking non GNUC defining compilers. Came up during a conversation with ragge@, positive comments from several. | |||
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis | |
ok pirofti@ | |||
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis | |
ok otto@ | |||
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov | |
precision / 8. Fixes sio_setpar() requesting smaller block sizes on 24-bit devices. | |||
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries | |
noticed by Jonathan Armani & Fabien Romano ugh+ok otto@ | |||
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | Miod Vallat | |
referencing it by name; silences a linker warning; no functional change. | |||
2009-11-01 | Two minor bug fixes rotting in my tree: | Ingo Schwarze | |
(1) When the second malloc in yp_next fails, do not leak the memory allocated by the first one. Same fix as yp_first.c rev. 1.9. (2) When compiled with YPMATCHCACHE, do not fail the lookup when reserving memory for the cache fails. Instead, just return the correct result without caching it. ok millert@ | |||
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado | |
2009-10-30 | stop using kqueue. | Theo de Raadt | |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-10-28 | skip the \' formatting flag, grouping is not implemented; ok deraadt@ | Christian Weisgerber | |
2009-10-28 | more fallout from jasper's commit. | Jonathan Gray | |
Changing the size of the _sys_errlist array changes a libc interface so we need to crank major. kettenis@ agrees | |||
2009-10-28 | Remove mutext from list of held mutexes in _mutex_reinit(). Corrects | Kurt Miller | |
a failure to lock the _atfork_mutex after forking. Tested by ajacoutot@ and myself. okay guenther@ | |||
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt | |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse | |
aliased ENOTSUP. i should've done this earlier, but missed it. my bad. as discussed with deraadt@ guenther@ | |||
2009-10-27 | define ENOTSUP EOPNOTSUPP is no longer needed | Theo de Raadt | |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre | |
2009-10-27 | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | Nicholas Marriott | |
it. ok jmc | |||
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse | |
discussed with a few ok deraadt@ | |||
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis | |
is defined on all architectures. ok jmc@ (man pages) and martynas@ | |||
2009-10-26 | reader state cannot be IDLE, terminate the stream if so rather | Alexandre Ratchov | |
entering a busy loop |