| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
by code that does not do zero padding. The example code does. Fix.
millert@ ok
|
|
|
|
| |
of a typo in rcs.c;
|
|
|
|
| |
HW_USERMEM as deprecated and point people towards HW_PHYSMEM64/HW_USERMEM64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of using the same IP on multiple interfaces, carp has to be
configured with the new "carpnodes" and "balancing" options.
# ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50
Please note, that this is a flag day for anyone using carp balancing.
You'll need to adjust your configuration accordingly.
Addititionally this diff adds IPv6 NDP balancing support.
Tested and OK mcbride@, reyk@.
Manpage help by jmc@.
|
|
|
|
|
| |
bsd_auth(2) issue when compiled with threads. Reported by Joachim Wieland
<joachim.wieland at credativ.de>. okay otto@ marc@
|
|
|
|
|
|
| |
-1.
ok henning@ beck@ ray@
|
|
|
|
| |
ok espie@, beck@
|
|
|
|
| |
_thread_atexit_unlock(). okay tedu@
|
|
|
|
|
| |
there is no chance of output that was written but still pending to
be displayed. This is what the original getpass(3) did.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
instead of the generic pthread macros since free(3) uses __arc4_getbyte()
when freeing small sized allocations and the generic pthread macros call
malloc(3).
- eliminate passing pointers to a static variable with global scope (rs)
for additional code clarity and reduction.
- shlib minor bumps for libc and libpthread due to new functions.
From andreas@ with some bits from me. okay tedu@ marc@ w/some spot
checking from millert@
|
| |
|
|
|
|
|
|
|
|
| |
change netstat to use them instead of accessing kvm for it. more
protocols will be added later.
discussed with deraadt@ claudio@ gilles@
ok deraadt@
|
|
|
|
|
|
| |
clock_setres().
ok jmc@ dlg@
|
|
|
|
| |
ok millert tedu
|
|
|
|
| |
ok otto@
|
|
|
|
| |
sys/dev/pci/pciide.c from naddy@
|
| |
|
|
|
|
|
| |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@
sys/dev/pci/bktr/* ok jakemsr@
|
| |
|
|
|
|
|
|
|
| |
vfork() has only one semantic: "parent stalls until child does execve
or exit" and no other semantic. it is unfair to act as if pthread
vfork() suddenly lacks that semantic.
ok kurt millert kettenis beck
|
|
|
|
|
|
|
| |
least document /etc/ptmp;
while i'm at it, might as well tidy it up and make it consistent across
these pages;
|
| |
|
|
|
|
| |
both static and non-static mutexs.
|
|
|
|
|
|
| |
armish and zaurus
quote >9 args to .Nd
|
|
|
|
| |
OK millert@
|
|
|
|
| |
sure to only use 'record.source' instead of possibly 'inputs.source'.
|
|
|
|
|
|
| |
bump minor version
ok deanna@
|
|
|
|
|
|
| |
Therefore added math.h to SYNPOSIS.
OK millert@
|
|
|
|
|
|
| |
When closelog() was modified to clear log_tag it inadvertantly made
syslog_r() (which calls closelog_r at the end) clear log_tag as well.
OK miod@ dhartmei@
|
|
|
|
| |
ok ray@ gilles@
|
|
|
|
| |
ok ray@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a single OSS ioctl, return the return value and errno from from
AUDIO_SETINFO if there was an error, since it's more informative
than the return value and errno from AUDIO_GETINFO. also, don't
bail if AUDIO_SETINFO fails, because OSS ioctls should return the
current value of the parameter they are setting, even if there was
an error.
- avoid a possible (though highly unlikely) divide by zero in
SNDCTL_DSP_GET[IO]SPACE.
ok ratchov@
|
| |
|
|
|
|
| |
- escape "No" incase groff thinks it's a macro call
|
|
|
|
| |
diff from chl@. OK otto@ and chl@.
|
| |
|
|
|
|
|
|
| |
"suggest parentheses around && within ||"
ok millert@
|
|
|
|
|
|
|
| |
backgrounded. Do not print the password prompt in this case since
the first read will result in the process receiving SIGTTIN.
Fixes an issue where the password prompt would be displayed when
readpassphrase() would not be able to read anything. OK deraadt@
|
|
|
|
| |
ok miod
|
| |
|
| |
|
|
|
|
| |
feedback and ok espie@
|
|
|
|
|
|
|
|
|
|
| |
arguments from the stack, since the kernel will now copyin() them when
necessary.
This makes all system calls (but mmap()) slightly faster.
WARNING! After this commit, your binaries must run against a kernel
featuring m88k/m88k/trap.c r1.34 or better - i.e. a 4.1 or later kernel.
|
|
|
|
|
|
| |
FreeBSD did this in revision 1.20.
OK deraadt@, krw@
|
| |
|
| |
|
|
|
|
| |
activate it in the build.
|