Commit Graph

306407 Commits

Author SHA1 Message Date
tsutsui 25b14f946f Build mac68k and macppc iso images using tools/mkhybrid. 2024-05-31 20:54:33 +00:00
tsutsui 09b5dada8b Build mkhybrid as a build tool. 2024-05-31 20:52:58 +00:00
tsutsui fdd5a63245 Pull malloc related fixes from cdrtools-2.01.
This seems to fix SIGSEGV during free(3) in write.c:write_one_file().
2024-05-31 20:50:48 +00:00
tsutsui df2645b420 Tweak OPTION_* definitions to reduce diffs from mkisofs-1.13. 2024-05-31 20:49:44 +00:00
tsutsui 61957e4641 Pull -graft-points option from mkisofs-1.13 and cdrtools-2.01.
Also remove #ifdef APPLE_HYB for NON-HFS changes to reduce diffs.
2024-05-31 20:48:22 +00:00
tsutsui b1bd5b8fae Pull options -hide-joliet-trans-tbl and -hide-rr-moved from mkisofs-1.13. 2024-05-31 20:46:19 +00:00
tsutsui 61549db5f1 Appease more warnings and remove unused getopt functions. 2024-05-31 20:44:36 +00:00
tsutsui d8b35192d7 Use HAVE_CONFIG_H to include <stdlib.h> and <string.h> in getopt sources. 2024-05-31 20:41:50 +00:00
tsutsui b3743583f0 Check <stdlib.h> and <flock.h> in configure and regen config.h. 2024-05-31 20:40:06 +00:00
tsutsui 76c5065a9f Tweak and regen configure using autoconf-2.13 to use pkgsrc tools. 2024-05-31 20:37:55 +00:00
tsutsui ab20b516c9 Always use local getopt.h as cdrtools-2.01 did. 2024-05-31 20:36:24 +00:00
tsutsui d663fb0928 Remove ancient rlimit hacks for NetBSD disabled in cdrtools-2.01. 2024-05-31 20:34:18 +00:00
tsutsui a56b9f7088 Don't redefine SYSTEM_ID_DEFAULT if it's specified in CPPFLAGS. 2024-05-31 20:33:12 +00:00
tsutsui 5597b179bd Remove duplicated SYSTEM_ID_DEFAULT definitions. 2024-05-31 20:32:03 +00:00
tsutsui a11dc48b63 Appease discard-const warnings. 2024-05-31 20:31:05 +00:00
tsutsui 3acbd1aa78 Suppress implicit declaration warnings. 2024-05-31 20:29:24 +00:00
tsutsui 6a13daf634 Update mkhybrid Makefile for NetBSD's tools builds. 2024-05-31 20:27:19 +00:00
tsutsui 7804f23efd Make newer BSD Licensed libfile sources build as tools. 2024-05-31 20:25:41 +00:00
tsutsui 785d5ade45 Pull changes from mkisofs-1.12.1 to avoid statvfs(2). 2024-05-31 20:23:33 +00:00
rillig 29b142dfe2 make: merge functions that parse modifier parts
This commit subtly changes the behavior for the :gmtime and :localtime
modifiers, but only in irrelevant cases since the time value must be an
integer, and neither '\' nor ':' nor '$' may occur in these values.
2024-05-31 20:21:34 +00:00
tsutsui fd4241d590 Remove dependencies on non-existent exclude.h. 2024-05-31 20:21:06 +00:00
tsutsui 75490c835a Import BSD licensed libfile for mkhybrid builds from cdrtools-3.01.
- unnecessary files for tools build are not imported
- file.c is renamed to lfile.c to avoid conflict with libhfs_iso
- RCSId strings are trimmed
2024-05-31 19:52:25 +00:00
tsutsui ddaa4e7dfc Import mkhybrid from OpenBSD 7.3 to create ISO9660/HFS hybrid ISO images.
- files in libfile except proto.h prepared by OpenBSD are not imported
  due to non-standard license
  (newer BSD Licensed versions will be imported later)
- unnecessary files for tools build are not imported
- RCSId strings are trimmed to avoid unintended substitutions

Proposed on tech-toolchain@:
 https://mail-index.netbsd.org/tech-toolchain/2024/05/25/msg004355.html
2024-05-31 19:49:02 +00:00
skrll 942f913628 Add more ABI register defines - should have been committed with previous
change.
2024-05-31 13:11:41 +00:00
rillig 0fbf3fce65 tests/make: replace or document .error in tests
The text 'Missing argument for ".error"' in an .exp file may be a hint
for an accidentally broken test, so eliminate them as far as possible.
2024-05-31 07:13:12 +00:00
rillig 72b6692e9f make: simplify expression in iteration over hash tables 2024-05-31 07:11:12 +00:00
rillig 2864ddb2e9 make: clean up API for iterating over hash tables 2024-05-31 05:50:11 +00:00
riastradh 9017c2c0e2 nd_timer: Update la_numheld when we clear la_hold (a.k.a. ln_hold).
Followup for PR kern/58297 fix.  Patch by mlelstv@.

PR kern/58301
2024-05-30 23:00:39 +00:00
rillig 880d6717fe make: don't log anything when freeing memory 2024-05-30 21:50:34 +00:00
skrll 95bbc8c712 Annotate the RISC-V signal trampoline with CFI attributes. 2024-05-30 15:56:43 +00:00
msaitoh 588e74af68 Move RECOVERY_MODE feature test code for readability. No functional change.
ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in between
 MSI-X allocation and legacy allocation. To improve code readability,
move it to earlier location.
2024-05-30 08:55:02 +00:00
msaitoh f6e78d1295 Fix previous comment fix.
It seems that the work "yppush" was not duplicated.
It was two sentences without period. To make it clear,
add a colon and a newline. Found by rillig@.
2024-05-30 03:33:31 +00:00
christos 646e9b4018 should not be using .include <> but .include "" here. 2024-05-29 18:58:00 +00:00
christos 2e795eb86e Improve robustness (from kre@) 2024-05-29 13:35:12 +00:00
mlelstv 38f30d04ac The module also needs the syscall for old dup3. 2024-05-29 06:47:23 +00:00
riastradh 256d995a31 New make(1) variable NETBSD_REVISIONID in the NetBSD build.
This is intended to be a tree-wide revision identifier, like a commit
hash or similar.  This way, in builds from non-CVS trees where
per-file $NetBSD$ revision ids aren't incremented, we can still track
some version provenance of files with ident(1).

If defined, bsd.own.mk adds a macro _NETBSD_REVISIONID to CPPFLAGS
with the stringified text of NETBSD_REVISIONID.

In turn, if _NETBSD_REVISIONID is defined in sys/cdefs.h, then
__RCSID will put the concatenation of:
- `$NetBSD: '
- the file name
- ` '
- _NETBSD_REVISIONID
- ` $'
alongside the per-file revision id passed as an argument to __RCSID.

Since this is passed through command-line arguments, it doesn't cause
make to consider any dependencies to change when the revision id
changes -- so incremental builds remain incremental.  And if you
don't set it, nothing changes from the __RCSID we had before.

Currently nothing sets NETBSD_REVISIONID automatically yet -- subject
to experimentation.  Could just be verbatim commit hash, or could be
longer `hg identify' output -- or, in git, with the help of tags,
could be `git describe --dirty' output like

10.99.10-2924-gd01834fb75de

(or `10.99.10-2924-gd01834fb75de-dirty' if the working tree is dirty)
for the commit at
https://mail-index.netbsd.org/source-changes/2024/05/24/msg151526.html
which is 2924 linear commits after the commit bumping sys/param.h to
10.99.10 and (in the current git conversion) had commit hash starting
with d01834fb75.  This may require some discipline around branching
and tagging but it's worth a shot -- we'll see.

Based on a patch from joerg@ a while ago.
2024-05-29 02:06:45 +00:00
riastradh c5ebb1a017 nd_resolve: Maintain la_numheld.
Otherwise lltable_drop_entry_queue never drops anything.

Addresses mbuf leak, PR kern/58297.
2024-05-28 22:15:22 +00:00
sjg e78cefbe42 make: allow debugging the warning about .OBJDIR
When make complains about an unwritable .OBJDIR
it is not always obvious how we derrived that value.

If MAKE_DEBUG_OBJDIR_CHECK_WRITABLE is enabled call PrintOnError
so we can examine variables that are likely relevant.

Fix description of MAKE_OBJDIR_CHECK_WRITABLE in make.1
2024-05-28 19:09:04 +00:00
christos 5c694b5ef7 handle library names that contain a period. 2024-05-28 16:20:34 +00:00
macallan 7b1ec3e342 - initialize bootpath
- if we don't get anything useful from args, check /chosen
now my G5 finds its boot device even when netbooting a kernel directly
2024-05-28 11:06:07 +00:00
skrll 8a296fe039 Change MIPS to RISC-V. 2024-05-28 06:57:03 +00:00
thorpej 7c0fd13281 Mark as expected-fail on VAX (PR port-vax/58290). 2024-05-27 22:03:21 +00:00
uwe 463a9e2dfe curses: init old_mode to 1 (normal visible cursor)
PR bin/58090: Ctrl-Z, fg makes blinking cursor in vi
ok blymn@
2024-05-27 14:30:43 +00:00
nia 7d8e907f96 audio(4): Handle delta == 0 in audio_volume_(up|down).
These functions are used by the pmf power handler functions to deal
with keyboard volume up/down key presses.

However, delta is optional, and may not be returned by certain hardware
drivers, including the earliest reference drivers (it is unlikely that
these are used on any systems with pmf volume keys on the keyboard,
but still).

XXX it may make sense to have 16 as a minimum bound for delta, since
pressing the volume up key on a keyboard 255 times doesn't sound
particularly fun.
2024-05-27 02:47:53 +00:00
nia f629fac4ce audio.4: Document how the "delta" affects setting mixer levels.
Explicitly say that "delta" is optional and may be zero. While this
hasn't previously been specified anywhere (to my knowledge), the best
de-facto specification we have (sb and mixerctl source code) points
towards the historical practice being there.
2024-05-27 02:39:15 +00:00
nia 1efd13166e urtwn.4: List more supported devices 2024-05-26 09:27:20 +00:00
rillig f3426a08ed make: use fewer technical terms in debug message for dependency 2024-05-25 22:08:35 +00:00
rillig f80730c1d3 make: replace magic numbers with POSIX FILENO constants
No binary change.
2024-05-25 21:34:38 +00:00
rillig e67daf6e75 tests/make: rename temporary file
The filename extension '.inc' is reserved for files that are checked
into version control.
2024-05-25 21:11:30 +00:00
rillig 734fc80208 make: fix memory leak for command strings 2024-05-25 21:07:48 +00:00