ru
6662aea4f0
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
nyan
a3b73b5844
Added pc98 note menu.
...
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2001-05-21 11:25:58 +00:00
jkh
c809c65fea
Make /compat a relative symlink instead of an absolute symlink.
...
Requested by: jens
2001-05-19 19:08:56 +00:00
imp
884812cc96
Save one fork on a buildworld. env FOO=foo bar -> FOO=foo bar.
2001-05-15 22:54:15 +00:00
olgeni
f1af8c9644
Check for both hint files in /var/run (elf and aout) and eventually create
...
them.
Sysinstall used to check /var/run/ld.so.hints (aout related) and create
hints with the ldconfig command, but the ldconfig command alone will
generate elf hints only. The correct behavior is:
* If /var/run/ld-elf.so.hints does not exist, generate elf hints
* If /var/run/ld.so.hints does not exist, generate aout hints
(using ldconfig with the -aout option)
This will help ports that check for aout libraries using ldconfig in their
pkg-req scripts.
Approved by: jkh
MFC after: 1 weeks
2001-05-12 19:39:13 +00:00
sobomax
3d435c3bf3
Take keyboard map files from ${.CURDIR}/../../share/syscons/keymaps, not from
...
/usr/share/syscons/keymaps. This should prevent word breakage when new keymaps
have been added.
Prompted by: Matthew D. Fuller <fullermd@over-yonder.net>
2001-05-12 09:19:36 +00:00
wpaul
c2ceacfa6a
Add support for gigabit ethernet cards based on the NatSemi DP83820
...
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
ache
b75855b041
Add exact names for suggested screenmaps
2001-05-11 08:45:34 +00:00
sobomax
aa401e8fb7
Sync KOI8-U with latest KOI8-R changes. Also restore correct numbering
...
in the font selection dialog broken by the removal of KOI8-R.
Prompted by: ache
MFC after: 2 weeks
2001-05-10 21:04:36 +00:00
jkh
0aee2b78da
Add Romania to ftp mirrors.
2001-05-10 18:38:25 +00:00
ache
c4dc928d92
Add mousechar_start=3 for Russian font
...
(-current only)
2001-05-10 17:32:31 +00:00
ache
b40119fa19
Move cons25w entry last, index is off by one otherwise if RunningAsInit
2001-05-10 17:14:29 +00:00
ache
8b732e1fdc
Remove CP866 keyboard and KOI8-R font to not confuse users.
...
Explain more about CP866 font usage.
2001-05-10 17:03:14 +00:00
sobomax
3e209c01a8
Add support for Ukrainian console.
...
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
MFC after: 2 weeks
2001-05-10 15:57:16 +00:00
jkh
b2d08ff4ca
Fix what was clearly a 3am brain-o; Boolean should be signed, not
...
unsigned. C is kinda loose about this sort of thing but it's no excuse.
Spotted by: kenny
2001-05-09 08:01:56 +00:00
jkh
2b89aff976
Make soft updates option print more nicely and stop overflow of
...
right-hand margin when set in 2nd column. Also do a small amount of
code cleanup.
2001-05-06 02:52:45 +00:00
jkh
25eda20075
Remove now obsolete check for root filesystems > cyl 1024. The boot
...
loader can handle such cases.
Noted by: olgeni
2001-05-03 09:23:48 +00:00
ru
9b76e35c07
mdoc(7) police: removed hard sentence break.
2001-04-27 10:22:17 +00:00
olgeni
1d8938d944
Document the "noError" variable.
...
"noError" is used to ignore errors while processing sysinstall scripts.
Approved by: jkh
2001-04-26 20:10:01 +00:00
jkh
2e63a99db7
Change this from being alphabetically ordered to being more "practically"
...
ordered by most frequent preference.
Submitted by: Adam <bsdx@looksharp.net>
2001-04-26 17:40:54 +00:00
obrien
1a3d9511bd
Our exports(5) syntax is rather "host-centric", while people comming from
...
a Sun background think in a more FS-centric mind set. Add a note to help
the Sun backgrounded ones to not make invalid assumptions.
2001-04-22 18:59:03 +00:00
obrien
84ab770292
Add an example borrowed from the FAQ showing a very commonly desired
...
export in FreeBSD'ville for `make installworld' elsewhere.
2001-04-22 18:54:20 +00:00
asami
ee8d018d6e
Add picobsd.
2001-04-22 16:55:11 +00:00
jkh
3fc7b2c53b
Add Greece to the FTP mirror list.
...
Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
PR: 26073
2001-04-20 15:04:59 +00:00
joerg
be8b30a28f
``An undocumented feature is a bug.''
...
Turn on my asbesto suit, and document the DD and Wizard mode menu
keys. It's a nuisance to always have to look them up in the source
code when needed.
2001-04-18 20:26:28 +00:00
jkh
a115d84eba
Clarify that we're talking about KBytes per second vs kBits per second.
...
Reminded by: bde
2001-04-09 16:49:50 +00:00
jkh
ace0603dac
According with RFC 2330 ("Framework for IP Performance Metrics", from
...
Paxson et al, Status: Informational, May 1998), we should use "bits per
second" and "k" as 1000 not 1024 for throughput measures.
Submitted by: Eduardo Souza Machado da Silva <esms@acm.org>
2001-04-08 20:42:52 +00:00
obrien
4191911b37
Bump the default / size up another 10MB to 120MB.
...
Requested by: jhb
2001-04-05 21:34:47 +00:00
obrien
fe28abf88a
Give a little more variety in the /etc/exports example.
2001-04-01 09:19:23 +00:00
jkh
d11eb55932
Correct message to say "shutting down" rather than just "shutting"
...
Noticed by: Joachim Strömbergson <watchman@ludd.luth.se>
2001-03-29 19:56:20 +00:00
obrien
b45c7e6fc5
Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c where
...
I made `22' the default number of cylinders per group.
2001-03-27 17:05:23 +00:00
ru
b15a893144
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
asami
97d88398f2
Add new categories science and ukrainian.
2001-03-24 21:52:25 +00:00
obrien
d21e13aa9c
Revert the warning elimination in rev 1.292. It breaks the Alpha build with:
...
/usr/src/usr.sbin/sysinstall/menus.c:1323: initializer element is not computable at load time
/usr/src/usr.sbin/sysinstall/menus.c:1323: (near initialization for `MenuNetworking.items[9].aux')
2001-03-24 17:28:06 +00:00
jkh
71ac316479
Preserve ssh directory across upgrades.
...
Submitted by: Edwin Groothuis <edwin@mavetju.org>
PR: conf/25633
2001-03-24 05:40:43 +00:00
jkh
c756ed4205
afterstep doesn't need an explicit xterm started for it either.
2001-03-24 03:17:35 +00:00
jkh
bbed553b66
s/dependant/dependent
...
Submitted by: rwatson
2001-03-24 01:26:51 +00:00
jkh
bf004b122a
Make wizard mode get out of raw mode first before going interactive with
...
the user.
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
PR: bin/24061
2001-03-23 08:26:43 +00:00
jkh
c666965dab
Fix a bug with setting the soft updates option from a script.
...
Eliminate an old warning brought about by insufficient foresight when creating
the Menu structure. Have I ever mentioned that sysinstall really needs to
be rewritten?
2001-03-23 08:06:19 +00:00
jkh
c7a10133f7
Switch from lynx to "links" as the default doc browser.
...
Submitted by: jim
2001-03-23 07:53:45 +00:00
jkh
ccf7f7ac40
Include docs with "default X dist" so XF86Config won't complain about it.
2001-03-22 05:36:54 +00:00
jkh
d8f80c7207
Don't install Kerberos stuff if user has selected minimal or "user"
...
modes.
2001-03-22 05:33:15 +00:00
ru
42350947e7
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
jkh
41a274e4a2
properly document the loadConfig option
2001-03-18 05:38:11 +00:00
jkh
091c5cff71
Very small cosmetic tweak - avoid starting an extra xterm for the fvwm
...
desktop case.
2001-03-16 03:32:13 +00:00
nyan
de44a59bfa
Moved '#endif' to correct position. (previous commit broke pc98 support)
2001-03-15 12:33:52 +00:00
murray
b4be142d38
Document the HTTP proxy install method.
...
PR: 21451
2001-03-14 11:08:28 +00:00
murray
8d68100a16
Avoid sending a pointless `CWD .' command which confuses some
...
non-standard ftp servers.
PR: 21856
2001-03-14 10:05:48 +00:00
jkh
14394b94a9
Argh! Why can't I stop breaking the fvwm desktop option? *I* use
...
fvwm as my desktop, yet I've broken this damn thing 3 times in a row
now while all the desktops I don't actually use continue to work fine! :)
2001-03-14 09:39:54 +00:00
jkh
af4e1246dd
OK, *now* we only sort the file once (red face).
2001-03-14 03:26:40 +00:00