aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fix the pathing for the header filesEnji Cooper2019-02-202-12/+12
| | | | | | | It needs to be prefixed under /usr/include/private; not /usr/include Notes: svn path=/projects/import-googletest-1.8.1/; revision=344341
* Add entries in BSD.tests.dist for the googletest test dirsEnji Cooper2019-02-201-0/+10
| | | | Notes: svn path=/projects/import-googletest-1.8.1/; revision=344338
* MFhead@r344270Enji Cooper2019-02-191-0/+2
|\ | | | | | | Notes: svn path=/projects/import-googletest-1.8.1/; revision=344271
| * powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystemJustin Hibbits2019-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Summary: Now that mpc85xx can boot via ubldr, move ubldr to a separate filesystem, mounted on /boot/uboot, so that a fresh install can boot correctly. Reviewed By: nwhitehorn Differential Revision: https://reviews.freebsd.org/D18709 Notes: svn path=/head/; revision=344242
* | Merge build glue for libraries and tests done on githubEnji Cooper2019-02-131-0/+12
|/ | | | | | | | | | I need to doublecheck my work vs the port, but I believe that this covers the initial integration of all upstream tests. Ref: https://github.com/ngie-eign/freebsd/tree/googletest-integration Notes: svn path=/projects/import-googletest-1.8.1/; revision=344086
* mtree: Add dtb subdir to the mtree fileEmmanuel Vadot2019-02-071-0/+4
| | | | | | | | | | makefs will fails otherwise Reported by: emaste MFC after: 1 week Notes: svn path=/head/; revision=343874
* Add support for the authinfo mapGregory Neil Shapiro2019-02-041-3/+3
| | | | | | | Submitted by: keramida Notes: svn path=/head/; revision=343729
* netmap: add suite of unit testsVincenzo Maffione2018-12-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Import the unit tests from upstream (https://github.com/luigirizzo/netmap ba02539859d46d33), and make them ready for use with Kyua. There are currently 38 regression tests, which test the kernel control ABI exposed by netmap to userspace applications: 1: test for port info get 2-5: tests for basic port registration 6-9: tests for VALE 10-11: tests for getting netmap allocator info 12-15: tests for netmap pipes 16: test on polling mode 17-18: tests on options 19-27: tests for sync-kloop subsystem 28-39: tests for null ports 31-38: tests for the legacy NIOCREGIF registers Reviewed by: ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18490 Notes: svn path=/head/; revision=342649
* Remove iBCS2, part1: userspaceMateusz Guzik2018-12-191-2/+0
| | | | | | | | | | | | iBCS2 was disconnected from the build in 2015 (see r291419) bsdconfig parts submitted by dteske. Reviewed by: kib (previous version) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=342242
* Create /etc/authpf, used by authpf(8) and authpf-noip(8).Dag-Erling Smørgrav2018-12-131-0/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=342045
* Merge ^/head r340918 through r341763.Dimitry Andric2018-12-093-0/+6
|\ | | | | | | Notes: svn path=/projects/clang700-import/; revision=341764
| * BSD.debug.dist: add newly added nvmecontrol directoryEd Maste2018-12-071-0/+2
| | | | | | | | Notes: svn path=/head/; revision=341703
| * Dynamically load .so modules to expand functionalityWarner Losh2018-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Dynamically load all the .so files found in /libexec/nvmecontrol and /usr/local/libexec/nvmecontrol. o Link nvmecontrol -rdynamic so that its symbols are visible to the libraries we load. o Create concatinated linker sets that we dynamically expand. o Add the linked-in top and logpage linker sets to the mirrors for them and add those sets to the mirrors when we load a new .so. o Add some macros to help hide the names of the linker sets. o Update the man page. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18455 fold Notes: svn path=/head/; revision=341657
| * Add ga_IE.UTF-8 locale.Yuri Pankov2018-11-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PR: 228587 Submitted by: Micil <micheal.maclochlainn@oegaillimh.ie> (LC_TIME) Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after: 3 days Differential revision: https://reviews.freebsd.org/D17997 Notes: svn path=/head/; revision=340992
* | Merge ^/head r340427 through r340868.Dimitry Andric2018-11-241-0/+2
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=340869
| * bectl(8): Add some regression testsKyle Evans2018-11-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests operate on a file-backed zpool that gets created in the kyua temp dir. root and ZFS support are both required for these tests. Current tests cover create, destroy, export/import, jail, list (kind of), mount, rename, and jail. List tests should later be extended to cover formatting and the different list flags, but for now only covers basic "are create/destroy actually reflected properly" MFC after: 3 days Notes: svn path=/head/; revision=340594
* | Merge ^/head r339813 through r340125.Dimitry Andric2018-11-043-37/+35
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=340126
| * Simplify NLS alias handling by using native make(1) multi variable for loopsBaptiste Daroussin2018-11-042-9/+5
| | | | | | | | Notes: svn path=/head/; revision=340114
| * Fix bad copy/pasteBaptiste Daroussin2018-11-041-2/+2
| | | | | | | | Notes: svn path=/head/; revision=340113
| * Simplify a bit distrib-dirs targetBaptiste Daroussin2018-11-041-28/+22
| | | | | | | | | | | | | | | | Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D3915 Notes: svn path=/head/; revision=340112
| * Run the csu tests on a DSO. This builds the tests into a shared library,Andrew Turner2018-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | then runs these from the base test programs. With this we can check crtbeginS.o and crtendS.o are working as expected. MFC with: r339738 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=339908
| * Include the csu test directories in BSD.tests.distAndrew Turner2018-10-291-0/+6
| | | | | | | | | | | | | | | | MFC with: r339738 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=339865
* | Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branchDimitry Andric2018-11-042-2/+2
| | | | | | | | | | | | | | | | | | | | r346007 (effectively 7.0.1 rc2), resolve conflicts, and bump version numbers. PR: 230240, 230355 Notes: svn path=/projects/clang700-import/; revision=340125
* | Merge ^/head r338731 through r338987.Dimitry Andric2018-09-2717-2617/+2
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=338988
| * Move hosts.allow to lib/libwrap/Brad Davis2018-09-222-93/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17240 Notes: svn path=/head/; revision=338887
| * Move the openssl.cnf install to secure/usr.bin/openssl/Brad Davis2018-09-201-8/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17245 Notes: svn path=/head/; revision=338825
| * Move nsmb.conf to lib/libsmb/Brad Davis2018-09-202-58/+2
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17243 Notes: svn path=/head/; revision=338824
| * Move opieaccess to lib/libopie/Brad Davis2018-09-202-15/+2
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17241 Notes: svn path=/head/; revision=338823
| * Move hosts.lpd and printcap to usr.sbin/lpr/lpd/Brad Davis2018-09-203-62/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17238 Notes: svn path=/head/; revision=338822
| * Move remote & phones to usr.bin/tip/tip/Brad Davis2018-09-193-86/+0
| | | | | | | | | | | | | | | | Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17219 Notes: svn path=/head/; revision=338800
| * Move regdomain.xml to lib/lib80211/Brad Davis2018-09-192-1947/+0
| | | | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install. lib80211 was picked because it is where this file is actually used from. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17229 Notes: svn path=/head/; revision=338794
| * Move libalias.conf to lib/libalias/libalias/Brad Davis2018-09-182-9/+0
| | | | | | | | | | | | | | | | | | | | This leveages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17218 Notes: svn path=/head/; revision=338760
| * Move disktab to sbin/bsdlabel/Brad Davis2018-09-182-205/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17217 Notes: svn path=/head/; revision=338759
| * Move install of locate.rc to usr.bin/locate/locate/Brad Davis2018-09-181-4/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install and purges an old comment. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17215 Notes: svn path=/head/; revision=338758
| * Move mail.rc install to usr.bin/mail.Brad Davis2018-09-181-4/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17216 Notes: svn path=/head/; revision=338757
| * Move mac.conf to lib/libc/posix1e/Brad Davis2018-09-182-19/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install of the config file. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17162 Notes: svn path=/head/; revision=338745
| * Move amd.map to usr.sbin/amd/amd/Brad Davis2018-09-182-8/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the install of the config file. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17159 Notes: svn path=/head/; revision=338742
| * Move libmap.conf to libexec/rtld-elf/Brad Davis2018-09-182-3/+0
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to handle the config file install. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17161 Notes: svn path=/head/; revision=338741
| * Move dhclient.conf to sbin/dhclient/.Brad Davis2018-09-182-9/+0
| | | | | | | | | | | | | | | | | | | | This also leverages CONFS for handling config files. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17160 Notes: svn path=/head/; revision=338740
| * Move rpc and netconfig to lib/libc/rpc/Brad Davis2018-09-173-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses relative paths to make it more specific to avoid any potential future problems with .PATH and leverages CONFS. libc was picked as the destination location for these because of the syscalls that use these files as the lowest level place they are referenced. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17163 Notes: svn path=/head/; revision=338732
* | Merge ^/head r338690 through r338730.Dimitry Andric2018-09-176-235/+0
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=338731
| * Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/Brad Davis2018-09-176-235/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses relative paths to make it more specific to avoid any potential future problems with .PATH and leverages CONFS. libc was picked as the destination location for these because of the syscalls that use these files as the lowest level place they are referenced. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17164 Notes: svn path=/head/; revision=338729
* | Merge ^/head r338595 through r338689, and resolve conflicts.Dimitry Andric2018-09-1418-439/+2
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=338690
| * Move all pam related config to lib/libpam/Brad Davis2018-09-1317-439/+0
| | | | | | | | | | | | | | | | Approved by: re (rgrimes), will (mentor), des Differential Revision: https://reviews.freebsd.org/D17122 Notes: svn path=/head/; revision=338621
| * Fix unlink(1) for files starting with -Ed Maste2018-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly. This fixes "unlink -foo", broken in r97533. PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132 Notes: svn path=/head/; revision=338620
* | Merge ^/head r338392 through r338594.Dimitry Andric2018-09-1114-1012/+1
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=338596
| * Move etc/crontab to usr.sbin/cron/cron/Brad Davis2018-09-062-24/+1
| | | | | | | | | | | | | | | | Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16786 Notes: svn path=/head/; revision=338497
| * Move gettytab to libexec/getty/Brad Davis2018-09-052-240/+0
| | | | | | | | | | | | | | | | Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16953 Notes: svn path=/head/; revision=338471
| * Move etc/ttys to sbin/init/.Brad Davis2018-09-049-396/+0
| | | | | | | | | | | | | | | | | | | | And simplify this a little by flattening the directory structure. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16955 Notes: svn path=/head/; revision=338454
| * Move fbtab, login.conf, and motd to usr.bin/login/Brad Davis2018-08-304-352/+0
| | | | | | | | | | | | | | | | Approved by: Approved by: re (gjb), bapt (mentor), will (mentor) Differential Revision: https://reviews.freebsd.org/D16947 Notes: svn path=/head/; revision=338399