aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* PR: 17559Murray Stokely2000-04-082-1/+5
| | | | | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature. Notes: svn path=/head/; revision=59088
* Refresh the aout ldconfig info so things like compat22 when installed canBill Fumerola2000-03-311-0/+5
| | | | | | | | | | | | | | be detected by netscape and such. PR: bin/17659 Submitted by: Murray Stokelay <murray@cdrom.com> Approved by: jkh jkh made updates that conflict with the submitters patch, so I updated accordingly, any mistakes are mine, not the submitters. Notes: svn path=/head/; revision=58840
* Search for the proper hints file in an ELF world.Jordan K. Hubbard2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=58826
* Add #includes for sysctlbyname() to quiet a warning.John Baldwin2000-03-251-0/+2
| | | | Notes: svn path=/head/; revision=58547
* Update sysinstall to use struct uc_device instead of struct isa_deviceJohn Baldwin2000-03-241-1/+0
| | | | | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current. Notes: svn path=/head/; revision=58538
* Sigh, it would have been nice but I just can't make the rsarefJordan K. Hubbard2000-03-181-0/+2
| | | | | | | | hack work until we figure out some better way of handling package interaction. Notes: svn path=/head/; revision=58248
* We still need a hack for rsaref package; add it. This doesn'tJordan K. Hubbard2000-03-181-0/+7
| | | | | | | affect CDs since they don't contain the rsaref package anyway. Notes: svn path=/head/; revision=58223
* Make the "can't find an rsafoo package" messages more informative.Jordan K. Hubbard2000-03-181-4/+10
| | | | Notes: svn path=/head/; revision=58198
* Update the australian ntp server, the old one is no longerChris Piazza2000-03-181-2/+2
| | | | | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=58190
* Remove PkgInteractive hack - it won't work like this.Jordan K. Hubbard2000-03-123-5/+0
| | | | Notes: svn path=/head/; revision=57924
* Do the right thing with USA_RESIDENTJordan K. Hubbard2000-03-101-1/+1
| | | | Notes: svn path=/head/; revision=57893
* s/chose/choose/ in all the relevant places.Jordan K. Hubbard2000-03-102-4/+4
| | | | | | | Noticed by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=57892
* Add Compaq ArraysJonathan Lemon2000-03-081-0/+2
| | | | Notes: svn path=/head/; revision=57832
* Whoops - really make the "fix" I did to the dmenuToggleVariable logicJordan K. Hubbard2000-03-081-2/+8
| | | | | | | work. Notes: svn path=/head/; revision=57825
* Add entries for slovenian keymap and new euro fonts.Jordan K. Hubbard2000-03-071-3/+5
| | | | | | | Submitted by: Blaz Zupan <blaz@amis.net> Notes: svn path=/head/; revision=57801
* Really fix the USA_RESIDENT botch.Jordan K. Hubbard2000-03-031-1/+1
| | | | | | | Submitted by: Dmitry Valdov <dv@dv.ru> Notes: svn path=/head/; revision=57742
* o Add support for loading the rsaref or rsaintl packages, dependingJordan K. Hubbard2000-02-295-3/+43
| | | | | | | | | | | | | on locale. o Allow use of "G" in label editor to stand for gigabytes. This is actually an unrelated patch which I meant to commit separately but what the heck, it's late. Partially submitted by: phk Notes: svn path=/head/; revision=57617
* Revise this for the brave new world of "crypto"Jordan K. Hubbard2000-02-295-49/+54
| | | | | | | | Submitted by: markm Approved by: me! Notes: svn path=/head/; revision=57613
* Make all menu items more consistent and deal with a few remainingJordan K. Hubbard2000-02-261-80/+58
| | | | | | | | | bogus accelerators. Based largely on feedback from: Basit Syed <syed@pinenut.nosc.mil> Notes: svn path=/head/; revision=57505
* Toggle variables between YES and NO values, don't just set them to YESJordan K. Hubbard2000-02-261-5/+4
| | | | | | | or unset them. That makes it impossible to turn something off. Notes: svn path=/head/; revision=57502
* Clean up some of the abstraction in this code.Jordan K. Hubbard2000-02-261-2/+2
| | | | Notes: svn path=/head/; revision=57500
* Add knobs for sendmail and sshdJordan K. Hubbard2000-02-251-11/+15
| | | | Notes: svn path=/head/; revision=57491
* Make sysinstall use the new debug.boothowto OID. It will now goJordan K. Hubbard2000-02-252-13/+36
| | | | | | | | | | | straight into debug mode if you boot -v. Also conditionalize some annoying debugging output now that we have this ability. Partially submitted by: msmith Approved by: jkh [to make certain wise-acres happy ;)] Notes: svn path=/head/; revision=57490
* Do USA_RESIDENT properly.Jordan K. Hubbard2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=57409
* Fix the fvwm desktop option (for all 3 of us who use it).Jordan K. Hubbard2000-02-201-1/+1
| | | | Notes: svn path=/head/; revision=57354
* If user says they're in the USA, record that fact in /etc/make.confJordan K. Hubbard2000-02-194-0/+40
| | | | Notes: svn path=/head/; revision=57346
* no need to fix moused setting here; fix in defaultsJordan K. Hubbard2000-02-191-1/+0
| | | | Notes: svn path=/head/; revision=57335
* Whoops, forgot to delete the ! operator in the reversed conditionalJordan K. Hubbard2000-02-191-1/+1
| | | | | | | for anonftp. Fix. Notes: svn path=/head/; revision=57334
* Invert the meaning of two questions in the Standard installation so justJordan K. Hubbard2000-02-181-3/+4
| | | | | | | | whapping "Yes" by default does not turn you into an anonymous FTP-supporting gateway machine. Those aren't the right "defaults." Notes: svn path=/head/; revision=57323
* Don't call it a Novice install, call it Standard.Jordan K. Hubbard2000-02-185-10/+11
| | | | | | | Also say thousands of packages, not hundreds. Notes: svn path=/head/; revision=57315
* Various cosmetic fixes, stop saying "DES" when we really mean "crypto",Jordan K. Hubbard2000-02-172-12/+15
| | | | | | | go for more sensible defaults in a couple of menus. Notes: svn path=/head/; revision=57288
* Change the text in the mouse protocol menu to indicate that protocolsKazutaka YOKOTA2000-02-151-6/+10
| | | | | | | | | | for serial mice won't work with the PS/2 and bus mice. No functional change. Approved by: jkh Notes: svn path=/head/; revision=57227
* Check the right variable to see if router is enabled.Jordan K. Hubbard2000-02-121-1/+1
| | | | Notes: svn path=/head/; revision=57157
* Allow X_AS_PKG option to be more selectable.Jordan K. Hubbard2000-02-111-1/+1
| | | | Notes: svn path=/head/; revision=57138
* Include CDs in the list of things to remove before rebooting.Jordan K. Hubbard2000-02-111-1/+1
| | | | Notes: svn path=/head/; revision=57134
* Add src menu item for /usr/src/toolsJordan K. Hubbard2000-02-091-0/+2
| | | | Notes: svn path=/head/; revision=57078
* o Fix http proxy code for various extentions and deal with FTP archiveJordan K. Hubbard2000-01-251-0/+15
| | | | | | | | | | | | format changes. o Make anonymous ftp setup more analy retentive. PR: 16070 Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> Notes: svn path=/head/; revision=56573
* * add SVR4 and OSF/1 enabling in the Start Up config menuDavid E. O'Brien2000-01-184-0/+30
| | | | | | | | | * deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH Notes: svn path=/head/; revision=56244
* Added sn driver to network interface menu.Tatsumi Hosokawa2000-01-151-0/+1
| | | | Notes: svn path=/head/; revision=56061
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-141-0/+1
| | | | | | | | | | | | | | | | | | | USB-EL1202A chipset. Between this and the other two drivers, we should have support for pretty much every USB ethernet adapter on the market. The only other USB chip that I know of is the SMC USB97C196, and right now I don't know of any adapters that use it (including the ones made by SMC :/ ). Note that the CATC chip supports a nifty feature: read and write combining. This allows multiple ethernet packets to be transfered in a single USB bulk in/out transaction. However I'm again having trouble with large bulk in transfers like I did with the ADMtek chip, which leads me to believe that our USB stack needs some work before we can really make use of this feature. When/if things improve, I intend to revisit the aue and cue drivers. For now, I've lost enough sanity points. Notes: svn path=/head/; revision=55944
* Eliminate PC-card installation floppy and add PC-card support forTatsumi Hosokawa2000-01-143-14/+5
| | | | | | | generic installation floppy. Notes: svn path=/head/; revision=55942
* Upgrade to XFree86 3.3.6Jordan K. Hubbard2000-01-112-49/+49
| | | | Notes: svn path=/head/; revision=55793
* Move Fdisk ahead of Lable.David E. O'Brien2000-01-091-2/+2
| | | | | | | Ok'ed by: JKH Notes: svn path=/head/; revision=55673
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com 3c19250 and the ADS Technologies USB-10BT. This device is 10mbs half-duplex only, so there's miibus or ifmedia support. This device also requires firmware to be loaded into it, however KLSI allows redistribution of the firmware images (I specifically asked about this; they said it was ok). Special thanks to Annelise Anderson for getting me in touch with KLSI (eventually) and thanks to KLSI for providing the necessary programming info. Highlights: - Add driver files to /sys/dev/usb - update usbdevs and regenerate attendate files - update usb_quirks.c - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha - Update LINT, GENERIC and others for i386, alpha and pc98 - Add man page - Add module - Update sysinstall and userconfig.c Notes: svn path=/head/; revision=55429
* Remove references to now-obsolete XFree86 source collection (use theJordan K. Hubbard2000-01-041-4/+0
| | | | | | | port, it's far better). Notes: svn path=/head/; revision=55394
* Add support for FTP installation via HTTP proxies.Jordan K. Hubbard2000-01-044-1/+14
| | | | | | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> PR: 11316 Notes: svn path=/head/; revision=55392
* Ignore SIGPIPE by default.Jordan K. Hubbard2000-01-041-0/+1
| | | | | | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> PR: 13900 Notes: svn path=/head/; revision=55390
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB ethernet chip. Adapters that use this chip include the LinkSys USB100TX. There are a few others, but I'm not certain of their availability in the U.S. I used an ADMtek eval board for development. Note that while the ADMtek chip is a 100Mbps device, you can't really get 100Mbps speeds over USB. Regardless, this driver uses miibus to allow speed and duplex mode selection as well as autonegotiation. Building and kldloading the driver as a module is also supported. Note that in order to make this driver work, I had to make what some may consider an ugly hack to sys/dev/usb/usbdi.c. The usbd_transfer() function will use tsleep() for synchronous transfers that don't complete right away. This is a problem since there are times when we need to do sync transfers from an interrupt context (i.e. when reading registers from the MAC via the control endpoint), where tsleep() us a no-no. My hack allows the driver to have the code poll for transfer completion subject to the xfer->timeout timeout rather that calling tsleep(). This hack is controlled by a quirk entry and is only enabled for the ADMtek device. Now, I'm sure there are a few of you out there ready to jump on me and suggest some other approach that doesn't involve a busy wait. The only solution that might work is to handle the interrupts in a kernel thread, where you may have something resembling a process context that makes it okay to tsleep(). This is lovely, except we don't have any mechanism like that now, and I'm not about to implement such a thing myself since it's beyond the scope of driver development. (Translation: I'll be damned if I know how to do it.) If FreeBSD ever aquires such a mechanism, I'll be glad to revisit the driver to take advantage of it. In the meantime, I settled for what I perceived to be the solution that involved the least amount of code changes. In general, the hit is pretty light. Also note that my only USB test box has a UHCI controller: I haven't I don't have a machine with an OHCI controller available. Highlights: - Updated usb_quirks.* to add UQ_NO_TSLEEP quirk for ADMtek part. - Updated usbdevs and regenerated generated files - Updated HARDWARE.TXT and RELNOTES.TXT files - Updated sysinstall/device.c and userconfig.c - Updated kernel configs -- device aue0 is commented out by default - Updated /sys/conf/files - Added new kld module directory Notes: svn path=/head/; revision=55162
* Fix the brain-o which prevented the Custom installation item fromJordan K. Hubbard1999-12-221-1/+1
| | | | | | | | | working. It was, as I predicted, a stupid bug and thanks to the submitter for spotting it. I'll also re-roll some 3.4-RELEASE install floppies for this. Notes: svn path=/head/; revision=54984
* Do better things with router configuration (use proper display variable,Jordan K. Hubbard1999-12-192-2/+7
| | | | | | | for one thing - it's router_enable to check, not router). Notes: svn path=/head/; revision=54850