summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Import work done under project/nand (@235533) into head.gber2012-05-1720-0/+4724
| | | | | | | | | | | | | | The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
* Merge tcpdump 4.2.1.delphij2012-05-173-60/+68
| | | | MFC after: 2 weeks
* Reword hostapd.conf(5) sentence.gjb2012-05-161-2/+2
| | | | | | Suggested by: hrs MFC after: 3 days X-MFC-With: r235337 (a bit delayed...)
* Style fixes.jpaetzel2012-05-141-9/+3
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Set the MBR partition to active when doing a full disk MBR.jpaetzel2012-05-141-0/+3
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD Sponsored by: iXsystems MFC after: 3 days
* Remove end of line whitespace.joel2012-05-122-4/+4
|
* General mdoc(7) and typo fixes.gjb2012-05-124-23/+24
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* mdoc: remove redundant Pp and end a display block with Ed.joel2012-05-121-1/+1
|
* General mdoc(7) and typo fixes.gjb2012-05-121-1/+1
| | | | | | PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Fix .Pp macro.joel2012-05-111-1/+1
|
* Fix the case where the utility is being used to run a command directly,delphij2012-05-111-3/+6
| | | | | | | | this is a regression introduced with r228917. PR: bin/154042 Submitted by: Bugs Beastie <bugsbeastie gmail.com> MFC after: 1 week
* General mdoc(7) and typo fixes.gjb2012-05-112-4/+5
| | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* - Print package name in case an empty pkgdep line is found.beat2012-05-111-1/+2
| | | | | | | PR: bin/164378 Submitted by: Yuri <yuri AT tsoft.com> and many others Approved by: flz MFC after: 2 weeks
* Add the IPv6 tag to ftp4.fr.freebsd.org.roberto2012-05-101-1/+1
|
* General mdoc(7) and typo fixes.gjb2012-05-101-1/+1
| | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* make it easier for users used to a VCS that allows up to be a shortcuteadler2012-05-091-0/+3
| | | | | | | | for update. PR: bin/152856 Approved by: cperciva MFC after: 3 days
* Add -a and -A option to the usage.ume2012-05-081-2/+3
| | | | MFC after: 1 week
* Add bootcamp bootloader stampjpaetzel2012-05-041-0/+4
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Add powerpc / powerpc64 support to pc-sysinstall. This patch willjpaetzel2012-05-042-3/+76
| | | | | | | | | | | autodetect if on powerpc and use the APM gpart GEOM class automaticaly. At this time support for full disk installation is the only supported scheme. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Use a unique zpool name during install, in the case of having anotherjpaetzel2012-05-041-3/+14
| | | | | | | | | PC-BSD / FreeBSD zpool on the system for another install. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Fix some issues creating zpool mirror / raidz1(2)(3) devices.jpaetzel2012-05-032-53/+60
| | | | | | | | | | Fix issues stamping boot on other ZFS drives, now you can boot after removing mirror drive. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingjamie2012-05-034-10/+11
| | | | | | enum values and zeroes. This keeps clang happy (and is just good form). Submitted by: dim
* Add the ability to configure multiple interfaces.jpaetzel2012-05-031-17/+39
| | | | | | Submitted by: glarkin Obtained from: PC-BSD MFC after: 3 days
* Fix parsing values which contain multiple "=" signs.jpaetzel2012-05-031-6/+6
| | | | | | Submitted by: glarkin MFC after: 3 days Sponsored by: iXsystems
* Add YY_NO_INPUT so clang doesn't complain about "input" not being used.jamie2012-05-021-0/+1
|
* - close the open file after fetchingbapt2012-05-011-3/+27
| | | | | | - create a default /usr/local/etc/pkg.conf Approved by: des (mentor)
* Print out a warning message if a `lpc setstatus' is done whengad2012-04-301-0/+18
| | | | | | | | the queue is not 'lpc stop'-ed. In that situation `lpq' will not display the status message to the user, and the operator may think the queue is already stopped when it is not. MFC after: 3 weeks
* Catch the user-error when no queue name was specified on angad2012-04-301-0/+8
| | | | | | | lpc-command which supports '-msg' (e.g.: setstatus). Print out a helpful error message instead hitting a seg-fault. MFC after: 3 weeks
* Fix WITHOUT_EXAMPLES build:bschmidt2012-04-292-2/+4
| | | | | | | | | While removing unnecessary entries from .PATH.c I missed that for the examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to .PATH. Tested by: lev MFC after: 2 weeks
* As cron(8) is started with '-s' by default, timezones that observegjb2012-04-281-4/+15
| | | | | | | | | | | | | DST should not need to worry about scheduling jobs when the DST time changes. Rather than removing the BUGS section in crontab(5) regarding this, note that disabling '-s' may still cause jobs to be executed twice or not at all. PR: 166318 Submitted by: Florian k Unglaub (f.unglaub%googlemail!com) MFC After: 1 week
* Move crypto stuff into a common Makefile. While here fix thebschmidt2012-04-283-93/+148
| | | | | | | | WITHOUT_OPENSSL build by using the wpa's internal crypto support if openssl is not available, this allows us to unconditionally enable EAP support. MFC after: 2 weeks
* not only the file names have changed from eap_xxx.c to eap_server_xxx.c,bschmidt2012-04-281-5/+5
| | | | | | the defines too MFC after: 2 weeks
* enable EAP_GTC and EAP_OTP to match upstream's default configurationbschmidt2012-04-281-9/+5
| | | | MFC after: 2 weeks
* Follow up r234711 and do same for the supplicant, one file/option perbschmidt2012-04-282-48/+92
| | | | | | line. While here merge the options which are always enabled. MFC after: 2 weeks
* Fix the dates and history as of the move to HEAD.jamie2012-04-271-3/+3
|
* Add a note to hostapd.conf about an unhelpful error message in the hope thattheraven2012-04-271-1/+2
| | | | | | it won't confuse anyone else in the future. MFC after: 1 week
OpenPOWER on IntegriCloud