Warren Block
881af8c176
Fixes to man8 groff mandoc style, usage mistakes, or typos.
...
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days
2012-05-25 03:46:56 +00:00
Jamie Gritton
8632fa3e92
Don't try to set a null TERM environment.
...
Submitted by: Mateusz Guzik <mjguzik gmail.com>
2012-05-25 00:38:06 +00:00
Jung-uk Kim
d6a6e5902f
Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).
2012-05-25 00:18:19 +00:00
Warren Block
344c81a166
Fixes to man8 groff mandoc style, usage mistakes, or typos.
...
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days
2012-05-24 02:24:03 +00:00
Jamie Gritton
858b023a07
Note that the new jail(8) will be appearing in 9.1.
2012-05-23 15:30:13 +00:00
Xin LI
64c06aeb8d
Fix build:
...
- 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
2012-05-23 06:49:50 +00:00
Baptiste Daroussin
5e2a209a27
Fix world after byacc import:
...
- 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)
2012-05-22 16:33:10 +00:00
Baptiste Daroussin
514ead92ea
Add missing \n when generating pkg.conf
...
Reported by: beat
Approved by: des (mentor)
MFC after: 1 day
2012-05-21 15:45:18 +00:00
Gleb Kurtsou
0bb2aabf26
Hide DIR definition by making it an opaque struct typedef.
...
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
2012-05-19 12:44:27 +00:00
Sean Bruno
f8b329b0bf
Decode new battery status indications.
...
Requires r235634
Reviewed by: ambrisko@
MFC after: 3 days
2012-05-18 21:50:26 +00:00
Grzegorz Bernacki
549b307193
Add missing include.
2012-05-18 14:12:17 +00:00
Joel Dahl
46f5f178a0
mdoc: remove whitespace.
2012-05-17 11:50:12 +00:00
Joel Dahl
6babcc548c
Minor mdoc fixes.
2012-05-17 11:45:56 +00:00
Joel Dahl
a8a5898dca
mdoc: remove superfluous paragraph macro.
2012-05-17 11:29:22 +00:00
Grzegorz Bernacki
7f725bcd5c
Import work done under project/nand (@235533) into head.
...
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
2012-05-17 10:11:18 +00:00
Xin LI
cac3dcd5f9
Merge tcpdump 4.2.1.
...
MFC after: 2 weeks
2012-05-17 05:11:57 +00:00
Glen Barber
47d29bba92
Reword hostapd.conf(5) sentence.
...
Suggested by: hrs
MFC after: 3 days
X-MFC-With: r235337 (a bit delayed...)
2012-05-16 01:59:09 +00:00
Josh Paetzel
ef3a36f9c3
Style fixes.
...
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-14 18:06:51 +00:00
Josh Paetzel
6c4d7c3945
Set the MBR partition to active when doing a full disk MBR.
...
Submitted by: kmoore
Obtained from: PC-BSD
Sponsored by: iXsystems
MFC after: 3 days
2012-05-14 18:03:59 +00:00
Joel Dahl
4228c8a2b1
Remove end of line whitespace.
2012-05-12 19:59:37 +00:00
Glen Barber
7b1d17a1bc
General mdoc(7) and typo fixes.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 15:08:22 +00:00
Joel Dahl
70c8684f0b
mdoc: remove redundant Pp and end a display block with Ed.
2012-05-12 14:43:52 +00:00
Glen Barber
50d922a02e
General mdoc(7) and typo fixes.
...
PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 03:25:46 +00:00
Joel Dahl
7f4211ddb9
Fix .Pp macro.
2012-05-11 22:05:30 +00:00
Xin LI
65c4dcd311
Fix the case where the utility is being used to run a command directly,
...
this is a regression introduced with r228917.
PR: bin/154042
Submitted by: Bugs Beastie <bugsbeastie gmail.com>
MFC after: 1 week
2012-05-11 21:52:05 +00:00
Glen Barber
a3fb6da9ba
General mdoc(7) and typo fixes.
...
PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-11 20:06:46 +00:00
Beat Gaetzi
0a4c7ac6dc
- Print package name in case an empty pkgdep line is found.
...
PR: bin/164378
Submitted by: Yuri <yuri AT tsoft.com> and many others
Approved by: flz
MFC after: 2 weeks
2012-05-11 16:09:12 +00:00
Ollivier Robert
4e355d392b
Add the IPv6 tag to ftp4.fr.freebsd.org.
2012-05-10 13:30:42 +00:00
Glen Barber
2fccbf04cc
General mdoc(7) and typo fixes.
...
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-10 02:07:00 +00:00
Eitan Adler
94fd46b06b
make it easier for users used to a VCS that allows up to be a shortcut
...
for update.
PR: bin/152856
Approved by: cperciva
MFC after: 3 days
2012-05-09 21:56:10 +00:00
Hajimu UMEMOTO
0d7d117c7f
Add -a and -A option to the usage.
...
MFC after: 1 week
2012-05-08 15:18:35 +00:00
Josh Paetzel
1ad0b0d5fd
Add bootcamp bootloader stamp
...
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-04 15:39:41 +00:00
Josh Paetzel
9e8bf03252
Add powerpc / powerpc64 support to pc-sysinstall. This patch will
...
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
2012-05-04 15:36:51 +00:00
Josh Paetzel
eb2f2e8930
Use a unique zpool name during install, in the case of having another
...
PC-BSD / FreeBSD zpool on the system for another install.
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-04 15:31:35 +00:00
Josh Paetzel
7053a07e66
Fix some issues creating zpool mirror / raidz1(2)(3) devices.
...
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
2012-05-03 21:53:25 +00:00
Jamie Gritton
6fcbac3cd5
Add a meta-parameter IP__NULL to enum intparam, instead of mixing
...
enum values and zeroes. This keeps clang happy (and is just good form).
Submitted by: dim
2012-05-03 21:39:23 +00:00
Josh Paetzel
35840dd335
Add the ability to configure multiple interfaces.
...
Submitted by: glarkin
Obtained from: PC-BSD
MFC after: 3 days
2012-05-03 21:21:45 +00:00
Josh Paetzel
f7f504c320
Fix parsing values which contain multiple "=" signs.
...
Submitted by: glarkin
MFC after: 3 days
Sponsored by: iXsystems
2012-05-03 21:15:47 +00:00
Jamie Gritton
ff129df002
Add YY_NO_INPUT so clang doesn't complain about "input" not being used.
2012-05-02 21:24:08 +00:00
Baptiste Daroussin
2fe3761e69
- close the open file after fetching
...
- create a default /usr/local/etc/pkg.conf
Approved by: des (mentor)
2012-05-01 10:16:12 +00:00
Garance A Drosehn
7574a1c16e
Print out a warning message if a `lpc setstatus' is done when
...
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
2012-04-30 01:10:13 +00:00
Garance A Drosehn
aa318fd726
Catch the user-error when no queue name was specified on an
...
lpc-command which supports '-msg' (e.g.: setstatus). Print
out a helpful error message instead hitting a seg-fault.
MFC after: 3 weeks
2012-04-30 00:54:10 +00:00
Bernhard Schmidt
620c4e951f
Fix WITHOUT_EXAMPLES build:
...
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
2012-04-29 12:48:52 +00:00
Glen Barber
f85ad80c6f
As cron(8) is started with '-s' by default, timezones that observe
...
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
2012-04-28 22:48:00 +00:00
Bernhard Schmidt
d9246288a0
Move crypto stuff into a common Makefile. While here fix the
...
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
2012-04-28 11:11:53 +00:00
Bernhard Schmidt
80bcb7437d
not only the file names have changed from eap_xxx.c to eap_server_xxx.c,
...
the defines too
MFC after: 2 weeks
2012-04-28 11:02:32 +00:00
Bernhard Schmidt
2e8de11a06
enable EAP_GTC and EAP_OTP to match upstream's default configuration
...
MFC after: 2 weeks
2012-04-28 11:01:12 +00:00
Bernhard Schmidt
9243c06122
Follow up r234711 and do same for the supplicant, one file/option per
...
line. While here merge the options which are always enabled.
MFC after: 2 weeks
2012-04-28 10:59:29 +00:00
Jamie Gritton
901fc7b51f
Fix the dates and history as of the move to HEAD.
2012-04-27 23:39:21 +00:00
David Chisnall
57c4d565e2
Add a note to hostapd.conf about an unhelpful error message in the hope that
...
it won't confuse anyone else in the future.
MFC after: 1 week
2012-04-27 15:35:09 +00:00