Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | add bio & bioctl to a couple cd based ramdisks | Todd T. Fries | |
ok deraadt@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-03-23 | No point in warning users during install that the disklabel has a | Kenneth R Westerback | |
weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@ | |||
2008-03-04 | Redo serial console configuration logic. Smaller, easier to | Kenneth R Westerback | |
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@ | |||
2008-01-11 | cleanup: make -> ${MAKE} consistenly. | Marc Espie | |
zap extra subshells. okay miod@ | |||
2007-10-18 | enter iso dir for clean/cleandir, too, to delete dribbles | Theo de Raadt | |
2007-08-14 | make obj dirs in iso; talked with miod about it | Theo de Raadt | |
2007-08-10 | add missing xserv, and use ${MACHINE} throughout (still needs testing) | Theo de Raadt | |
2007-08-10 | use more variables, because variables are good | Theo de Raadt | |
2007-08-10 | a somewhat crude way to generate installXX.iso files based on | Theo de Raadt | |
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets. | |||
2007-08-09 | do not install the cdromXX.fs file, it is useless | Theo de Raadt | |
2007-07-27 | grow ramdisk filesystem size | Theo de Raadt | |
2007-06-17 | Stop using disklabel -r. The disklabel code does not know all the semantics | Theo de Raadt | |
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw | |||
2007-05-19 | Make FLOPPYSIZE be in terms of 512 byte blocks like all the other ports. | Todd C. Miller | |
This was something I missed in the initial "newfs -c" conversion. | |||
2007-04-25 | grow ramdisk mr.fs size, it is needed | Theo de Raadt | |
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller | |
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option. | |||
2007-04-09 | Add -n to gzip flags. Save a few bytes since we no longer save | Todd C. Miller | |
the uncompressed filename in the gzip header. | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2007-02-11 | Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the | Kenneth R Westerback | |
option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@. | |||
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray | |
ok deraadt@ | |||
2006-12-20 | rum firmware too, of course | Theo de Raadt | |
2006-10-04 | needs bnx firmware too | Theo de Raadt | |
2006-06-26 | wicontrol went away | Theo de Raadt | |
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt | |
2006-01-09 | no more ancontrol (i knew jsg would miss some) | Theo de Raadt | |
2005-05-04 | Put pax/tar/cpio at the same location in all installation media. | Miod Vallat | |
2005-04-02 | Scrounge a few more characters of whitespace, mostly to be consistant. | Kenneth R Westerback | |
2005-03-30 | these will contain mount_udf | Theo de Raadt | |
2005-03-27 | Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate | Kenneth R Westerback | |
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@ | |||
2005-03-26 | Simplify/shrink kbd(8) logic and verbiage. Always ask for best kbd(8) | Kenneth R Westerback | |
table. ok deraadt@ | |||
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback | |
while statements. | |||
2005-03-11 | never worry about the copyright date on the CD layout again, problem | Theo de Raadt | |
noticed by drahn | |||
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-11-23 | need kue firmware too | Theo de Raadt | |
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-08-24 | move cdboot to ${OSREV}/${ARCH/ | Theo de Raadt | |
2004-08-23 | switch to non-emulation cd booting | Theo de Raadt | |
2004-08-23 | name output different, in case this is used | Theo de Raadt | |
2004-08-23 | non-emulation boot media, if we ever need it | Theo de Raadt | |
2004-08-12 | Add ability to specify default serial console just like i386. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-03-21 | dhclient on bsd.rd & cd*.iso | Theo de Raadt | |
2004-03-11 | change copyrights on iso images, spotted by miod | Theo de Raadt | |
2004-02-27 | crank ramdisk to 3584 | Theo de Raadt | |
2004-02-24 | damn it, do it right | Theo de Raadt | |
2004-02-24 | make scripts executable | Theo de Raadt | |
2004-02-22 | boot floppy support. unfortunately for now because of how the sets and | Theo de Raadt | |
lists and disktab work, we are constrained, and a few things must go missing until we seperate that out. | |||
2004-02-08 | workaround for awk breakage no longer needed | Theo de Raadt | |
2004-02-08 | XXX Why does amd64 require a bin/-sh to boot correctly?? Is this because | Theo de Raadt | |
of some flags being passed in? Anyone? |