aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/isp
Commit message (Collapse)AuthorAgeFilesLines
* remove this floppy image too.Luigi Rizzo2004-03-2412-453/+0
| | | | Notes: svn path=/head/; revision=127353
* Record libtelnet.a death.Ruslan Ermilov2002-04-191-1/+1
| | | | Notes: svn path=/head/; revision=95047
* Batch of fixes to the configuration files from Bruce MontagueLuigi Rizzo2002-03-152-6/+6
| | | | Notes: svn path=/head/; revision=92313
* CURRENT has devfs, so we do not need to specify what devices weLuigi Rizzo2002-03-101-3/+1
| | | | | | | want on the MFS image. Update the config files accordingly. Notes: svn path=/head/; revision=92027
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGJosef Karthauser2001-09-201-4/+0
| | | | | | | | from the PicoBSD kernel files as they're not relevant any more to -current. Notes: svn path=/head/; revision=83719
* Remove support of I386_CPU in -current.Luigi Rizzo2001-06-211-1/+2
| | | | | | | | | | | | Make sure hints are statically compiled into the kernel, because the bootloader is not available in picobsd and so the hints file cannot be found at run time. (This is kind of inconvenient if you have to handle non PnP devices, but fortunately these days non-PnP ISA cards are disappearing...) Notes: svn path=/head/; revision=78543
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-2/+2
| | | | Notes: svn path=/head/; revision=77579
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-244-11/+9
| | | | Notes: svn path=/head/; revision=75899
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.Josef Karthauser2001-04-221-1/+0
| | | | Notes: svn path=/head/; revision=75843
* Add the MD_ROOT_SIZE option.Luigi Rizzo2001-02-011-1/+2
| | | | | | | These files might need further work before producing a compilable kernel. Notes: svn path=/head/; revision=71904
* Remove COMPAT_OLDPCI.Josef Karthauser2000-12-221-1/+0
| | | | Notes: svn path=/head/; revision=70270
* Wrap the build options up into the crunch.conf file now that crunchgenJosef Karthauser2000-11-152-12/+3
| | | | | | | knows what to do with them. Notes: svn path=/head/; revision=68752
* Remove libipsec and libradius. We're now building without supportJosef Karthauser2000-11-081-1/+1
| | | | | | | for these by default. Notes: svn path=/head/; revision=68473
* Fixup the /tmp directory permissions to 01777.Josef Karthauser2000-11-071-1/+1
| | | | | | | PR: misc/15875 Notes: svn path=/head/; revision=68447
* Fold the buildopts into the existing crunch.inc file.Josef Karthauser2000-11-031-0/+12
| | | | | | | | | Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution. Notes: svn path=/head/; revision=68273
* Make these PICOBSD's compile... well, almost. Still some work toJosef Karthauser2000-10-181-2/+3
| | | | | | | do on PPP (atm problems.) Notes: svn path=/head/; revision=67302
* Fix the PICOBSD kernel configs. They're now converted to useJosef Karthauser2000-10-152-60/+136
| | | | | | | | | | | | | | | | | Peter's new format, and I'd added hints files for each. The build process uses the PICOBSD.hints file as well as the config, and additionally builds with -DNO_MODULES. The build process probably needs to be converted to use the 'buildkernel' method instead of running config itself. The kernels now compile. I've not been able to test the crunch process however because it used the vn driver and there are no /dev/vn device nodes under devfs yet. Maybe someone else could give it a go. Notes: svn path=/head/; revision=67175
* Commit PicoBSD mega-patch:Doug White2000-04-251-0/+4
| | | | | | | | | | | | | | | | | | . 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> Notes: svn path=/head/; revision=59627
* Remove "conflicts" from kernel config files for picobsd.Patrick S. Gardella2000-03-161-1/+1
| | | | | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=58128
* Update makefile and kernel config fileLuigi Rizzo2000-02-082-53/+20
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57051
* Remove unused filesLuigi Rizzo2000-02-082-10/+0
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57050
* Remove unused MakefileLuigi Rizzo2000-02-081-37/+0
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57049
* Update files for "isp" floppy type.Luigi Rizzo2000-02-081-0/+2
| | | | | | | Approved-By: jordan Notes: svn path=/head/; revision=57047
* Remove unused filesLuigi Rizzo2000-02-084-50/+0
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57045
* Make the following changes to PicoBSD kernel configurations:Pierre Beyssac1999-11-281-7/+8
| | | | | | | | | | - to account for recent changes in MFS: add pseudo-device md replace MFS_ROOT with MD_ROOT - replace deprecated "disk" with "device" Notes: svn path=/head/; revision=53857
* Update PicoBSD so it does not need to patch the passwd Makefile.Roger Hardiman1999-10-302-56/+0
| | | | Notes: svn path=/head/; revision=52650
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-11/+11
| | | | Notes: svn path=/head/; revision=50479
* Update patch so it applies cleanlyRoger Hardiman1999-08-261-4/+4
| | | | Notes: svn path=/head/; revision=50406
* Add 'options MFS_ROOT' back in to kernel configs -- not going to get farDoug White1999-08-231-1/+2
| | | | | | | without that! Notes: svn path=/head/; revision=50249
* Add missing file probably forgotten from previous commitLuigi Rizzo1999-08-231-0/+134
| | | | Notes: svn path=/head/; revision=50208
* More cleanup: move device entries in Picobsd makefiles in a moreLuigi Rizzo1999-08-231-4/+5
| | | | | | | accessible place. Notes: svn path=/head/; revision=50206
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-2239-1595/+8
| | | | | | | | | | | | | | | | | . Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi Notes: svn path=/head/; revision=50186
* MFS: No longer needed with PicoBSD 0.44Roger Hardiman1999-06-152-43/+0
| | | | Notes: svn path=/head/; revision=47924
* MFS: No longer needed in PicoBSD 0.44Roger Hardiman1999-06-151-80/+0
| | | | Notes: svn path=/head/; revision=47920
* Last commit was incorrect. Remove the 'rp' PCI deviceRoger Hardiman1999-06-141-46/+40
| | | | Notes: svn path=/head/; revision=47910
* Comment out the PCI Comtrol Rocketport entries.Roger Hardiman1999-06-141-42/+48
| | | | | | | | The PicoBSD 'isp' build fails when both the PCI and ISA versions of the 'rp' driver are included at the same time Notes: svn path=/head/; revision=47909
* Update to PicoBSD 0.44 from RELENG_3Roger Hardiman1999-06-145-29/+17
| | | | Notes: svn path=/head/; revision=47906
* Update PicoBSD kernel config files. Changes areRoger Hardiman1999-05-241-50/+54
| | | | | | | | | | | | | removal of bio, tty, net removal of quotes switches from isa? to nexus? or atkbdc? additional comments These bring the kernel config files in sync with those in RELENG_3 Notes: svn path=/head/; revision=47466
* Deal with MAKEDEV's braindedness.Andrzej Bialecki1999-05-051-4/+8
| | | | | | | | Submitted by: Patrick Powell <papowell@astart4.astart.com> Reviewed by: abial Notes: svn path=/head/; revision=46496
* Change references from "passwordperiod" to "passwordtime", sinceTim Vanderhoek1999-04-301-2/+2
| | | | | | | | | "passwordtime" is what passwd(1) has actually been using. I suspect passwordperiod was the original intent. I can't figure-out which, if either, BSDi uses. If anyone knows... Notes: svn path=/head/; revision=46209
* Merge from RELENG_3.Andrzej Bialecki1999-02-125-12/+8
| | | | Notes: svn path=/head/; revision=43939
* Use ppbus instead of the lpt driver.Dag-Erling Smørgrav1999-02-101-2/+6
| | | | Notes: svn path=/head/; revision=43825
* Remove snmp for now - it has to either shrink, or we have to inventAndrzej Bialecki1999-01-192-8/+2
| | | | | | | something else... Notes: svn path=/head/; revision=42858
* Add NOPAM hook to be able to use login(1) here...Andrzej Bialecki1999-01-192-12/+9
| | | | Notes: svn path=/head/; revision=42856
* Fix copy & paste error.Andrzej Bialecki1999-01-181-2/+2
| | | | | | | Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za> Notes: svn path=/head/; revision=42796
* Add natd entry.Andrzej Bialecki1999-01-141-0/+1
| | | | Notes: svn path=/head/; revision=42676
* Change to new syscons devices.Andrzej Bialecki1999-01-142-4/+8
| | | | Notes: svn path=/head/; revision=42675
* Use the new syntax for kget.Andrzej Bialecki1999-01-142-4/+4
| | | | Notes: svn path=/head/; revision=42674
* Oops, I missed a few more /etc/nologin references yesterday. It appearsSatoshi Asami1999-01-122-4/+3
| | | | | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=42587
* Change USERCONFIG_BOOT -> INTRO_USERCONFIGAndrzej Bialecki1998-11-141-2/+2
| | | | Notes: svn path=/head/; revision=41152