joel
142d5d1bbd
mdoc: avoid nested displays. Fixes mandoc warnings.
2012-06-13 18:57:27 +00:00
melifaro
a712074b22
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
f132ae9eaa
mdoc: fix mandoc "Oc breaks Op" warning.
2012-06-09 09:54:07 +00:00
fabient
10cf7e89f9
Remove spurious ARM symbols from lookup table.
...
MFC after: 3 days
2012-06-06 08:58:31 +00:00
glebius
7bbd1fbd36
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
delphij
8c1e854769
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
trociny
3092b09c77
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
trociny
1300b8151a
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
401c81aaa9
Minor spelling fixes.
2012-06-03 11:29:48 +00:00
avg
136f4d257b
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
1a57e2d650
mdoc: add missing width argument to Bl -tag.
2012-06-03 06:57:47 +00:00
jhb
c0cab82568
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
jpaetzel
dab3b2897b
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
jpaetzel
d180b79aba
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
jpaetzel
747595cb72
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
jpaetzel
1f821241a7
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
eadler
df837d35d6
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
eadler
9e814fa38b
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
kevlo
07ebfe1b9c
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
5ddbe53eac
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
wblock
f162edc825
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
1eaf836b4d
Don't try to set a null TERM environment.
...
Submitted by: Mateusz Guzik <mjguzik gmail.com>
2012-05-25 00:38:06 +00:00
jkim
fdda585ecb
Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).
2012-05-25 00:18:19 +00:00
wblock
9fa9a2acad
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
c405ea0ff9
Note that the new jail(8) will be appearing in 9.1.
2012-05-23 15:30:13 +00:00
delphij
884daaab74
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
bapt
310ab6d7ff
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
bapt
f165b50eeb
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
53af2dbdca
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
sbruno
90b88756cf
Decode new battery status indications.
...
Requires r235634
Reviewed by: ambrisko@
MFC after: 3 days
2012-05-18 21:50:26 +00:00
gber
3362e8f75f
Add missing include.
2012-05-18 14:12:17 +00:00
joel
a9a749b770
mdoc: remove whitespace.
2012-05-17 11:50:12 +00:00
joel
b856fbd1db
Minor mdoc fixes.
2012-05-17 11:45:56 +00:00
joel
b7cd9ae880
mdoc: remove superfluous paragraph macro.
2012-05-17 11:29:22 +00:00
gber
6f7c735300
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
delphij
661b9d9441
Merge tcpdump 4.2.1.
...
MFC after: 2 weeks
2012-05-17 05:11:57 +00:00
gjb
2ad549ab3d
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
jpaetzel
e0670ac2fd
Style fixes.
...
Submitted by: kmoore
Obtained from: PC-BSD
MFC after: 3 days
Sponsored by: iXsystems
2012-05-14 18:06:51 +00:00
jpaetzel
e17f34a5a3
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
3a772ce0a6
Remove end of line whitespace.
2012-05-12 19:59:37 +00:00
gjb
67d88d49d4
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
61f71510ea
mdoc: remove redundant Pp and end a display block with Ed.
2012-05-12 14:43:52 +00:00
gjb
ed459e330b
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
b09115511c
Fix .Pp macro.
2012-05-11 22:05:30 +00:00
delphij
74d096abd9
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
gjb
8670397617
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
0404a9beb5
- 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
roberto
ea4708e2d1
Add the IPv6 tag to ftp4.fr.freebsd.org.
2012-05-10 13:30:42 +00:00
gjb
c12b44c606
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
eadler
b9dff5c3f7
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