aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | pkgbase: Move termcap.small to share/termcapEmmanuel Vadot2019-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=348101
* | | | pkgbase: Move rc.sendmail to libexec/rcEmmanuel Vadot2019-05-221-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=348100
* | | | pkgbase: Move rc.bsdextended to libexec/rcEmmanuel Vadot2019-05-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=348099
* | | | pkgbase: Move rc.firewall to libexec/rcEmmanuel Vadot2019-05-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put it with all the other rc files Reviewed by: bapt Notes: svn path=/head/; revision=348098
* | | | Hook up the existing i386 DTrace tests to the build.Mark Johnston2019-05-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that it's relatively easy to do so, we might as well. MFC after: 1 week Event: Waterloo Hackathon 2019 Notes: svn path=/head/; revision=348081
* | | | Move master.passwd and group to lib/libc/gen/Brad Davis2019-05-163-80/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: will (mentor), rgrimes, manu Differential Revision: https://reviews.freebsd.org/D16728 Notes: svn path=/head/; revision=347638
* | | Revert r347356 and r347371Emmanuel Vadot2019-05-131-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passwd related files need to be tagged as config file so pkg update will attempt merging them when we install a new package. We should use CONFS for that. Revert for now until I come up with a better version of this patch as it breaks pkgbase for users. Notes: svn path=/head/; revision=347522
* | | etc/Makefile: Remove empty newlineEmmanuel Vadot2019-05-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was commited accidently in r347356 and cause distribution with NO_ROOT set to fail. Reported by: ci, kib MFC after: 2 weeks X-MFC-With: r347356 Notes: svn path=/head/; revision=347371
* | | pkgbase: Deal with the last etc filesEmmanuel Vadot2019-05-081-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tags=package=runtime for password related files. Add tags=package=sendmail for rc.sendmail Add tags=package=ipfw for rc.firewall Reviewed by: bapt MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20173 Notes: svn path=/head/; revision=347356
* | | mtree: Add more runtime package tagEmmanuel Vadot2019-04-253-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using pkgbase those empty directories aren't packaged otherwise. Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D20056 Notes: svn path=/head/; revision=346682
* | | libbe(3): Add a test for be creationKyle Evans2019-04-221-0/+2
| |/ |/| | | | | | | | | | | | | | | Submitted by: Rob Fairbanks <rob.fx907 gmail com> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18564 Notes: svn path=/head/; revision=346546
* | Compile and install most of the googletest examplesEnji Cooper2019-03-111-0/+2
| | | | | | | | | | | | | | | | sample9_unittest is not compiled/installed, because it intentionally fails and would result in red test runs until broken to always pass. Notes: svn path=/projects/import-googletest-1.8.1/; revision=345023
* | MFhead@r344786Enji Cooper2019-03-053-2/+6
|\ \ | | | | | | | | | Notes: svn path=/projects/import-googletest-1.8.1/; revision=344787
| * \ Merge ^/head r344549 through r344775.Dimitry Andric2019-03-041-0/+4
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/clang800-import/; revision=344776
| | * | Add verifying manifest loader for mac_veriexecSimon J. Gerraty2019-02-261-0/+4
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tool will verify a signed manifest and load contents into mac_veriexec for storage Sponsored by: Juniper Networks Differential Revision: D16575 Notes: svn path=/head/; revision=344567
| * | Merge ^/head r344178 through r344512.Dimitry Andric2019-02-251-0/+2
| |\| | | | | | | | | | Notes: svn path=/projects/clang800-import/; revision=344513
| * | Merge ^/head r343807 through r343955.Dimitry Andric2019-02-101-0/+4
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/clang800-import/; revision=343956
| * \ \ Merge ^/head r343712 through r343806.Dimitry Andric2019-02-051-3/+3
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/clang800-import/; revision=343807
| * | | | Update version numbers, and regenerate config headers for llvm, clang,Dimitry Andric2019-01-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lld and lldb. Update ObsoleteFiles.inc and OptionalObsoleteFiles.inc. Notes: svn path=/projects/clang800-import/; revision=343220
* | | | | 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