christos
2ed636d665
grow AF_UNIX receive buffer size
2018-05-06 19:16:36 +00:00
ryo
2972297404
add aarch64 support for cpuctl identify.
2018-05-03 15:47:36 +00:00
maxv
5d73803e75
Remove now unused tcpip.h includes. Some were already unused before.
2018-05-03 07:13:48 +00:00
kre
925396b4ac
Change return type of pm_lvm_find() from int to void.
...
It always returns (returned) 0 which was ignored by the one call.
2018-05-01 21:28:39 +00:00
kre
c45b0e7cfe
PR install/53220
...
Don't call pm_lvm_find() unless have_lvm
pm_lvm_find() assumes that data structs (lvms) has been allocated
for it to use, which doesn't happen if !have_lvm
This avoids a sysinst core dump when the lvm command is not installed
(such as when installing from the embedded RAM root filesys in an
INSTALL kernel.)
2018-05-01 21:26:41 +00:00
christos
bf7113376a
Create a new bsd.hostinit.mk file and put the build definitions for all host
...
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
2018-05-01 19:59:42 +00:00
uwe
a04344bae9
Fix missed s/vnconfig/vndconfig/ in an example.
2018-05-01 09:03:49 +00:00
martin
371d88511b
Simplify and get rid of external "grep" dependency which is not available
...
on all install meadia.
Sugested by kre.
2018-05-01 09:01:45 +00:00
martin
88cbfee136
vnconfig has been renamed to vndconfig. Pointed out by kre.
2018-05-01 08:27:39 +00:00
roy
f8583dbb8c
Back out part of the prior commit where we added space for IPV6_HOPLIMIT
...
to the sending control message buffer.
That code never worked on ERLITE, so I elected to set socket options
instead but forgot to revert this part.
2018-04-24 18:31:48 +00:00
maxv
d7a1d2ebf3
Clean up the IPsec ifdefs, same as ping6.
2018-04-23 18:59:03 +00:00
maxv
b9ad8ce8f1
... another occurrence of OLDRAWSOCKET ...
2018-04-23 10:23:38 +00:00
maxv
b279793f85
Remove dead code.
2018-04-23 10:22:18 +00:00
maxv
4953d3d3b9
Remove CPPFLAGS+=-DUSE_RFC3542, it's not used anymore.
2018-04-23 10:19:11 +00:00
maxv
11bf0879e5
Remove dead/broken code. We want to favor RFC3542 over RFC2292. No
...
functional change.
2018-04-23 10:14:12 +00:00
maxv
832b034324
Remove dead code.
2018-04-23 09:58:35 +00:00
maxv
6cf02a93b7
Remove now unused code.
2018-04-23 09:47:03 +00:00
wiz
744b9e9d12
Remove -g from SYNOPSIS.
2018-04-23 07:13:50 +00:00
maxv
e65ec2be3d
Remove the "-g" option, it uses RH0, which is deprecated by RFC5095, and
...
doesn't work on modern networks anymore.
2018-04-23 06:42:02 +00:00
wiz
7734da6b73
Minor improvements.
2018-04-21 09:31:08 +00:00
roy
1aeb87918e
Update values from RFC 8319
2018-04-20 16:37:17 +00:00
roy
e673cfdc24
Make the #defines more readable
2018-04-20 16:18:18 +00:00
roy
5f8de401f6
Lack of timeout is a programming error, so use an assert in it's place.
...
While here, improve the error reported if malloc fails.
2018-04-20 16:07:48 +00:00
roy
27e3ea924d
Use EXIT_FAILURE instead of an arbtitary number.
2018-04-20 15:59:17 +00:00
roy
5977af5905
Unicast solicited RA's as per RFC 7772.
...
This is done by having a secondary timer against rainfo so we
can delay unicasting by the required randomised amount of time
without affecting the unsolicited RA timer.
2018-04-20 15:57:23 +00:00
roy
086575fefe
Ensure that the soliciter list is initialised and freed correctly, even if it's not used yet.
2018-04-20 15:29:19 +00:00
roy
3bff93a23c
Allow timers to exist but be inactive.
...
This will be used in a future commit.
2018-04-20 13:27:45 +00:00
roy
4f44b8a30e
Insist on newer socket options.
2018-04-20 11:31:54 +00:00
roy
1abb8a3172
Use pidifle_lock(3)
2018-04-20 11:25:39 +00:00
roy
301a345cbf
Punt dead code
2018-04-20 10:43:38 +00:00
roy
e4c3b35870
White space police.
2018-04-20 10:39:37 +00:00
roy
7a0904c3ae
Fix some unaligned pointer issues.
2018-04-20 10:26:34 +00:00
maxv
82288565a0
Document "debug" in usage().
2018-04-13 17:43:37 +00:00
mlelstv
3103bce53a
Re-evaluate drive selection to catch hog-plug devices.
2018-04-08 11:37:31 +00:00
maxv
64f4aca696
Move NPF's todo list into src/doc/TODO.npf, and add some entries. After a
...
conversation (two months ago) with rmind and sborrill.
2018-04-08 08:57:37 +00:00
christos
fd434df171
add commented out debugging options.
2018-04-01 23:00:40 +00:00
ryo
fe33aa2786
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
...
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
2018-04-01 04:35:01 +00:00
msaitoh
d2213cce79
From the latest Intel SDM:
...
- Add Xeon Phi 7215, 7285 and 7295
- Add Coffee Lake
2018-03-30 09:24:40 +00:00
nonaka
68b0b1ed57
Correctly mark the last El Torito section header.
...
Pointed out by Benno Rice via DM.
2018-03-28 06:48:55 +00:00
jmcneill
27aaea9d2f
Official builds now append a timestamp to the kernel config name, so we
...
can no longer rely on matching an exact name like "(INSTALL32_IP3x)".
Strip the trailing ) from the version strings checked so sysinst will
install the correct bootloader and kernel again.
2018-03-17 22:27:04 +00:00
ginsbach
617ab226ea
Initialize ypbind_resp before first possible error return condition.
2018-03-15 02:25:31 +00:00
christos
68ed0ec4e8
improve previous, use getprogname() to get the invocation name.
2018-03-12 01:15:00 +00:00
khorben
0b9ecbe221
Reflect the new name of vndconfig(8) in the usage screen
...
vnconfig(8) was renamed to vndconfig(8) in NetBSD 7. While the manual page
now defaults to vndconfig, the usage screen still referred to the old name.
2018-03-12 01:10:25 +00:00
msaitoh
0a42effe43
Add yet another Shared L2 TLB (2M/4M pages).
...
XXX need redesign.
2018-03-09 08:49:32 +00:00
roy
1914784e96
Remove case labels we will never trigger due to filtering.
2018-03-07 10:06:41 +00:00
mlelstv
f52084a9af
print quota pointers in superblock
2018-03-06 07:45:38 +00:00
msaitoh
c27ae56af8
Calculate way and number of entries correctly from CPUID leaf 18H.
2018-03-05 10:54:05 +00:00
msaitoh
cfe5ab1fa2
- Parse the TLB info from `cpuid leaf 18H' on Intel processor. Currently,
...
this change doesn't decode perfectly. Tested with Gemini Lake. It has
two L2 Shared TLB. One is 4MB and another is 2MB/4MB but former isn't
printed yet:
cpu0: ITLB 1 4KB entries 48-way
cpu0: DTLB 1 4KB entries 32-way
cpu0: L2 STLB 8 4MB entries 4-way
Need some rework for struct x86_cache_info.
- Use aprint_error_dev() for error output.
2018-03-05 05:50:37 +00:00
mlelstv
8f6bdb48b6
Align with DDB.
2018-03-04 07:15:37 +00:00
mrg
2e19323388
add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts
...
to bsd.prog.mk. use them instead of hard coding various lists
of libraries for krb5.
this fixes static builds.
2018-02-25 00:16:48 +00:00