summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate usb.confhselasky2012-12-151-1/+25
| | | | MFC after: 1 week
* - When checking if a dump exists on the given device there is no need topjd2012-12-141-1/+1
| | | | | | | | | | | | | | | | provide dump directory. Eliminate this redundant argument. This changes the usage, but the only risk here is that a warning will be printed about directory given as device. - Update usage of -C option. - When clearing dump header from the given device there is also no need to provide dump directory, although additional arguments for -c were not documented. - Document that -v can be used with -c and that list of devices can be given. Obtained from: WHEEL Systems
* Teach sysctl(8) about parsing a file (while I'm there also give itdelphij2012-12-131-37/+13
| | | | | | | capability of parsing both = and : formats). Submitted by: hrs (initial version, bugs are mine) MFC after: 3 months
* Fix the location of auditdistd configuration file.pjd2012-12-131-1/+1
| | | | Reported by: Johan Hendriks <joh.hendriks@gmail.com>
* Sync pf.os with OpenBSD:delphij2012-12-101-2/+10
| | | | | | | add a handful of linux signatures from p0fv2 and some other signatures from observation. MFC after: 2 weeks
* Add a new 900MHz GSM regulatory SKU for the Xagyl Communications XC900M.adrian2012-12-071-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | The XC900M acts as a Ubiquiti XR9 (and I _think_ SR9) by default; it uses the same 900MHz<->2.4GHz downconverter mapping. However it has an alternative frequency mapping which squeezes in a couple more half/quarter rate channels. Since the default HAL doesn't support fractional tuning (sub-1MHz) in 2.4GHz mode on the AR5413/AR5414, they implement it using a jumper. Datasheet: http://www.xagyl.com/download/XC900M_Datasheet.pdf Thankyou to Xagyl Communications for the XC900M NICs and Edgar Martinez for organising the donation. Tested: * XC900M <-> XC900M * Ubiquiti XR9 <-> XC900M TODO: * Test against SR9 and GZ901 if possible (the IEEE channel<->frequency mapping may not match up, thanks to the slightly different channels involved)
* Remove hack to emulate effective uid and just use the EUID's name in theeadler2012-12-051-4/+1
| | | | | | | | | first place. I was unaware of this option when originally committing this change. Submitted by: gcooper Approved by: cperciva MFC after: 3 days
* Merge a number of changes required to hook up OpenBSM 1.2-alpha2'srwatson2012-12-017-0/+32
| | | | | | | | | | | | | | | | | | | auditdistd (distributed audit daemon) to the build: - Manual cross references - Makefile for auditdistd - rc.d script, rc.conf entrie - New group and user for auditdistd; associated aliases, etc. The audit trail distribution daemon provides reliable, cryptographically protected (and sandboxed) delivery of audit tails from live clients to audit server hosts in order to both allow centralised analysis, and improve resilience in the event of client compromises: clients are not permitted to change trail contents after submission. Submitted by: pjd Sponsored by: The FreeBSD Foundation (auditdistd)
* Regenerate usb.confhselasky2012-11-281-2/+13
| | | | MFC after: 1 week
* Fix typo in weekly line which made it to rotated after reaching > 1 Kb.glebius2012-11-261-1/+1
| | | | | PR: conf/173857 Submitted by: Matt Smith <matt xtaz.co.uk>
* Revert r243228. This commit appears to cause more trouble thancrees2012-11-211-1/+1
| | | | | it was designed to avoid; the issue described in the PR was no longer an issue anyway.
* Do not put "already running" message when rc_quiet=yes.hrs2012-11-201-1/+4
| | | | PR: bin/165477
* cp -R misses out dotfiles; use pax instead to copy file hierarchiescrees2012-11-181-1/+1
| | | | | | | PR: conf/99721 (based on) Submitted by: Florian Zavatzki <f_zavatzki@blue-network.org> Approved by: hrs MFC after: 1 month
* Fix condition to check if the maximum number of FIBs is greater than 0 or not.hrs2012-11-181-1/+1
| | | | Spotted by: zont
* Use -fib N modifier to add/delete a route to/from multiple FIBs.hrs2012-11-171-33/+11
|
* Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.hrs2012-11-171-0/+17
|
* last commit was a mistakeeadler2012-11-161-1/+1
| | | | | Pointyhat to: me (for real) Approved by: cperciva (implicit)
* dot.login is supposed to be for bourne shell, not csheadler2012-11-161-1/+1
| | | | | Pointyhat to: me Approved by: cperciva (implicit)
* Using set -x produces output on stderr instead of stdout.eadler2012-11-151-4/+2
| | | | | | | | | | | It also doesn't work with make -s. Prefer the use of builtin make features. PR: misc/126312 Reported by: Nejc Skoberne <nejc@skoberne.net> Submitted by: bdrewery Approved by: cperciva MFC after: 1 week
* Only pass ip[46].addr when _addrl contains a valueeadler2012-11-151-1/+2
| | | | | | | Submitted by: crees Reviewed by: Mike Jakubik <mike.jakubik@intertainservices.com> Approved by: cperciva MFC after: 2 weeks
* Not only load pccard_ether settings, also load network settings. Thisn_hibma2012-11-081-0/+1
| | | | | | | | is only a problem when a /etc/rc.conf.d/network file is being used. PR: conf/160373 Submitted by: n_hibma MFC after: 1 week
* The first line must contain "Content-Type:". Move the $FreeBSD$marcel2012-11-072-2/+2
| | | | | | keyword line to the comment block underneath. Submitted by: Garrett Cooper <yanegomi@gmail.com>
* Change default prompt to show ~ again for the home directorybapt2012-11-041-1/+1
| | | | | Submitted by: flo Approved by: eadler
* Revert the change that makes less default.eadler2012-11-031-1/+1
| | | | | | | | | | | | | | | | | Since I've committed this I've receieved roughly an equal amount of email thanking me for making this change and asking me to revert it. I've resisted making this change because new users tend to prefer less over more and these users are the least likely to know how to change the PAGER on their own. Requested by: many Objected to: just as many Decision made by: core Approved by: cperciva MFC after: 3 days
* 10 years too late add support for "2.88MB 3.5in Extra High Density"eadler2012-11-021-0/+6
| | | | | | | | | | | | | | floppies. Its unlikely that anyone actually uses these or cares about these anymore, since we support other floppy types and this change doesn't hurt - just add it. PR: conf/40777 Submitted by: Antti Kantee <pooka@cubical.fi> Arrival-Date: Fri Jul 19 08:50:02 PDT 2002 Approved by: cperciva (implicit) MFC after: 1 week
* The test fails with "exit 1" if /usr/games/fortune doesn't actuallyeadler2012-11-011-1/+1
| | | | | | | | | | | exist. Fix that. PR: conf/71994 Submitted by: Mikael Eklund <rma@ludd.ltu.se> Reviewed by: crees Reviewed by: jilles Approved by: cperciva (implicit) MFC after: 3 days
* Load ipdivert.ko when natd_enable=YES.hrs2012-10-291-4/+4
| | | | PR: conf/167566
* Add setfib(1) support for services as <name>_fib in rc.conf.hrs2012-10-271-1/+6
|
* Allow spaces in _chrootcrees2012-10-271-3/+3
| | | | | | Noticed by: adj (IRC/#bsdports) Approved by: hrs MFC after: 1 month
* Fix an issue when ipv6_enable=YES && ipv6_gateway_enable=YES which couldhrs2012-10-272-5/+5
| | | | | | | prevent rtadvd(8) from working as intended. Spotted by: brian Discussed with: brian
* Enable "accept_rtadvd" on interfaces running rtadvd.brian2012-10-251-2/+9
| | | | | | Without this, rtadvd runs but never advertises a default (IPv6) route. MFC after: 1 week
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-229-0/+90
| | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
* Set default for ${pkg_info} like ${pkg_version}.ume2012-10-201-0/+1
| | | | MFC after: 1 week
* Use correct INDEX on 10-CURRENT.ume2012-10-201-1/+1
|
* pkg_add is no more the default tool, make motd recommand using pkg install ↵bapt2012-10-201-1/+1
| | | | instead of pkg_add
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.uqs2012-10-191-0/+2
| | | | It's not yet connected to the build.
* Explicitly specify 'np' so that getty(8) does not simulate even parity onpeterj2012-10-181-1/+1
| | | | | | | | | | | | local.9600. Whilst the actual binary termios(4) definitions and preceeding comments for local.9600 indicate that parity is disabled, getty(8) internally simulates parity based on the presence or absence of the 'np' flag. PR: conf/76226 Submitted by: peter Approved by: grog (co-mentor) MFC after: 1 month
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-183-7/+1
| | | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-2/+0
| | | | | | | | | | | | | | GIANT from VFS. This code is particulary broken and fragile and other in-kernel implementations around, found in other operating systems, don't really seem clean and solid enough to be imported at all. If someone wants to reconsider in-kernel NTFS implementation for inclusion again, a fair effort for completely fixing and cleaning it up is expected. In the while NTFS regular users can use FUSE interface and ntfs-3g port to work with their NTFS partitions. This is not targeted for MFC.
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-173-7/+1
| | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-162-3/+1
| | | | | | GIANT from VFS. This is not targeted for MFC.
* mx1 -> smarthost.ysvpeter2012-10-151-1/+1
|
* Make a command for pkg_info changeable like pkg_version inume2012-10-131-1/+1
| | | | | | /etc/periodic/weekly/400.status-pkg to be friendly with pkgng. MFC after: 1 week
* Point freebsd.org cluster machines to mx1 for their smarthost.peter2012-10-111-1/+1
|
* Regenerate usb.confhselasky2012-10-011-4/+4
| | | | MFC after: 1 week
* Make sure moused is exiting as quick as possible after that thehselasky2012-09-241-6/+14
| | | | | | | | | | | | | | | umsX character device returns a read error. Update devd.conf rules to use "DEVFS" events which are generated after that the umsX character device node has been created/destroyed, and then there should be no need for moused to wait up to 10 seconds for umsX to be ready. Opening umsX should not fail except if the kernel is low on memory. In that case the user can replug the USB mouse or use "usbconfig" to reset the device. In case of USB mouse devices, moused should neither retry to open its character device, once the first read error has happened. This is an indication of device detach. MFC after: 1 week
* Integrate nvmecontrol(8) into the amd64 and i386 builds.jimharris2012-09-171-0/+2
| | | | | | This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel
* rc.d/power_profile: use recently added Cmax for cx_lowestavg2012-09-111-2/+1
| | | | | | | Trying to determine current lowest C-state after an AC event is racy with C-states actually being changed by ACPI platform and kernel driver. MFC after: 3 weeks
* Simply things so that "#REQUIRE: FILESYSTEMS" means the fileobrien2012-09-1130-29/+32
| | | | | | | | | | | systems are fully "ready to go". 'FILESYSTEMS' states: "This is a dummy dependency, for services which require file systems to be mounted before starting." However, we have 'var' which is was run after 'FILESYSTEMS' and can mount /var if it already isn't mounted. Furthermore, several scripts cannot use /var until 'cleanvar' has done its thing. Thus "FILESYSTEMS" hasn't really meant all critical file systems are fully usable.
* Add postrandom.obrien2012-09-111-0/+1
|
OpenPOWER on IntegriCloud