Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup the /tmp directory permissions to 01777. | joe | 2000-11-07 | 5 | -5/+5 |
| | | | | PR: misc/15875 | ||||
* | This file has not been used for long time. | hosokawa | 2000-11-07 | 1 | -140/+0 |
| | |||||
* | Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp) | hosokawa | 2000-11-07 | 1 | -0/+1 |
| | |||||
* | Load the kernel and root file systems from floppy:/. | joe | 2000-11-07 | 1 | -2/+2 |
| | |||||
* | Added Intel Gigabit Ethernet card to device menu. | hosokawa | 2000-11-07 | 1 | -0/+1 |
| | |||||
* | release/sysinstall/lndir.c has not been used, but statically linked | hosokawa | 2000-11-06 | 3 | -222/+1 |
| | | | | to sysinstall for long time. Remove it. | ||||
* | MFS: comment character and readability fixes. | jkh | 2000-11-05 | 2 | -3/+3 |
| | |||||
* | Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH | truckman | 2000-11-05 | 1 | -0/+2 |
| | | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell. | ||||
* | Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted | truckman | 2000-11-05 | 1 | -1/+1 |
| | | | | filesystem. | ||||
* | Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally | truckman | 2000-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so that the copy of MAKEDEV on the fixit floppy is usable, since mknod and expr live in /mnt2/stand when the fixit floppy is running. Get rid of the sed invokation in release/Makefile that attempts to delete the PATH setting stuff from MAKEDEV on the fixit floppy. This hasn't worked since a long ago change to MAKEDEV caused the sed expression to no longer match. PR: misc/21241 | ||||
* | Crunchgen now has the necessary magic to include the make hooks that | joe | 2000-11-03 | 2 | -33/+2 |
| | | | | munge_crunchmk was adding for us. | ||||
* | Update ports count to "over 4000" | jkh | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Fold the buildopts into the existing crunch.inc file. | joe | 2000-11-03 | 10 | -23/+88 |
| | | | | | | Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution. | ||||
* | Better way to ensure vn.ko is loaded. | hosokawa | 2000-11-02 | 1 | -0/+1 |
| | | | | This does not affect the kernel that vn is linked statically. | ||||
* | Build picobsd object files in /usr/obj/picobsd/${TYPE}. | joe | 2000-11-02 | 2 | -1/+5 |
| | |||||
* | Revert 1.574 (maybe dummy vnconfig is better) | hosokawa | 2000-11-02 | 1 | -1/+0 |
| | | | | Requested by: jkh@FreeBSD.org | ||||
* | Post process the crunch1.mk file to allow make arguments to passed on | joe | 2000-11-02 | 3 | -1/+43 |
| | | | | | | | | | | | | | | | | | | a per program basis allowing a greater control on what is built. The buildopts file contains Makefile lines of form: # Anything added to OPTS is added to every build rule. OPTS= -DNOPAM # These should only be added to the build of user-ppp. ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \ -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH Really these should be added to crunch.inc, but that file is currently optional, and if defined masks the global one. Next step will be to move these global settings back out into the individual builds as OPTS, and then migrate OPTS and prog_OPTS back into the local crunch.inc file. | ||||
* | Remove an unneeded declaration for OBJ. | joe | 2000-11-02 | 1 | -1/+0 |
| | |||||
* | Merge from RELENG_4 (1.536.2.24 to 1.536.2.25). | hosokawa | 2000-11-02 | 1 | -0/+1 |
| | | | | | | Ensure vn.ko is loaded. Submitted by: obrien@FreeBSD.org | ||||
* | add support for 3Com 3c575TX Fast Etherlink XL. | sanpei | 2000-11-02 | 2 | -2/+2 |
| | | | | | | | Device information for 3C575-TX is from NetBSD, sys/dev/cardbus/if_ex_cardbus.c file. Reviewed by: wpaul, imp | ||||
* | Copy the built kernel from the right place. (Forgotten in the last | joe | 2000-11-02 | 1 | -1/+1 |
| | | | | commit.) | ||||
* | Metricom Ricochet GS wireless USB modems are now supported. | n_hibma | 2000-11-01 | 2 | -1/+5 |
| | |||||
* | Update the entry for uscanner (only list devices that we know that work) | n_hibma | 2000-11-01 | 2 | -18/+9 |
| | | | | Also add an entry for umodem (3Com 5605) | ||||
* | Note MFC of uscanner(4). | bmah | 2000-11-01 | 1 | -1/+1 |
| | |||||
* | Note bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++ | bmah | 2000-10-31 | 2 | -2/+25 |
| | | | | runtime initialization code, BIND update to 8.2.3-T6B. | ||||
* | I forgot the driver configuration file for mfsroot.flp. | hosokawa | 2000-10-31 | 1 | -0/+57 |
| | | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org | ||||
* | Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp. | hosokawa | 2000-10-31 | 8 | -18/+291 |
| | | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org | ||||
* | Changes have been made to support a concept of VAR_FIXIT_TTY being | jkh | 2000-10-30 | 2 | -26/+43 |
| | | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352 | ||||
* | Note ipfilter update to 3.4.12, cd(4) support for write operations, | bmah | 2000-10-30 | 2 | -8/+28 |
| | | | | | MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc import, mergemaster improvements. | ||||
* | MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX. | bmah | 2000-10-30 | 3 | -3/+3 |
| | | | | | PR: misc/22383 Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net> | ||||
* | Note MFC to 4-STABLE of mly(4) driver. | bmah | 2000-10-30 | 1 | -1/+1 |
| | | | | Submitted by: msmith | ||||
* | Add the ATA RAID device 'ar'. | sos | 2000-10-29 | 1 | -0/+1 |
| | |||||
* | Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old | eivind | 2000-10-29 | 3 | -4/+54 |
| | | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb | ||||
* | Add about ncv, nsp, and stg SCSI drivers and card names which | non | 2000-10-29 | 2 | -0/+48 |
| | | | | are supposed to work. | ||||
* | add PC-Card melody beep(PC Card bus, kludge version) | sanpei | 2000-10-28 | 1 | -1/+1 |
| | | | | Original idea from: PAO3 | ||||
* | Mention the new '40LD' AMI RAID controllers that we now support. | msmith | 2000-10-28 | 3 | -0/+9 |
| | |||||
* | add Xircom CreditCard adapters and workalikes(xe driver) | sanpei | 2000-10-28 | 1 | -0/+1 |
| | | | | to Default (GENERIC) Configuration | ||||
* | Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards. | tanimura | 2000-10-27 | 2 | -2/+2 |
| | |||||
* | I don't know what "Toshiba Ethernet Cards" are. | hosokawa | 2000-10-27 | 2 | -4/+0 |
| | | | | | I think this is very old entry and should be removed or replaced with more accurate ones. | ||||
* | Note update of bktr(4) to 2.17 (+MFC) and fix up some problems with | bmah | 2000-10-26 | 3 | -13/+32 |
| | | | | a prior note about this driver. Note addition of uscanner(4). | ||||
* | Always need to 'load /kernel', it's the 'read' that needs to | jwd | 2000-10-26 | 1 | -1/+1 |
| | | | | | | | | be isolated out for the 2 floppy install. 5.0-20001026-SNAP cdrom now boots correctly. Reviewed by: Mike Smith <msmith@FreeBSD.org> | ||||
* | More explicitly set crypto bits. | jkh | 2000-10-26 | 2 | -9/+18 |
| | | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com> | ||||
* | Shorten the labels in the keymap menu so it fits smaller screens. | jkh | 2000-10-26 | 1 | -9/+9 |
| | | | | Submitted by: pho | ||||
* | Note the MFC of ATA support for new chipsets and tagged queueing, | bmah | 2000-10-25 | 3 | -8/+45 |
| | | | | | | ATA raid support (+MFC), snc(4) driver added (+MFC), ich(4) driver added (+MFC), IFS, libisc now added, fix to netstat(1) "in use" percentage (+MFC). | ||||
* | Do not include uscanner in the generated kernel config. Also, remove | n_hibma | 2000-10-25 | 5 | -0/+30 |
| | | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien | ||||
* | add Xircom CreditCard adapters and workalikes(xe driver) | sanpei | 2000-10-25 | 2 | -0/+19 |
| | |||||
* | Trim right column messages to display correctly in 80-column terminal. | kuriyama | 2000-10-25 | 1 | -5/+5 |
| | | | | Reviewed by: jkh | ||||
* | The USB scanner driver. To be used together with SANE. | n_hibma | 2000-10-25 | 1 | -56/+47 |
| | |||||
* | Add a relnote about large swap areas not panicking the system. | bmah | 2000-10-24 | 2 | -0/+4 |
| | | | | Submitted by: grog | ||||
* | We were trying to dike out `apm0', but of course devices do not have | obrien | 2000-10-24 | 5 | -15/+15 |
| | | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in. |