Poul-Henning Kamp
d8290e4901
Would you please correct nfs/nfs_vfsops.c so that the ip address of the
...
root filesystem is printed out correctly?
It's line 299 in nfs/nfs_vfsops.c.
Reviewed by: phk
Submitted by: Luigi Rizzo luigi@iet.unipi.it
1994-12-08 20:59:33 +00:00
Bruce Evans
e5cb923fab
Fix __CONCAT() for the ANSI case to work with #define'd args, in
...
particular, when one of the args is another __CONCAT().
1994-12-08 15:42:17 +00:00
Andrey A. Chernov
1fc232a389
Fix wrong regexps
1994-12-08 00:44:55 +00:00
Andrey A. Chernov
634225d12e
Fix wrong unit=expr for tty? cua?
1994-12-06 23:06:10 +00:00
Bruce Evans
a81b757af0
Don't allow negative limits at all. Convert them to RLIM_INFINITY instead
...
of returning EINVAL since something may depend on them being broken.
Allowing negative limits caused bugs almost everywhere. The recent
fixes for MAXSSIZ checked the limits too late to stop anyone defeating
limits set by root...
1994-12-06 22:53:37 +00:00
Bruce Evans
a2a65bbb14
Finish removing `#ifdef STATCLOCK'. Not removing it properly here
...
probably broke (only) the association of interrupts with strings
in vmstat output.
1994-12-06 22:01:16 +00:00
Bruce Evans
300d02be0c
Don't refer to "hardwired" ports.
1994-12-06 20:14:30 +00:00
Bruce Evans
600caea8b2
Rename tty0* -> ttyd*. Comment about "serial" terminals instead of
...
"hardwired" or "dialin" terminals.
1994-12-06 19:59:24 +00:00
Bruce Evans
8a1068b371
Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don't
...
match all the port names.
Start using shell functions to avoid duplication.
Make tty* independent of cua*. Restore support for old names (tty0 ==
ttyd0, cua0 = cuaa0...).
Restore making of lpt1 and lpt2 by default.
Keep umask 077 for making vty*. World-ioctable vtys are huge security holes
because of bugs in syscons.
Make vga if a vty is made. It may still be required for X. It got nuked
with pc*.
Start using umask consistently to avoid using chmod.
1994-12-06 19:50:17 +00:00
Gary Palmer
6ac234951f
Add kryten.atinc.com
1994-12-06 19:48:07 +00:00
Søren Schmidt
05d7c5e73e
Changed the behavior of KDMKTONE to comply with svr4, default to
...
old behavior if no argument present.
1994-12-06 19:32:00 +00:00
Bruce Evans
9195f40982
Use lstat() instead of stat() for checking if the final source file exists,
...
so that `ln -fs' works when the source is a symlink pointing to a non-
existent file.
1994-12-06 18:50:44 +00:00
Scott Mace
b22bafcacc
Add ftp.neosoft.com mirror.
1994-12-06 16:07:16 +00:00
Poul-Henning Kamp
e419848b2c
Avoid a panic if vn is configured as swapdev. Seems to work fine.
1994-12-06 06:47:32 +00:00
Andrey A. Chernov
62c83be30c
8bit locale ajustment fix
1994-12-06 04:23:42 +00:00
Andrey A. Chernov
1d4039c723
Upgrade to version 2.0
1994-12-06 03:16:45 +00:00
Jordan K. Hubbard
ad12efc944
More changes from John T. Kohl. Man pages, mostly.
...
Submitted by: jtkohl
1994-12-06 01:04:17 +00:00
Jordan K. Hubbard
8f396ebfb6
Many of John T. Kohl's patches from NetBSD. Thanks, John!
...
Submitted by: jkohl
1994-12-06 00:51:50 +00:00
Andrey A. Chernov
f62ac99484
rc.local -> rc.serial
...
cua0? -> cuaa?
1994-12-05 19:52:29 +00:00
Andrey A. Chernov
eb1759f18c
Add yet one locale example, this time ISO8859-1 as most common example.
...
Add reference where find full locales list
1994-12-05 19:46:35 +00:00
Andrey A. Chernov
b32baf3440
gdc -> grdc
1994-12-05 19:30:00 +00:00
Paul Traina
247c65ea84
Fix spelling/grammar errors
1994-12-05 10:08:35 +00:00
Paul Traina
a5af661e23
Remove extra newline introduced in 44lite (oops)
1994-12-05 10:01:39 +00:00
Paul Traina
2e8df940be
Remove extra newline introduced in Net/2
1994-12-05 10:01:23 +00:00
Gary Clark II
f2311444d3
Added entry to Systems.FAQ
...
Added note about lp TCP/IP driver
Added notes about b004, cx, ctx and pcaudio
Updated perl entry to point to ftp site that has it
NOTE: If you have a system running 2.0 please email me (FAQ@freebsd.org )
tell what you have so I can include it!
1994-12-05 08:02:15 +00:00
Jordan K. Hubbard
41a8249b08
Remove pppd.
1994-12-05 01:37:50 +00:00
Jordan K. Hubbard
7520c44dde
chrtoblk() returns dev_t, not int.
1994-12-05 01:34:54 +00:00
Jordan K. Hubbard
ea13c2c9b5
1. Remove ppp options. There's no room in the generic kernel.
...
2. Fix some extra `:'s in some of the ftp site names.
1994-12-05 00:40:25 +00:00
Jordan K. Hubbard
9e950df280
Adjust source paths broken by the i386/ renaming.
1994-12-05 00:21:27 +00:00
Andrey A. Chernov
e241d366eb
change serial interface name
1994-12-05 00:13:11 +00:00
Andrey A. Chernov
ee3a2d6021
Reflect lastest serial names change
1994-12-05 00:02:38 +00:00
Andrey A. Chernov
fc306b1c16
cua*0? --> cua*a?
1994-12-04 23:54:39 +00:00
Andrey A. Chernov
6a3a94427d
Remove yet one pccons-related comment
1994-12-04 23:50:40 +00:00
Andrey A. Chernov
ab9ea4a725
New serial naming convention, remove tty0?, change cua0? --> cuaa?
...
Remove pccons stuff, we don't have it.
1994-12-04 23:48:38 +00:00
Poul-Henning Kamp
d6b112dd35
Added vn as a possible swapdev.
1994-12-04 22:36:50 +00:00
Andrey A. Chernov
6d414f9844
Don't install as 'cu', it breaks Taylor 'cu' installed in the same
...
directory. Taylor 'cu' is much more powerful than this cheap 'tip'
1994-12-04 22:20:42 +00:00
Andrey A. Chernov
9dbcbbcf0d
gdc -> grdc
1994-12-04 21:55:23 +00:00
Andrey A. Chernov
20c778875d
Re-import with new name, old name conflicts with gated
1994-12-04 21:51:19 +00:00
Gary Palmer
c4e294accb
Add ftp://ftp.demon.co.uk/pub/BSD/FreeBSD/2.0-RELEASE
1994-12-04 21:15:59 +00:00
Andrey A. Chernov
1d56c96ced
Remove iso8859-1 to proper name
1994-12-04 21:13:56 +00:00
Andrey A. Chernov
35daa0b773
Dig out full locale names set for ISO8859-1 (great success!)
1994-12-04 21:11:29 +00:00
Andrey A. Chernov
aca02e247c
Found at least one proper name for ISO8859-1 locale,
...
still need more names
1994-12-04 20:46:33 +00:00
Andrey A. Chernov
622d64cf1d
Comment out iso88591 installation until proper name set will be found
...
(see README.locale_name). Please, anybody tell me language set
and countries set described in iso88591 to produce proper name set.
1994-12-04 20:27:31 +00:00
Joerg Wunsch
290dd077ef
Here is a minor patch for FreeBSD 2.0R to allow it to recognize
...
2.88MB floppy drives. All it does is set the type to 1.44MB if
it finds the 2.88MB drive.
Submitted by: Andrew Gillham <gillham@andrews.edu>
1994-12-04 20:22:20 +00:00
Poul-Henning Kamp
d71771e8e3
Added vn*, doing the same thing as sd* and wd*. (Disklabel support will
...
be added to the vn driver).
1994-12-04 20:15:15 +00:00
Poul-Henning Kamp
4da31dbbaa
The vnconfig program.
1994-12-04 20:12:26 +00:00
Andrey A. Chernov
5bf433c36e
Add quick description of rules how to build locale name,
...
f.e. iso_8859_1 name is completely incorrect
1994-12-04 20:12:10 +00:00
Poul-Henning Kamp
d6bfd0e8f6
Added the vnconfig program.
1994-12-04 20:11:50 +00:00
Poul-Henning Kamp
6f6b3f76c5
ioctl definitions for the vn driver.
1994-12-04 20:09:16 +00:00
Poul-Henning Kamp
ae063c2896
Entries for the vn driver completed.
1994-12-04 20:08:57 +00:00