peter
3fbe213155
Add dev/ppbus for lptio.h
2000-05-19 22:07:47 +00:00
msmith
5893f5b1cc
Correct the syntax of ROOTDEVNAME and describe it somewhat better.
2000-05-19 20:46:28 +00:00
obrien
3ec0c45221
We use a MI version of this now, which is mostly this file repo copied to
...
dev/ppbus/lptio.h.
2000-05-19 18:25:23 +00:00
mpp
3aead3a20f
Update the man page to match utmp.h.
2000-05-19 18:24:23 +00:00
obrien
eb71f5f7c0
Rather than use a MD lpt.h, we now use the MI lptio.h.
2000-05-19 18:23:48 +00:00
dbaker
80efa7cbc3
Correct confusion and differentiate appropriately between GMT and UTC when
...
date is launched with the "u" argument. It now operates in the documented
manner.
Fix typo in date man page.
Submitted by: David McNett <nugget@slacker.com>
2000-05-19 18:02:25 +00:00
nyan
a1a2f63cd3
Sync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.
2000-05-19 16:36:42 +00:00
nyan
15b46885e8
Fixed to support PC-98.
2000-05-19 16:31:45 +00:00
nyan
5deb83e3ab
Use the rman_get_bustag() and rman_get_bushandle() functions.
2000-05-19 16:19:51 +00:00
joerg
afc5d51cd3
Minor nit: this tar(1) replacement still used /dev/rst0 as its default
...
device.
2000-05-19 16:02:54 +00:00
nyan
61405e3c6a
Supported the mss on PC-98 and Sound Blaster 98.
...
Submitted by: "T.Yamaoka" <taka@windows.squares.net>
2000-05-19 15:41:52 +00:00
dcs
6ac8bb3941
One of loaders' bugs disappeared somewhere along the way.
2000-05-19 11:15:12 +00:00
tanimura
afbefc468c
Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.
...
PR: kern/18168
Submitted by: Tony Voet <voet@engineer.com>
2000-05-19 10:02:15 +00:00
des
4721396b1d
Better handling of some boundary conditions.
...
Submitted by: ume
2000-05-19 09:45:42 +00:00
kris
b2022bf2c9
fork() -> vfork()
...
This would have been commit #2 which was "Obtained from: BSD/OS" except
their code is buggy (they call err() if the execl() fails, which will
incorrectly call exit()), so instead this is:
Obtained from: NetBSD
2000-05-19 09:42:53 +00:00
dcs
dda5ed02c6
Move man page directives to common/Makefile.inc.
2000-05-19 08:52:16 +00:00
dcs
c35e50888f
This file got repo-copied to common/.
2000-05-19 08:44:48 +00:00
dcs
8435cba2f5
Move man page directives to common/Makefile.inc.
2000-05-19 08:41:45 +00:00
dcs
13f2aeae15
Remove INSTALL_FORTH stuff.
2000-05-19 08:40:37 +00:00
dcs
f1eae37ead
Move man page directives to common/Makefile.inc.
...
Remove INSTALL_FORTH stuff.
2000-05-19 08:40:11 +00:00
kris
3492911f01
Remove duplicated ';' statement delimiters.
...
Obtained from: BSD/OS
2000-05-19 08:26:17 +00:00
jdp
a15d1eb9f1
This is step 1 in an effort to unify the start-up files for the
...
various architectures. Now all the work is done in crtbegin.c.
It doesn't contain any assembly language code, so it should work
fine on all architectures. (I have tested it on the i386 and the
alpha.) The old assembly language files crt[in].S are now empty
shells that generate no code or data. They should not be removed
any time soon, because the various versions of gcc in src and ports
expect them to exist.
Next I will move crtbegin.c into a new common machine-independent
directory, and adjust the i386-elf Makefile to use that version.
After that I will adjust the alpha Makefile to use the common
version too.
Requested by: obrien
2000-05-19 04:32:17 +00:00
tanimura
ddbca3f99d
Add ACH2012 - 5634BTS 56K Video Ready Modem.
...
PR: kern/17351
Submitted by: Eric D. Futch <efutch@nyct.net>
2000-05-19 03:41:22 +00:00
chris
41dd7a13ef
Remove a superfluous `.Pp' occuring directly after
...
`.Sh IMPLEMENTATION NOTES'.
2000-05-19 02:55:43 +00:00
chris
27ba376ce1
Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()
...
in the threaded library.
2000-05-19 02:53:55 +00:00
peter
7955e776a1
List ECONNRESET as a return value. EINVAL was not documented either.
2000-05-19 01:00:57 +00:00
peter
e7bffe5da6
Return ECONNRESET instead of EINVAL if the connection has been shot
...
down as a result of a reset. Returning EINVAL in that case makes no
sense at all and just confuses people as to what happened. It could be
argued that we should save the original address somewhere so that
getsockname() etc can tell us what it used to be so we know where the
problem connection attempts are coming from.
2000-05-19 00:55:21 +00:00
peter
7c263c5bb0
Eliminate a couple of evil common declarations.
2000-05-18 23:38:33 +00:00
billf
3c40b9af61
bump __FreeBSD_version for the bio/buf divorce by phk.
2000-05-18 21:57:34 +00:00
jayanth
d854ffaa25
snd_cwnd was updated twice in the tcp_newreno function.
2000-05-18 21:21:42 +00:00
dfr
bb3ccd98cb
Print the correct value for the map type on a verbose boot.
...
PR: kern/18662
Submitted by: tamaru@ap.t.u-tokyo.ac.jp
2000-05-18 20:28:15 +00:00
wollman
3836de47f4
Fix misleading comment.
2000-05-18 19:02:47 +00:00
dcs
ed20714d67
Make corrections to allow for Alpha.
2000-05-18 12:44:50 +00:00
ru
9033edf3a8
Add new option (-target_addr) to control how to deal with incoming packets
...
not associated with any pre-existing link.
Submitted by: brian
2000-05-18 10:31:10 +00:00
asmodai
9b2777cf0c
This commit was generated by cvs2svn to compensate for changes in r60679,
...
which included commits to RCS files with non-trunk default branches.
2000-05-18 07:08:31 +00:00
asmodai
08dfda8209
Virgin import of BIND v8.2.3-T5B
2000-05-18 07:08:31 +00:00
kris
ecdf63b33e
Correct two stupid typos in the DSA key location.
...
Submitted by: Udo Schweigert <ust@cert.siemens.de>
2000-05-18 06:04:23 +00:00
kris
a87d9ada5c
Install /etc/ssl/openssl.cnf
...
Submitted by: Doug Barton <DougB@gorean.org>
Forgotten by: kris
2000-05-18 05:21:50 +00:00
grog
621990cd68
Correct previous commit: solve the "stopped clock" syndrome in remote
...
kernel debugger.
2000-05-18 02:29:23 +00:00
tanimura
b5dca9211a
Add a couple of new PnP IDs.
...
o OZO800f - Zoom 2812 (56k Modem)
PR: kern/18603
Submitted by: Matt Loschert <loschert@servint.com>
o DAV0336 - DAVICOM 336PNP MODEM
PR: kern/18608
Submitted by: Martijn Plak <martijn@be3.com>
2000-05-18 02:06:24 +00:00
chris
cb7732df18
Replace a manual.section file reference with a proper mdoc(7) .Xr
...
reference.
PR: 18625
Submitted by: Alexander Langer <alex@cichlids.com>
2000-05-18 00:20:55 +00:00
msmith
41be544213
Implement real read/write barriers for the i386. Despite the comment in
...
previous versions of this file, some barrier functionality is required.
2000-05-18 00:06:10 +00:00
hoek
bb8be094cc
Use different filenames.
...
Submitted by: bin/16927, Mike Heffner
2000-05-17 22:46:47 +00:00
wilko
ed712c4b35
Parallel ports are supported in the 5.x stream, not (yet?) in 4-stable
2000-05-17 20:23:03 +00:00
msmith
8fcf5c1468
If we are running in APIC_IO mode, pretend that we didn't see the BIOS
...
reporting an AT PIC. We do this because otherwise the PIC will claim
IRQ 2 in an unshareable mode, preventing other devices from legitimately
using it.
For symmetry, in !APIC_IO mode, ignore the APIC if it's reported.
This is a hack; a better solution would have the PIC's driver release
the IRQ if it was not going to be active.
2000-05-17 19:44:16 +00:00
obrien
52d65dc564
These files were part of GDB 4.16, but not version 4.18 (that we
...
currently use).
2000-05-17 19:32:59 +00:00
obrien
ea10302aad
callback.c is not really used, nor is it part of GDB 4.18.
2000-05-17 19:30:59 +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
kris
de71a10db8
Unbreak Kerberos5 compilation. This still remains untested.
...
Noticed by: obrien
2000-05-17 08:06:20 +00:00
jayanth
e7034ee2a7
Sigh, fix a rookie patch merge error.
...
Also-missed-by: peter
2000-05-17 06:55:00 +00:00