charnier
0d13eca3cc
Simplify .Nm. Be consistent with subcommand name
2000-05-28 15:01:12 +00:00
charnier
8325f8844a
Put ASCII under .Tn
2000-05-28 14:59:54 +00:00
charnier
72a6d2e2dd
Dot not dot terminate in FILES and SEE ALSO sections
2000-05-28 14:59:02 +00:00
charnier
dc8bb722f5
match prototype
2000-05-28 14:57:49 +00:00
charnier
9ea62eb3d9
Do not dot terminate lines in FILES section
2000-05-28 14:56:04 +00:00
brian
8c66999e1d
If the fsm header reports a length greater than the packet size,
...
drop the packet rather than just whinging about it in the log.
If the fsm header has a smaller length, continue to whinge.
2000-05-26 21:11:55 +00:00
brian
61fc03a88c
Remove an unused variable
2000-05-26 08:29:11 +00:00
brian
c756c66b29
When we do a `dial'' or
`open'' from DATALINK_READY, go to
...
DATALINK_CARRIER and turn off scripting.
This should fix instances where ``term'' is used followed by ~.
and then ``dial''/``open'' (it currently just sits there looking
at you).
Reported by: Tim Vanderhoek <vanderh@ecf.utoronto.ca>
2000-05-26 08:26:56 +00:00
jake
961b97d434
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
obrien
06b6467218
Add the 'Z' key to the slice editor. Hitting it toggles the units the
...
sizes are displayed in.
Ok'ed by: murray
2000-05-26 00:38:20 +00:00
brian
e959f1027d
Fix a topy (if (expr); command;)
...
Submitted by: Renaud Waldura <renaud@guppy.evolunet.com>
2000-05-25 16:12:55 +00:00
msmith
95109f69a6
Remove all of the block devices, correct major numbers to point to the
...
corresponding character devices. This is (currently) untested, but
should be correct.
2000-05-25 02:48:15 +00:00
msmith
b642e2a419
Teach sysinstall about 'twe' disks. Note that this is currently
...
untested, and with the current state of flux surrounding the death
of bdevs other things here may need to change.
2000-05-25 02:28:50 +00:00
brian
600aec722a
The name /var/log/alias.log is *not* likely to change in the near
...
future...
2000-05-24 20:56:30 +00:00
darrenr
b0e1948b4d
add common.c to SRCS
2000-05-24 20:47:08 +00:00
brian
8fb3702804
Mention what ``enable proxy'' actually does
2000-05-24 13:49:39 +00:00
mpp
2541e16d9e
Remove the lpr/runqueue directory and associated files.
...
These are not used anymore and are outdated and only cause
confusion (I just committed a fix to one of these files within
the last hour, thinking it was still valid).
2000-05-24 13:05:50 +00:00
mpp
58f40f38fd
Re-implement my fix from rev 1.6 (same rev for both files being committed)
...
that was lost during the lite-2 merge. From the original commit message:
Initialize the group list so that any filter programs that are
run by lpd are not run with root's groups.
2000-05-24 11:38:50 +00:00
brian
54ab76295f
Honour `set speed sync'' and
`set device !program'' when
...
used together by creating a SOCK_DGRAM socketpair() between
the processes.
Be polite when closing !program links and send a HUP to the
process. This makes ssh tunnels over unreliable media (such
as via httptunnel) reconnect properly.
2000-05-24 09:05:58 +00:00
brian
300b5cdddb
Mention it in the log file when we HUP a process that
...
controls a link.
2000-05-24 09:05:45 +00:00
brian
defab84a46
Don't attempt to fputs(NULL, fp) when ``enable dns'' is given and
...
there's no resolv.conf.
Use a umask of 022 when creating resolv.conf, not 0644 !
2000-05-24 01:00:24 +00:00
jake
d93fbc9916
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
brian
9316f17a65
Always pass packets through libalias when NAT is enabled.
...
Submitted by: luoqi
Forgotten by: me
2000-05-23 14:55:08 +00:00
ghelmer
c9e7aa307a
Catch and report fdopen failures.
2000-05-23 13:46:04 +00:00
ghelmer
bd8a6b7ec3
Catch and report memory allocation failures.
2000-05-23 13:44:00 +00:00
brian
7bd588a76b
Return -2 when tcp_OpenConnection() fails so that ppp doesn't
...
report that the device name is of an invalid format.
2000-05-22 08:23:35 +00:00
brian
4e4578620b
Be more verbose when a second link doesn't match the first because the
...
peer enddisc/authname is different.
2000-05-22 08:23:13 +00:00
jkh
cf6c24f27f
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
f893b170fb
<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
3492911f01
Remove duplicated ';' statement delimiters.
...
Obtained from: BSD/OS
2000-05-19 08:26:17 +00:00
iwasaki
4cc2182ced
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
obrien
406f1714db
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
wollman
85db5bcee3
Punctuation fix.
2000-05-16 16:41:28 +00:00
wollman
82619db575
Add used includes.
2000-05-16 16:38:52 +00:00
bde
bc5dbd0a34
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
hoek
a7c55cf6da
Typo: "ealgo" -> "aalgo"
...
PR: docs/18547 (OKAZAKI Tetsurou <okazaki@be.to>)
2000-05-15 14:16:30 +00:00
sheldonh
ba88d2df45
Remove trailing whitespace.
2000-05-15 11:42:03 +00:00
sheldonh
67b3300d69
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
obrien
7ead15a56f
Improve diagnostic message when device vnconfig'ing does not exist.
...
PR: bin/6997
Submitted-by:
2000-05-14 21:05:21 +00:00
steve
3726bbb199
Avoid infinite loops when given a package name like 'm4-1.1/'.
...
Approved by: jkh
2000-05-14 19:54:04 +00:00
hoek
322ce1cd54
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
wollman
b8da1c8b61
Add excludes.c (missed in previous commit).
...
PR: 16944
2000-05-13 03:11:45 +00:00
n_hibma
f410042455
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
n_hibma
d47dff9321
Mention that each criterium can only be used once.
2000-05-12 23:36:38 +00:00
bsd
6243435532
Actually accept 'm' as a PAGER query response to mean 'more'.
2000-05-12 03:09:57 +00:00
wollman
198f09c649
Give mtree the ability to exclude files and directories from its traversal.
...
PR: 16944
2000-05-12 03:03:00 +00:00
jhb
1ec3688bd0
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
de093b7d98
Fixed small bug introduced in my last commit.
...
Approved by: jkh
2000-05-11 23:43:12 +00:00
nyan
5c2106e7d4
Supported PC-98.
2000-05-11 11:09:50 +00:00
des
7d6740ec11
Allow user to specify which logs to rotate
2000-05-11 10:17:54 +00:00