philip
10b896310b
Add 'virtual scrolling' support to moused(8). When holding down the middle
...
mouse button, motions are interpreted as scrolling.
Submitted by: Jordan Sissel <psionic-AT-csh.rit.edu>
Approved by: njl
2004-10-11 07:57:08 +00:00
le
51ab6764cf
Add an '-a' switch to only display providers that are at least
...
0.1% busy.
OK'ed by: phk
2004-10-10 16:13:11 +00:00
stefanf
ee6365c442
Include <unistd.h> for {g,s}eteuid().
2004-10-09 15:36:13 +00:00
keramida
65285a753e
Delete a .Fn that had no argument and
...
properly terminate a .Bl with a matching .El
MFC after: 3 days
2004-10-09 04:03:08 +00:00
brooks
ffc66c6214
Mention "-d directory" in usage().
...
Pointy hat to: brooks
2004-10-06 04:47:37 +00:00
brooks
06fed119eb
Don't prepend the directory specified by -d when the file is a relative
...
path. Doing so makes no sense. I'm not sure allowing relative paths
makes sense either, but I'm not going to break that now.
2004-10-05 22:16:31 +00:00
njl
91f39cfbf8
Update a comment that was outdated.
2004-10-05 21:24:20 +00:00
njl
c37d1a37e5
Back out the -s flag and go back to dumping the SSDTs by default.
2004-10-05 20:45:05 +00:00
njl
e867e39a32
Update the man page for the -s flag and other changes that we've missed.
...
MFC after: 3 days
2004-10-05 02:19:30 +00:00
njl
21ddce117c
Add the -s flag to make dumping SSDTs optional (disabled by default).
...
Since we can only override the DSDT, a custom ASL dumped previously that
contained SSDTs would result in lots of multiple definition errors.
A longer-term fix involves adding the ability to override SSDTs to ACPI-CA.
MFC after: 3 days
2004-10-05 02:18:53 +00:00
brooks
df7eb2b57b
Add a new -d argument which is used to specify an alternate root for log
...
files similar to DESTDIR in the BSD make process. This only affects log
file paths not config file (-f) or archive directory (-a) paths.
2004-10-04 23:35:13 +00:00
rse
5f850e4768
fix typo in generated /etc/exports: s/synatx/syntax/
2004-10-04 15:13:51 +00:00
stefanf
78ef175725
Don't rely on NULL being a pointer, add a cast before passing it to a variadic
...
function.
2004-10-03 14:40:27 +00:00
phk
a5af014eff
Get debugging macros from sivar.h
...
Disable some code which magics minor numbers into card/port numbers.
I think we will have to parse this from the device name in the future,
but I need to confer with peter@ about this.
Put sicontrol back in the build.
Troublespotter: dwhite
2004-10-02 18:51:37 +00:00
phk
90d8523929
Augh!
...
Disconnect sicontrol(8) from the build while I sort out the trouble
I created.
2004-10-02 18:42:00 +00:00
stefanf
d3ed77ed64
Prefer C99's __func__ over GCC's __FUNCTION__.
2004-10-02 16:42:33 +00:00
stefanf
9a4273148f
Pass an array of gid_t rather than an array of int to getgroups().
...
PR: 56646
2004-10-02 11:40:48 +00:00
schweikh
7af5fea3b2
General overhaul:
...
- Makefile: WARNS=6
- man page: sort options, better xrefs, informative BUGS section
- C source: proper option parsing, use printer control (.ctl) device,
removed heaps of bit rot, style(9) cleanup, WARNS=6 cleanup.
Prodded by: joerg
2004-10-01 20:04:20 +00:00
phk
551241b43f
Stop on write error.
2004-09-27 08:24:05 +00:00
dougb
0401e4773b
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00
dougb
5ada46646f
Previously I thought I was seeing a failure to install the .5 man pages
...
with this configuration, but Ruslan tells me that I was probably mistaken,
and on retest the .5 pages are being installed just fine.
Therefore reverse the MAN[58] change in favor of the more modern syntax.
Submitted by: ru
2004-09-27 03:55:03 +00:00
stefanf
23f4514c2c
Prefer C99's __func__ over GCC's __FUNCTION__.
...
Approved by: dwmalone
2004-09-26 13:47:25 +00:00
simokawa
5e2a24c316
Invalidate dcons buffer address if the magic is wrong.
2004-09-26 12:46:47 +00:00
ru
946af53e50
Get rid of obsolete MAN[0-9] syntax.
2004-09-26 09:25:03 +00:00
dougb
65e20847cf
Fix up the man file installation for the new BIND 9 sources:
...
1. Install man files and links for the lwres library.
2. Fix the path in various files to say /etc/namedb/ instead of just /etc.
3. Correctly install the conf file man pages for named and rndc.
2004-09-26 06:36:11 +00:00
ru
8eacde15d3
Revert to always descending into the "bsnmp" subdir -- gensnmptree
...
and bsnmpd should not be controlled by the NOATM knob.
2004-09-25 07:00:11 +00:00
trhodes
e4ca414f3b
Uncomment bsnmpd so it can build.
...
Noticed by: dougb
2004-09-25 02:04:54 +00:00
trhodes
d5cf1d2bd5
Fix build in the !NOATM case by using the begemot library in place of
...
using libisc which was a part of BIND8.
Discussed with: des, re, dougb
Submitted by: harti (one part)
Reviewed by: harti (previous version)
2004-09-24 22:10:34 +00:00
des
80177990ed
More remnants of BIND 8; these live in usr.sbin now.
2004-09-24 15:39:01 +00:00
ru
ed405e2415
Don't expose BIND libraries and their headers to the public by default,
...
but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib
and /usr/include. Rumors are that this may be useful at a later point,
let's see.
What this really means is that all BIND libraries are now internal to
buildworld (by default, unless WANT_BIND_LIBS is defined), and linked
statically into various BIND executables.
While here, removed redundant -I's from CFLAGS in lib/bind makefiles.
Sponsored by: des
OK'ed by: dougb
2004-09-24 13:42:00 +00:00
cognet
429395bafd
kgmon works on arm, so make it parts of the build for arm as well.
2004-09-23 23:06:29 +00:00
roam
5d49613977
In fullpath_from_shell(), move the nologin detection before the cat | while
...
loop to avoid an incorrect display of the nologin path twice.
PR: 71786
Submitted by: Andrew Hayden <andrew.hayden@gmail.com>
Reviewed by: mtm
MFC after: 3 days
2004-09-23 13:09:42 +00:00
des
7d85f502d3
Style fix.
...
Submitted by: ru@
2004-09-23 08:00:07 +00:00
des
a4adb30193
More remnants of BIND 8 to de-orbit.
...
Reminded by: ru@
2004-09-23 07:54:01 +00:00
des
9e8bcb47ee
Clean up and comment config.mk. Centralize more stuff. Bitch if
...
POSIX threads libraries are not available. Add crypto support if
the crypto libraries are available. Build dnssec-{keygen,signzone}
if crypto is available.
Submitted by: (in part) dougb@
2004-09-22 12:13:58 +00:00
des
be8d367a6b
Switch from BIND 8 to BIND 9.
...
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
2004-09-21 19:01:48 +00:00
jhb
86f308d977
Force a redraw if all dists are selected so the checklist is updated.
...
Submitted by: Rostislav Krasny rosti_bsd at yahoo dot com
MFC after: 3 days
2004-09-20 19:24:15 +00:00
bmah
3434234ab2
Revert rev. 1.351 of this file, which allowed users to read the
...
(now obsolete and disconnected on HEAD) Early Adopters Guide from
within sysinstall.
2004-09-18 16:31:44 +00:00
glebius
55d9750b8b
Man page for flowctl utility.
...
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 22:37:45 +00:00
glebius
c7c0a00337
- Remove advertising clause from copyright [1]
...
- Change my email to glebius@FreeBSD.org
Requested by: ru [1]
2004-09-17 19:58:03 +00:00
glebius
0f42f2549e
Userland control utility for ng_netflow.
...
Approved by: julian (mentor)
2004-09-17 12:02:22 +00:00
des
33d9a1c8a1
My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -e
...
data foo fixate'. Humor them.
MFC after: 4 weeks
2004-09-15 19:03:35 +00:00
des
bf6e5c8efb
Mechanical whitespace cleanup.
2004-09-15 19:01:08 +00:00
delphij
cafcadd90b
Clear all "active partition" bits before we set a new one.
...
This adds a safebelt that prevents users to mark more than
one "active" partitions, which will lead to a unbootable
machine, especially in multi-boot configurations.
PR: bin/71404
MFC After: 3 days
Approved by: murray (mentor)
2004-09-15 08:19:03 +00:00
tegge
d7c567ad1e
Correct polarity of packet mode bit.
...
Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off
packet mode while reporting it as being enabled.
2004-09-14 21:58:30 +00:00
tegge
a6b1c0f019
boot0 defaults to packet mode.
2004-09-14 21:48:25 +00:00
emax
0c6c987c96
Add missing #include
...
Bump WARNS level to 2
PR: bin/71668
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 3 days
2004-09-14 20:04:33 +00:00
dds
481ccd2bd2
Ensure that edits that do not span a clock tick are not lost.
...
PR: bin/22612
MT5: 4 weeks
MT4: 2 weeks
2004-09-14 19:01:19 +00:00
dds
1d4f2a1adc
Refactoring: move two similar code blocks into a seprate function.
2004-09-13 21:04:30 +00:00
ru
d5384778b8
Fixed the NONETGRAPH build.
...
Reported by: wsk@gddsn.org.cn
2004-09-13 19:04:03 +00:00