ad
80e17de9fd
Update to match change in layout of vnode LRU lists.
2019-12-01 14:04:52 +00:00
riastradh
560cfcce81
Use .Sy, not .Em, for bold-faced WARNING of impending doom.
...
Underline and, worse, italic aren't as good at catching the eye.
2019-11-30 02:47:14 +00:00
christos
81bb75a321
Use strtoi instead of atoi() to catch bad input (Alexander Kuleshov)
2019-11-27 17:56:08 +00:00
tkusumi
9840bf8aa7
autofs: Add missing description for automountd option -T
2019-11-25 16:57:09 +00:00
tkusumi
13d532c277
autofs: Change autounmountd(8) to use time_t for duration instead of double
...
The commit log from FreeBSD.
--
autounmountd(8) uses doubles to handle mount time durations. However,
it must convert to integer types, time_t in particular, to do anything
meaningful. Additionally, even though it's a floating-point value in
seconds, the sub-seconds component is never used, so it's unnecessary.
Switching type to time_t fixes an assertion on powerpc64, which checks
that a sleep value that's not -1.0 is greater than 0. On powerpc64, it
happens that the value of -1.0 gets loaded as a float (perhaps a bug in
gcc), but gets compared to a double. This compares as false, so follows
through the 'sleep != -1.0' path, and fails the assert. Since the
sub-second component isn't used in the double, just drop it and deal
with whole-integer seconds.
--
Taken-from: FreeBSD and DragonFlyBSD
2019-11-21 16:45:05 +00:00
tkusumi
b94e44675e
autofs: Change my email address in man pages to netbsd.org
2019-11-21 15:24:17 +00:00
martin
db4a9cc4e5
Fix previous: not a good idea to try to copy files from the not yet
...
extracted sets.
2019-11-18 16:05:55 +00:00
tkusumi
7575c8cff5
fstyp: Add exFAT support
...
Taken-from: FreeBSD and DragonFlyBSD
2019-11-18 14:53:34 +00:00
martin
8d58fabc31
Fix previous: the install medium may not have /usr/mdec/prekern; it was
...
meant to copy the one from the just installed system.
2019-11-18 08:16:32 +00:00
msaitoh
de6a10c185
0x7d and 0x7e are for 10th generation Core (Ice Lake).
2019-11-17 15:32:00 +00:00
martin
2f0931afd6
On amd64 support installation with a KASLR kernel, via "custom install"
...
and selecting the GENERIC_KASLR kernel set.
Setup /prekern and boot.cfg accordingly.
2019-11-16 21:25:14 +00:00
martin
7ca7eecae1
Make sure all menus have a translatable exit option (or none at all).
2019-11-16 20:26:59 +00:00
martin
f6972e2244
Make the bootblock selection menu more sane, pointed out by maxv
2019-11-16 18:08:59 +00:00
martin
05e0fd7496
knf style adjustments
2019-11-16 18:08:36 +00:00
martin
9aa61cd2ab
Fix table of bios geomatries
2019-11-16 17:53:02 +00:00
joerg
18bfe0dbc7
Drop unused variable.
2019-11-16 15:50:45 +00:00
tkusumi
560993f90b
autofs: Support DOLLAR for $ literal
...
taken-from FreeBSD and DragonFlyBSD
2019-11-16 12:26:54 +00:00
tkusumi
b650fd9611
autofs: Fix segfault that could occur on "automount -LL"
2019-11-16 12:21:06 +00:00
tkusumi
8a20efb18d
autofs: Remove unneeded header include
...
common.c doesn't depend on autofs or its ioctls.
2019-11-16 11:56:29 +00:00
martin
d1379acfcf
Fix missing newlines in bios match display, pointed out by maxv.
2019-11-14 19:26:58 +00:00
martin
b76c9f8f6f
Make tar extraction flags depend on our usage of pax-as-tar or bsdtar.
2019-11-14 13:58:22 +00:00
martin
be173c6428
Drop MBR and cloning support on crunched install media.
2019-11-13 18:58:09 +00:00
martin
485d530922
Make cloning support optional, so we can save some space on very small
...
install media.
2019-11-13 18:57:26 +00:00
christos
cfe16cc4b6
remove debugging.
2019-11-12 23:54:34 +00:00
martin
f6c1538729
PR 54467: we trust our own sets, extract them with -P to allow symlink
...
redirection (especially for updates and chroot services - back out
once a better solution for those is implemented)
2019-11-12 18:04:37 +00:00
martin
f77b58b179
Add options to the various partitioning stages that allow cloning of
...
alien partitions (optionally including data).
2019-11-12 16:33:14 +00:00
mrg
8f0a47505d
dynamically calculate the list of usb hubs from drvctl if available.
2019-11-12 07:41:50 +00:00
joerg
76c7fc5f6b
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
2019-11-11 22:44:56 +00:00
roy
8a7de48817
rtadvd: Add C flag to control the zeroing of the leaving configuration
...
This is only intended to assist the testing of clients which consume
Router Advertisement messages, such as dhcpcd(8).
2019-11-11 13:42:49 +00:00
roy
2a93c54144
rtadvd: remove support for SIOCSIFINFO_IN6
...
It's been broken since we enabled dropping privs.
It's also probably the wrong place to do this, and support for
SIOCSIFINFO_IN6 will be in the next dhcpcd import.
2019-11-10 21:32:38 +00:00
roy
cfe5ae87ad
rtadvd: Fix reloading configuration killing interface timers
2019-11-10 21:07:39 +00:00
christos
5d36819ed2
Correct documentation of -m and -M.
...
From Ed Maste @ FreeBSD
2019-11-06 21:04:22 +00:00
christos
42e1450d6f
PR/54670: Azuma OKAMOTO: Consistently use 'W' for TH_CWN, and bump buffer
...
size.
2019-11-01 13:58:32 +00:00
martin
86b7cda9e0
After RELEASEMACHINEDIR has the right defaults now, simplify subdir settings
...
and do not hardcode any architecture exceptions.
2019-10-31 09:44:13 +00:00
prlw1
5ab431ac15
Add nvmm group.
2019-10-30 20:24:44 +00:00
maxv
5c3437fda5
Forgot to put nvmmctl in the "nvmm" group.
2019-10-29 08:13:16 +00:00
wiz
af4377dd96
Sort SEE ALSO.
2019-10-28 13:44:42 +00:00
wiz
74ae0cee76
Sort SEE ALSO. "file system" police.
2019-10-28 13:42:28 +00:00
maxv
a8c6c0bf54
Add nvmmctl, with two commands for now.
2019-10-28 13:04:18 +00:00
ozaki-r
1dfe73716b
mount_9p: enable to communicate with vio9p via its character device file
...
With this feature, we can mount an exported filesystem by a VM host via
virtio-9p.
2019-10-28 02:59:25 +00:00
martin
4327f8a536
In non-MBR specific files, #ifdef all tests for MBR for architectures
...
that do not even compile in MBR support.
2019-10-26 07:32:52 +00:00
martin
f96c1808ac
On device where we do not want a MBR (raid, xbd) skip the MBR partitioning
...
scheme when trying to read partitions from disk. The generic reader will
fall back to disklabel then.
2019-10-25 12:49:58 +00:00
martin
6a81eb289c
Honor the "no_mbr" flag (used especially for raid and xbd devices)
2019-10-25 12:24:34 +00:00
kamil
77a1ad5f00
Switch the iconv(3) prototype to the POSIX conformant variation
...
Remove const from the 2nd argument.
const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).
Keep the const form for the internal purposes inside citrus and rump.
Address the build breakage fallout in the same change.
There are no ABI changes.
Change accepted by core@.
2019-10-24 18:17:14 +00:00
martin
f033e6150f
When we fail to setup for "all of the disk for NetBSD" report
...
failure, instead of silently aborting the install.
2019-10-24 18:17:08 +00:00
hannken
3576a6dafd
With TLSv1.3 a client has to receive and process metadata.
...
Update dispatch_tls_eof() to check for metadata and
rearm on success.
Ok: christos@
2019-10-24 08:21:18 +00:00
kamil
1c5b1926dd
Fix polish translation for sysinst
...
PR install/53870 by Guest01
PR install/53871 by Guest01
patch by Krzysztof Lasocki
2019-10-23 18:08:31 +00:00
martin
e1c382678c
Skip unwanted (zero sized) partitions.
2019-10-21 16:10:54 +00:00
martin
10ffbb5073
When translating (internal) indices to device names, properly deal with
...
gaps in partition allocations (e.g. no swap partition).
2019-10-21 16:09:59 +00:00
martin
df91044bef
Remove a hardcoded assumption that for BIOS boot we always will have
...
the first partition as root - in mixed EFI/BIOS setups this might not
be true (and in general the user is free to define arbitrary orders).
Pointed out by Robert Nestor.
2019-10-21 14:07:42 +00:00