Commit Graph

24559 Commits

Author SHA1 Message Date
ache
d854f255c1 Compact usage string, devices list can be too long 1997-09-23 23:24:13 +00:00
gibbs
a6f4005c8d Fix a call to timeout that wasn't properly saving it's callout handle.
Submitted by:	 durian@plutotech.com
1997-09-23 22:14:43 +00:00
brian
10d0f39609 Don't luse uu_lock in -direct mode. It conflicts w/
hylafax & the like.
Get the CD bit right at last - now that I've got
my second modem back - loss of carrier makes ppp exit.
1997-09-23 22:07:51 +00:00
ache
c44212b6e7 This commit was generated by cvs2svn to compensate for changes in r29747,
which included commits to RCS files with non-trunk default branches.
1997-09-23 21:34:42 +00:00
ache
4ca5e59a79 Official patch from infozip 1997-09-23 21:34:42 +00:00
brian
95319a53d4 Undo botched commit (local changes got in) 1997-09-23 19:52:14 +00:00
nate
eb9cb81f95 - Bump up the size of the space for strings read from PCMCIA cards. Newer
cards have longer entries.

Submitted by:	Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
1997-09-23 19:51:32 +00:00
bde
34ccba588c Moved setconf() call after root configuration again. This fixes a
null pointer panic in the "generic" version of setconf().

Removed the resulting near-duplicate printf.
1997-09-23 17:14:37 +00:00
jkh
32bcbccb25 Fix merge spam
Spotted by:	Alex Nash
1997-09-23 16:28:00 +00:00
peter
a2e283424d Further tweak to 'daemon' so that the hard limit for coredumpsize
is not set to zero, only the soft limit.  This means that non-root
processes started from /etc/rc* can explicitly raise the coredump limit
if they wish.
1997-09-23 14:14:10 +00:00
wosch
b96d048188 Float overflow in statistic function for large databases
(>100MB characters).
1997-09-23 12:47:47 +00:00
jkh
ff47adabfb Reserve entry for CAN16-2 CAN-PC Interface
Submitted by:	Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
1997-09-23 08:45:33 +00:00
jkh
bec7334383 Be more explicit about one of IPFIREWALL's features. 1997-09-23 08:42:42 +00:00
charnier
a08e5c8f58 Use err(3). Add usage() and prototypes. 1997-09-23 06:38:54 +00:00
charnier
bab9edb2ad Use err(3). Put includes in alphabetical order.
Rewrote man page in mdoc format.
Document -v and -p flags.
1997-09-23 06:36:27 +00:00
charnier
a22aefae5d Use err(3). Make it -Wall friendly. Typo fix in man page. 1997-09-23 06:32:33 +00:00
peter
a4f6f984a3 Mention some of Justin's changes. 1997-09-23 03:28:15 +00:00
peter
052dea138d Raise some of the 'daemon' class limits as used by things started
from /etc/rc, including inetd and it's children, stuff from
/usr/local/etc/rc.d (eg: squid, apache).  The default limits are causing
a lot of problems including things like fsck failing on large disks.
I hope I've understood the quirks of the override mechanism properly.
1997-09-23 03:09:51 +00:00
brian
3180b73eb2 Don't allow accept/deny when it's not appropriate.
Log PAP/CHAP users in utmp & wtmp, allowing it to
be avoided with "disable utmp"
1997-09-22 23:59:16 +00:00
wosch
53fdfe9b06 Polish message catalogs for vi.
Submitted by: abial@warman.org.pl
PR:         4522
1997-09-22 23:14:37 +00:00
gibbs
22e13e1587 Add a missing bufq_init call. The original code never initialized it's
buffer queue so I missed this when I changed buf_queue_head.

This probably fixes Soren's problem too, but he never mentioned
which CD driver he was using. 8-)

Submitted by:	dave adkins <adkin003@tc.umn.edu>
1997-09-22 22:58:08 +00:00
wosch
fe3e13acc1 Polish fonts and keymap.
Submitted by: abial@warman.org.pl
PR: 4522
1997-09-22 21:44:54 +00:00
joerg
fa63dfc6cf Make MFS a supported option, finally. 1997-09-22 21:24:03 +00:00
wosch
aca146e8c9 Polish message catalogs for ee.
Still buggy. Help messages and command names are not in sync,
eg. 'quit' <-> 'KONIEC'.

Submitted by: abial@warman.org.pl
PR:         4522
1997-09-22 20:20:28 +00:00
wosch
5e74f1cde6 Add directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2 1997-09-22 20:17:24 +00:00
gibbs
441af4f8b9 restore a line I accidentally deleted with my callout changes.
Submitted by:	bde@FreeBSD.org
1997-09-22 18:04:42 +00:00
peter
8afddc6ac1 Apply fts() fix from PR#4593
Submitted by:  Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-09-22 12:48:40 +00:00
kato
dee99f20c8 Update for changes in the callout interface. 1997-09-22 12:25:31 +00:00
kato
e53d2a4d4a Synchronize with sys/i386/isa/wd.c revision up to 1.140. 1997-09-22 12:24:39 +00:00
kato
a5f817169e Synchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,
1.105 and 1.183, respectively.
1997-09-22 12:23:49 +00:00
kato
bfbbef2b3a Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265
and 1.111, respectively.
1997-09-22 12:20:42 +00:00
kato
128aab34e4 Synchronize with sys/i386/conf/files.i386 revision 1.177. 1997-09-22 12:18:52 +00:00
max
9bf19cf654 Typo fix.
PR:		4594
Submitted by:	Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-09-22 10:12:47 +00:00
jkh
955e09a3f0 If we're going to blindly install freebsd.cf from the etc-sendmail.cf
rule then we'd better depend on it.
1997-09-22 07:33:14 +00:00
charnier
03573ec4a8 Use err(3). Put includes in alphabetical order. Use .An macro. 1997-09-22 06:30:04 +00:00
peter
b40d690188 Turn on CR4_VME on the AP's the same as the BSP. Note that we do not
[yet] probe the AP's for their cpuid/capabilities etc, so this is a fudge
at best.

Problem noted by: Jonathan Lemon <jlemon@americantv.com>
1997-09-22 05:03:03 +00:00
brian
c2540cceee Don't pause for one second before starting LCP
negotiation.  Instead, incrementally pause after
receiving LCPs with the same magic.  We can now
suffer a server that waits more than 1 second before
responding.  Pauses greater than a second get
hopelessly confusing as when the server eventually
starts, it sees a flood of Config Requests followed
by config NAKs and changes of magic.  This causes the
server to change its magic over and over.....
1997-09-22 02:51:24 +00:00
brian
a201ed1ecc Use the correct device name in "show modem" 1997-09-22 00:55:46 +00:00
brian
a88b0d13f4 Correct the way the uucp lock file and the ttyXX.if lock
file get created.  We don't create lock files over non-tty
connections, but we *do* create lock files in -direct mode.
This leaves us capable of adding utmp/wtmp support for
successful pap & chap logins (coming soon).
1997-09-22 00:46:56 +00:00
gibbs
1b38c4500b Oops. This file shouldn't have been committed. 1997-09-22 00:37:08 +00:00
wpaul
516e3b8a0a Make selection logic more strict. Only select AF_INET loopback interfaces
that are up on second (loopback only) pass, and only select non-loopback
AF_INET interfaces that are up on first pass.
1997-09-21 23:04:51 +00:00
brian
d788f319a2 Sleep for a second before sending the first LCP
config request.  This stops us from squirting stuff
down a line that still has ECHO turned on because the
peer hasn't had a chance to start yet.
Lead to the cause by:	Greg Lehey <grog@lemis.com>
1997-09-21 23:01:34 +00:00
dyson
ccd9798603 Remove an unfortunate name clash with the zalloc/zfree routines. Since the
ppp_deflate code uses the names locally - it looses.
1997-09-21 22:31:20 +00:00
julian
454140c5a0 urk, fix spelling error in comment I just fixed. 1997-09-21 22:20:12 +00:00
julian
f9e614185c Fix a comment. 1997-09-21 22:14:54 +00:00
gibbs
94d84ccb7c Add isa_devtab_cam. 1997-09-21 22:12:50 +00:00
gibbs
979d879c6c Updated timeout.9 man page describing the new callout interface. This
man page was based on the NetBSD version.
1997-09-21 22:12:19 +00:00
gibbs
df1f24e6bb Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag
so that meta-data writes go out to the device in the right order.
1997-09-21 22:10:49 +00:00
gibbs
f935b9668d Update for new buffer queue data structure. 1997-09-21 22:10:02 +00:00
gibbs
dc29554b5d buf.h:
Change the definition of a buffer queue so that bufqdisksort can
	properly deal with bordered writes.

	Add inline functions for accessing buffer queues.  This should be
	considered an opaque data structure by clients.

callout.h:
	New callout implementation.

device.h:
	Add support for CAM interrupts.

disk.h:
disklabel.h:
	tqdisksort->bufqdisksort

kernel.h:
	Add new configuration entries for configuration hooks and calling
	cpu_rootconf and cpu_dumpconf.

param.h:
	Add a priority for sleeping waiting on config hooks.

proc.h:
	Update for new callout implementation.

queue.h:
	Add TAILQ_HEAD_INITIALIZER from NetBSD.

systm.h:
	Add prototypes for cpu_root/dumpconf, splcam, splsoftcam, etc..
1997-09-21 22:09:24 +00:00