markm
40180d872f
Add perl5 userland (actually localland) to MANPATH list.
1999-02-04 11:43:10 +00:00
yokota
933e2f39c6
- 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
markm
b4e45ec0cb
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
markm
084fa3ca37
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
a894112ccc
Sync with sys/i386/i386/machdep.c revision 1.324.
1999-02-04 09:55:42 +00:00
bde
34232ffcc1
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
jkoshy
e7e96bccbe
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
grog
de2d9e72ac
Change description of dump analysis and crash to reflect the two
...
.gdbinit files.
1999-02-04 05:01:14 +00:00
grog
79358447c6
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
2d99258bc3
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
90fc20cae7
Restore rev 1.2 after it got spammed in rev 1.3 and 1.4.
1999-02-04 03:54:51 +00:00
jkh
f370421fcf
Add compat22 distribution in anticipation of its appearance.
1999-02-04 03:30:34 +00:00
msmith
047fb88391
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
msmith
45df26cf09
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
grog
2ae52c4b3a
Change vinum_drives to vinum_slices
...
Spotted-by: Jake <jake@checker.org>
1999-02-04 00:23:10 +00:00
asami
2785df4f13
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
fenner
3921a7302d
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
fenner
9f60d2da79
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
85da360de6
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
444d5c878b
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
dg
214ca6c9ca
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
msmith
747ee6171b
Mention the net.inet.tcp.tcbhashsize tunable.
1999-02-03 09:07:33 +00:00
msmith
6b90683430
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
3884d3cc63
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
bde
76a92543b9
Removed some unused includes (only 1 to go here now). Sorted includes.
1999-02-03 08:21:44 +00:00
semenu
6893bde989
Added mount_ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:21:24 +00:00
semenu
7847087b06
Added ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:18:25 +00:00
semenu
f597bbd35a
Added vnode tag for NTFS.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:12:36 +00:00
semenu
f1f892cc65
This commit was generated by cvs2svn to compensate for changes in r43552,
...
which included commits to RCS files with non-trunk default branches.
1999-02-03 04:07:38 +00:00
semenu
fcbe365fa6
First version.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:07:38 +00:00
semenu
bb91a31741
First version.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:07:38 +00:00
semenu
161f555805
This commit was generated by cvs2svn to compensate for changes in r43550,
...
which included commits to RCS files with non-trunk default branches.
1999-02-03 04:01:27 +00:00
semenu
85b72afac3
First version.
...
Reviewed by: David O'Brien
1999-02-03 04:01:27 +00:00
semenu
524b4ecca1
This commit was generated by cvs2svn to compensate for changes in r43548,
...
which included commits to RCS files with non-trunk default branches.
1999-02-03 03:51:19 +00:00
semenu
9ebe38c934
Primary version.
...
Reviewed by: David O'Brien
1999-02-03 03:51:19 +00:00
dillon
0473777d49
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
c558a14bef
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
wollman
5220122de0
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
wollman
e35c454d9d
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
dfr
e7a622c81b
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
567006899d
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
54e8644bc4
Sync with sys/dev/syscons/syscons.c revision 1.294.
1999-02-02 17:21:33 +00:00
jkh
2b52fd3db8
List palm pilot category.
1999-02-02 16:57:55 +00:00
jkh
837fe74e53
Show dependencies in package menu.
...
PR: 7454
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-02 15:57:14 +00:00
eivind
46bcd927f7
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
2d04124cf9
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
9052fec707
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
bde
73fc1f731c
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
bde
e386b727ce
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
5a7d7e6a55
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