msaitoh
882c1780be
- Remove obsolete cltom(9) and mtocl(9).
...
- Add missing manual page's link of m_adj.
2021-04-16 07:45:41 +00:00
mrg
3cc337c4a3
more -fcommon for sources not ready yet
2021-04-13 08:55:06 +00:00
mrg
bf1baa2579
some platforms trip -fcommon here too. we should fix this.
2021-04-13 07:53:19 +00:00
mrg
6274000239
avoid potential uninitialised variable use.
2021-04-13 05:58:45 +00:00
mrg
f5c1005436
apply some -Wno- to ignore several new warnings with GCC 10.
...
ntp: ignore truncation beyond api sizes, and ignore wrongly
guessed underflow
tmux: ignore maybe uninitialised warning for impossible case
libbfd: signed/unsigned variables assigned in the same statement
dri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c as
it implements backend functions with different in-C-machine but
same-in-real-machine types
libXfont/libXfont2: signed/unsigned variables assigned in the same
statement
i915drm: ignore impossible maybe uninitialised warnings
sysinst: ignore an invalid string truncation issue
2021-04-13 04:58:59 +00:00
mrg
72ccf7c95b
apply -fcommon to sources that still rely upon it.
2021-04-13 01:11:05 +00:00
nia
124e280e84
hdaudioctl.8: add missing arguments
...
pointed out by RVP
2021-04-12 12:22:10 +00:00
mrg
8d689c0cf0
avoid attempting to print NULL.
2021-04-12 09:30:32 +00:00
mrg
b6529141f9
use strlcpy() to ensure desired nul termination.
...
trailing nul bytes are not needed here.
2021-04-12 09:29:53 +00:00
mrg
dcf8481a48
fix a buffer size (off by one), and fix all the comments for the
...
3 other correctly sized buffers with the same comment/context.
2021-04-12 05:11:09 +00:00
mrg
a2d1542565
add some new uses of existing GCC_NO_* variables for warning issues.
...
remove an no longer relevant for gcc7 workaround (works fine in both
gcc9 and gcc 10.)
2021-04-12 02:54:07 +00:00
simonb
ba42c78d37
Add a -L option to follow all symbolic links. Useful if you have symlinks
...
in a makefs directory tree but want to refer to the actual file.
2021-04-03 14:10:56 +00:00
simonb
353a61bfae
Deal with the case when a device gets recreated (eg when mtree is called by
...
MAKEDEV) and the stat buffer contains information about the original device
before checking/setting the owner/group/mode of the new device file.
2021-04-03 13:37:18 +00:00
christos
eacf04d89a
print function names as %s: not <%s> everywhere for consistency.
2021-03-23 18:16:53 +00:00
christos
d4aba2dbef
interface indexes are unsigned
2021-03-23 18:16:21 +00:00
christos
7b76707a70
call tzset() before chroot so we initialize our timezone data
2021-03-23 18:13:07 +00:00
christos
b4e13c3078
fix misplaced paren, add missing va_end()
2021-03-23 18:06:19 +00:00
christos
b3ffdf360d
- remove extra \n from stderr logging
...
- add string message types
- sprinkle const
2021-03-22 18:41:11 +00:00
christos
5eb26e7317
Avoid memory leak on empty lines ( https://reviews.freebsd.org/D29370 )
2021-03-22 03:28:55 +00:00
cheusov
6e95ab06dc
mtree: use POSIX type uint32_t instead of u_int32_t
2021-03-18 20:02:18 +00:00
christos
d54a6e0c5d
Add blocklist support to libwrap which enables all programs using libwrap
...
to block access from hosts we deny. (libwrap support from Greg A. Woods)
2021-03-07 15:09:12 +00:00
nat
b4f84d307a
Intoduce "-n" switch.
...
Running btat2dpd with "-n" especially for use with pad(4) will stop bta2dpd
from exiting upon a read error from pad(4) devices.
This is to compenstate for the behaviour in NetBSD current that pad(4) will
no longer output 0's when its corresponding audio(4) device is not active.
I believe that this new pad(4) behaviour is not present in -9 and -8.
While here I've improved its function as a daemon and it should reconnect to
bluetooth speakers when they are disconnected/reconnected.
Reported and tested by reinoud@ and maya@
2021-03-07 13:09:43 +00:00
christos
f525b84e77
- Enable WARMSTART
...
- Pass fd to libwrap
- Add blocklist
From Greg A. Woods
- Tidy up debugging
2021-03-07 00:23:06 +00:00
rin
96f4ee7d70
Adjust manpage for amiga/boot ver 3.1.
...
Bump date.
2021-02-25 03:44:27 +00:00
joerg
c88f61af16
Make use of packed member addreses non-fatal for clang, too
2021-02-23 15:05:08 +00:00
jmcneill
9f542e2491
Adjust description of compact list view output.
2021-02-22 11:38:13 +00:00
jmcneill
25801e14c4
In compact view, show the CPUs as a range (0-n) instead of a list
...
(0, 1, 2, ...) when the interrupt is assigned to all CPUs in the system.
2021-02-22 11:33:34 +00:00
wiz
0b10797fb6
Reword slightly.
2021-02-16 10:01:55 +00:00
hannken
b1564e28a9
Add support for multiple exports files. This will be useful for example for
...
ZFS, where we have an automatically generated /etc/zfs/exports file, which
should not be edited directly.
2021-02-16 10:00:27 +00:00
hannken
3067a266c7
Split get_exportlist() into get_exportlist() and get_exportlist_one()
...
in preparation to support multiple input files.
No functional change intended.
2021-02-16 09:58:35 +00:00
martin
8d9b89d19f
PR 55991: when extending the marked partition (typically: the NetBSD root
...
partition) round the new size up to current alignment.
This may lead to a slightly smaller than initialy planned last partition
(depending on order added) if the disk size is odd or the partitioning
scheme needs some internal space (like GPT) - but it avoids gaps elsewhere
due to alignement.
Ideally we would pin all other partitions in a first pass and then let
the partitioning backend pick the full available size for the extended
partition, but this should be good enough.
2021-02-13 15:31:35 +00:00
rin
4cb98d1efb
Mention fdisk(8) and x86/mbr(8) in example for x86, for careless
...
people like me ;).
Bump date.
2021-02-06 12:18:45 +00:00
roy
dae81dbd1d
rtadvd: no longer need packed member warning
2021-02-03 06:50:07 +00:00
roy
e94348982f
traceroute: no longer need gcc packed member warning
2021-02-03 06:49:18 +00:00
roy
68cffc06d7
ldpd: Discard warning about accessing packed member
...
I don't see a good way of fixing this right now.
2021-02-03 06:46:27 +00:00
roy
14360cba7a
traceroute6: Remove __packed
2021-02-03 06:42:50 +00:00
joerg
faee973249
Ignore address of packed-member for clang too
2021-02-02 21:31:11 +00:00
rillig
6dccb7a0e9
sysinst: remove trailing whitespace from *.c *.h
...
In contrast to the messages files, this whitespace is not significant.
2021-01-31 22:45:46 +00:00
rillig
3d3e682f03
sysinst: fix some more typos in the German translation
2021-01-31 22:19:24 +00:00
rillig
cc8233cb1e
sysinst: restore the few intentional line breaks in German
...
Marking a forced line break with a trailing space is a terrible idea.
Most of the lines that previously had trailing whitespace did so
unintentionally, destroying the auto-layout.
2021-01-31 21:28:16 +00:00
rillig
105c093d2a
sysinst: proofread German translation
...
It was a mixture of all possible styles, with several typos and
inconsistencies.
2021-01-31 21:00:43 +00:00
rillig
002fd351ad
sysinst: warp factor.c to the 21st century
...
That file contained some conditionally defined code that still used
old-style function definitions.
2021-01-31 20:51:04 +00:00
rillig
014e728a52
sysinst: fix German translation, remove more trailing whitespace
2021-01-31 18:31:59 +00:00
rillig
2065669482
sysinst: remove trailing whitespace in German translation
2021-01-31 18:22:11 +00:00
jmcneill
2763548bcd
Print the path that we failed to open on error
2021-01-30 11:46:25 +00:00
tsutsui
cf9407e993
Fix "Cannot allocate memory" failure on amd64.
...
BIOCGBLEN ioctl of bpf(4) requires u_int, not size_t.
The problem is reported by Kenji Aoyama.
Should be pulled up to netbsd-9 and netbsd-8.
2021-01-30 11:34:28 +00:00
tkusumi
ed5947a0ff
fstyp: Fix exfat detection
...
taken-from FreeBSD ddf61156132b610915325769cbb93ea11be0d433
2021-01-24 14:37:32 +00:00
skrll
91ad7c9ee3
Consistently use ACPI_SIG_SSDT
2021-01-20 15:27:51 +00:00
jmcneill
89f30dcf4f
trailing whitespace
2021-01-16 15:35:28 +00:00
jmcneill
f13c261fb1
ID_AA64PFR0_EL1.GIC=0 means that the CPU interface system registers are
...
not implemented. This does not necessarily mean that there is no GIC in the
system, as GICv2 uses MMIO instead of system registers for the CPU
interface.
While here, add description for GIC=3, which means that the v4.1 system
register interface is supported.
2021-01-16 15:34:37 +00:00