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
bp
67f6623fc7
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
4d248969a4
Fix a typo
2000-05-11 07:59:21 +00:00
brian
ba5219342d
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
sheldonh
9cc4630033
Minor mdoc markup fixes.
...
Reviewed by: maintainer
2000-05-10 14:50:44 +00:00
wpaul
517c12e124
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
imp
bd4cadff71
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
sheldonh
14e9cd73ea
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
sheldonh
416400314e
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
8bec1e1f9d
Correct a bad bug in m_prepend()
...
Submitted by: luoqi
2000-05-07 10:08:24 +00:00
kris
8b4aef321a
Update device names.
2000-05-07 09:50:44 +00:00
kris
5b0093f124
Zap reference to /dev/rvn*
2000-05-07 08:22:33 +00:00
phantom
b12e582b02
Add KAME kit integration note
2000-05-06 14:25:47 +00:00
phantom
e5599bc952
Fix typo
...
Noticed by: hoek
2000-05-06 14:20:07 +00:00
phantom
a0b7afbb8c
. 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
phantom
79fe521de9
. 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
mpp
328ae88abb
Correct an xref.
...
PR: doc/13218
Submitted by: phantom
2000-05-05 02:25:19 +00:00