Kazutaka YOKOTA
f5c73cbb7a
Brush up the last commit.
...
- Expand contractions.
- Change some expressions.
- Reword the sections that describe the reporting of down events.
Submitted by: sheldonh
2000-04-03 09:38:52 +00:00
Nick Hibma
7054370f40
Add a comment about the fact that the usb module is automatically
...
loaded.
2000-04-02 21:09:19 +00:00
Hajimu UMEMOTO
612c58996e
Make sure to use IPv4 mapped IPv6 address when mapped address is
...
requested in /etc/inetd.conf.
Reviewed by: shin
2000-04-02 16:11:14 +00:00
Kazutaka YOKOTA
e68b10b3a0
Reflect the recent update in moused.c.
2000-04-02 06:34:49 +00:00
Jonathan M. Bresler
0fe00f48d0
if USB support is not compiled into the kernel,
...
and has not been loaded via a kldload,
running usbd(8) will autoload the "usb.ko" kld.
thanks to Peter Wemm for enlightening me on the
differences between kldfind(2) and modfind(2).
2000-04-02 06:28:40 +00:00
Alfred Perlstein
bdbca6ddeb
Make mergemaster only take single letters for options as well as loop
...
asking a question again if given an invalid input instead of assuming
what the user wants. /etc is not the place to make assumptions when
given invalid input.
Reformat some of the more convoluted code into seperate functions instead
of being inline using tabs instead of space indents.
Allow the user to view merged files they created with sdiff.
Allow the user to redisplay the diff between the installed file and
the new file again.
Time wasted waiting for review: 1 month 2 weeks
2000-04-02 02:47:15 +00:00
Yoshinobu Inoue
9bad006e54
Don't compile in IPsec support when NOIPSEC is defined.
...
PR: bin/17739
Submitted by: Omachonu Ogali <oogali@intranova.net>
2000-04-01 21:48:07 +00:00
Brian Somers
e9d0dd0a1b
Allow authname to be changed at any phase, just emit a warning
...
if it's not DEAD or ESTABLISH
2000-03-31 21:08:43 +00:00
Brian Somers
804e0a12f2
Use INADDR_NONE with PacketAliasSetTarget() if no args are given to
...
``nat target'', and suggest the use of ``nat target default'' as an
interesting possibility.
2000-03-31 20:42:24 +00:00
Brian Somers
4c2b812c39
Undo the damage done to this file in my last commit
2000-03-31 14:31:36 +00:00
Brian Somers
b7d8533c16
Add the ``nat target'' command.
2000-03-31 14:26:23 +00:00
Kazutaka YOKOTA
4e008b7f9b
Remove unwanted debug output.
...
PR: bin/17617
Submitted by: Allan Saddi <asaddi@philosophysw.com>
2000-03-31 12:35:33 +00:00
Sheldon Hearn
4e2edaf244
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
...
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.
PR: 17394
2000-03-31 09:23:54 +00:00
Hellmuth Michaelis
ec63f485b9
exchange rc.local for a more modern, up to date and ready to run
...
example configuration startup script.
2000-03-31 08:39:34 +00:00
Hellmuth Michaelis
420af713c5
Add support for "green" screensaver mode.
2000-03-31 08:30:24 +00:00
Bill Fumerola
26b0377cc1
Refresh the aout ldconfig info so things like compat22 when installed can
...
be detected by netscape and such.
PR: bin/17659
Submitted by: Murray Stokelay <murray@cdrom.com>
Approved by: jkh
jkh made updates that conflict with the submitters patch, so I updated
accordingly, any mistakes are mine, not the submitters.
2000-03-31 01:03:41 +00:00
Mitsuru IWASAKI
891c44eae2
- default config file changed from /etc/pccard.conf to
...
/etc/defaults/pccard.conf in pccardd. But system default pccardd
config file is still /etc/pccard.conf.sample specified in /etc/rc.conf
for the testing this changes.
- improved `include' keyword function for error handling.
- now that resource pool (io, irq, mem) can be overridden.
- pccard config entries is searched following the first match rule if
there are more than two entries which have the same card identifier.
Note that the /etc/defaults/pccard.conf related files is not committed
at this time, will come a week later. I'll prepare the test version
of /etc/defaults/pccard.conf, /etc/pccard.conf and other files soon.
Reviewed by: imp and nomads in Japan.
2000-03-30 16:01:37 +00:00
Brian Somers
9962fa3956
Correct address parsing
...
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-30 10:46:20 +00:00
Jordan K. Hubbard
260efb1efd
Search for the proper hints file in an ELF world.
2000-03-30 08:18:19 +00:00
Yoshinobu Inoue
497f9e5a33
Bypass IPsec for traceroute invoked by root.
...
PR: bin/17606
Submitted by: Louis Mamakos <louie@TransSys.COM
2000-03-30 01:33:39 +00:00
Sheldon Hearn
ba901a111b
Add -p option to prevent lpd(8) from opening a listening socket.
...
PR: 17384
Submitted by: Niels Endres <niels@b5.nu>
2000-03-29 11:15:54 +00:00
Brian Somers
b565321aa1
Log information about packets being dropped (probably due to
...
``nat deny_incoming yes'') by libalias.
2000-03-29 09:31:52 +00:00
Brian Somers
6578fcf3f3
Allow the use of hostnames instead of (and as well as) IP
...
numbers in all commands.
If people use hostnames and have dodgy resolvers or try to resolve
the hostname before the link is up, they get what they deserve....
Requested by: ru
2000-03-29 09:31:27 +00:00
Hellmuth Michaelis
b3615526e1
PR: i386/1671
...
Submitted by: Mats O Jansson <maja@celsiustech.se>
The existing s2 map is supposed to be ISO 8859-1 but some characters are
not (it's CP850). But the f1 map applied on sweden2 will fixit.
(Fulfilled request by Joerg to close this PR)
2000-03-29 08:58:44 +00:00
Chris Piazza
2bed2aa31f
export host after setting it.
...
This is needed so passwd diffs show the hostname instead of
" passwd diffs:"
PR: 17651
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-03-29 07:05:29 +00:00
Brian Somers
0e20b8777c
Mention the value of the unexpected return code in nat_LayerPull()
2000-03-29 00:14:24 +00:00
Brian Somers
f3a0d054fe
don't treat # specially if PARSE_NOHASH is passed
2000-03-28 15:14:15 +00:00
Brian Somers
effc341fe3
Don't treat # specially here
2000-03-28 15:11:38 +00:00
Hellmuth Michaelis
1185c7ce99
pcvt cleanup. remove hopeless outdated example/demo Microemacs
...
file. update Makefile.
2000-03-28 10:12:03 +00:00
Sheldon Hearn
a3ad0852cc
Optimize those services that send only one block of data: use send(2)
...
with the MSG_EOF flag set instead of write(2).
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: wollman
2000-03-28 09:45:19 +00:00
Hellmuth Michaelis
2d4574973b
pcvt cleanup.
...
add $FreeBSD$
remove obsolete and completely outdated files.
2000-03-28 09:41:40 +00:00
Hellmuth Michaelis
2729997038
pcvt update.
...
remove obsolete stuff.
2000-03-28 09:26:48 +00:00
Hellmuth Michaelis
76514d3981
pcvt cleanup.
...
add $FreeBSD$
get copyright in sync with FreeBSD recommendation.
2000-03-28 09:26:02 +00:00
Hellmuth Michaelis
b53d4b9ddb
pcvt cleanup.
...
add $FreeBSD$.
get copyright in sync with FreeBSD recommendation.
make it compile and run again.
add a manpage.
2000-03-28 09:24:38 +00:00
Hellmuth Michaelis
ca8b57af45
pcvt cleanup.
...
add $FreeBSD.
get copyright in sync with FreeBSD recommendation.
remove obsolete stuff resuling from pcvt kernel part cleanup
(caution: this depends in part on modifications to pcvt_ioctl.h,
commit will follow shortly).
add new option "-n" to ispcvt to get number of compiled-in
virtual screens.
2000-03-28 09:21:05 +00:00
Hellmuth Michaelis
e92ac3ae97
pcvt cleanup. add $FreeBSD$.
2000-03-28 09:07:18 +00:00
Hellmuth Michaelis
543b4045c6
pcvt cleanup. add $FreeBSD$. get copyright in sync with
...
FreeBSD recommendation.
2000-03-28 09:06:19 +00:00
Hellmuth Michaelis
0944e7fabc
pcvt cleanup. add $FreeBSD$. get copyright header in sync with
...
FreeBSD recommendation.
2000-03-28 09:04:02 +00:00
Hellmuth Michaelis
9e23122a66
pcvt cleanup. added $FreeBSD$. get copyright header in sync with
...
the FreeBSD recommendation.
2000-03-28 09:02:52 +00:00
Hellmuth Michaelis
dd4a46d7f2
pcvt cleanup. added $FreeBSD$.
2000-03-28 09:00:24 +00:00
Hellmuth Michaelis
3044613ec4
pcvt cleanup. removed obsolete dependencies.
2000-03-28 08:59:35 +00:00
Brian Feldman
7ef719fb93
Allow using "-d username" without "-r". Example:
...
auth stream tcp nowait root internal auth -d "Only fools trust ident"
2000-03-28 01:10:35 +00:00
Bruce Evans
dc1c41d0a8
Fixed missing DPADD.
...
Fixed some style bugs (some usual ones for LDADD, and some misformattings).
2000-03-27 16:45:49 +00:00
Bruce Evans
54672551d7
Fixed missing DPADDs.
...
Fixed style bug for LDADD (don't use += for initial definitions).
2000-03-27 16:40:59 +00:00
Bruce Evans
8c52f8be0f
Fixed missing DPADD.
...
Fixed style bug for LDADD (don't use += for variables defined only once).
2000-03-27 16:39:50 +00:00
Bruce Evans
f68c4d880f
Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
...
report an error for it.
Fixed some style bugs (the usual ones for DPADD and LDADD, and
misformatting).
2000-03-27 16:23:20 +00:00
Philippe Charnier
b5770cfb34
1000000 usec -> 1 sec 0 usec; fix.
2000-03-26 15:08:44 +00:00
Philippe Charnier
694f3216ba
1000000 usec -> 1 sec 0 usec; fix.
2000-03-26 14:44:34 +00:00
Hellmuth Michaelis
9da485d8d9
pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE code
...
in the driver is gone, because of this mcon is of no use anymore.
2000-03-26 11:20:42 +00:00
Hellmuth Michaelis
99753b70d6
pcvt cleanup. remove the set2061 program, it is so outdated that
...
nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).
2000-03-26 11:16:16 +00:00
John Baldwin
d3d93ffd5f
Add #includes for sysctlbyname() to quiet a warning.
2000-03-25 04:23:08 +00:00
John Baldwin
76b501da94
Update sysinstall to use struct uc_device instead of struct isa_device
...
for generating /boot/kernel.conf. Since this structure is shared, move
its definition out to a header file, just as struct isa_device was defined
in a header file. This fixes the sysinstall breakage in -current.
2000-03-24 22:24:09 +00:00
Ruslan Ermilov
9e77ff8964
A little more cosmetics.
2000-03-24 08:36:39 +00:00
Mike Pritchard
69bd852dd0
Some minor mdoc style and spelling fixes.
2000-03-24 02:05:54 +00:00
Mike Pritchard
67839fc400
Fix some spelling errors.
2000-03-24 01:27:35 +00:00
Ruslan Ermilov
0d01211b3a
Remove redundant SRCS.
2000-03-23 16:41:45 +00:00
Ruslan Ermilov
a1bcd53e5d
A bit of cleanup.
2000-03-23 16:40:42 +00:00
Ruslan Ermilov
4049dbb5fc
"can received" -> "can receive".
2000-03-22 16:07:32 +00:00
Brian Somers
5a83ad1eb1
Correct the parent notification diagnostic emitted from the child
...
process in -background mode (it should report failure if appropriate).
2000-03-22 03:02:01 +00:00
Brian Somers
5a8b6a98df
If a links LCP FSM has reached TLF and it's the last link,
...
don't bother to re-initialise the NCPs. Instead wait for
bundle_LinkClosed() to be called - IFF it actually is called.
By initialising the NCPs at this point, ppp was recursing
back into the fsm_Down() routing for the link, and losing
track of the reason that the link was being brought down.
The end result was that ``set reconnect'' would never do
anything.
Patiently pointed out by: ru
2000-03-22 03:02:00 +00:00
Brian Somers
4b567bf209
Don't bother setting the dial timer if we've closed a
...
background/foreground/direct and zero'd the redial/reconnect
counts.
2000-03-22 03:01:56 +00:00
Brian Somers
3ce91245fc
Do some vfork() trickery so that the parent can determine
...
if the childs exec() has succeeded or failed by taking advantage
of the fact that both processes share the same memory.
FWIW:
I tried to implement this by doing a pipe(), setting the
write desciptors close-on-exec flag in the child and writing
errno to the descriptor if the exec() fails. The parent can
then ``if (read()) got errno else exec worked''.
This didn't work though - the child could write() to fd[1] on
exec failure, but the parent got 0 trying to read() from fd[0] !
Is this a bug in execve() ?
2000-03-22 03:01:53 +00:00
Brian Somers
0cd8e9020a
Call bundle_CleanDatalinks() after UpdateSet() in case we're
...
dropping out of background/foreground/direct mode.
This avoids either having to wait for the redial timer before
exiting or jaming up in select() waiting for something that'll
never happen.
2000-03-22 03:01:48 +00:00
Brian Feldman
2e61f987ad
Make memcontrol(8) able to delete the segments starting at a base of 0
...
which it can create..
2000-03-20 22:53:32 +00:00
Sheldon Hearn
c1765799d9
Fix a typo inherited from the HTML documentation:
...
assocation -> association
PR: 17501
Submitted by: Yoshihiko SARUMARU <mistral@imasy.org>
2000-03-20 12:06:18 +00:00
Sheldon Hearn
c214a2ec9a
Replace erroneous use of Ic (internal command) with the intended
...
It (list item) and remove a duplicated list entry obscured by this
mistake.
PR: 17500
Submitted by: Yoshihiko SARUMARU <mistral@imasy.org>
2000-03-20 11:51:05 +00:00
Kazutaka YOKOTA
44bdcfa638
- This is the second attempt to fix the `-3' option for moused :-)
...
It also adds a new option, `-E', to set the timeout value for
the three button emulation.
2000-03-20 10:40:44 +00:00
Kazutaka YOKOTA
d65ffe4a1f
Add Mitsumi Wireless Scroll Mouse PnP ID.
2000-03-20 08:11:11 +00:00
Brian Somers
a1f961d3a3
Add some diagnostics to prove that incoming IP fragments are
...
being dealt with correctly.
2000-03-19 12:37:27 +00:00
Jordan K. Hubbard
1d34c9e917
Sigh, it would have been nice but I just can't make the rsaref
...
hack work until we figure out some better way of handling package
interaction.
2000-03-18 20:14:58 +00:00
Kazutaka YOKOTA
fb96634340
- Add support for IntelliMouse Explorer, NetScroll Optical, SmartScroll,
...
Scroll Point, and 4D/4D+ mice.
- Add a couple of serial mouse PnP IDs.
- Extend the `-z' option so that the second wheel (or the horizontal
movement of the `scroll' device) can be mapped to buttons.
2000-03-18 15:23:21 +00:00
Jordan K. Hubbard
54dd58b383
We still need a hack for rsaref package; add it. This doesn't
...
affect CDs since they don't contain the rsaref package anyway.
2000-03-18 08:46:23 +00:00
Jordan K. Hubbard
82b13696f8
Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't added
...
completely. Take out another gratuitous warning which is omitted when
All is selected and local dist does not exist.
2000-03-18 08:40:39 +00:00
Jordan K. Hubbard
553cdb6fbd
Update to match current reality (not that anyone reads these anyway :)
2000-03-18 08:06:16 +00:00
Jordan K. Hubbard
cce91055e5
Make the "can't find an rsafoo package" messages more informative.
2000-03-18 07:20:50 +00:00
Chris Piazza
16a92d4304
Update the australian ntp server, the old one is no longer
...
available.
PR: 17448
Submitted by: Chris Knight <chris@aims.com.au>
2000-03-18 02:53:41 +00:00
Brian Somers
311a9da249
Move a comment to make things a bit more readable.
...
Suggested by: sheldonh
Forgotten by: me
2000-03-16 16:28:27 +00:00
Andrey A. Chernov
6555de4811
Add Tremon Wheel PNP mouse
2000-03-15 16:46:12 +00:00
Sheldon Hearn
8d548e1f88
Do not preserve UIDs, permissions nor flags of package system files in
...
tar files. This fixes clean-up problems during package creation and
does not affect the actual files to be included in the package.
The fix submitted on the attributed PR was identical to the one
obtained from NetBSD.
PR: 17386
Reported by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Obtained from: NetBSD
2000-03-15 09:18:12 +00:00
Brian Somers
2793563fc4
Increase bit fields to allow for new values
2000-03-14 20:11:45 +00:00
Brian Somers
959d90ef1d
ppps -> ppp's; suggested by sheldonh
...
.Nm ppp -> .Nm; overlooked by me
Microsofts -> Microsoft's; OpenBSD
2000-03-14 20:04:32 +00:00
Brian Somers
a60f44db18
Understand -DNOINET6
2000-03-14 19:33:13 +00:00
Yoshinobu Inoue
824e77d792
When unexpected rtmsg was received, route6d was dying.
...
So change it just to log it.
(Merge from recent KAME bug fix.)
Submitted by: itojun
Obtained from: KAME project
2000-03-14 18:17:55 +00:00
Sheldon Hearn
c3e1da6b96
Revive rev 1.12 (NetBSD improvements including @ shortcuts).
2000-03-14 14:51:55 +00:00
Mark Newton
545dccdc92
Un-botch my botched reduction in permitted characters in the permitted
...
username check which resulted from my attempt to expand them.
PR: bin/17372
Reviewed by: sheldonh
2000-03-14 14:27:34 +00:00
Mark Newton
44dfd6a858
Fix the case where username validity test would incorrectly fail if
...
the specified username contained uppercase alphabetics.
PR: bin/17372
2000-03-14 14:19:17 +00:00
Sheldon Hearn
b3d642a00a
Cope with quotation marks around font names in /etc/rc.conf .
...
PR: 17330
Reported by: Anatoly Vorobey <mellon@pobox.com>
2000-03-14 09:28:00 +00:00
Brian Somers
2a30e2ac0b
Understand environment variables in commands
...
Submitted by: Mark Knight <markk@knigma.org>
2000-03-14 01:47:31 +00:00
Brian Somers
d568d6c405
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
...
You can now ``resolv restore'' in ppp.linkdown !
Add DNS0 and DNS1 macros.
2000-03-14 01:47:27 +00:00
Brian Somers
574a3ffd78
Refresh the NAT IP pointer after a potential mbuf reallocation. This
...
caused frequent lock-ups for individual sessions over a NAT'd ppp link
when MTU sizes ended up more or less exactly wrong.
2000-03-14 01:47:21 +00:00
Brian Somers
209dc10239
Fix some printf-style argument bugs
2000-03-14 01:47:19 +00:00
Brian Somers
ceecaea3de
Fix some typos
...
Obtained from: OpenBSD
2000-03-14 01:47:13 +00:00
Brian Somers
499640f195
Adjust whitespace
2000-03-14 01:47:11 +00:00
Brian Somers
b9fa960d93
Don't include netinet6/in6.h directly.
2000-03-14 01:47:09 +00:00
Brian Somers
8e7bd08ea4
Correct some typos introduced in the descriptor -> fdescriptor change.
2000-03-14 01:47:07 +00:00
Brian Somers
10e629b937
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
...
exactly the same in FreeBSD & OpenBSD despite libalias and libradius
being local to the ppp sources under OpenBSD.
2000-03-14 01:47:02 +00:00
Brian Somers
f84f2c0057
Correct UN_SIZE definition
...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-03-14 01:46:58 +00:00
Brian Somers
24731321e6
Don't ``break'' when we come accross a non-RTM_IFINFO type
...
entry in the block returned by the NET_RT_IFLIST mib,
``continue''
Broken a few minutes ago by: me
2000-03-14 01:46:56 +00:00
Brian Somers
d6d3eeab46
When ppp can't identify the relevant name, don't use "???", use
...
<nnn> or <0xxxx> instead.
2000-03-14 01:46:54 +00:00
Brian Somers
52c9ca1968
Add ``set log dns'' to log DNS QUERY packets.
...
This is invaluable for dial-on-demand connections...
In ppp.linkup:
set log -dns -tcp/ip
and in ppp.linkdown
set log +dns +tcp/ip
giving a much better account of why the link came up.
2000-03-14 01:46:49 +00:00
Brian Somers
6b4579784c
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
...
is aligned. Teach this to ``show route''.
Clean up some of the sockaddr parsing routines.
2000-03-14 01:46:44 +00:00
Brian Somers
6b38466448
Support IP6 addresses in ``show route''
...
Also, don't try to output routing entries if either the
RTA_DST or RTA_GATEWAY sockaddrs aren't present.
2000-03-14 01:46:38 +00:00
Brian Somers
76ce2d4bcb
When adjusting timer::rest, round to the closest TICKUNIT usecs
...
value.
This has minimal impact here, but if ppp ever needs to frequently
remove timers before they've timed out, it can badly skew the next
item in the timer list without this change.
The correct fix would be to store usecs in `rest' rather than
TICKUNITs, but the math is easier if we just round...
2000-03-14 01:46:34 +00:00
Brian Somers
e722aa17f8
When we stop a timer that's the first in the timer list, ensure
...
that we adjust that timers `rest' value (with the current getitimer()
values) before using that to adjust the next items `rest' value.
After adjusting that value, restart the timer service so that we've
now got the correct setitimer() values.
2000-03-14 01:46:31 +00:00
Brian Somers
f013f33ee2
To avoid namespace polution in NetBSD:
...
``struct descriptor'' -> ``struct fdescriptor''
2000-03-14 01:46:09 +00:00
Kris Kennaway
c9b2af93fa
Test for existence of secure/, not crypto/ for consistency
...
Submitted by: jhay
2000-03-13 21:38:10 +00:00
Kris Kennaway
ee9e4faa2d
Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.
...
Reported by: Jason Garman <jgarman@wedgie.org>
Feedback by: bde, Bob Bishop <rb@gid.co.uk>, jhay
2000-03-13 21:35:30 +00:00
Archie Cobbs
b1ea638805
Remove erroneous built-in help information for the 'msg' command.
2000-03-13 19:23:16 +00:00
Guy Helmer
5b0e9f8cb1
Fix parsing of commands after @ keywords (@hourly, @daily, etc.).
...
Fix setting of "hour" bitmap when @hourly keyword is specified.
MFC candidate after 4.0-RELEASE.
Problem-found-by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-03-13 19:21:17 +00:00
Sheldon Hearn
465c6ce100
Back out previous commit. The code is not ready for it.
2000-03-13 19:13:48 +00:00
Bill Fumerola
3bbd4ccc80
-CURRENT is now 500000, reflect that.
2000-03-13 18:47:48 +00:00
Sheldon Hearn
a7623b801d
Add a standard option list and make appropriate changes to the
...
body of the description.
This is based on a patch from Nick Sanders <fishy@hotbot.com>.
PR: 11978
2000-03-13 14:54:55 +00:00
Yoshinobu Inoue
f9b3ac8d7f
Add missing end of semi colon of an example setkey command.
...
Submitted by: kuriyama
2000-03-13 01:38:46 +00:00
Yoshinobu Inoue
17deb18225
Typo fix. s/SAD/SPD/.
...
Specified by: jdp
2000-03-12 19:56:30 +00:00
Yoshinobu Inoue
6a7a2d34b3
Typo fixes.
...
PR: docs/17333
Submitted by: Kazuo Horikawa <horikawa@psinet.com>
2000-03-12 19:50:12 +00:00
Peter Dufault
73e3e59c77
Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICE
...
for a scheduling boost. This is a conservative change that should
make no difference in practice and eliminate concerns about this being
the source of some SMP hangs.
Configuration scripts should never auto-configure P1003.1B
without a second test. The behavior with respect to regular time
sharing, who can access it, etc., is not defined.
Approved by: jkh
2000-03-12 13:25:14 +00:00
Jordan K. Hubbard
c87413f73b
Remove PkgInteractive hack - it won't work like this.
2000-03-12 03:57:26 +00:00
Kris Kennaway
38e1809ae3
Remove the last vestiges of libRSAglue now that it's an empty stub.
...
This should fix the buildworld problems some people were seeing.
Approved by: jkh
2000-03-11 22:34:10 +00:00
Yoshinobu Inoue
94b65aeee9
Add missing return.
...
"ndp" command should deletes only neighbor cache entries, but the
program lacks necessary "return" after the neighbor cache
entry check, so it might deletes non neighbor cache entries.
(it seems that usually no problem happens.)
Approved by: jkh
Reviewed by: ume
2000-03-11 20:57:31 +00:00
Yoshinobu Inoue
1a0760dd60
Make inetd compilable without INET6.
...
Approved by: jkh
Submitted by: jhb
2000-03-11 11:28:08 +00:00
Jordan K. Hubbard
e03f42bcc6
Do the right thing with USA_RESIDENT
2000-03-10 20:34:22 +00:00
Jordan K. Hubbard
dad50e2ed3
s/chose/choose/ in all the relevant places.
...
Noticed by: John Reynolds <jjreynold@home.com>
2000-03-10 19:53:53 +00:00
Paul Richards
cd7b8d78c7
Fix various unsigned vs signed errors that caused problems with uids
...
and gids bigger than 16 bits. Added checks for uids and gids that are
bigger than 32 bits.
Approved by: jkh (partly, this fix is bigger than I first intended)
2000-03-09 18:11:16 +00:00
Yoshinobu Inoue
a9a948a9bb
Fix addr length argument value passed to sendto().
...
Some inetd internal udp servers didn't worked with problem.
Also fix recvfrom() "fromlen" arg type from int * to socklen_t *.
Approved by: jkh
Submitted by: bde
2000-03-09 15:07:38 +00:00
Yoshinobu Inoue
32387b216d
Added several socket close() which were mistakenly forgotten.
...
Reported by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
2000-03-09 14:51:05 +00:00
Kris Kennaway
bb49f794f5
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
...
Approved by: jkh
2000-03-09 06:29:05 +00:00
Jonathan Lemon
f593bed1b5
Add Compaq Arrays
2000-03-08 18:14:19 +00:00
David E. O'Brien
0be12df092
Somehow I didn't get all the "-v" code commited.
...
Submitted by: Arindum Mukerji <rmukerji@execpc.com>
Approved by: JKH
Make the manpage more style(9) complient.
2000-03-08 16:31:42 +00:00
Jordan K. Hubbard
68a69aba61
Fix inexplicable crypto->des reversion.
2000-03-08 14:54:19 +00:00
Jordan K. Hubbard
976e0e0dd0
Whoops - really make the "fix" I did to the dmenuToggleVariable logic
...
work.
2000-03-08 14:20:26 +00:00
Sheldon Hearn
874072c7bb
Merge in NetBSD improvements:
...
* Clarify quoting value in of name = value pairs.
* Describe the @reboot, @yearly, @annually, @monthly, @weekly,
@daily, @midnight and @hourly extensions.
PR: 17261
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Obtained from: NetBSD
2000-03-08 11:48:01 +00:00
Sheldon Hearn
a3e71776a6
Remove blanks lines, replacing them with Pp macros where appropriate.
2000-03-08 10:13:50 +00:00
Sheldon Hearn
422127521a
Add missing description for the dummy -o option.
2000-03-08 10:06:27 +00:00
Sheldon Hearn
843422401a
Add a dummy -s option for SUSv2 compatibility.
...
PR: 17256
Reported by: Brooks Davis <brooks@one-eyed-alien.net>
Approved by: jkh (release engineer)
2000-03-08 10:02:11 +00:00
Jordan K. Hubbard
c2e8faa8e0
Add entries for slovenian keymap and new euro fonts.
...
Submitted by: Blaz Zupan <blaz@amis.net>
2000-03-07 16:45:36 +00:00
Nik Clayton
739156b85e
It's isdntel(8), not isdntel(1).
...
PR: docs/17103
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:05:50 +00:00
Nik Clayton
2ccea164ec
Mark "name" as being an argument, so it is formatted correctly.
...
PR: docs/16834
Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
2000-03-07 13:32:11 +00:00
Sheldon Hearn
d4cc3e55b1
Remove gratuitous dashes (-) in Fl macro arguments.
...
PR: 17216
Submitted by: horikawa@psinet.com (Kazuo Horikawa)
2000-03-06 13:52:23 +00:00
Sheldon Hearn
2ed2dc52a6
Remove more single-space hard sentence breaks.
2000-03-06 09:45:37 +00:00
Sheldon Hearn
b3841b0188
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-06 09:41:55 +00:00
Søren Schmidt
f6cccdd69a
mkisofs has the -C option for this, doh.
2000-03-04 07:26:23 +00:00
Søren Schmidt
a6b8984b94
Add msinfo command, used for multisession CD generation with
...
mkisofs. Gives the last track start LBA, and the next writable LBA.
Inspired by: peter
2000-03-03 23:17:27 +00:00
Jordan K. Hubbard
8b80a8837b
Really fix the USA_RESIDENT botch.
...
Submitted by: Dmitry Valdov <dv@dv.ru>
2000-03-03 20:33:21 +00:00
Yoshinobu Inoue
1fece1a6b6
Change type of vars which hold in_addr.s_addr from u_long to u_int32_t,
...
for more safety on alpha.
Approved by: jkh
2000-03-03 13:01:57 +00:00
Sheldon Hearn
a3f3c85b7f
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 09:11:28 +00:00
Søren Schmidt
14283480b3
Add a percentage-meter to the progress report.
...
Submitted by: peter
2000-03-02 21:49:10 +00:00
Chris Timmons
da65c01b55
Mention that portmap(8) utilizes hosts_access(5).
...
Reviewed by: asmodai
2000-03-02 18:15:46 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Bill Fenner
51a3acc34a
Make crypto part of tcpdump (print-esp.c) work.
...
Approved by: jkh
2000-03-02 13:27:25 +00:00
Sheldon Hearn
e2bfa2c906
Replace abuse of a literal block display with a more appropriate
...
tag list.
Apologies to translators for mixing in a few language clean-ups.
2000-03-02 13:14:16 +00:00