summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* foo -> unknownjkh1995-05-021-2/+2
|
* I need Open_Disk() to not spew on my screen. #ifdef out some diagnosticjkh1995-05-021-1/+3
| | | | printfs.
* Bring in place-holder files for the various languages until I actuallyjkh1995-05-012-0/+70
| | | | have some doc.
* Commit my latest changes before having a nap. Still not close to done,jkh1995-05-0111-107/+634
| | | | | | nor is it in sync with my working sources, but it leaves me less CVS hassles to bring in the new files at this time. Still no documentation to translate quite yet, but soon. This stuff is actually very close now.
* foo -> unknown.jkh1995-05-012-8/+8
| | | | I have to be able to show this stuff to the user. :-)
* Rename secure to DES. This isn't a 100% accurate renaming since somejkh1995-05-011-8/+8
| | | | | of the eBones stuff is in there too, but it's better than `secure', which implies that the user will be insecure without it.
* Stick a more BSD-like Makefile here so that I can link to the library.jkh1995-05-011-14/+15
|
* start CHS is 0xff,0xff,0xff if past 1024.phk1995-05-013-19/+68
| | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01.
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-304-43/+45
| | | | | Get the CHS's right. Get the disklabels (more) right.
* get bootblocks right.phk1995-04-305-52/+133
| | | | | | | Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet.
* Missing -r flag on rmphk1995-04-301-2/+2
|
* Use 0xff for CHS when past 1024 cyls.phk1995-04-302-28/+47
| | | | Fix (hopefully) a bug Gary found.
* Make the default case less scary :-)phk1995-04-301-0/+2
|
* Now we do writes too.phk1995-04-309-53/+360
|
* o Add extra menu types (radio implemented, multiple choice shortly).jkh1995-04-297-199/+329
| | | | | | | | | | o Make the framework generally more robust. o Figured out how to nest the menu descriptions - no more grotty initialization of menus. o Fix bug with helpline and helpfile not being reset. o Add stubs for the media selection code. Coming next: Fdisk and disklabel screens using Phk's new libdisk stuff.
* Names are assigned when chunks are created.phk1995-04-297-10/+238
| | | | Rules for only one fat & one extended in MBR.
* Even More stuff. Disk_Names() is here amongst other things.phk1995-04-293-32/+212
|
* Next Iteration, getting better.phk1995-04-297-46/+181
| | | | | | | | Made an All_FreeBSD() function. Added a cmd-line interface (lowest rank) to the tst01 program. The tst01 program is harmless (worst it can do is coredump), but it is instructive to run, you can see what the slice-code things of your disk...
* Sanitize and explain a little bit... Implement the first rules...phk1995-04-298-73/+198
|
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-289-0/+837
| | | | | in the new sysinstall. If you want to give a helping hand, then send email to phk@FreeBSD.ORG. DO NOT COMMIT TO THIS DIRECTORY!
* This will be the module that handles all media detection.jkh1995-04-271-0/+52
|
* Latest raft of changes.jkh1995-04-275-88/+212
| | | | | | | Added another couple of menu item types. Reshuffled the menus and added a few more. Sure wish I could figure out how to initialize a menu with _one_ initializer rather than two! :(
* This commit was generated by cvs2svn to compensate for changes in r8097,jkh1995-04-2714-0/+1219
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Here is my first "framework" commit of the new sysinstall. There is a LOTjkh1995-04-2714-0/+1219
| | | | | | | | | | | | more to come in the next 24 hours, this is just the first stable result of 8 hours of hacking so far. The specification format for menus is pretty much hammered out and the beginnings (very humble) of the doc hierarchy are present for an example. It should be quite easy to add a lot more menus quickly to this since I did go somewhat out of my way to make the framework easy to work with. This is NOT the glorious semi-graphical sysinstall (or whatever its name will be) that the install-geeks are working on, this is simply the "son of sysinstall" I've been promising to write in the interim for 2.0.5 and 2.1R (super install doesn't come until 2.2R).
* This is a helper program to patch a filesystem into a "MFS_ROOT" kernel.phk1995-04-252-0/+140
|
* install "compat20" (libgcc.so.261.0) into the bindist.phk1995-04-241-1/+3
| | | | cc/ld does the right thing.
* Add the stuff to munge the name of the release/snap/whatever we build.phk1995-04-231-1/+10
|
* Add a "set -e" to all of these, to catch failures.phk1995-04-207-7/+14
|
* A major cleanup. Move more over to a "pull" model than a "push" model,phk1995-04-203-49/+68
| | | | | | this will eventually allow us to add meaningfull dependencies. Add mount_{msdos,nfs,cd9660} and chroot to the fixit.flp.
* Put a kzip'ed GENERIC on the boot.flp and fixit.flp instead of BOOTFLP,phk1995-04-191-5/+5
| | | | | | now that we have the space. If this works out to our liking, we will kill BOOTFLP. Now, if only we could extract the kernel, incl symbols from a kzip'ed kernel...
* Thanks to the dynamic duo of John & David, ("meanwhile in the VM-cave"), wephk1995-04-191-10/+7
| | | | | | can use the vn-driver instead of physical floppies, thanks guys ! Add the fixit-floppy back now that kzip made it fit again. Don't make the gzip'ed *.flp files anymore.
* kzip the kernels on the boot.flp and fixit.flp, and buy us more space...phk1995-04-191-5/+4
| | | | | *** This definitively kills installs on machines with less than 4Mb *** *** the kzip stuff loads a the 3Mb line. This is Just Too Bad (TM) ***
* Remove fixit floppy from things to build until Poul makes it work again.jkh1995-04-131-2/+4
|
* The tmpdir cleaning routine _still_ wasn't right! :-(gpalmer1995-04-131-8/+3
| | | | I think this truly fixes it.
* tell people what we do at the end, since it can take a little while.phk1995-04-132-3/+6
| | | | | use "set -e" when extracting bindist make src dists extract.
* Reduce inode count on floppies a bit againphk1995-04-131-2/+2
|
* Even more inodes on the floppies...phk1995-04-131-2/+2
|
* added a missing '; \'phk1995-04-121-2/+2
|
* Add bad144 to fixit floppy.phk1995-04-123-10/+15
| | | | | | Remove kernel compile directories. Put all *[sw]d* devices on floppies Make more inodes on floppies as function of the above.
* Sanitize the making of kernels a bit, and make the BOOTCDROM kernel too.phk1995-04-101-20/+25
| | | | | If we can get away with it, it will always just be the GENERIC kernel with a different name.
* Do another pass over the delete code. This is better. Now we don'tjkh1995-04-091-7/+9
| | | | try to expand a wildcard to delete the entire contents.
* Try and see if I can make the remove function work..jkh1995-04-091-2/+2
|
* Add etc/sysconfig to list of files stuck on the cpio floppy. I thoughtjkh1995-04-091-2/+2
| | | | we did this already?!?
* Remove preservation of myname and defaultrouter files - they're deprecatedjkh1995-04-091-15/+1
| | | | anyway.
* Don't choke if secure bits are not available.phk1995-04-081-2/+4
|
* Add lnc0 ethernet driver.jkh1995-04-081-1/+2
|
* Fix the bug which removes all empty dirs from distribution. Sorry Jordan...phk1995-04-081-4/+3
|
* Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments.phk1995-04-081-8/+10
|
* Various changes:phk1995-04-073-20/+26
| | | | | tip removed from cpio.flp (!) crunch chokes on it after the latest changes. source for secure & eBones moved into securedist.
* Remove kernel compilation directories after use.phk1995-03-281-12/+16
| | | | Move stray "info" files into info dist.
OpenPOWER on IntegriCloud