Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
pkgbase: Create a FreeBSD-netmap packageThis unbloat FreeBSD-utilities a bit and not everyone usesvalectl which is the only in-tree consumer of libnetmapSponsored by: Beckhoff Automation GmbH &
pkgbase: Create a FreeBSD-netmap packageThis unbloat FreeBSD-utilities a bit and not everyone usesvalectl which is the only in-tree consumer of libnetmapSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D38225
show more ...
netmap: several typo fixesNo functional changes intended.
[vale] Fix valectl to compile on a 32-bit platformThis shows up when compiling valectl on a 32 bit platform like i386 and mips32.gcc-6.4 complains about this (-Wint-to-pointer-cast).Reviewed by:
[vale] Fix valectl to compile on a 32-bit platformThis shows up when compiling valectl on a 32 bit platform like i386 and mips32.gcc-6.4 complains about this (-Wint-to-pointer-cast).Reviewed by: vmaffioneDifferential Revision: https://reviews.freebsd.org/D27814
netmap: valectl: switch to libnetmapUse the newer libnetmap (included in base) rather than the oldernm_open()/nm_close() defined in netmap_user.hMFC after: 3 days
valectl: fix typo in man pageSubmitted by: Jose Luis DuranMFC after: 3 days
add valectl to the system commandsThe valectl(4) program is used to manage vale(4) switches.Add it to the system commands so that it can be used right away.This program was previously called vale
add valectl to the system commandsThe valectl(4) program is used to manage vale(4) switches.Add it to the system commands so that it can be used right away.This program was previously called vale-ctl, and stored intools/tools/netmapReviewed by: hrs, bcr, lwhsu, kevansMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D22146