summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-05-052.0 -> 2.1gene
1997-05-05This is not getting picked up from ../Makefile.incDale S. Rahn
1997-05-05only build one version of the libraries.Dale S. Rahn
1997-05-05add Extended partition id.Dale S. Rahn
1997-05-05Before creating the rd nodes, remove the old ones.Dale S. Rahn
1997-05-05last pass for now up correcting/upgrade sparc miniroot and install/upgrade stuffgrr
1997-05-05also install kernel into snapshot areaThomas Graichen
1997-05-05fix type (BOT -> BOOT)Thomas Graichen
1997-05-05Remove comment about an XXX that has been fixed.Todd C. Miller
1997-05-05Removed strchr() for libkern.Todd C. Miller
1997-05-05Add strchr.cTodd C. Miller
1997-05-05Several kernel files have internal (conflicting) versions of strchr() soTodd C. Miller
1997-05-05inprove TERM/EDITOR stuff and mount /kern in miniroot/.profile and dump about...grr
1997-05-05#define away local versions of atoi & strchr to prevent potentialNiklas Hallqvist
1997-05-05first shot of the notes for the pmaxThomas Graichen
1997-05-052.0 again -> 2.1Thomas Graichen
1997-05-05homework for everyone: 10 x reading the notes of an architecture ofThomas Graichen
1997-05-05sparc has 16 partitions now i thinkThomas Graichen
1997-05-05make list2sh.awk safe for meta-characters in SPECIALgrr
1997-05-05fix typoThomas Graichen
1997-05-05do not only s/2\.0/2\.1/g - also 20 -> 21 - but take care ... this is nothingThomas Graichen
1997-05-05add ccd to GENERICThomas Graichen
1997-05-05add /etc/ld.so.conf for the mips archesThomas Graichen
1997-05-05add an ld.so.conf file to /etc for the mips arches - it is requiredThomas Graichen
1997-05-05@echo -> echoThomas Graichen
1997-05-05elf2aout converts to aout not to ecoffThomas Graichen
1997-05-05remove boot_tahoe from here tooThomas Graichen
1997-05-05include /bsd* - so if we want to put extra kernels in it will pickThomas Graichen
1997-05-05hopefully the last tahoe relict in the tree goes now ...Thomas Graichen
1997-05-05put a kernel in the snap & releaseTheo de Raadt
1997-05-05Updates from NetBSD (cgd):Todd C. Miller
1997-05-05provide a place to mount kernfsgrr
1997-05-05if kernfs is to be the official path, we need to be able to mount itgrr
1997-05-05get ftplist from proper hostTheo de Raadt
1997-05-05turns out changes to getresp weren't really the ticket, I'd revert it, but do...grr
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-05ssize_t is long on alpha, not int so cast to long in printf.Todd C. Miller
1997-05-05Default FTP login anonymous with root@this.machine as password for FTP installThorsten Lockert
1997-05-05When doing FTP installs, allow the user to get a list of FTP serversThorsten Lockert
1997-05-04Don't use head when we already use awk.Todd C. Miller
1997-05-04Change clean/depend targets to allow inclusion of Makefile.incTodd C. Miller
1997-05-04Alpha needs strchr.cTodd C. Miller
1997-05-04Make null_read() and null_write() consistent with their prototypes.Todd C. Miller
1997-05-04Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
1997-05-04Better fix for getting at rdsetroot; from Dale RahnThorsten Lockert
1997-05-04Move xntpd -> rc.securelevel since tickadj need to twiddle /dev/memTodd C. Miller
1997-05-04Remove unnecesary call to head(1) that was giving me some grief.Todd C. Miller
1997-05-04Make this work without obj directories/linksThorsten Lockert
1997-05-04Cleaned up.Per Fogelstrom