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
martin
6903ba0384
Explicitly cast offset calculation, size_t may be smaller than off_t.
2021-01-10 13:44:57 +00:00
tkusumi
f8ac354381
fstyp: Sync HAMMER1/2 with DragonFly BSD
...
taken-from: DragonFly BSD
2021-01-10 12:38:40 +00:00
wiz
93cc9aa740
Add magic incantation to configure an image for mount_udf(8).
2021-01-09 23:54:26 +00:00
ryo
ea9fe086ae
sync cpuids[] of sys/arch/aarch64/aarch64/cpu.c r1.43
2021-01-04 05:35:14 +00:00
taca
8202121906
Change second gc.interval_min to gc.interval_max.
...
Obviously, second gc.interval_min should be gc.interval_max.
Should be pulled up to netbnsd-9.
2020-12-17 05:33:06 +00:00
jmcneill
798fdf3f82
MAsk -> Mask, spotted by rillig@
2020-12-14 10:18:28 +00:00
jmcneill
0eb6f089ee
Add support for decoding Platform Communications Channel Tables ("PCCT").
2020-12-12 16:08:39 +00:00
jmcneill
962d94c5c4
acpidump: Do not print FACS if HW_REDUCED flag is set.
...
According to ACPI 6.3 spec, FACS is optional when HW_REDUCED is set. ACPICA
ignores the FACS completely when HW_REDUCED is set, so we need to follow
suit since it is not available through /dev/acpi as the table is not
installed.
2020-12-06 18:38:58 +00:00
jmcneill
161b30af53
acpi: add character device for accessing ACPI tables
...
The /dev/acpi character device gives an aperture into physical memory
that allows only read access to known ACPI tables: RSDP, XSDT/RSDT, and
the root tables. Adapt acpidump(8) to use this interface by default,
falling back to the old /dev/mem method if it is not available or if
ACPIDUMP_USE_DEVMEM=1 is set in the environment. The user visible benefit
of this change is that "options INSECURE" is no longer required to
dump ACPI tables.
2020-12-06 02:57:29 +00:00
wiz
0fff63c9f6
comparision -> comparison
2020-12-02 14:20:19 +00:00
rin
530d774931
Explicitly link liblber and libssl when ldap support is enabled.
...
Fix sun2, i.e., MKPIC=no build.
2020-12-02 02:21:43 +00:00
bouyer
cfd5acca1c
Enable ldap support in racoon(8). Proposed on tech-userlevel,
...
"Go for it" from christos@
2020-12-01 10:10:57 +00:00
jmcneill
5bdad892bd
Make sure the kernel set is selected, even if extracting parts of it
...
manually.
2020-11-28 13:05:58 +00:00
msaitoh
1e34099b98
- Print CPUID 0x8000008 %ebx on Intel, too. Intel now supports WBNOINVD.
...
- Print CPUID leaf 7 subleaf 1.
2020-11-24 00:48:39 +00:00
rin
2b36317ff7
Support aarch64eb; just works fine.
2020-11-17 10:47:17 +00:00
jmcneill
8ab169f5c2
Add "efi" as a supported boot image type and derive the platform ID for
...
the validation entry from the default boot image instead of hard-coding
X86.
2020-11-15 00:18:48 +00:00
wiz
af09e09a6e
New sentence, new line.
...
Other whitespace fixes, and some Xr fixes.
2020-11-14 20:07:13 +00:00
mlelstv
cc6482f1d2
Add option -n to print only the value of a sensor.
...
If statistics are selected with -T, then also display max, min and average.
The empty line between each display is skipped when one or more sensors are
selected with -s.
2020-11-14 16:32:53 +00:00
mlelstv
48032c2032
Allow to select raw output for a single device or a list of sensors.
2020-11-14 12:36:49 +00:00
mlelstv
799a3dc99b
For raw output (-x) allow to extract individual properties like drvctl -p.
...
E.g.
# envstat -x /vcmbox0/0/cur-value
328150000
2020-11-14 09:11:55 +00:00
martin
fe44212f38
Disable all entropy checks for now untill consensus has been found how
...
to properly deal with it.
2020-11-13 17:39:06 +00:00
nia
a42fc114cd
Revert addition of pthread dependency on sqlite.
...
It is less trivial than expected and introduced some surprising breakage.
2020-11-12 17:53:43 +00:00
reinoud
551fa9b117
rock_ridge_move_count is only incremented and can never be negative so change
...
%08i to %08u.
This removes a warning when compiling with tools outside ./build.sh
2020-11-10 20:48:29 +00:00
gson
d56a0f0357
Fix typos in comment
2020-11-10 09:14:01 +00:00
martin
312a1f515d
Fix copy&pasto in previous
2020-11-09 10:19:41 +00:00
nia
70f54ff57b
sqlite: do not build without multithreading support
...
at least a few pkgsrc packages avoid base sqlite because it fails
this check, and it's probably a surprising performance penalty for
unsuspecting users
2020-11-08 21:56:47 +00:00
dholland
5f378fab42
syslogd: in die(), don't call die() again recursively.
...
Particularly not for something as immaterial as close failing.
PR 55795
2020-11-08 01:12:46 +00:00
christos
cab1687af0
make the buffer fit any 32 bit number.
2020-11-07 17:46:56 +00:00
christos
8cb1641ff6
PR/55794: Jan Schaumann: Eliminate unchecked malloc
2020-11-07 16:16:33 +00:00
martin
35097c7d0a
Minimize the installer for crunched install media
2020-11-06 19:47:31 +00:00
martin
6948e0f3e4
Fix copy & pasted copyright comments.
2020-11-06 12:23:10 +00:00