Age | Commit message (Collapse) | Author |
|
ok guenther (no word from the sunshine girls on the matter, though)
|
|
|
|
ok jmc
|
|
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.
|
|
ok millert@
|
|
ok deraadt@
|
|
ok guenther@
|
|
|
|
to 'narrow' as they should.
"looks correct" millert@ "makes sense" blambert@
|
|
once and not on every wakeup.
ok kurt@
|
|
- 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@
|
|
of a false positive made by parfait; ok millert
|
|
fixed it (or, all the issues we are aware of so far).
discussed with nicm
|
|
ok blambert@ miod@ deraadt@
|
|
|
|
|
|
openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@
|
|
|
|
ok espie
|
|
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.
|
|
ok deraadt
|
|
was breaking non GNUC defining compilers.
Came up during a conversation with ragge@, positive
comments from several.
|
|
ok pirofti@
|
|
ok otto@
|
|
precision / 8. Fixes sio_setpar() requesting smaller block sizes
on 24-bit devices.
|
|
noticed by Jonathan Armani & Fabien Romano
ugh+ok otto@
|
|
referencing it by name; silences a linker warning; no functional change.
|
|
(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@
|
|
|
|
|
|
survived a full make build on i386;
"sure" deraadt@
|
|
|
|
Changing the size of the _sys_errlist array changes a libc interface
so we need to crank major.
kettenis@ agrees
|
|
a failure to lock the _atfork_mutex after forking. Tested by ajacoutot@
and myself. okay guenther@
|
|
|
|
|
|
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
|
|
aliased ENOTSUP. i should've done this earlier, but missed it. my bad.
as discussed with deraadt@ guenther@
|
|
|
|
|
|
it.
ok jmc
|
|
discussed with a few
ok deraadt@
|
|
is defined on all architectures.
ok jmc@ (man pages) and martynas@
|
|
entering a busy loop
|
|
ok otto millert martynas
|
|
stream in a way that the pause never occurs in the middle of data
chunks. Beside being more natural, this allows the client to send
non-data messages during the pause (set the volume, stop playback...),
rather than delaying them until the end of the pause. It's about
few milliseconds only.
|
|
control connections.
|
|
instead of ``appbufsz'', which violates the flow control mechanism.
Fix this longstanding bug by enabling negative values in AMSG_MOVE
messages, this way the client is notified when its stream is
attached to the mixer, and can update its max transfer limit.
Since this fix changes the AMSG_MOVE message format, we crank the
protocol version, and thus remove code specific to the old protocol.
|
|
media to fit
|
|
ok kurt@
|