Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the 'Z' key to the slice editor. Hitting it toggles the units the | obrien | 2000-05-26 | 1 | -9/+34 |
| | | | | | | sizes are displayed in. Ok'ed by: murray | ||||
* | Remove all of the block devices, correct major numbers to point to the | msmith | 2000-05-25 | 1 | -21/+13 |
| | | | | | corresponding character devices. This is (currently) untested, but should be correct. | ||||
* | Teach sysinstall about 'twe' disks. Note that this is currently | msmith | 2000-05-25 | 1 | -0/+1 |
| | | | | | untested, and with the current state of flux surrounding the death of bdevs other things here may need to change. | ||||
* | Minor nit: this tar(1) replacement still used /dev/rst0 as its default | joerg | 2000-05-19 | 1 | -1/+1 |
| | | | | device. | ||||
* | Parallel ports are supported in the 5.x stream, not (yet?) in 4-stable | wilko | 2000-05-17 | 1 | -1/+1 |
| | |||||
* | Add an option to select the Fix-it tty. The current behavior is utterly | obrien | 2000-05-16 | 3 | -9/+41 |
| | | | | *useless* on serial consoled machines. | ||||
* | Parallel ports now work on Alpha. | wilko | 2000-05-16 | 1 | -4/+1 |
| | |||||
* | Add a note about exclusion support in mtree(8). | wollman | 2000-05-16 | 2 | -0/+6 |
| | |||||
* | Add support for USB to sysinstall. This includes running usbd and | jhb | 2000-05-12 | 5 | -3/+53 |
| | | | | | | setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice. | ||||
* | Add USB devices to /dev on the install floppy. | jhb | 2000-05-12 | 1 | -1/+2 |
| | | | | Add usbd.conf to /etc on the install floppy. | ||||
* | Add usbd and usbdevs to the install floppy in /stand. | jhb | 2000-05-12 | 1 | -0/+1 |
| | |||||
* | Fixed small bug introduced in my last commit. | murray | 2000-05-11 | 1 | -1/+4 |
| | | | | Approved by: jkh | ||||
* | Claim support / explain white-box Alphas. | wilko | 2000-05-11 | 1 | -2/+14 |
| | | | | Obtained from: drew | ||||
* | Actually, overriding DISTFILES at all is just a bad idea, so remove the | jhb | 2000-05-09 | 1 | -2/+1 |
| | | | | | | | variable all together. PR: misc/14104 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> | ||||
* | Add reference to new name DIGITAL Server 330x for AlphaServer 800 | wilko | 2000-05-09 | 1 | -1/+3 |
| | |||||
* | Add a DOCDISTFILES variable to point to a directory containing the | jhb | 2000-05-08 | 1 | -3/+4 |
| | | | | | | | | | | | | distfiles to build the docproj port during release. Prior to this, the distfiles were copied froom ${DISTFILES}. However, if like me, you needed to store the distfiles in some directory other than /usr/ports/distfiles, for example /usr/docdistfiles, then when you overrode ${DISTFILES} it broke the release build when it tried to build docproj port in the chroot'd release area. To preserve backwards compatibility, DOCDISTFILES defaults to the value of DISTFILES. Ok'd by: jkh | ||||
* | Update device names | kris | 2000-05-07 | 2 | -2/+2 |
| | |||||
* | Add blurb about kqueue to the release notes. | jlemon | 2000-05-06 | 2 | -0/+14 |
| | |||||
* | Added PWS as abbreviated name for Miata | wilko | 2000-05-03 | 1 | -5/+8 |
| | | | | Submitted by: naddy@mips.inka.de | ||||
* | Add Samsung 164BX to non-SRM mainboards | wilko | 2000-04-28 | 1 | -1/+2 |
| | |||||
* | Remove PC164UX from 'might work/might have SRM'. Add warning for | wilko | 2000-04-27 | 1 | -4/+1 |
| | | | | | | non-SRM for PC164UX and XL/XLT DEC machines Submitted by: <naddy@mips.rhein-neckar.de> | ||||
* | Correct typo in description string: `CANNOT' -> `CAN'. | jkoshy | 2000-04-26 | 1 | -1/+1 |
| | | | | | PR: docs/18177 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> | ||||
* | Remove mistakenly added {o}init. The build system adds it automatically. | dwhite | 2000-04-25 | 1 | -2/+2 |
| | |||||
* | Commit PicoBSD mega-patch: | dwhite | 2000-04-25 | 25 | -88/+108 |
| | | | | | | | | | | | | | | | . Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali <oogali@intranova.net> | ||||
* | Note the presence of POSIX.1b Shared Memory Objects. | wollman | 2000-04-22 | 2 | -0/+7 |
| | | | | | There's got to be a better way to handle cross-architecture kernel changes. | ||||
* | make release builds a bit more error-resistant | jkh | 2000-04-22 | 1 | -2/+2 |
| | |||||
* | Mention the support for PXE in the release notes. | ps | 2000-04-20 | 1 | -0/+4 |
| | |||||
* | Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf. | iwasaki | 2000-04-17 | 1 | -1/+1 |
| | |||||
* | Fix the location of pccard.conf, | iwasaki | 2000-04-17 | 1 | -1/+1 |
| | | | | | | etc/pccard.conf.sample -> etc/defaults/pccard.conf. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> | ||||
* | Add mention of extended attributes in release notes. | rwatson | 2000-04-16 | 2 | -0/+12 |
| | | | | Suggested by: kkenn | ||||
* | Add web pointers to Multia FAQs | wilko | 2000-04-14 | 1 | -0/+5 |
| | |||||
* | Update Multia section with floppy boot problems & workaround. | wilko | 2000-04-13 | 1 | -1/+7 |
| | |||||
* | update Monet information | wilko | 2000-04-12 | 1 | -10/+29 |
| | |||||
* | Installing via an HTTP proxy should not attempt to resolve the | murray | 2000-04-10 | 1 | -1/+5 |
| | | | | | | | | hostname of the FTP server; that is the proxy's job. This temporarily deletes the nameserver variable before calling mediaSetFTP. PR: 17371 Approved by: jkh | ||||
* | More error checking and idiot-proofing for the user editor. | murray | 2000-04-08 | 1 | -2/+16 |
| | | | | | PR: 14318 Approved by: jkh | ||||
* | PR: 17559 | murray | 2000-04-08 | 3 | -2/+23 |
| | | | | | | | | 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. | ||||
* | Update DS10 description, add info on DS10L "Slate" | wilko | 2000-04-06 | 1 | -9/+20 |
| | |||||
* | Convert "RELENG_ver_RELEASE" to "RELEASE_ver" and use it to check out | asami | 2000-04-06 | 1 | -0/+19 |
| | | | | | | | | | | | | | the ports and doc trees. There is no change if we are not building a release (i.e., we are not using a tag of the form RELENG_ver_RELEASE --e.g., a RELENG_ver tag used to build a snapshot). This should allow the ports and doc freezes during the release cycles to be somewhat shorter, as commits to those (non-branched) trees can resume as soon as the tags are laid down. Reviewed by: nik Approved by: jkh | ||||
* | Fixed minor annoyance with sysinstall being redundant / braindead in | murray | 2000-04-06 | 1 | -1/+3 |
| | | | | | | the network -> interfaces menu. Approved by: jkh | ||||
* | Add note on SCSI floppy on DEC3000 series | wilko | 2000-04-03 | 1 | -0/+4 |
| | |||||
* | Update status for sound on AS200 and Miata. It works.. | wilko | 2000-03-31 | 1 | -3/+11 |
| | |||||
* | Refresh the aout ldconfig info so things like compat22 when installed can | billf | 2000-03-31 | 1 | -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. | ||||
* | Added description of TurboLaser (AlphaServer 8x00) that is now | wilko | 2000-03-30 | 1 | -22/+107 |
| | | | | | | supported thanks to Matt Jacob. Reviewed by: Matt Jacob | ||||
* | Search for the proper hints file in an ELF world. | jkh | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | Gut the release notes now that we have a clean slate again. | kris | 2000-03-25 | 2 | -442/+8 |
| | | | | | The supported hardware still looks to be lagging in the alpha file. People, please try and keep these in better sync this time! | ||||
* | Add #includes for sysctlbyname() to quiet a warning. | jhb | 2000-03-25 | 1 | -0/+2 |
| | |||||
* | Update sysinstall to use struct uc_device instead of struct isa_device | jhb | 2000-03-24 | 2 | -6/+5 |
| | | | | | | 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. | ||||
* | Adapt to the crypto distribution. | jkh | 2000-03-21 | 1 | -3/+5 |
| | |||||
* | Fix bogus reporting of interface names, the field returned | luigi | 2000-03-21 | 1 | -4/+4 |
| | | | | in sdl_data is not 0-terminated | ||||
* | Add entry for the Microtech USB to SCSI cable. | n_hibma | 2000-03-20 | 1 | -1/+3 |
| |