Randi Harper
0be7661e27
Remove unnecessarily inflammatory commentary.
...
Approved by: cperciva (mentor)
2010-06-22 21:06:33 +00:00
Sean Bruno
ed85c5231e
Syntax, commas and stuff. Comments from jhb.
...
PR: bin/147572
MFC after: 2 weeks
2010-06-21 18:01:57 +00:00
Randi Harper
98317ae752
Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note that
...
the "aux" value in libdialog is really an opaque pointer, but libdialog
stores it as a long for historical reasons.
Approved by: cperciva (mentor)
2010-06-20 04:14:49 +00:00
Gavin Atkinson
913a61f799
Initialise the "trials" variable to zero earlier in case we unexpectedly
...
error out early.
Found by: clang static analyzer
2010-06-19 17:04:01 +00:00
Gavin Atkinson
acdfff93b6
Remove dead assignments, we overwrite the variable almost immediately.
...
Found by: clang static analyzer
2010-06-19 16:29:23 +00:00
Sean Bruno
f71d9945ac
Expand man page to document the fact that mptutil/mpt doesn't support RAID volumes in excess of 2TB. Document workaround via geom or zfs
...
Modified submitter's original patch to reference why this is broken and what to do to work around the issue.
Submitted by: hubert@tournier.org
PR: bin/147572
Reviewed by: jhb
MFC after: 2 weeks
2010-06-17 19:28:56 +00:00
Rebecca Cran
963bebcbf0
* Allow partial MB/GB values to be entered in the slice and label editors.
...
* Don't strdup the name when calling deviceRegister because the string is
copied within new_device.
* Use a subtype of 165, not 3, when creating a slice in noninteractive
mode.
PR: bin/135333
PR: bin/66350
Approved by: rrs (mentor)
MFC after: 1 month
2010-06-16 15:40:13 +00:00
Alexander Motin
773b251c07
Freq sysctls are quite heavy due to set of malloc()/free() calls. Avoid
...
reading current frequency on every period. Instead do it only after
changing and periodically from time to time if somebody else change it.
Also dynamically decrease sampling frequency up to 4 times on inactivity,
2010-06-16 15:09:45 +00:00
Alexander Motin
ce304e0820
When Emulate3Button is active, do not set select() timeout in states when
...
it is not needed. No need to kick CPU every 20ms without a purpose.
Reviewed by: philip@
2010-06-15 19:19:04 +00:00
Ed Maste
781e51d3eb
Use literal format strings. Found by clang.
2010-06-14 23:51:35 +00:00
Marcel Moolenaar
91c7875842
Further unbreak powerpc & sparc64.
2010-06-14 19:39:20 +00:00
Rui Paulo
85afbc31fa
Update for hostapd & wpa_supplicant 0.6.10.
2010-06-14 15:38:30 +00:00
Marcel Moolenaar
97e9dcb987
Fix build breakages on ia64 introduced some commits ago.
2010-06-13 23:37:16 +00:00
Warner Losh
28a24ccfa9
style(9) fixes:
...
o make cmd scoped to the whole do_rules function, since it really is
scoped to the whole fucnion. Making it static was the wrong way to
fix referencing it outside of the block in which it was declared
(and conforms to the style of the rest of the file).
o remove a couple of meaningless blank lines
o properly wrap one line.
2010-06-13 16:54:11 +00:00
Rafal Jaworowski
f13753b37a
Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened
...
device tree.
2010-06-13 13:30:26 +00:00
Ed Schouten
03b7d7deef
Unbreak the build on less common architectures.
...
Submitted by: Andreas Tobler <andreast list fgznet ch>
2010-06-13 11:27:44 +00:00
Colin Percival
e0d554dbde
Clean up code by removing pre-C99 struct hack preprocessor magic.
...
Approved by: randi (maintainer)
2010-06-11 21:46:45 +00:00
Randi Harper
49bc38beb2
Make sysinstall WARNS=2 clean.
...
Approved by: cperciva (mentor)
MFC after: 1 month
2010-06-11 20:56:40 +00:00
Max Laier
e78c7a0a9a
Cache the last result from if_indextoname for printing. This speeds up
...
"arp -an" when using a lot of aliases (on a single interface).
A better fix would include a better interface for if_indextoname than
getting the whole address list from the kernel just to find the one
index->name mapping.
Reported & analyzed by: Nick Rogers
MFC after: 3 days
2010-06-11 19:35:05 +00:00
Ulrich Spörlein
a90fbe1dbb
More mdoc nitpicking to improve compatibility to mdocml
...
- .Nd in section NAME is not optional
- .Ed was missing
- "indent" is not a flag, but a literal argument for -offset
- stop switching font sizes for acronyms
- use .Brq instead of rolling our own
2010-06-11 06:04:07 +00:00
Ulrich Spörlein
134d45e8c6
mdoc nitpicking: the title argument shall be uppercase
2010-06-11 06:03:47 +00:00
Randi Harper
2333387e05
Fix uninitialized variables that cause a crash when the network is
...
initialized and sysinstall is not running as init.
Submitted by: Nick Mills
Approved by: cperciva (mentor)
MFC after: 3 days
2010-06-10 20:13:10 +00:00
Ulrich Spörlein
c71e97c47e
mdoc: replace troff macros with -mdoc equivalents
2010-06-08 16:48:49 +00:00
Fabien Thomas
5c15d3c87e
Fix warnings found by Coverity.
...
Found with: Coverity Prevent(tm)
MFC after: 1 month
2010-06-05 22:57:53 +00:00
Edwin Groothuis
7ba8f7307a
Add comment that this value is unused.
...
It is obvious that it isn't used, but both clang and Coverity talk about it.
Found with: Coverity Prevent(tm)
CID: 8066
2010-06-05 12:53:44 +00:00
Edwin Groothuis
3b8d8bd75e
When there is a problem with writing, also bail out.
...
Found with the clang checker.
2010-06-05 12:49:39 +00:00
Edward Tomasz Napierala
3e6ce93ee1
Plug resource leak.
...
Found with: Coverity Prevent
CID: 7040
2010-06-05 08:11:11 +00:00
Edward Tomasz Napierala
ab3bbb3b18
Make chown(1) emit more useful error message when user/group name is invalid.
2010-06-03 20:46:23 +00:00
Gordon Tetlow
82c00be8ee
Add file include processing for newsyslog.
...
Format for the include line in /etc/newsyslog.conf is:
<include> /etc/defaults/newsyslog.conf
Other notes of interest:
Globbing is supported in <include> statements.
Properly detect circular include loop dependencies.
Reviewed by: gad@
Approved by: wes@ (mentor)
MFC after: 2 months
2010-05-29 22:55:59 +00:00
Gordon Tetlow
a40596d77a
Convert newsyslog to using queue(3) macros instead of a home rolled version.
...
Reviewed by: gad@
Approved by: wes@ (mentor)
MFC after: 2 months
2010-05-29 22:52:17 +00:00
Ulrich Spörlein
53f563fcfc
mdoc: use mdoc spelling of Umlauts
2010-05-27 13:56:53 +00:00
Ulrich Spörlein
30fc54ea79
mdoc: .Ud has attitude, it takes no argument!
2010-05-27 13:56:40 +00:00
Ulrich Spörlein
25c8b07fc2
mdoc: Garbage collect unused/unneeded macros
2010-05-27 13:56:27 +00:00
Ulrich Spörlein
7d6c0d150d
mdoc: Remove leading garbage, empty lines and order preamble
2010-05-27 13:56:19 +00:00
Colin Percival
8fd6c56d29
Change the current working directory to be inside the jail created by
...
the jail(8) command. [10:04]
Fix a one-NUL-byte buffer overflow in libopie. [10:05]
Correctly sanity-check a buffer length in nfs mount. [10:06]
Approved by: so (cperciva)
Approved by: re (kensmith)
Security: FreeBSD-SA-10:04.jail
Security: FreeBSD-SA-10:05.opie
Security: FreeBSD-SA-10:06.nfsclient
2010-05-27 03:15:04 +00:00
Sean Bruno
b72df67bb4
Cleanup manpage as suggested by jhb@ to start new sentences on a new line.
...
MFC after: 2 Weeks
2010-05-24 16:42:53 +00:00
Sean Bruno
f1a178a2a0
Explain how the new sub-second interval from changeset:208389 works.
...
Approved by: scottl(mentor)
Obtained from: Yahoo Inc.
MFC after: 2 weeks
2010-05-23 19:48:54 +00:00
Randi Harper
00fdbea7b2
Flush all routes before adding the default route in order to allow
...
sysinstall to cleanly re-initialize the network.
PR: bin/145553
Submitted by: gcooper
Approved by: cperciva (mentor)
MFC after: 3 days
2010-05-22 00:43:14 +00:00
Sean Bruno
8b10473d30
Allow sub-second interval timings for iostat and vmstat.
...
e.g.
vmstat -w.5
iostat -w.5
Reviewed by: jhb
Approved by: scottl (mentor)
Obtained from: Yahoo Inc.
MFC after: 2 weeks
2010-05-21 17:10:52 +00:00
Jung-uk Kim
07e547fe26
Add a new build option, MAN_UTILS. This option lets you control building
...
utilities and related support files for manual pages, which were previously
controlled by MAN. For POLA, the default depends on MAN, i.e., WITHOUT_MAN
implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS. This patch
is slightly improved by me from:
PR: misc/145212
2010-05-19 23:56:26 +00:00
Ulrich Spörlein
62486687ed
mdoc: consistently spell our email addresses <foo@FreeBSD.org>
...
Reviewed by: ru
2010-05-19 08:57:53 +00:00
Ulrich Spörlein
e7b5f4d907
Garbage collect unused variable, missed in r200840
...
Found by: clang static analyzer
2010-05-19 08:52:59 +00:00
Ulrich Spörlein
cd0788e137
- Fix terminating argument to execl(3), sizeof(NULL) != sizeof(char *)
...
might be true on some systems [1]
- Rewrite gotos to use return directly
- Some spelling fixes
- Reduce unneeded/non-standard Makefile settings
Requested by: bde, imp [1]
Explanation provided by: bde [1]
Reviewed by: imp
2010-05-19 08:52:51 +00:00
Benedict Reuschling
fdb2feee16
Add a sentence to the man page explaining that the -d option
...
can only be used when ntpd is compiled with DEBUG support.
PR: docs/138206
Submitted by: Oliver Pinter (oliver dot pntr at gmail dot com)
MFC after: 5 days
Approved by: roberto
2010-05-18 18:14:12 +00:00
Ivan Voras
27ad5065fe
Slightly improve wording.
2010-05-17 11:18:33 +00:00
Poul-Henning Kamp
c6bfb71a6f
Do not attempt to render a logrecord with length byte, until we have
...
decompressed all the bytes required.
2010-05-15 08:57:16 +00:00
Doug Barton
de2bfae478
Hide the creation and population of the temproot
2010-05-14 19:12:06 +00:00
Ulrich Spörlein
103e4932ee
Sync apmd(8) with DragonflyBSD, bringing WARNS to 3
...
Reviewed by: ed (partial, long time ago)
2010-05-14 14:26:56 +00:00
Christian Brueffer
d1ecad4b31
Wording fixes.
...
PR: 143454
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2010-05-14 01:45:05 +00:00
Christian Brueffer
0d83258df3
List /var/cron/tabs in FILES and add descriptions for the other entries.
...
PR: 145912
Submitted by: Julian H. Stacey <jhs@berklix.com>
Obtained from: OpenBSD
MFC after: 1 week
2010-05-14 01:25:30 +00:00