summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove end of line whitespace.joel2012-07-091-1/+1
|
* Add range and table revision checking to avoid abend.takawata2012-07-091-1/+9
| | | | | | PR:bin/169707 Submitted by:Dan Lukes <dan@obluda.cz> MFC after:3 days.
* - Add IFT_L2VLAN (vlan(4)) support.hrs2012-07-093-18/+79
| | | | | | - Add -P option to support PID file. When -a is specified /var/run/rarpd.pid is used, and when an interface is specified /var/run/rarpd.<ifname>.pid is used by default.
* We don't need to check the result of sending signal when -R option isae2012-07-091-1/+2
| | | | | | | specified. Submitted by: Ilya A. Arkhipov MFC after: 1 week
* Make usbusN logging pseudo-interface used by usbdump(8) clonable. One ishrs2012-07-091-1/+25
| | | | | | | | now created/destroyed automatically by usbdump(8). Note that "hw.usb.no_pf" loader tunable is now obsolete. Reviewed by: hselasky
* Remove "prefer_source" address selection option. FreeBSD has had anhrs2012-07-092-17/+1
| | | | | implementation of RFC 3484 for this purpose for a long time and "prefer_source" was never implemented actually. ND6_IFF_PREFER_SOURCE macro is left intact.
* Fix always 0 tautologly revealed by gcc46eadler2012-07-081-1/+1
| | | | | Approved by: cperciva MFC after: 1 week
* Remove end of line whitespace.joel2012-07-041-5/+5
|
* Add the possibility to specify a threshold for the number of negative cachese2012-07-046-0/+87
| | | | | | | | | | | | | | | | | | | | | | | results required to have the cache return lookup failure. A new configuration parameter is introduced, which must be set to a value greater than 1 to activate this feature. The default behavior is unchanged. The purpose of this change is to allow probes for the existence of an entry (which are expected to fail), before that entry is added to one of the queried databases, without the cache returning the stale information from the probe query until that cache entry expires. If, for example, a new user account is created after checking that the new account name is available, the negative cache entry would prevent immediate access to the account. For that example, the new configuration option negative-confidence-threshold passwd 2 will require a second negative query result to consider the negative cache entry for a passwd entry valid, but if the user account has been created between the queries, then the positive query result from the second query will be cached and returned.
* Add a one second sleep before touching the spool directory. If the touchjhb2012-07-021-0/+9
| | | | | | | | | occurs in the same second as the earlier operations to create the temporary file and the cron(8) daemon is rescans the spool directory during that second, then the daemon may miss a cron edit and not properly update its internal database. MFC after: 1 month
* Fix build after r237997.glebius2012-07-021-1/+1
|
* New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkgbapt2012-07-021-1/+4
| | | | | | | | Do not condition usr.sbin/pkg building on WITHOUT_PKGTOOLS anymore, so that users can remove the old pkg_* tools without removing the pkgng boostrap Approved by: des (mentor) MFC after: 1 month
* Call set_terminal_mode() after video mode change, not before, becauseache2012-06-291-4/+8
| | | | | | | | video mode change always reset terminal mode to xterm. It allows things like 'vidcontrol -T cons25 80x30' works as supposed, and allows 'allscreens_flags="-T cons25 80x30"' in /etc/rc.conf too. MFC after: 1 week
* o Restore -u <username> getopt(3) flag somehow killed in r234712.maxim2012-06-281-1/+1
| | | | | | PR: bin/169490 Submitted by: amdmi3 MFC after: 2 weeks
* Some amount of style(9)obrien2012-06-273-53/+94
| | | | -- function definitions, header ordering, and $FreeBSD$.
* Ensure crunchen uses the same make binary as the rest of the build.obrien2012-06-251-5/+11
| | | | Submitted by: Simon Gerraty <sjg@juniper.net>
* Merge ACPICA 20120620.jkim2012-06-221-2/+2
|
* Fix ARM compilation issue.mjacob2012-06-201-2/+4
| | | | X-MFC: 237260
* Add __unused macros to appropriate places in order to allow buildingeadler2012-06-196-15/+14
| | | | | | | with WARNS=6 on base gcc, gcc46, and clang Approved by: cperciva MFC after: 1 week
* Allow users with RO privilege to the device to read the RO attributes.eadler2012-06-1910-35/+41
| | | | | | | | PR: bin/167302 Submitted by: markham breitbach <markham@ssimicro.com> Discussed with: pjd (briefly) Approved by: cperciva MFC after: 1 week
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-3/+1
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-3/+0
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-3/+2
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-6/+2
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-2/+1
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-192-8/+1
| | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* mdoc: avoid nested displays. Fixes mandoc warnings.joel2012-06-131-3/+3
|
* Add "human" option to print IPv4/IPv6 flows in human-readable format.melifaro2012-06-092-13/+34
| | | | | | | | | | | Show IPv4/IPv6 header IFF there are some flows following. Wrap some long lines. Sponsored by Yandex LLC Reviewed by: glebius (previous version) Approved by: ae(mentor) MFC after: 1 week
* mdoc: fix mandoc "Oc breaks Op" warning.joel2012-06-091-5/+10
|
* Remove spurious ARM symbols from lookup table.fabient2012-06-061-0/+8
| | | | MFC after: 3 days
* Don't crash trying to load symbols from striped file.glebius2012-06-051-0/+2
| | | | | | PR: bin/167361 Submitted by: Slawa Olhovchenkov <slw zxy.spb.ru> Silence from: jkoshy
* Replace the use of wall clock time with monotonically increasingdelphij2012-06-042-4/+4
| | | | | | | | | | | | clock. In general, gettimeofday() is not appropriate interface when accounting for elasped time because it can go backward, in which case the policy code could errornously consider the limit as exceeded. MFC after: 1 week Reported by: Mahesh Arumugam Submitted by: Dorr H. Clark via gnn Sponsored by: Citrix / NetScaler
* Document -r option in SYNOPSIS and usage statement.trociny2012-06-042-3/+3
| | | | | Submitted by: Andrey Zonov <andrey zonov.org> MFC after: 3 days
* On a child exit, call waitpid(2) to clean up the process table.trociny2012-06-041-0/+4
| | | | | Submitted by: Andrey Zonov <andrey zonov.org> MFC after: 1 week
* Minor spelling fixes.joel2012-06-039-9/+9
|
* cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptoravg2012-06-031-1/+1
| | | | | | | | I guess that means that microcode update has never worked for AMD CPUs. Please also note that only older AMD CPUs and micrcode file format are supported anyway (pre 10h family). MFC after: 1 week
* mdoc: add missing width argument to Bl -tag.joel2012-06-0310-13/+13
|
* Add a new -e flag to pciconf(8)'s list mode to display PCI error details.jhb2012-06-016-11/+254
| | | | | | | | Currently this dumps the status of any error bits in the PCI status register and PCI-express device status register. It also lists any errors indicated by version 1 of PCI-express Advanced Error Reporting (AER). MFC after: 1 week
* Bump PKG_INSTALL_VERSION which should've been done in r236233jpaetzel2012-05-301-1/+1
| | | | | MFC after: 3 days Pointed out by: bapt
* Let pkg_add use the ENV variable PACKAGESUFFIX. Thisjpaetzel2012-05-305-11/+38
| | | | | | | | | | can be used to override the default .tbz package extension to .txz .tgz or .tar Submitted by: kmoore Obtained from: PC-BSD Sponsored by: iXsystems MFC after: 3 days
* Fix detecting available zpool names.jpaetzel2012-05-301-1/+1
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Fix French Canadian console keyboard layoutjpaetzel2012-05-301-0/+1
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Relax security permissions on '.seq' file creation - the strict,eadler2012-05-301-1/+1
| | | | | | | | | | but odd permissions resulted in a security alert from 110.neggrpperm PR: kern/165533 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Submitted by: J B <jb.1234abcd@gmail.com> Approved by: cperciva MFC after: 1 week
* add missing variable declaration when DEBUG is defined forgotten ineadler2012-05-301-1/+1
| | | | | | | | | r215046 PR: bin/166404 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> Approved by: cperciva MFC after: 3 days
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-292-0/+3
| | | | especially in error cases.
* When writing the jid via the -i flag, do it right when the jail is created,jamie2012-05-283-5/+7
| | | | before any commands run. /etc/rc.d/jail depends on this.
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-251-1/+1
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
* Don't try to set a null TERM environment.jamie2012-05-251-1/+2
| | | | Submitted by: Mateusz Guzik <mjguzik gmail.com>
* Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).jkim2012-05-251-3/+3
|
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-2410-18/+20
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
OpenPOWER on IntegriCloud