Peter Wemm
3ec75cc6df
Change the BINFORMAT definitions so that they do not depend on sys.mk,
...
since 2.1.x make(1) apparently does not have the -m switch to set both
the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a
2.1.x system.
1997-09-05 09:09:56 +00:00
Peter Wemm
279a69322c
Cosmetic adjustment for the trap/double fault/panic cpu id listing.
...
It now prints the apic id in hex rather than decimal.
1997-09-05 08:54:55 +00:00
Peter Wemm
c9c5eae40a
Add redirection for new _clock_lock symbol
1997-09-05 08:47:24 +00:00
John Polstra
6b4558f1ea
Add cvsup.ca.FreeBSD.org.
1997-09-05 04:59:22 +00:00
Nate Williams
b1bb7c6f43
- Changed default PAGER from 'less' to 'more', since we don't have less
...
in the base system.
PR: bin/4471
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
1997-09-05 04:24:22 +00:00
Jordan K. Hubbard
4d121235a2
Notes that WEBNFS is supported.
1997-09-05 04:11:50 +00:00
Kazutaka YOKOTA
297976f79f
Add a new compile option SC_HISTORY_SIZE for syscons.
1997-09-04 23:03:11 +00:00
Kazutaka YOKOTA
9d6218d088
Add a new compile option SC_HISTORY_SIZE to specify the history buffer
...
size in terms of lines (instead of bytes). When changing video mode
in ioctl SW_XXX commands, syscons checks scp->history_size and
allocate a history buffer at least as large as the new screen size.
(This was unnecessary before, because HISTORY_SIZE was as large as 100
lines and this is bigger than the maximum screen size: 60 lines).
Similar adjustment is done in ioctl CONS_HISTORY command too.
PR: kern/4169
Reviewed by: sos
1997-09-04 23:01:06 +00:00
Paul Traina
326df44ead
The parameters to logwtmp should be const char's
1997-09-04 22:38:59 +00:00
Mark Murray
f48c26f183
FreeBSD specific schanges - mainly religious issues about where to put
...
stuff.
1997-09-04 21:37:57 +00:00
Tor Egge
5ab88c4102
Added an replacement for callrpc that uses tcp as primary transport method.
...
This enables larger reply messages.
1997-09-04 21:21:56 +00:00
John Polstra
c12fbac488
"It's" -> "Its" in two places.
1997-09-04 20:59:33 +00:00
Søren Schmidt
1f7727a963
Upgrade of EIDE DMA support, Johns comments:
...
* lots of fixes to error handling-- mostly works now
* improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive
still untested
* generally improve DMA config in many ways-- mostly cleanup
* clean up boot-time messages
* rewrite PRD generation algorithm
* first wd timeout is now longer, to handle drive spinup
Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
1997-09-04 18:49:53 +00:00
Søren Schmidt
272c7c74f7
No longer needed, superceded by ide-pci.c ide-pcireg.h
1997-09-04 18:36:02 +00:00
Tor Egge
882e68c8a9
sonewconn no longer passes curproc to the protocol attach method
...
since that might cause in_pcballoc to call MALLOC with M_WAITOK during
a software interrupt.
Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
1997-09-04 17:39:16 +00:00
David Greenman
86fe35b5c6
Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.
1997-09-04 15:23:33 +00:00
David Greenman
e91dd67ed8
Changed the memory sizing code so that if the following conditions
...
are met:
1) The BIOS indicates that there is exactly 64MB of RAM, and
2) The memory size isn't specified with the MAXMEM option or
the npx0 msize hack,
...then do a speculative memory probe beyond the 64MB's until the
first bad page is encountered. This is an admitted hack, but should
nonetheless deal with detecting the correct amount of memory in nearly
all of the modern systems with >64MB of RAM.
Also made a change that will cause the list of detected memory chunks
to be printed if bootverbose is set.
1997-09-04 15:14:48 +00:00
KATO Takenori
d312b24474
Synchronize with sys/i386/i386/userconfig.c revision 1.91.
1997-09-04 13:21:23 +00:00
KATO Takenori
ef24e6ccb5
Synchronize with sys/i386/isa/pcaudio.c revision 1.35.
1997-09-04 13:20:33 +00:00
Philippe Charnier
cc09f59a1e
Cosmetic in man page. Sync usage() with man page.
1997-09-04 11:55:45 +00:00
Jordan K. Hubbard
64938abfe5
Yikes! Whomever put the non-overridable setting of BUILDNAME in
...
here, don't do that!
1997-09-04 11:54:01 +00:00
Philippe Charnier
dd1f44fc09
Use err(3). Style in usage().
1997-09-04 11:52:28 +00:00
Philippe Charnier
112eace26d
Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does not
...
exist. Use An/Aq macros for Author.
1997-09-04 11:50:37 +00:00
Philippe Charnier
4b15a65e1f
Use err(3). Add usage(). Remove Xref: format(8) does not exist.
1997-09-04 11:40:51 +00:00
Jordan K. Hubbard
d29810eabb
Copy the boot.help file also into the MFS image so that the installer
...
can find it later and copy it over.
1997-09-04 11:28:32 +00:00
KATO Takenori
cca7e880b9
Always defines macros for PC-98 display.
1997-09-04 09:05:17 +00:00
Jordan K. Hubbard
168568257a
Correct ancient spelling bogon.
1997-09-04 09:01:07 +00:00
Poul-Henning Kamp
c9e186fb37
A little gadget to dump the contents of the vfs name cache.
1997-09-04 08:28:55 +00:00
Poul-Henning Kamp
4d1122bdd6
Revert to the previous hashing, double the hashtable size instead.
1997-09-04 08:24:44 +00:00
Mark Murray
81cb6ddccd
Initial import of BSD telnet. This will be used to build the kerberised
...
telnet, and after userland diffs have been merged in, will be used to
build the non-kerberised sources as well. (See unifdef(1) for details)
1997-09-04 06:11:16 +00:00
Mark Murray
4a1db16b66
This commit was generated by cvs2svn to compensate for changes in r29085,
...
which included commits to RCS files with non-trunk default branches.
1997-09-04 06:04:33 +00:00
Mark Murray
03656ac1b0
Initial import of KTH eBones. This has been cleaned up to only include
...
the "core" Kerberos functionality. The rest of the userland will get their
own changes later.
1997-09-04 06:04:33 +00:00
KATO Takenori
6ca02614a5
Support read-only mount.
1997-09-04 03:14:49 +00:00
Brian Somers
683cef3c33
Install as group ``network''
...
Insist that uid == 0 for client ppp
Disallow client sockets if no password is specified
Don't exit on failure to open client socket for listening
Allow specification of null local password
Use reasonable size (smaller) ``vector''s in auth.c
Fix "passwd ..." usage message
Insist on "all" as arg to "quit" (if any)
Drop client socket connection before Cleanup() when "quit all"
1997-09-04 00:38:22 +00:00
Brian Somers
8a13ec3a33
ppp => network
...
As discussed on cvs-committers
1997-09-04 00:36:38 +00:00
Jordan K. Hubbard
0f5731dc47
Skip contrib-crypto
1997-09-03 23:15:38 +00:00
John Polstra
6df92623e9
"Stable" now means RELENG_2_2.
1997-09-03 20:40:13 +00:00
Søren Schmidt
44b9771a14
1) Changed the volume to be a little louder.
...
2) Added a non_blocking flag to the write routine.
3) Added a 3rd buffer (actually a ring buffer would be better)
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
1997-09-03 19:08:05 +00:00
Poul-Henning Kamp
fd9d9ff13e
Hmm, this is hopefully better.
1997-09-03 13:29:41 +00:00
KATO Takenori
6fd38fbdc0
Synchronize with sys/i386/i386/machdep.c and microtime.s revisions
...
1.261 and 1.32, respectively.
1997-09-03 12:41:16 +00:00
KATO Takenori
47e05c0b61
Synchronize with sys/i386/conf/files.i386 revision 1.174.
1997-09-03 12:40:10 +00:00
Jordan K. Hubbard
920e888936
Install boot.help a little more skillfully; now it works without a src
...
dist installed. :)
1997-09-03 11:19:56 +00:00
Jordan K. Hubbard
21130039d8
People have complained that this is overly chatty, and
...
"dangerously dedicated" mode doesn't appear to have killed
anyone in recent memory, so I agree.
1997-09-03 10:47:44 +00:00
Poul-Henning Kamp
119b6f4cf2
Use 2^N hash sizes rather than primesize, this replaces a division
...
with an and. (Submitted by davidg)
Preemptively record ".." values.
Reviewed by: phk
1997-09-03 09:20:17 +00:00
Poul-Henning Kamp
7cb22688e9
Revert the v_usecount handling in relation to VOP_INACTIVE.
1997-09-03 09:18:48 +00:00
Paul Traina
5901e3495b
Remove bits of libmissing we don't care about.
1997-09-03 08:24:28 +00:00
Philippe Charnier
c72049e448
Use err(3). Document -n flag from OpenBSD.
...
Obtained from: OpenBSD.
1997-09-03 06:32:31 +00:00
Justin T. Gibbs
c66dbc92d4
Make the aic7xxx sequencer assembler compile in the kernel's object
...
directory. Rename (via repository copy) some files so that the potential
for future conflicts is minimized.
PR: conf/4363
1997-09-03 03:44:58 +00:00
Bruce Evans
853aa1faf3
Fixed synopsis. The envp arg for execle() can't be given in the prototype.
...
Fortunately, the man page doesn't refer to "envp" so just deleting it is OK.
1997-09-03 03:25:35 +00:00
Brian Somers
5b4c5b0055
Bring CCP and IPCP layers down properly when LCP
...
comes down. Give a count of bytes sent/received
in IPCP log.
1997-09-03 02:08:20 +00:00