]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoDon't Cleanup() in background mode when
Brian Somers [Sun, 9 Nov 1997 23:40:21 +0000 (23:40 +0000)]
Don't Cleanup() in background mode when
we get a "close", the LcpClose() will
eventually do it when we get to PHASE_DEAD.

26 years agoInitialize VarAltPhone.
Brian Somers [Sun, 9 Nov 1997 22:56:15 +0000 (22:56 +0000)]
Initialize VarAltPhone.
PR: 4993

26 years agoDon't create a diagnostic socket by default.
Brian Somers [Sun, 9 Nov 1997 22:07:29 +0000 (22:07 +0000)]
Don't create a diagnostic socket by default.
Allow a password spec on the "set server" command line.
Use SIGUSR2 to close the diagnostic socket.
Some man page corrections.

26 years agoDon't ask for a password if it's specified as empty.
Brian Somers [Sun, 9 Nov 1997 18:51:23 +0000 (18:51 +0000)]
Don't ask for a password if it's specified as empty.

26 years agoPrompt correctly when ppp *doesn't* ask for a password.
Brian Somers [Sun, 9 Nov 1997 18:50:34 +0000 (18:50 +0000)]
Prompt correctly when ppp *doesn't* ask for a password.

26 years agoSuggest that a ``!include ~/.ppp.conf'' may be in order.
Brian Somers [Sun, 9 Nov 1997 17:54:27 +0000 (17:54 +0000)]
Suggest that a ``!include ~/.ppp.conf'' may be in order.

26 years agoAdd the "!include" syntax.
Brian Somers [Sun, 9 Nov 1997 17:51:27 +0000 (17:51 +0000)]
Add the "!include" syntax.
Return 0 from "show" commands.

26 years agoDocument the ``-o 3'' option.
David E. O'Brien [Sun, 9 Nov 1997 16:08:11 +0000 (16:08 +0000)]
Document the ``-o 3'' option.

The Man award to: Jo"rg

26 years agoRemove the comments hat just list the nested includes.
Wolfram Schneider [Sun, 9 Nov 1997 15:03:15 +0000 (15:03 +0000)]
Remove the comments hat just list the nested includes.
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce

26 years agotarget(__target) -> target(${__target})
Wolfram Schneider [Sun, 9 Nov 1997 14:37:40 +0000 (14:37 +0000)]
target(__target) -> target(${__target})

PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

26 years agoDon't mention removed ppp sample files
Brian Somers [Sun, 9 Nov 1997 14:24:24 +0000 (14:24 +0000)]
Don't mention removed ppp sample files
Pointed out by:  jkh

26 years agoIncrease chat script sizes to 512
Brian Somers [Sun, 9 Nov 1997 14:18:55 +0000 (14:18 +0000)]
Increase chat script sizes to 512
Requested by: Michael Reifenberger <root@totum.plaut.de>

26 years agoRemove the use of $HOME/.ppp.*
Brian Somers [Sun, 9 Nov 1997 13:18:51 +0000 (13:18 +0000)]
Remove the use of $HOME/.ppp.*

26 years agoNull commit:
Brian Somers [Sun, 9 Nov 1997 13:18:18 +0000 (13:18 +0000)]
Null commit:
  The last modification removed the use of $HOME/.ppp.*

26 years agoAdd html-mv script. Html-mv rename HTML generated filenames to
Wolfram Schneider [Sun, 9 Nov 1997 11:23:54 +0000 (11:23 +0000)]
Add html-mv script. Html-mv rename HTML generated filenames to
human readable filenames. E.g.:

$ cd FAQ
$ make FORMATS=html
$ html-mv FAQ
$ ls
FAQ_ACKNOWLEDGMENTS.html
FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html
FAQ_Are_there_any_Database_systems_for_FreeBSD_.html
FAQ_Are_there_any_commercial_high-performance_X_servers_.html
FAQ_Books_on_FreeBSD.html
FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html
[...]

26 years agoA better fix for the ddb command history buffer problem; use a static
Mike Smith [Sun, 9 Nov 1997 06:30:29 +0000 (06:30 +0000)]
A better fix for the ddb command history buffer problem; use a static
buffer instead of trying to use malloc() in the input routine.
Submitted by: john hood <cgull@smoke.marlboro.vt.us>

26 years agoIntroduce ID0 logging.
Brian Somers [Sun, 9 Nov 1997 06:22:49 +0000 (06:22 +0000)]
Introduce ID0 logging.
Stay as the invoking uid as much as possible.
Execution as a normal user is still forbidden for now,
so these changes are pretty ineffective.
The next commit will implement the modifications suggested
on -hackers a number of days ago.

26 years agoAdd an introductory manpage for the ports system.
David E. O'Brien [Sun, 9 Nov 1997 06:05:45 +0000 (06:05 +0000)]
Add an introductory manpage for the ports system.

26 years agoNeed to skip argv[0] when we are named "sum".
David E. O'Brien [Sun, 9 Nov 1997 05:47:55 +0000 (05:47 +0000)]
Need to skip argv[0] when we are named "sum".

26 years agoWhen called "sum", it is not documented as accepting any arguments.
David E. O'Brien [Sun, 9 Nov 1997 05:35:26 +0000 (05:35 +0000)]
When called "sum", it is not documented as accepting any arguments.

26 years agoMF22: MSG_EOR bug fix.
Jordan K. Hubbard [Sun, 9 Nov 1997 05:07:40 +0000 (05:07 +0000)]
MF22: MSG_EOR bug fix.
Submitted by: wollman

26 years agoWhen responding to a CHAP challenge, don't try to use
Brian Somers [Sun, 9 Nov 1997 03:55:27 +0000 (03:55 +0000)]
When responding to a CHAP challenge, don't try to use
ppp.secret to get a key value based on the peers name,
then send the value of AuthName with the encrypted result.
This is *way* too confusing.
Instead, always use AuthName and AuthKey as the documentation
says.

26 years agoDescribe MNT_NOCLUSTER{R,W} flags.
KATO Takenori [Sun, 9 Nov 1997 03:36:26 +0000 (03:36 +0000)]
Describe MNT_NOCLUSTER{R,W} flags.

Pointed out by: bde

26 years agoDon't include RTA_GATEWAY in rtm_addrs unless it's specified.
Brian Somers [Sun, 9 Nov 1997 03:22:49 +0000 (03:22 +0000)]
Don't include RTA_GATEWAY in rtm_addrs unless it's specified.

26 years agoMake fix for PR 4883 consistent with other similar cases.
James Raynard [Sun, 9 Nov 1997 00:48:01 +0000 (00:48 +0000)]
Make fix for PR 4883 consistent with other similar cases.

26 years agoIf "-l" is given, make sure the target of the link exist.
David E. O'Brien [Sat, 8 Nov 1997 22:15:55 +0000 (22:15 +0000)]
If "-l" is given, make sure the target of the link exist.

26 years agoMerge ppp configuration examples.
Brian Somers [Sat, 8 Nov 1997 20:58:41 +0000 (20:58 +0000)]
Merge ppp configuration examples.
Add some useful bits & pieces.

26 years agoBack-out previous change. A better fix is to follow.
James Raynard [Sat, 8 Nov 1997 20:29:33 +0000 (20:29 +0000)]
Back-out previous change.  A better fix is to follow.
Requested-by: bde
26 years agofix slight breakages from PHK's VFS work.
Julian Elischer [Sat, 8 Nov 1997 19:02:28 +0000 (19:02 +0000)]
fix slight breakages from PHK's VFS work.
also remove irrelevant copyright, now that all that code has gone away.

26 years agoMerge 971020 stuff.. Check 21142? SROM CRC.
Peter Wemm [Sat, 8 Nov 1997 14:46:58 +0000 (14:46 +0000)]
Merge 971020 stuff.. Check 21142? SROM CRC.

26 years agoTypo police.
Brian Somers [Sat, 8 Nov 1997 12:37:33 +0000 (12:37 +0000)]
Typo police.

26 years agoUpdate the LOOP AVOIDANCE section to reflect reality.
Brian Somers [Sat, 8 Nov 1997 01:02:08 +0000 (01:02 +0000)]
Update the LOOP AVOIDANCE section to reflect reality.
Requested by: Archie Cobbs <archie@whistle.com>

26 years agoDon't pass global vars as args.
Brian Somers [Sat, 8 Nov 1997 00:28:11 +0000 (00:28 +0000)]
Don't pass global vars as args.
Remove local/global conflicts.

26 years agoAllow the system to be configured to pass "-n" to kerberos and
Sean Eric Fagan [Fri, 7 Nov 1997 20:45:48 +0000 (20:45 +0000)]
Allow the system to be configured to pass "-n" to kerberos and
kadmind or not; also, only run kadmind on a non-slave server.  Man
page for rc.conf is also updated.

Reviewed by: Mark Murray

26 years agoMention how to keep the line for a minimum call charge.
Brian Somers [Fri, 7 Nov 1997 20:44:12 +0000 (20:44 +0000)]
Mention how to keep the line for a minimum call charge.
Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>

26 years agoStyle police.
Brian Somers [Fri, 7 Nov 1997 20:20:15 +0000 (20:20 +0000)]
Style police.
bzero -> memset
index -> strchr
rindex -> strrchr
Use libedit (this should make pppctl a lot more attractive than telnet).

26 years agoUse UPAGES when setting up private pages for SMP (which includes idle stack).
Tor Egge [Fri, 7 Nov 1997 19:58:34 +0000 (19:58 +0000)]
Use UPAGES when setting up private pages for SMP (which includes idle stack).

26 years agoMake roots prompt "`hostname -s`# "
Poul-Henning Kamp [Fri, 7 Nov 1997 17:22:32 +0000 (17:22 +0000)]
Make roots prompt "`hostname -s`# "

26 years agoAdd Slovenian keyboard
Andrey A. Chernov [Fri, 7 Nov 1997 15:55:07 +0000 (15:55 +0000)]
Add Slovenian keyboard
Submitted by: Blaz Zupan <blaz@amis.net>

26 years agoAdd Slovenian data
Andrey A. Chernov [Fri, 7 Nov 1997 15:46:45 +0000 (15:46 +0000)]
Add Slovenian data
Submitted by: Blaz Zupan <blaz@amis.net>

26 years agoAdd Slovene link
Andrey A. Chernov [Fri, 7 Nov 1997 15:40:55 +0000 (15:40 +0000)]
Add Slovene link

26 years agoAdd sl_SI directories
Andrey A. Chernov [Fri, 7 Nov 1997 15:38:24 +0000 (15:38 +0000)]
Add sl_SI directories

26 years agoAdd link to Polish locale
Andrey A. Chernov [Fri, 7 Nov 1997 15:27:12 +0000 (15:27 +0000)]
Add link to Polish locale

26 years agoAdd Polish link
Andrey A. Chernov [Fri, 7 Nov 1997 15:18:11 +0000 (15:18 +0000)]
Add Polish link
Submitted by: Andrzej Bialecki <abial@warman.org.pl>

26 years agoAdd Polish data
Andrey A. Chernov [Fri, 7 Nov 1997 15:14:11 +0000 (15:14 +0000)]
Add Polish data
Submitted by: Andrzej Bialecki <abial@warman.org.pl>

26 years agoArgl! Who's got the pointy hat these days? Hand it over to me, ASAP!
Joerg Wunsch [Fri, 7 Nov 1997 13:18:50 +0000 (13:18 +0000)]
Argl!  Who's got the pointy hat these days?  Hand it over to me, ASAP!

When setting an alarm that didn't trigger, i gotta clear it again
before going on.  Hmpf!

26 years agoSync with following files:
KATO Takenori [Fri, 7 Nov 1997 12:54:01 +0000 (12:54 +0000)]
Sync with following files:
- sys/i386/i386/machdep.c revision 1.271
- sys/i386/i386/trap.c revision 1.114
- sys/i386/isa/if_ed.c revision 1.128
- sys/i386/isa/if_fe.c revision 1.34
- sys/i386/isa/syscons.c revision 1.238.
- sys/i386/isa/wd.c revision 1.144

26 years agoRename some local variables to avoid shadowing other local variables.
Poul-Henning Kamp [Fri, 7 Nov 1997 09:21:01 +0000 (09:21 +0000)]
Rename some local variables to avoid shadowing other local variables.

Found by: -Wshadow

26 years agoRemove a bunch of variables which were unused both in GENERIC and LINT.
Poul-Henning Kamp [Fri, 7 Nov 1997 08:53:44 +0000 (08:53 +0000)]
Remove a bunch of variables which were unused both in GENERIC and LINT.

Found by: -Wunused

26 years agoSupport interactive mode.
Brian Somers [Fri, 7 Nov 1997 02:54:49 +0000 (02:54 +0000)]
Support interactive mode.

26 years agoDon't try to do anything with the input history if MALLOC() for the buffer
Mike Smith [Fri, 7 Nov 1997 02:34:50 +0000 (02:34 +0000)]
Don't try to do anything with the input history if MALLOC() for the buffer
failed.

This broke early debugging.

26 years agoPah! I didn't stick to my own advise to adjust the padding...
Joerg Wunsch [Fri, 7 Nov 1997 00:18:25 +0000 (00:18 +0000)]
Pah!  I didn't stick to my own advise to adjust the padding...

26 years agoTypo fix that caused the value 0x1234 to be written to a random memory
Joerg Wunsch [Fri, 7 Nov 1997 00:12:55 +0000 (00:12 +0000)]
Typo fix that caused the value 0x1234 to be written to a random memory
location.  Also, instead of jumping ot the CPU's restart vector, just
call int 0x19 to reboot.  (Writing hte 0x1234 was a little useless
otherwise.)

PR: bin/4901
Submitted by: Jonathan Mini <mini@d198-232.uoregon.edu>

26 years agoFix some breakage from my last set of changes.
Joerg Wunsch [Fri, 7 Nov 1997 00:09:40 +0000 (00:09 +0000)]
Fix some breakage from my last set of changes.

PR: bin/4892
Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>

26 years agoTeach tzsetup to understand blank lines in the iso3166 file.
Joerg Wunsch [Fri, 7 Nov 1997 00:07:27 +0000 (00:07 +0000)]
Teach tzsetup to understand blank lines in the iso3166 file.

Found by:  evanc@synapse.net (Evan Champion)

26 years agoFix the SYNOPSIS Lnie so the entry will actually work.
Joerg Wunsch [Fri, 7 Nov 1997 00:05:24 +0000 (00:05 +0000)]
Fix the SYNOPSIS Lnie so the entry will actually work.

Submitted by: Ulli Linzen <ulli@perceval.camelot.de>

26 years agoUse warn rather than warnx to report errors opening the APM device.
Warner Losh [Thu, 6 Nov 1997 23:55:38 +0000 (23:55 +0000)]
Use warn rather than warnx to report errors opening the APM device.
Nit formatting fix

26 years agoRats. Committed the wrong version.
Mark Murray [Thu, 6 Nov 1997 20:06:19 +0000 (20:06 +0000)]
Rats. Committed the wrong version.
Move the declarations to the top of the ioctl() function so this compiles.

26 years agoMove the "retval" (3rd) parameter from all syscall functions and put
Poul-Henning Kamp [Thu, 6 Nov 1997 19:29:57 +0000 (19:29 +0000)]
Move the "retval" (3rd) parameter from all syscall functions and put
it in struct proc instead.

This fixes a boatload of compiler warning, and removes a lot of cruft
from the sources.

I have not removed the /*ARGSUSED*/, they will require some looking at.

libkvm, ps and other userland struct proc frobbing programs will need
recompiled.

26 years agoSync with sys/i386/conf/Makefile.i386 revision 1.105.
KATO Takenori [Thu, 6 Nov 1997 09:51:34 +0000 (09:51 +0000)]
Sync with sys/i386/conf/Makefile.i386 revision 1.105.

26 years agoFix the "missing page" problem. Also, improve the performance of page
John Dyson [Thu, 6 Nov 1997 08:35:50 +0000 (08:35 +0000)]
Fix the "missing page" problem.  Also, improve the performance of page
allocation in common cases.

26 years agoMake the Nakamichi CD-ROM changer detection detect more recent devices,
Joerg Wunsch [Thu, 6 Nov 1997 08:29:50 +0000 (08:29 +0000)]
Make the Nakamichi CD-ROM changer detection detect more recent devices,
too.

26 years ago1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.
Mark Murray [Thu, 6 Nov 1997 07:04:08 +0000 (07:04 +0000)]
1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.
2) Fix temporal decimation, disable it when
   doing CAP_SINGLEs, and in dual-field capture, don't
   capture fields for different frames

Submitted by: Luigi Rizzo & Randall Hopper

26 years agoAdd the IOCTL for Luigi's BT848 -> I2C bus driver.
Mark Murray [Thu, 6 Nov 1997 07:00:45 +0000 (07:00 +0000)]
Add the IOCTL for Luigi's BT848 -> I2C bus driver.

26 years agoBump configvers to 300003 to account for the crd->card (and related)
Mike Smith [Thu, 6 Nov 1997 03:11:40 +0000 (03:11 +0000)]
Bump configvers to 300003 to account for the crd->card (and related)
namespace changes.

26 years agoIdentify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU are
KATO Takenori [Thu, 6 Nov 1997 03:10:28 +0000 (03:10 +0000)]
Identify MediaGX CPU correctly.  Old MeidaGX CPU and GXm CPU are
distinguished.  CPU-classes of MeidaGX CPU and GXm CPU are 486-class
and 586-class, respectively.

PR: 4936

26 years agoConvert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT and
Bill Fenner [Thu, 6 Nov 1997 02:20:27 +0000 (02:20 +0000)]
Convert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT and
 DESCR files when building README.html .
Don't use control characters in sed statement.

Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR
pkg/4341.

26 years agoMerge changes
Andrey A. Chernov [Thu, 6 Nov 1997 01:00:03 +0000 (01:00 +0000)]
Merge changes

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30971,
Andrey A. Chernov [Thu, 6 Nov 1997 00:50:44 +0000 (00:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30971,
which included commits to RCS files with non-trunk default branches.

26 years agoUpdate to current bash version
Andrey A. Chernov [Thu, 6 Nov 1997 00:50:44 +0000 (00:50 +0000)]
Update to current bash version

26 years agoo Spelling police.
Brian Somers [Thu, 6 Nov 1997 00:25:33 +0000 (00:25 +0000)]
o  Spelling police.
o  Emphasize ``PPP''
o  x-ref other programs
o  Some minor clarifications

26 years ago1) Fix longstanding bug:
Andrey A. Chernov [Wed, 5 Nov 1997 23:33:58 +0000 (23:33 +0000)]
1) Fix longstanding bug:
trap 'echo xxx' 1 2 3 15
read x
is not interrupted by ^C (due to restartable read syscall) and must be
interrupted per POSIX
Worse case:
read -t 5 x
hangs forever after ^C pressed (supposed to timeout after 5 secs)
Fixed by adding siginterrupt(signo, 1) after catch handler installed

2) Do not reinstall sighandler immediately after it is called,
BSD do it for us

26 years agoOops, forgot to count non-changer drives..
Søren Schmidt [Wed, 5 Nov 1997 21:32:00 +0000 (21:32 +0000)]
Oops, forgot to count non-changer drives..

Broken by: sos
Reported by: phk

26 years agoMake window(1) honor the LC_CTYPE setting.
Joerg Wunsch [Wed, 5 Nov 1997 20:20:17 +0000 (20:20 +0000)]
Make window(1) honor the LC_CTYPE setting.

While i was at it, don't export \E[OA style cursor key strings into the
TERMCAP variable since window's emulation doesn't support it.  Instead,
convert to \E[[A etc.

26 years agoMake IPDIVERT a supported option. Alas, in_var.h depends on it, i
Joerg Wunsch [Wed, 5 Nov 1997 20:17:23 +0000 (20:17 +0000)]
Make IPDIVERT a supported option.  Alas, in_var.h depends on it, i
hope i've found out all files that actually depend on this dependancy.
IMHO, it's not very good practice to change the size of internal
structs depending on kernel options.

26 years agoFix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.
KATO Takenori [Wed, 5 Nov 1997 15:12:44 +0000 (15:12 +0000)]
Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.

26 years agochanged prototype to match text
John-Mark Gurney [Wed, 5 Nov 1997 10:09:33 +0000 (10:09 +0000)]
changed prototype to match text
changed sysctl to lsvfs as "sysctl vfs" doesn't return a listing of
possible filesystem names

26 years agoMFS.
David E. O'Brien [Wed, 5 Nov 1997 06:11:35 +0000 (06:11 +0000)]
MFS.

26 years agoCorrect description of which runes are encoded as two bytes.
Steve Price [Wed, 5 Nov 1997 04:18:42 +0000 (04:18 +0000)]
Correct description of which runes are encoded as two bytes.

PR: 4555
Submitted by: Dmitrij Tejblum <tejblum@arc.hq.cti.ru>

[0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb10bbbbbb10bbbbbb
.Ed
.Pp
If more than a single representation of a value exists (for example,
0x00; 0xC0 0x80; 0xE0 0x80 0x80) the shortest representation is always
used (but the longer ones will be correctly decoded).
.Pp
The final three encodings provided by X-Open:
.Bd -literal
[00000000.000bbbbb.bbbbbbbb.bbbbbbbb] ->
11110bbb10bbbbbb10bbbbbb10bbbbbb

[000000bb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
111110bb10bbbbbb10bbbbbb10bbbbbb10bbbbbb

[0bbbbbbb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
1111110b10bbbbbb10bbbbbb10bbbbbb10bbbbbb10bbbbbb
.Ed
.Pp
which provides for the entire proposed ISO-10646 31 bit standard are currently
not implemented.
.Sh "SEE ALSO"
.Xr mklocale 1 ,
.Xr setlocale 3
@

1.4
log
@Don't use hardcoded *roff font change requests.  Do it
via mdoc macros instead.
@
text
@d37 1
a37 1
.Dd "June 4, 1993"
@

1.3
log
@Very minor mdoc cleanup.
@
text
@d44 2
a45 1
\fBENCODING "UTF2"\fP
@

1.2
log
@Another round of various man page cleanups.
@
text
@d65 1
a65 1
.sp
d81 1
a81 1
.sp
@

1.2.2.1
log
@YAMFC:

Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
@
text
@d44 1
a44 2
.Nm ENCODING
.Qq UTF2
d65 1
a65 1
.Pp
d81 1
a81 1
.Pp
@

1.2.2.2
log
@MFC:  Just the locale fixes (small doc tweaks for the most part)
and the new strptime(3) call.  Having added something, does this
require a version bump?  Haven't we bumped once already?

There are a *LOT* of additional 3.0 changes to be merged but I'm not
entirely comfortable with some of them so I'll take the conservative
(read: cowardly :) way out and just merge this much.
@
text
@d37 1
a37 1
.Dd June 4, 1993
@

1.1
log
@Initial revision
@
text
@d41 1
a41 1
.Nm UTF2
@

1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@

1.1.1.1.6.1
log
@Phase 2 of merge - also fix things broken in phase 1.
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc & rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
@
text
@d41 1
a41 1
.Nm utf2
@

1.1.1.1.6.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d41 1
a41 1
.Nm UTF2
@

26 years agoMake the login_getclassbyname prototype match reality.
Steve Price [Wed, 5 Nov 1997 04:03:05 +0000 (04:03 +0000)]
Make the login_getclassbyname prototype match reality.

PR: 4838

26 years agoUpdate the man page to reflect that libc_r is built as part
Steve Price [Wed, 5 Nov 1997 03:54:11 +0000 (03:54 +0000)]
Update the man page to reflect that libc_r is built as part
of make world unless the '-DNOLIBC_R' option is given to make(1).

PR: 4710
Submitted by: Magnus Enbom <dot@tinto.campus.luth.se

26 years agoReturn the entire if info, rather than just the index number. (at least try)
Julian Elischer [Wed, 5 Nov 1997 02:51:32 +0000 (02:51 +0000)]
Return  the entire if info, rather than just the index number. (at least try)
Interface index numbers are an abomination that should go away
(at least in that form)

26 years agoSubmitted by: Terry Lambert
Julian Elischer [Wed, 5 Nov 1997 02:32:17 +0000 (02:32 +0000)]
Submitted by: Terry Lambert
Obtained from: pure guesswork?

26 years agoDo not print config details twice (first variant comes from isa)
Andrey A. Chernov [Wed, 5 Nov 1997 00:23:26 +0000 (00:23 +0000)]
Do not print config details twice (first variant comes from isa)
Format config messages properly (with initial snd0: prefix)

26 years agoSince doc no longer contains the Handbook, stop saying that it does.
Jordan K. Hubbard [Tue, 4 Nov 1997 23:44:22 +0000 (23:44 +0000)]
Since doc no longer contains the Handbook, stop saying that it does.
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>

26 years agoNote that the Intel EtherExpress' driver is ie(4).
Steve Price [Tue, 4 Nov 1997 21:11:14 +0000 (21:11 +0000)]
Note that the Intel EtherExpress' driver is ie(4).

26 years ago- Update the email address in the copyrights.
Nate Williams [Tue, 4 Nov 1997 18:12:51 +0000 (18:12 +0000)]
- Update the email address in the copyrights.

26 years ago- Reset the pcic controller interrupt 'poll' timeout *after* we call the
Nate Williams [Tue, 4 Nov 1997 17:50:23 +0000 (17:50 +0000)]
- Reset the pcic controller interrupt 'poll' timeout *after* we call the
  interrupt routine.

26 years ago- If the APM BIOS fails to suspend the system after running the
Nate Williams [Tue, 4 Nov 1997 17:37:52 +0000 (17:37 +0000)]
- If the APM BIOS fails to suspend the system after running the
  suspend hooks, run the resume hooks to re-configure the system back
  to where it was.

26 years agoSync with sys/i386/isa/wd.c revision 1.142.
KATO Takenori [Tue, 4 Nov 1997 12:58:48 +0000 (12:58 +0000)]
Sync with sys/i386/isa/wd.c revision 1.142.

26 years agoSync with sys/i386/conf/Makefile.i386 revision 1.104.
KATO Takenori [Tue, 4 Nov 1997 12:58:20 +0000 (12:58 +0000)]
Sync with sys/i386/conf/Makefile.i386 revision 1.104.

26 years agodk_altport is initialized in wdprobe(), but not in wdattach(), this
Poul-Henning Kamp [Tue, 4 Nov 1997 09:28:54 +0000 (09:28 +0000)]
dk_altport is initialized in wdprobe(), but not in wdattach(), this
breaks wdreset(), wdunwedge() &c &c.

Should be examined in detail by: dyson

26 years agoLocalize it
Andrey A. Chernov [Tue, 4 Nov 1997 05:33:15 +0000 (05:33 +0000)]
Localize it

26 years ago/etc/magic -> /usr/share/misc/magic
Steve Price [Tue, 4 Nov 1997 03:56:56 +0000 (03:56 +0000)]
/etc/magic -> /usr/share/misc/magic

PR: docs/4872

26 years agoUse same address for USERCONFIG_BOOT on PC-98 as IBM-PC.
KATO Takenori [Tue, 4 Nov 1997 03:19:25 +0000 (03:19 +0000)]
Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.

Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp>
Forgotten by: kato

26 years agoIntroduce [local] to "set log [local] ...". This spits
Brian Somers [Tue, 4 Nov 1997 01:17:05 +0000 (01:17 +0000)]
Introduce [local] to "set log [local] ...".  This spits
logging out to the screen in terminal mode - should be
good for installation problem diagnosis.

26 years agoTest if kvm_kernel.db exists before moving it. Otherwise installing
Guido van Rooij [Mon, 3 Nov 1997 21:48:31 +0000 (21:48 +0000)]
Test if kvm_kernel.db exists before moving it. Otherwise installing
a kernel, booting single user and reinstalling a kernel fails.

26 years agoCosmetics in yp_error() and usage().
Philippe Charnier [Mon, 3 Nov 1997 07:53:44 +0000 (07:53 +0000)]
Cosmetics in yp_error() and usage().

26 years agoAdd const to copyright string. Hide sccsid string.
Philippe Charnier [Mon, 3 Nov 1997 07:51:05 +0000 (07:51 +0000)]
Add const to copyright string. Hide sccsid string.

26 years agoConvert to mdoc.
Philippe Charnier [Mon, 3 Nov 1997 07:48:26 +0000 (07:48 +0000)]
Convert to mdoc.