summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate cvs tag.eric2001-07-261-2/+0
|
* Update sysinstall menu texts to reflect the new key behavior.eric2001-07-261-9/+14
| | | | Approved by: jkh
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-231-0/+1
| | | | | | | | | | | | | | | | | | blown over by the Hurricane and had a house dropped on you by the Tornado. Now it's time to have your parade rained on by... the Typhoon! This commit adds driver support for 3Com 3cR990 10/100 ethernet adapters based on the Typhoon I and Typhoon II chipsets. This is actually a port of the OpenBSD driver with many hacks by me. No Virginia, there isn't any support for the hardware crypto yet. However there is support for TCP/IP checksum offload and VLANs. Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for squeezing enough info out of 3Com to get this written, and for doing most of the hard work. Manual page is included. Compiled as a module and included in GENERIC.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+3
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
|
* Add ability to configure console terminal type in /etc/ttysache2001-07-175-2/+30
| | | | Reviewed by: audit, jkh's silence
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Tweak the Alpha partition warning wording and comment a little.obrien2001-07-131-5/+5
|
* Rudamentary attempt to reconize when `a' is not the first partition on theobrien2001-07-131-1/+23
| | | | | | | Alpha. (the Alpha will not boot except from the first partition) PR: 23064 Submitted by: Kees Jan Koster <kjkoster@kjkoster.org>
* Add ftp2.jp.freebsd.org as IPv6 ready mirror server.ume2001-07-111-1/+3
| | | | | | Now, ftp2.jp.freebsd.org is serverd by IIJ. MFC after: 1 week
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-092-2/+2
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-056-20/+20
| | | | | | the non-constant format string warnings. MFC after: 1 week
* Bring back part of rev. 1.296 I accidently reverted in the previousdd2001-07-021-1/+1
| | | | commit.
* Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As thedd2001-07-024-8/+16
| | | | | | | | | names suggest, they perform methods on Device's. In addition, they check that the pointer passed to them is valid; if it isn't, they pretend that the action failed. This fixes some crashes due to NULL dereferences (e.g., PR 26509). Approved by: jkh (some time ago)
* Various changes to the messages so that they are now appropriate for bothnik2001-06-273-13/+13
| | | | CD and DVD releases of FreeBSD.
* Supported to select a keymap for PC-98x1.nyan2001-06-172-0/+22
|
* Add terminal type configuration to the Options screen. It allows selectingolgeni2001-06-131-0/+1
| | | | | | | | a monochrome display after booting into sysinstall, if you have any trouble with the default color scheme. Approved by: jkh MFC after: 2 weeks
* ISO_* -> ISO*ache2001-06-112-2/+2
|
* msdos -> msdosfs.ru2001-06-011-1/+1
|
* - 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
OpenPOWER on IntegriCloud