| 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@.
|
|
|
|
|
| |
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@
|
| |
|
| |
|
|
|
|
| |
both static and non-static mutexs.
|
|
|
|
| |
OK millert@
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
- 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@
|
| |
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
while there, put all function prototypes in header file.
ok kurt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
use a simpler way to allocated memory in allocset, mostly done by
replacing malloc/realloc dance, by only one realloc
add comments about variables that are not used uninitialized, even
if gcc told the contrary
another malloc/realloc -> realloc change
Work initially started by otto@, and then I joined him
ok otto@ ray@
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
OK millert
|
| |
|
|
|
|
|
|
| |
remove the recursive lock in __seekdir() and ensure all callers properly
lock dd_lock prior to calling. reported and tested by bernd@
okay marc@ tedu@
|
|
|
|
|
|
|
|
| |
assign values to struct members directly
remove now-unused variable
ok otto@
ok & input millert@
|
| |
|
|
|
|
| |
From: Pierre Riteau <pierre.riteau@free.fr>
|
|
|
|
| |
ok ray@
|
|
|
|
| |
ok millert
|
| |
|
|
|
|
|
|
| |
variable TMPDIR or the argument `dir' is an empty string.
With and ok millert@ ray@
|
|
|
|
|
|
| |
Mostly path construction, where truncation could be bad.
ok and input from deraadt@ millert@ ray@
|
| |
|
|
|
|
|
|
|
| |
triggered and are off-by-one anyways. Instead replace them
with correct checks and add all the missing cases.
ok deraadt@
|
|
|
|
| |
OK joris@, otto@
|