Mark Murray
dc62ad2891
Add perl5 userland (actually localland) to MANPATH list.
1999-02-04 11:43:10 +00:00
Kazutaka YOKOTA
3720fe69b6
- Added atkbdc and atkbd to the device info array so that they don't
...
appear as "unknown device" in the visual UserConfig.
- Mark psm as FLG_FIXED.
1999-02-04 10:36:57 +00:00
Mark Murray
b0371ff3ee
Fix the handling of certain devices.
...
Previously the foolowing lines would have broken:
controller fdc0 at isa? disable port ? bio
controller fdc0 at isa? disable port 0x100 bio
While this would work:
controller fdc0 at isa? disable port "IO_FD1" bio
The first of the three lines is useful for making placeholder devices
for PCMCIA-floppies, and the second is useful for non-standard hardware.
The failure is a "(null)" string in ioconf.c that the compiler pukes on.
Thanks to: Bruce Evans (bde@freebsd.org )
1999-02-04 10:24:45 +00:00
Mark Murray
ba529ee910
Add bits useful to getting laptops going (my Libretto in particular)
...
Add ActionTec v.90 modem and Libretto Floppy to pccard database;
Autoload pcic device.
1999-02-04 10:06:44 +00:00
KATO Takenori
270b84ae95
Sync with sys/i386/i386/machdep.c revision 1.324.
1999-02-04 09:55:42 +00:00
Bruce Evans
b8be6ed0c2
Added a used include. This file doesn't get tested by LINT because
...
it is null when trix is configured.
Submitted by: Brian Feldman <green@unixhelp.org> but moved by me
1999-02-04 08:52:46 +00:00
Joseph Koshy
4571317a76
Typo fix. Remove reference to non-existent edit(1).
...
Pointed out by: Sue Blake <sue@welearn.com.au>
1999-02-04 07:13:49 +00:00
Greg Lehey
54ba8e3795
Change description of dump analysis and crash to reflect the two
...
.gdbinit files.
1999-02-04 05:01:14 +00:00
Greg Lehey
308dad4df3
Split .gdbinit file into two versions, on suitable for remote
...
debugging, the other for dump analysis.
1999-02-04 04:59:52 +00:00
Peter Wemm
010b438291
Restore rev 1.2 and 1.3 after they got spammed and backed out in rev 1.7
...
and 1.8 as those features are used by the ports tree.
(RELENG_3 candidate)
1999-02-04 03:57:15 +00:00
Peter Wemm
26637b3ca2
Restore rev 1.2 after it got spammed in rev 1.3 and 1.4.
1999-02-04 03:54:51 +00:00
Jordan K. Hubbard
bfaa302e64
Add compat22 distribution in anticipation of its appearance.
1999-02-04 03:30:34 +00:00
Mike Smith
ea95d6917a
Nuke all the stupid ffs() stuff and use powerof2() instead.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
1999-02-04 03:27:43 +00:00
Mike Smith
609b6256fd
Fix power-of-2 check for the TCB hash size.
...
Submitted by: Brian Feldman <green@unixhelp.org>
1999-02-04 03:02:56 +00:00
Greg Lehey
5549c02763
Change vinum_drives to vinum_slices
...
Spotted-by: Jake <jake@checker.org>
1999-02-04 00:23:10 +00:00
Satoshi Asami
3e52a8e840
Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always
...
been) an environment variable and doesn't belong here.
Pointed out by: cnh@ems.mindspring.net , sanpei@yy.cs.keio.ac.jp
1999-02-03 22:25:41 +00:00
Bill Fenner
054672c795
Warn about collapsing multiple slashes into 1 in ftp URL's.
...
Look at the FTP_PASSIVE_MODE environment variable like the man page says.
PR: bin/9464
Submitted by: John A. Shue <John.Shue@symmetron.com>
Add references to RFC's 1790, 959, 850.
PR: doc/6564
1999-02-03 20:43:29 +00:00
Bill Fenner
93eb50393d
Don't try to parse a colon in a URL as a port
...
(e.g. http://www.host.name/foo:bar )
PR: bin/5072
Submitted by: Takeshi WATANABE <watanabe@komadori.planet.kobe-u.ac.jp>
1999-02-03 20:24:53 +00:00
Joerg Wunsch
f1689b7f23
Several recent additions. Folks, please update this file if you add some
...
new feature to the system!
. SVR4 emulation
. NTFS
. upgrade of f77 via f2c
1999-02-03 17:27:12 +00:00
Joerg Wunsch
c3ad4b4583
Update to the most recent version. Among other things, this also solves
...
the function naming problem for complex double function i've recently
aksed for in -committers. (The recently committed rev 1.5 of proc.c
was actually also part of this update.)
Should the mailing lists come to an agreement that f2c better belongs
into the ports, this could be done nevertheless. For the time being,
we've at least got a current version now.
Thanks, Steve!
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
1999-02-03 17:23:49 +00:00
David Greenman
cf7d145389
Fixed the type of target_page to vm_offset_t (unsigned). This fixes a
...
panic during boot on machines with >=2GB of RAM. Also changed some
incorrect printf conversion specifiers from %d to %u (signed to unsigned).
This fixes bugs when printing the amount of memory on machines with >=2GB
of RAM.
1999-02-03 14:10:50 +00:00
Mike Smith
617aa5cdf8
Mention the net.inet.tcp.tcbhashsize tunable.
1999-02-03 09:07:33 +00:00
Mike Smith
aa1458495d
Make TCBHASHSIZE a boot-time tunable as well, taking its value from the
...
variable net.inet.tcp.tcbhashsize.
Requested by: David Filo <filo@yahoo-inc.com>
1999-02-03 08:59:30 +00:00
KATO Takenori
dccbc08d92
PC98 version of new boot loader. Because boot2 has not yet ported,
...
files in boot2 directory are copies from legacy biosboot.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
1999-02-03 08:39:09 +00:00
Bruce Evans
03126f3524
Removed some unused includes (only 1 to go here now). Sorted includes.
1999-02-03 08:21:44 +00:00
Semen Ustimenko
5287191e29
Added mount_ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:21:24 +00:00
Semen Ustimenko
b4b8aedf57
Added ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:18:25 +00:00
Semen Ustimenko
52e93a35a3
Added vnode tag for NTFS.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:12:36 +00:00
Semen Ustimenko
16ee760296
First version.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:07:38 +00:00
Semen Ustimenko
012c9fb3bb
First version.
...
Reviewed by: David O'Brien
1999-02-03 04:01:27 +00:00
Semen Ustimenko
4aabb2de22
Primary version.
...
Reviewed by: David O'Brien
1999-02-03 03:51:19 +00:00
Matthew Dillon
4112823fc7
Submitted by: Alan Cox
...
The vm_map_insert()/vm_object_coalesce() optimization has been extended
to include OBJT_SWAP objects as well as OBJT_DEFAULT objects. This is
possible because it costs nothing to extend an OBJT_SWAP object with
the new swapper. We can't do this with the old swapper. The old swapper
used a linear array that would have had to have been reallocated, costing
time as well as a potential low-memory deadlock.
1999-02-03 01:57:17 +00:00
Brian Somers
7686a20048
Encode & Decode the PROTOCOMP fields correctly.
...
When NAKing the peer, get as close as we can to what
he REQd.
When the peer NAKs us, get as close as we can to what
they NAKd with on our next REQ.
1999-02-02 20:27:12 +00:00
Garrett Wollman
239e57d031
Add a `default' feature to tzsetup for use in script-driven installation
...
(if someone writes the other half). Also rewrite the man page in a more
appropriate (formal) style.
1999-02-02 20:26:31 +00:00
Garrett Wollman
4bfc8e1571
Merge from vendor branch. Includes functional updates for:
...
Egypt, Cyprus, Israel, Japan, Australia, Fiji, Brazil,
Mexico, Nicaragua
PR: 8632
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b
1999-02-02 19:12:22 +00:00
Doug Rabson
f422bef257
Use the bsd.kern.mk from the source tree rather than the installed one
...
if possible.
1999-02-02 18:34:23 +00:00
KATO Takenori
f19a38101a
Added braces around initializsers and in if-statements.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-02 17:26:03 +00:00
KATO Takenori
524d2ab047
Sync with sys/dev/syscons/syscons.c revision 1.294.
1999-02-02 17:21:33 +00:00
Jordan K. Hubbard
5d5c8f3b7b
List palm pilot category.
1999-02-02 16:57:55 +00:00
Jordan K. Hubbard
86784dbcd2
Show dependencies in package menu.
...
PR: 7454
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-02 15:57:14 +00:00
Eivind Eklund
2c39ae659c
Merge from NetBSD: cut.1 rev 1.6 to 1.8
...
cut.c rev 1.9 to 1.13
* Man page internal cleanups
* 8-bit characters cast to unsigned for is*()
* Misc cleanups for egcs -Wall compatibility
1999-02-02 15:48:04 +00:00
Eivind Eklund
5183fb5330
Bring in use of strsep() to handle bad input better, and clean up
...
some text.
Obtained from: Merge from OpenBSD
(cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)
1999-02-02 14:56:55 +00:00
Eivind Eklund
d51c662504
Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. This
...
makes us conform to IEEE Std1003.2-1992 (``POSIX.2'').
Obtained from: NetBSD (but with slight modifications).
1999-02-02 14:26:39 +00:00
Bruce Evans
bb25f0dd23
Check for signals while reading /dev/urandom. Reading 10MB from
...
/dev/urandom takes about 38 seconds on a P5/133. It is useful
to be able to kill such reads almost immediately. Processes
doing such reads are now scheduled so their denial of service
is no worse than that of processes looping in user mode.
1999-02-02 14:14:05 +00:00
Bruce Evans
8b6ca0359b
Switch context before doing some i/o operations that might block if
...
context would be switched on return to user mode. This fixes some
denial of service problems.
1999-02-02 12:11:01 +00:00
Brian Somers
ed0e926999
Don't allow root to specify non-existent labels on
...
the command line.
Revise the error diagnostics so that invalid labels
are reported immediately.
1999-02-02 09:35:30 +00:00
Brian Somers
aceaed9283
Reimplement the previous fix (no response to PAP requests)
...
at the authentication layer rather than at the PAP layer
so that it also applies to CHAP (no response to CHAP
challenges).
1999-02-02 09:35:17 +00:00
Bruce Evans
79a2501238
Added a hopefully-machine-independent macro for determining if a
...
reschedule is pending.
1999-02-02 09:08:23 +00:00
Bill Fenner
8f70ac3e02
Fix the port of the NetBSD 19990120-accept fix. I misread a piece of
...
code when examining their fix, which caused my code (in rev 1.52) to:
- panic("soaccept: !NOFDREF")
- fatal trap 12, with tracebacks going thru soclose and soaccept
1999-02-02 07:23:28 +00:00
Andrey A. Chernov
04d04825cc
Add -R for .RU domains
1999-02-02 01:49:14 +00:00