Jordan K. Hubbard
7a1203480c
I've always wanted to be able to dump out the current values of
...
the mixer in a format suitable for saving and handing off to
mixer(1) at some future date to restore the settings.
Add a -s flag to do this.
2000-05-20 23:25:08 +00:00
Peter Wemm
f8373524de
<machine/lpt.h> does not exist anymore. use <dev/ppbus/lptio.h> now.
...
Forgotten by: obrien
2000-05-19 22:09:21 +00:00
Kris Kennaway
41ed5f6d65
Remove duplicated ';' statement delimiters.
...
Obtained from: BSD/OS
2000-05-19 08:26:17 +00:00
Mitsuru IWASAKI
83896393a6
Add CIS string comparison function.
...
This should solve tentatively the pccardd core dump problem when
there's no CIS (likely CardBus cards).
Later, this function will have regex CIS string comparison capability
too.
Obtained from: PAO
2000-05-17 18:29:17 +00:00
David E. O'Brien
9ee6ec34ef
Add an option to select the Fix-it tty. The current behavior is utterly
...
*useless* on serial consoled machines.
2000-05-16 22:05:32 +00:00
Garrett Wollman
df6c9ee7a2
Punctuation fix.
2000-05-16 16:41:28 +00:00
Garrett Wollman
08221db804
Add used includes.
2000-05-16 16:38:52 +00:00
Bruce Evans
adc42254a7
Don't forget to clean y.output. Most files generated by yacc are cleaned
...
automatically, but not this one.
Fixed some style bugs.
2000-05-15 14:45:28 +00:00
Tim Vanderhoek
ec2f949e2e
Typo: "ealgo" -> "aalgo"
...
PR: docs/18547 (OKAZAKI Tetsurou <okazaki@be.to>)
2000-05-15 14:16:30 +00:00
Sheldon Hearn
e6b52a8395
Remove trailing whitespace.
2000-05-15 11:42:03 +00:00
Sheldon Hearn
043b4b5cf7
Work around mdoc macro argument limit.
...
PR: 18562
Submitted by: takamune@avrl.mei.co.jp (Kazu TAKAMUNE)
2000-05-15 11:33:14 +00:00
David E. O'Brien
5f6ed49497
Improve diagnostic message when device vnconfig'ing does not exist.
...
PR: bin/6997
Submitted-by:
2000-05-14 21:05:21 +00:00
Steve Price
beb88613c3
Avoid infinite loops when given a package name like 'm4-1.1/'.
...
Approved by: jkh
2000-05-14 19:54:04 +00:00
Tim Vanderhoek
21014cca64
Finally remove the restriction introduced from NetBSD in r.1.3 that
...
pkg_delete be run as root. Now honours -f and checks ownership of
${PKG_DBDIR} before errx()'ing.
Requested by: bin/5718, myself, bin/18373 (in order)
2000-05-13 12:58:18 +00:00
Garrett Wollman
4bd7627e1d
Add excludes.c (missed in previous commit).
...
PR: 16944
2000-05-13 03:11:45 +00:00
Nick Hibma
583b504e43
Add a comment to deconfuse a few lines of code I've tripped over two
...
times now.
2000-05-12 23:42:06 +00:00
Nick Hibma
99e988f203
Mention that each criterium can only be used once.
2000-05-12 23:36:38 +00:00
Brian S. Dean
c0c9cad1af
Actually accept 'm' as a PAGER query response to mean 'more'.
2000-05-12 03:09:57 +00:00
Garrett Wollman
dc785636aa
Give mtree the ability to exclude files and directories from its traversal.
...
PR: 16944
2000-05-12 03:03:00 +00:00
John Baldwin
9f8b8491c9
Add support for USB to sysinstall. This includes running usbd and
...
setting 'usbd_enable' in rc.conf during nwe installs if USB is detected.
Also, since usbd already handles USB mice automatically, note that the
mouse setup section in sysinstall only applies to non-USB mice.
2000-05-12 03:01:17 +00:00
Murray Stokely
0f32c069d9
Fixed small bug introduced in my last commit.
...
Approved by: jkh
2000-05-11 23:43:12 +00:00
Yoshihiro Takahashi
d1c418891e
Supported PC-98.
2000-05-11 11:09:50 +00:00
Dag-Erling Smørgrav
78ae26252e
Allow user to specify which logs to rotate
2000-05-11 10:17:54 +00:00
Boris Popov
d220443d1c
Add the '-l' option which prints string attribute followed by a file name.
...
Reviewed by: rwatson, sheldonh
2000-05-11 10:00:22 +00:00
Brian Somers
7d7b90c714
Fix a typo
2000-05-11 07:59:21 +00:00
Brian Somers
44d127bc34
Mention that the default is to let external traffic route to
...
the internal network when NAT is enabled.
Allow ``set target MYADDR'' to stop packets at the gateway.
2000-05-11 07:55:44 +00:00
Sheldon Hearn
77f6aff1a4
Minor mdoc markup fixes.
...
Reviewed by: maintainer
2000-05-10 14:50:44 +00:00
Bill Paul
2aea9e28cb
When setting up an iomem resources, remember to set the MEM_ASSIGNED bit
...
so that pccardd actually does something to set up the memory range.
2000-05-09 22:01:16 +00:00
Warner Losh
3ddaf7e529
This appears to have been repo-copied to lpd a while ago and never
...
deleted here. Diff shows there is only one change to this file, which
matches the repo histories.
2000-05-09 19:41:18 +00:00
Sheldon Hearn
f167d7fb3e
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
Sheldon Hearn
19f84caa23
Work around the mdoc argument limit in the Nd name description.
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 13:01:04 +00:00
Brian Somers
17e57a5fe3
Correct a bad bug in m_prepend()
...
Submitted by: luoqi
2000-05-07 10:08:24 +00:00
Kris Kennaway
b7eea0fed1
Update device names.
2000-05-07 09:50:44 +00:00
Kris Kennaway
d3e8671e13
Zap reference to /dev/rvn*
2000-05-07 08:22:33 +00:00
Alexey Zelkin
02d949fd11
Add KAME kit integration note
2000-05-06 14:25:47 +00:00
Alexey Zelkin
41d34b5f4f
Fix typo
...
Noticed by: hoek
2000-05-06 14:20:07 +00:00
Alexey Zelkin
a89cb6fe9f
. clear `.Os' macro value since this tool is not KAME-only anymore
...
. correctly use .Cm macro
. don't use duplicated arguments for .Nm macro
. use .Er macro for error names
. correctly declare paper reference in SEE ALSO section
. sort Xr's in SEE ALSO section
. add integration note
2000-05-06 14:03:26 +00:00
Alexey Zelkin
fecd0de426
. clear `.Os' macro value since this tool is not KAME specific anymore
...
. compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq)
. use .Tn
. avoid using duplicated arguments for .Nm macro
. correct KAME kit pathes (/usr/local/v6 -> /usr)
. add integration note
2000-05-06 13:54:59 +00:00
Mike Pritchard
fe27ded896
Correct an xref.
...
PR: doc/13218
Submitted by: phantom
2000-05-05 02:25:19 +00:00
Alexey Zelkin
ec6fc617fa
mdoc(7) style cleanup
2000-05-04 17:42:03 +00:00
Alexey Zelkin
342c7bbfe2
. clean `.Os' macro value.
...
. add integration note
. remove useless comments
2000-05-04 17:31:54 +00:00
Mitsuru IWASAKI
10e6817efc
Add ioctl() in read_ether() so that pccardd ensure reading its ether
...
address from the attribute memory area.
2000-05-04 15:38:18 +00:00
Garrett Wollman
2b578691e7
Print files submitted at the same instant in deterministic order.
...
PR: 18361
Submitted by: Garance A Drosehn <gad@freefour.acs.rpi.edu>
2000-05-03 14:56:20 +00:00
Archie Cobbs
b90c94d658
Field structure changed name from 'typename' -> 'type_name'.
2000-05-01 23:30:46 +00:00
Alexey Zelkin
4a737e97c7
. clear `.Os' macro value since this tool is not KAME only anymore
...
. add integration note
2000-05-01 14:57:04 +00:00
Alexey Zelkin
a14efaa62f
. clear `.Os' macro value since this tool is not KAME only anymore
...
. add integration note
. avoid `.Nm' value upper case usage
2000-05-01 14:48:45 +00:00
Nik Clayton
e7c9d695ff
Add another example showing how you can use pppctl to only allow
...
dial out at certain times of the day.
Approved by: brian
2000-04-30 22:28:21 +00:00
Jeroen Ruigrok van der Werven
eff280b358
Remove bogus include, as per style(9).
...
Remove unused variable.
2000-04-30 17:05:26 +00:00
Guy Helmer
d02e530b50
Allocate space for arrays of type "char *", not "char **".
...
Rev 1.8 made the type consistently incorrect.
Noted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-04-30 15:57:00 +00:00
Jeroen Ruigrok van der Werven
18616dacbb
Remove unused include.
2000-04-29 12:47:03 +00:00