Commit Graph

275533 Commits

Author SHA1 Message Date
roy
e9f01a9072 Add a default dhcpcd_chrootdir 2020-04-02 13:02:05 +00:00
roy
852a3f7b05 Add chroot support for dhcpcd 2020-04-02 12:58:49 +00:00
roy
cdef9ff213 Build dhcpcd with privsep support. 2020-04-02 12:56:01 +00:00
roy
4982964f6e Sync 2020-04-02 12:41:47 +00:00
roy
9a245d3e64 Update to dhcpcd-9.0.0 with the following changes:
* Decode interface complex interface names eth0.100:2 eth0i100:2.
   This allows us to ignore some virtual interfaces by default
 * ARP: Report L2 header address on conflict for more clarity
 * DHCP: Support jumbo frames (untested)
 * DHCP6: Clean up old lease on failure to confirm/rebind, etc
 * RA: Prefer older routers
 * INET6: Obscure prefixes are now calculated correctly

 * Privilege Separation
 * default hostname is now a blank string rather than localhost
 * Leases are now dumped over the control socket - you get RA's now as well.
 * Better support for many IPv6 routers
 * RTM_MISS filtering
 * RA: Deprecate stale addresses by setting pltime 0
 * DHCP6: Deprecate stale addresses by setting pltime 0
2020-04-02 12:38:54 +00:00
roy
d5aa3c6a01 Add _dhcpcd user and group 2020-04-02 12:35:13 +00:00
skrll
4d58013fe5 Tweak a comment in previous 2020-04-02 11:52:41 +00:00
skrll
0ab9900dea Reduce the memory footprint by allocating a ring per endpoint/pipe on
pipe open.

From sc.dying on tech-kern
2020-04-02 11:37:23 +00:00
sevan
07b0c9f241 just spaces 2020-04-02 11:34:33 +00:00
sevan
6c11760453 align 2020-04-02 11:32:31 +00:00
sevan
a1cccef3bb Add NetBSD 9.0 & 8.2
Heads up by Harold Gutch
2020-04-02 11:27:55 +00:00
kamil
e2cee14c15 Update with reality
Drop finished or not important tasks.
2020-04-02 11:19:09 +00:00
kamil
51d642fcfa Update with reality
Drop tasks not important or not relevant here.
2020-04-02 11:18:23 +00:00
sevan
d157cf17c6 bsd-family-tree 2020-04-02 11:11:25 +00:00
sevan
ab0cf3894f Sync with FreeBSD r359561 2020-04-02 11:09:24 +00:00
wiz
8ec0a7f9b1 Remove superfluous Pp. Add comma in enumeration. Add RCS Id. 2020-04-02 08:38:22 +00:00
wiz
49e3bec9e0 Add comma in enumeration. 2020-04-02 08:35:12 +00:00
skrll
020ee1400e Fix evmips CI20 build 2020-04-02 07:26:45 +00:00
sevan
12fff5803d Disks can sense vibes, DTrace confirms it.
https://youtu.be/tDacjrSCeq4
2020-04-02 05:55:02 +00:00
nisimura
3e50c2144e iron out multicast filter logic and pick better name for its work 2020-04-02 04:09:36 +00:00
kamil
090d46375e Note ioctlprint(1) in SEE ALSO 2020-04-02 03:35:48 +00:00
kamil
8ea4f8a087 ioctlprint(1): Add ioctl descriptive printer. 2020-04-02 03:34:49 +00:00
kamil
bf4492493d Add ioctlprint - descriptive ioctl value printer
ioctlprint(1) is embedded in the kdump(1) program.
2020-04-02 03:32:46 +00:00
christos
a31f32280c Add path. 2020-04-02 00:00:16 +00:00
christos
befd78930e improve error messages, minor cleanups. 2020-04-01 21:04:34 +00:00
tnn
3108ff76ee Don't fail if we cannot compute the clock divider because the master
clock is too slow for what the slave device requested.
Instead warn and select the highest available slave clock rate.
Should fix boot hang on Pinebook Pro when using spiflash(4).
2020-04-01 20:37:32 +00:00
is
bc99bd15e1 Define a few more LCP options. Recognize, sanity-check and report (but
still reject for the moment) multilink PPP configuration options received.
2020-04-01 20:24:50 +00:00
ad
1566130e81 Newer PC Engines BIOS versions don't set up the Super I/O for GPIO the
way we want so ignore most of the existing settings and enable banks 0
and 1.
2020-04-01 18:34:22 +00:00
msaitoh
c1d18df426 Calculate mask correctly for bit 31 in nvkm_gpio_fini(). Found by kUBSan. 2020-04-01 15:57:46 +00:00
msaitoh
84d66683d0 Use unsigned to avoid undefined behavior. Found by kUBSan. 2020-04-01 15:55:52 +00:00
msaitoh
cc2bbb872c Regen. 2020-04-01 15:54:06 +00:00
msaitoh
37c0214688 Add NVIDIA Quadro NVS 295. 2020-04-01 15:53:35 +00:00
gson
42a6cab883 Fix incorrect device path. OK jmcneill. 2020-04-01 15:42:15 +00:00
gson
1db3cc90ce regen 2020-04-01 15:33:50 +00:00
gson
eacfd1aef9 Create the qemufwcfg device as part of "all". Discussed with jmcneill.
Also, include it in the list of special purpose devices.
2020-04-01 15:32:21 +00:00
kamil
85335799e7 Fix CVS Id 2020-04-01 13:07:32 +00:00
kamil
c4f12fb2cb Avoid comparison between signed and unsigned integer
Cast PAGE_SIZE to size_t.
2020-04-01 11:45:53 +00:00
tnn
cf57b6c19d efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too 2020-04-01 10:45:44 +00:00
msaitoh
b09941a461 Add AVX512_VP2INTERSECT, SERIALIZE and TSXLDTRK(TSX suspend load addr tracking) 2020-04-01 08:21:38 +00:00
nisimura
792fbca260 insert missing ETHER_UNLOCK() 2020-04-01 04:00:14 +00:00
knakahara
6277d3d977 Fix typo in comment. 2020-04-01 02:38:17 +00:00
kamil
2c306a0e81 Import a new example kernel module fopsmapper
fopsmapper - basic implementation of mmap with fileops fo_mmap

Submitted by Aditya Vardhan Padala.
2020-04-01 01:57:20 +00:00
christos
49c579d18d more cleanup 2020-04-01 01:51:02 +00:00
christos
0dd6d756c6 factor out common code and set the path. 2020-04-01 01:49:26 +00:00
christos
2e16057d77 Enforce a standard path 2020-04-01 00:49:04 +00:00
nisimura
2496d0ae98 switch to use ETHER_F_ALLMULTI flag 2020-04-01 00:07:04 +00:00
nisimura
14c9526088 iron out multicast filter logic and pick better name for its work 2020-03-31 23:26:32 +00:00
nia
27bd329625 synaptics: Maintain the left/right buttons when up/down are remapped
Reported on current-users by Mandacarú Cascavel
2020-03-31 19:08:19 +00:00
kamil
1c8bb7d153 Add getsid(2) to the XOPEN namespace (again) 2020-03-31 16:50:31 +00:00
kamil
221d32f6a2 Expose getsid(2) to POSIX >= 2008 2020-03-31 16:49:06 +00:00