summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* Make /compat a relative symlink instead of an absolute symlink.jkh2001-05-191-2/+2
| | | | Requested by: jens
* Save one fork on a buildworld. env FOO=foo bar -> FOO=foo bar.imp2001-05-151-1/+1
|
* Take keyboard map files from ${.CURDIR}/../../share/syscons/keymaps, not fromsobomax2001-05-121-1/+2
| | | | | | | /usr/share/syscons/keymaps. This should prevent word breakage when new keymaps have been added. Prompted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-111-0/+1
| | | | | | | | | | | | | | | | | | | 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.
* Add exact names for suggested screenmapsache2001-05-111-2/+2
|
* Sync KOI8-U with latest KOI8-R changes. Also restore correct numberingsobomax2001-05-101-5/+3
| | | | | | | in the font selection dialog broken by the removal of KOI8-R. Prompted by: ache MFC after: 2 weeks
* Add Romania to ftp mirrors.jkh2001-05-101-1/+3
|
* Add mousechar_start=3 for Russian fontache2001-05-101-1/+1
| | | | (-current only)
* Move cons25w entry last, index is off by one otherwise if RunningAsInitache2001-05-101-2/+4
|
* Remove CP866 keyboard and KOI8-R font to not confuse users.ache2001-05-101-6/+3
| | | | Explain more about CP866 font usage.
* Add support for Ukrainian console.sobomax2001-05-102-6/+19
| | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> MFC after: 2 weeks
* Fix what was clearly a 3am brain-o; Boolean should be signed, notjkh2001-05-091-1/+1
| | | | | | unsigned. C is kinda loose about this sort of thing but it's no excuse. Spotted by: kenny
* Make soft updates option print more nicely and stop overflow ofjkh2001-05-061-5/+8
| | | | | right-hand margin when set in 2nd column. Also do a small amount of code cleanup.
* Remove now obsolete check for root filesystems > cyl 1024. The bootjkh2001-05-031-14/+4
| | | | | | loader can handle such cases. Noted by: olgeni
* mdoc(7) police: removed hard sentence break.ru2001-04-271-1/+2
|
* Document the "noError" variable.olgeni2001-04-261-3/+12
| | | | | | "noError" is used to ignore errors while processing sysinstall scripts. Approved by: jkh
* Change this from being alphabetically ordered to being more "practically"jkh2001-04-261-18/+18
| | | | | | ordered by most frequent preference. Submitted by: Adam <bsdx@looksharp.net>
* Our exports(5) syntax is rather "host-centric", while people comming fromobrien2001-04-221-0/+1
| | | | | 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.
* Add an example borrowed from the FAQ showing a very commonly desiredobrien2001-04-221-2/+4
| | | | export in FreeBSD'ville for `make installworld' elsewhere.
* Add Greece to the FTP mirror list.jkh2001-04-201-0/+4
| | | | | Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr> PR: 26073
* ``An undocumented feature is a bug.''joerg2001-04-181-4/+4
| | | | | | 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.
* Bump the default / size up another 10MB to 120MB.obrien2001-04-051-1/+1
| | | | Requested by: jhb
* Give a little more variety in the /etc/exports example.obrien2001-04-011-2/+2
|
* Correct message to say "shutting down" rather than just "shutting"jkh2001-03-291-3/+3
| | | | Noticed by: Joachim Strömbergson <watchman@ludd.luth.se>
* Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c whereobrien2001-03-271-1/+1
| | | | I made `22' the default number of cylinders per group.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Revert the warning elimination in rev 1.292. It breaks the Alpha build with:obrien2001-03-241-1/+1
| | | | | /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')
* afterstep doesn't need an explicit xterm started for it either.jkh2001-03-241-1/+1
|
* Make wizard mode get out of raw mode first before going interactive withjkh2001-03-231-0/+2
| | | | | | | the user. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: bin/24061
* Fix a bug with setting the soft updates option from a script.jkh2001-03-232-5/+4
| | | | | | 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?
* Switch from lynx to "links" as the default doc browser.jkh2001-03-232-4/+4
| | | | Submitted by: jim
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* properly document the loadConfig optionjkh2001-03-181-2/+2
|
* Very small cosmetic tweak - avoid starting an extra xterm for the fvwmjkh2001-03-161-1/+1
| | | | desktop case.
* Moved '#endif' to correct position. (previous commit broke pc98 support)nyan2001-03-151-1/+1
|
* Argh! Why can't I stop breaking the fvwm desktop option? *I* usejkh2001-03-141-1/+1
| | | | | 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! :)
* OK, *now* we only sort the file once (red face).jkh2001-03-141-1/+1
|
* Document (with warnings) the otherwise undocumented `F' command.jkh2001-03-131-0/+6
|
* Be a better rc.conf citizen and create an initial file which:jkh2001-03-131-0/+9
| | | | | | | | | | | 1. Has a time-stamp to show when it was created 2. Sorts and uniq's the output to only contain single instances of a given setting. This doesn't mean you still can't have settings which override one another, that's still possible since it's too much trouble to do the redundancy checking here. Requested by: lots of people
* Properly deal with the fvwm desktop - this should restore that optionjkh2001-03-122-4/+4
| | | | to functionality.
* Allow a script-using to disable the emergency holographic shell asjkh2001-03-123-2/+7
| | | | | | a security measure. Requested by: "David E. Cross" <crossd@enterprise.cs.rpi.edu>
* Really finish softupdate setting from the label editor and fixjkh2001-03-123-52/+38
| | | | | | | | | | a few cosmetic problems: o Allow it to work with scripts (see man page or install.cfg file). o Preserve old softupdates flag across newfs toggles o Clean up partitioned/labelled flag handling o Don't ask for MBR choice again if you've already written it out. o Actually document the new features.
* Document the softupdate stuff and also warn people against usingjkh2001-03-111-0/+17
| | | | it on root unless root is very large.
* Support setting soft updates from the label editor.jkh2001-03-103-12/+35
|
* Fix a paste-o which introduced a syntax error.jkh2001-03-081-1/+0
|
* Fix some of the security profile messages to be more explanatoryjkh2001-03-082-6/+7
| | | | | | | and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do.
* Sawfish is invoked by the gnome stuff automatically if it exists -jkh2001-03-061-1/+1
| | | | | | we don't need to start it explicitly. Noted by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
* Ack! I finally got annoyed enough to actually kill this. There is nopeter2001-03-021-1/+0
| | | | | | need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago.
* Teach sysinstall about the `compat4x' distribution.murray2001-02-092-0/+11
| | | | Approved by: jkh
OpenPOWER on IntegriCloud