John Polstra
53b86afb7d
Add new directories needed by the ELF tools.
1998-03-01 22:45:44 +00:00
Steve Price
eff98671a6
Create the cuaiA* and cualA* devices.
...
PR: 5872
Submitted by: Adam Baran <badam@mw.mil.pl>
1998-03-01 22:18:28 +00:00
Mike Smith
ea0665cd2b
Fix mmap() on msdosfs. In the words of the submitter:
...
|In the process of evaluating the getpages/putpages issues I discovered
|that mmap on MSDOSFS does not work. This is because I blindly merged
|NetBSD changes in msdosfs_bmap and msdosfs_strategy. Apparently, their
|blocksize is always DEV_BSIZE (even in files), while in FreeBSD
|blocksize in files is v_mount->mnt_stat.f_iosize (i.e. clustersize in
|MSDOSFS case). The patch is below.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1998-03-01 21:26:09 +00:00
Joerg Wunsch
2c122f3b6a
Andreas Klemm reported that 2 hours are too few to format a 9 GB
...
Barracuda. Bump the timeout to 3 hours.
1998-03-01 20:15:00 +00:00
Guido van Rooij
4049a04253
Make sure that you can only bind a more specific address when it is
...
done by the same uid.
Obtained from: OpenBSD
1998-03-01 19:39:29 +00:00
Steve Price
0ad8c69ad4
Fix a few minor typos and style nits.
...
PR: 5883
Submitted by: hnokubi@yyy.or.jp
1998-03-01 18:58:03 +00:00
Søren Schmidt
231f599691
First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.
...
It does endeed work, but there is still some problems to solve.
I get a "nonrecovered data error" from time to time, but besides
this it has backed up several Gigs allready.
Please report any success/failure directly to me.
Thanks to Warner Losh for providing a drive to use in writing
this driver!
1998-03-01 18:57:29 +00:00
Steve Price
f48bc66239
Replace previous commit with a check disallowing ptr from running
...
off the end of the list variable.
PR: 5345, 5610
Submitted by: nagao@cs.titech.ac.jp
1998-03-01 18:49:37 +00:00
Søren Schmidt
ff86df5bb2
Undo the previous commit which was NOT for -current.
...
Rearrange a few lines for better order.
1998-03-01 17:29:25 +00:00
Satoshi Asami
fc6ffbcae9
Add Intel 430TX chipset, namely 82439TX system controller and four
...
incarnations of 82371AB (P/I bridge, IDE, USB and power management).
Tested by: jkh
1998-03-01 10:10:31 +00:00
Andrey A. Chernov
1cca86f4e8
Add more info about special characters in dos2unix/unix2dos tables
1998-03-01 08:41:05 +00:00
Bruce Evans
b0a76e6a69
Restored half of the ANSI semantic errors fix which was clobbered
...
by the previous commit.
1998-03-01 06:06:20 +00:00
Bruce Evans
ddf6208225
Fixed syntax error in previous commit.
1998-03-01 06:01:33 +00:00
KATO Takenori
55a5998a24
Sync with sys/i386/isa/clock.c revision 1.114.
1998-03-01 05:22:25 +00:00
Jordan K. Hubbard
01f228ffbe
Wargh! Who went and changed all the getopt() comparisons from -1 to
...
EOF? The getopt(3) manpage clearly states that the return value is *-1*,
not EOF! Besides, getopt(3) isn't reading from a file. :)
Noticed-while: merging to 2.2 (where this is correct).
1998-03-01 05:10:28 +00:00
John Dyson
ffc82b0a70
1) Use a more consistent page wait methodology.
...
2) Do not unnecessarily force page blocking when paging
pages out.
3) Further improve swap pager performance and correctness,
including fixing the paging in progress deadlock (except
in severe I/O error conditions.)
4) Enable vfs_ioopt=1 as a default.
5) Fix and enable the page prezeroing in SMP mode.
All in all, SMP systems especially should show a significant
improvement in "snappyness."
1998-03-01 04:18:54 +00:00
Mike Smith
1ee98f0885
Style nits and staticism with the previous commit.
...
Submitted by: bde
1998-03-01 01:37:38 +00:00
Mike Smith
b1f04c95e1
Add local stup putpages/getpages routines.
...
Submitted by: Terry Lambert <terry@freebsd.org>
1998-03-01 00:51:43 +00:00
Alexander Langer
098fd386f6
Use .Nm rdist for second .Nm occurrence in synopsis.
1998-03-01 00:18:25 +00:00
Alexander Langer
cb72607e75
Use .Nm id' instead of
.Nm' for the synopsis lines.
...
PR: 5876
1998-02-28 21:37:54 +00:00
Poul-Henning Kamp
3301c800f5
Prevent the TSC from being used on APM machines, we have no idea if
...
it runs at a constant frequency. This was less of an issue before,
because the TSC only interpolated in the HZ intervals, but now where
the timecounter is used all the way, this becomes much more visible.
Nit: Fix a printf which triggered the bde-filter.
1998-02-28 21:16:13 +00:00
Poul-Henning Kamp
c544ff8a5e
Make it possible to indicate that we don't care about the remote
...
sides IP address, as long as it isn't 0.0.0.0
1998-02-28 21:01:09 +00:00
James Raynard
df37b71c14
Strings are terminated by NUL, not NULL.
1998-02-28 18:05:42 +00:00
James Raynard
09831267df
Don't assume sigset_t and int are equivalent.
1998-02-28 16:02:24 +00:00
James Raynard
73d8529af3
Fix a few typos.
1998-02-28 15:37:25 +00:00
James Raynard
95297e22ca
Strings are terminated by NUL, not NULL.
1998-02-28 15:35:22 +00:00
James Raynard
194787f381
Don't assume sigset_t and int are equivalent. Also, get
...
sigprocmask arguments the right way round.
1998-02-28 15:14:00 +00:00
James Raynard
37c77f547a
Don't assume sigset_t and int are equivalent.
1998-02-28 10:50:02 +00:00
Andrey A. Chernov
271012d5b9
Install manpage too
1998-02-28 10:41:01 +00:00
KATO Takenori
acdd6c1ca2
Sync with sys/i386/isa/if_ed.c revision 1.136.
1998-02-28 07:38:18 +00:00
John Hay
7b3a8a7d1b
Update to reflect reality. We do support the WANic 400/405 PCI cards.
...
Fix some typos and clean it up a little.
1998-02-28 07:06:25 +00:00
Steve Price
e827b8c5cb
foo.gz is created by 'make test' so add it to CLEANFILES.
1998-02-28 06:27:59 +00:00
Steve Price
163df7f801
algorithm.doc renamed to algorithm.txt in new distribution.
1998-02-28 06:10:08 +00:00
Steve Price
25552e1d6d
Merge conflicts.
1998-02-28 06:08:17 +00:00
Steve Price
9521a6bb06
This commit was generated by cvs2svn to compensate for changes in r33904,
...
which included commits to RCS files with non-trunk default branches.
1998-02-28 06:04:26 +00:00
Steve Price
bd957a8d6c
Initial import of zlib-1.1.1
...
PR: 5869
Reviewed by: jdp
1998-02-28 06:04:26 +00:00
Steve Price
f2328ab40a
Remove the config_* routines with permission from Poul-Henning Kamp,
...
the original author.
PR: 5834
Discussed with: phk, jkh
1998-02-28 03:57:05 +00:00
Brian Somers
0ffaca1078
1) in CleanupAliasData, don't nullify entry in linkTableOut
...
since there might be permanent entries still left after
calls to DeleteLink (it will be nullified by DeleteLink
if all entries are deleted, won't it ?)
2) in PacketAliasSetAddress, set the aliasing address
even when PKT_ALIAS_RESET_ON_ADDR_CHANGE is in effect.
Just don't clean up links in this case.
Submitted by: Ari Suutari <ari@suutari.iki.fi>
via: Charles Mott <cmott@srv.net>
PR: 5041
1998-02-27 23:07:07 +00:00
Paul Traina
897e6eb1f4
Compile under -W -Wall -Werror.
...
Fix API - keycrunch takes const char's, not chars.
1998-02-27 22:36:51 +00:00
Stefan Eßer
ebef4c231e
Add PCI device ID of Surecom NE-34
1998-02-27 22:30:36 +00:00
Guido van Rooij
d3c0af6943
Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold
...
prevent a possible DOS attack. The proper fix (to dynamically grow
the callout list) is in the make.
Submitted by: Paul Traina
1998-02-27 19:58:29 +00:00
Bill Fenner
6570d2f3ad
Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257
1998-02-27 18:34:56 +00:00
Satoshi Asami
a7b8695b78
Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.
...
PR: 5861
Submitted by: kuriyama@opt.phys.waseda.ac.jp
1998-02-27 15:45:34 +00:00
KATO Takenori
269d7ee60c
Sync with sys/i386/isa/sio.c revision up to 1.199.
1998-02-27 15:24:51 +00:00
KATO Takenori
84aa00c273
Sync with sys/i386/isa/if_fe.c revision up to 1.39.
1998-02-27 15:23:37 +00:00
KATO Takenori
03e97bc7ec
Sync with sys/i386/isa/if_ed.c revision up to 1.135.
1998-02-27 15:22:06 +00:00
KATO Takenori
71e3969b24
Sync with sys/i386/conf/majors.i386 revision 1.36.
1998-02-27 15:20:07 +00:00
Tatsumi Hosokawa
71cbe8e15a
Support for "MAC address in CIS" type cards.
...
For example, IBM Creditcard Ethernet's MAC address is ALWAYS
"0:2:4:6:8:a" :-) without this code.
1998-02-27 14:29:51 +00:00
Mike Smith
cce0eefd5a
Fix a problem with the conversion of Unix filenames into the VFAT
...
namespace.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1998-02-27 12:22:22 +00:00
Jun-ichiro itojun Hagino
1ed882e558
polish the code.
...
use tradictional decls. tabify. remove bogus #defines. prototypes.
1998-02-27 11:10:18 +00:00