summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Note that the new jail(8) will be appearing in 9.1.jamie2012-05-232-4/+4
|
* Fix build:delphij2012-05-232-8/+8
| | | | | | | - Use %ll instead of %q for explicit long long casts; - Use %j instead of %q in XFS and cast to intmax_t. Tested with: make universe
* Fix world after byacc import:bapt2012-05-227-5/+5
| | | | | | | | - old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of 'yyparse' Approved by: des (mentor)
* Add missing \n when generating pkg.confbapt2012-05-211-1/+1
| | | | | | Reported by: beat Approved by: des (mentor) MFC after: 1 day
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-193-9/+9
| | | | | | | | | | Introduce dirfd() libc exported symbol replacing macro with same name, preserve _dirfd() macro for internal use. Replace dirp->dd_fd with dirfd() call. Avoid using dirfd as variable name to prevent shadowing global symbol. Sponsored by: Google Summer Of Code 2011
* Decode new battery status indications.sbruno2012-05-181-0/+22
| | | | | | | Requires r235634 Reviewed by: ambrisko@ MFC after: 3 days
* Add missing include.gber2012-05-181-0/+2
|
* mdoc: remove whitespace.joel2012-05-171-1/+1
|
* Minor mdoc fixes.joel2012-05-171-10/+6
|
* mdoc: remove superfluous paragraph macro.joel2012-05-171-1/+0
|
OpenPOWER on IntegriCloud