Age | Commit message (Collapse) | Author |
|
Matthias Drochner rescinded the third and fourth clauses of wsconscfg(8)
and wsfontload(8) licenses in 2008 in NetBSD.
https://mail-index.netbsd.org/source-changes/2008/05/26/msg206199.html
OK deraadt@
|
|
Brad Town.
|
|
|
|
|
|
becuase the compilers, which are part of comp62, still provide support
for Objective-C, hence the original text was still correct.
|
|
comp62.
ok tom@
|
|
the hw.product sysctl to avoid the problem.
ok deraadt@ rpe@ kettenis@
|
|
Tested by abieber@
|
|
ok schwarze@
|
|
tests. Makes it easier to run all tests using another binary:
$ pwd
/usr/src/regress/bin/ksh
$ make KSH=/usr/src/bin/ksh/obj/ksh
|
|
present int the CSRG libc. It is only of historical interest and,
given the amount of time passed, probably not even that anymore.
OK deraadt@, prodded by miod@
|
|
|
|
of MLINKS. Inaccuracy pointed out by espie@.
|
|
print a meaningful warning and skip the entry.
Issue reported by espie@.
|
|
ok tom@, jsg@
|
|
|
|
noticed by Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net>
|
|
from Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net>
|
|
non-TTY and if that's the case then close the application. Otherwise without
this verification if it's really a non-TTY then cu(1) will be aborted by
pledge(2).
feedback and OK by deraadt@
|
|
in case the parent process was started with a dangling child. This style
ensures any potential parent:child interlock isn't disrupted due to the
"wrong" child being waited on first. Then the other other childs can safely
zombie.
ok millert jca brynet
|
|
doing string pointer arithmetic. Fixes a clang warning.
OK otto@ tom@
|
|
ok markus@
|
|
Problem reported and fix tested by Hrvoje Popovski.
ok bluhm@, visa@
|
|
|
|
|
|
Noted by Christer Solskogen on misc@, thanks!
|
|
|
|
- only extract the according /usr/share/compile/GENERIC{,.MP}
- if a "kernel" patch was properly installed (or rolled back), run
/usr/libexec/reorder_kernel _once_ just before exiting
- don't backup /bsd anymore, reorder_kernel already does it for us
- drop 2 now unused functions: install_kernel() and sp_cleanup()
While it appears to work fine after some quick testing, it should still be
considered WIP.
|
|
|
|
anymore, but either memmove() or slow_bcopy().
OK nayden@
|
|
an array. Coverity CIDs 1452968 1453000.
ok jung@ who mentions this case isn't hit in practice due to arrays
having a terminating NULL.
|
|
Check if cp->dev value is invalid prior to using it as an array index and only
then make the assignment si = &as->source_info[cp->dev].
OK tb@ and jsg@
|
|
|
|
Move a blocking memory allocation out of the socket lock and create
a simpler alloc/free pattern to review. Now both m_get() and m_free()
are in the same place.
Discussed with bluhm@.
Encouragements from deraadt@ and tedu@, ok kettenis@, florian@, visa@
|
|
ee->ee_ctls evaluates to either 16 or 32 depending on the card's EEPROM version
and with the current loop condition it will write out of bounds in the second
ee->ee_ctls assignment once the condition is either i < 16 or i < 32.
OK stsp@ and tb@
|
|
|
|
|
|
ok deraadt@
|
|
|
|
If processes are already dead, reduce wait times between SIGTERM and
SIGKILL and wait time after SIGKILL. The reboot syscall will cause
another sync later on, therefore the long wait times are not necessary
for disk i/o, either.
"makes sense" deraadt@
|
|
* add clarifications and bread_cluster() buffercache(9)
* add some comments to vfs_bio.c
ok tedu@
|
|
adjust port multiplier detection so it doesn't call ahci_port_portreset
again directly, but instead restarts the loop for the current call.
During attach, poll for device detection across all ports until either all
ports have detected a device, or one second has passed, rather than doing
them sequentially. Devices are still attached in order of port number,
so disk unit numbers won't change.
ok visa@
|
|
in case the parent process was started with a dangling child. This style
ensures any potential parent:child interlock isn't disrupted due to the
"wrong" child being waited on first. Then the other other childs can safely
zombie.
ok millert jca brynet
|
|
/usr/libexec/reorder_kernel. Requested by ajacoutot@ to be able to
relink the kernel from within syspatch(8).
OK deraadt@ tb@
|
|
|
|
For now, expose the clock speed of the Cortex-A53 cores through the
hw.cupseed sysctl.
|
|
will instead move to the margin left.
|
|
requested by ajacoutot@
OK tb@
|
|
properties in the /chosen node of the FDT. The properties match the ones
used by Linux (see Documentation/arm/uefi.txt in the Linux kernel source
tree) but with the "linux," prefix replaced by "openbsd,".
While there, reduce the diffs to the arm64 efiboot.
ok tom@, jsg@
|
|
Ok jca@
|