Eitan Adler
c0fc04b39e
Remove variables which are initialized but never used thereafter reported by gcc46 warning
...
Approved by: cperciva
MFC After: 3 days
2012-06-19 06:10:24 +00:00
Eitan Adler
1d76342e83
Remove variables which are initialized but never used thereafter reported by gcc46 warning
...
Approved by: cperciva
MFC After: 3 days
2012-06-19 06:09:58 +00:00
Eitan Adler
3f0d78d510
Remove variables which are initialized but never used thereafter reported by gcc46 warning
...
Approved by: cperciva
MFC After: 3 days
2012-06-19 06:09:47 +00:00
Joel Dahl
6ae742a549
mdoc: avoid nested displays. Fixes mandoc warnings.
2012-06-13 18:57:27 +00:00
Alexander V. Chernikov
3097b95a03
Add "human" option to print IPv4/IPv6 flows in human-readable format.
...
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
2012-06-09 10:10:12 +00:00
Joel Dahl
ba0edfb981
mdoc: fix mandoc "Oc breaks Op" warning.
2012-06-09 09:54:07 +00:00
Fabien Thomas
d13b0c3f27
Remove spurious ARM symbols from lookup table.
...
MFC after: 3 days
2012-06-06 08:58:31 +00:00
Gleb Smirnoff
b170d8208a
Don't crash trying to load symbols from striped file.
...
PR: bin/167361
Submitted by: Slawa Olhovchenkov <slw zxy.spb.ru>
Silence from: jkoshy
2012-06-05 20:08:59 +00:00
Xin LI
4f985ef6b9
Replace the use of wall clock time with monotonically increasing
...
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
2012-06-04 18:02:09 +00:00
Mikolaj Golub
76462499eb
Document -r option in SYNOPSIS and usage statement.
...
Submitted by: Andrey Zonov <andrey zonov.org>
MFC after: 3 days
2012-06-04 09:25:01 +00:00
Mikolaj Golub
c60d51f964
On a child exit, call waitpid(2) to clean up the process table.
...
Submitted by: Andrey Zonov <andrey zonov.org>
MFC after: 1 week
2012-06-04 09:22:22 +00:00
Joel Dahl
8972c8b6a5
Minor spelling fixes.
2012-06-03 11:29:48 +00:00
Andriy Gapon
4ced504bff
cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptor
...
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
2012-06-03 08:30:00 +00:00
Joel Dahl
e1656a8810
mdoc: add missing width argument to Bl -tag.
2012-06-03 06:57:47 +00:00
John Baldwin
b6de005505
Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
...
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
2012-06-01 18:33:40 +00:00
Josh Paetzel
47f1d92787
Bump PKG_INSTALL_VERSION which should've been done in r236233
...
MFC after: 3 days
Pointed out by: bapt
2012-05-30 21:28:37 +00:00
Josh Paetzel
d83c17fc0d
Let pkg_add use the ENV variable PACKAGESUFFIX. This
...
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
2012-05-30 21:01:06 +00:00
Josh Paetzel
01c64e45fc
Fix detecting available zpool names.
...
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-30 20:49:28 +00:00
Josh Paetzel
64907dc465
Fix French Canadian console keyboard layout
...
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-30 20:44:04 +00:00
Eitan Adler
31fd5c1101
Relax security permissions on '.seq' file creation - the strict,
...
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
2012-05-30 04:08:29 +00:00
Eitan Adler
af57f4cf56
add missing variable declaration when DEBUG is defined forgotten in
...
r215046
PR: bin/166404
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
Approved by: cperciva
MFC after: 3 days
2012-05-30 03:57:49 +00:00
Kevin Lo
544c5e5b53
Make sure that each va_start has one and only one matching va_end,
...
especially in error cases.
2012-05-29 01:48:06 +00:00
Jamie Gritton
a6486f6008
When writing the jid via the -i flag, do it right when the jail is created,
...
before any commands run. /etc/rc.d/jail depends on this.
2012-05-28 20:44:11 +00:00
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