Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-05 | socks5 has been removed; use dante instead | Martynas Venckus | |
sure theo | |||
2009-05-05 | sync with the ftp changes | Martynas Venckus | |
2009-04-20 | - add missing header for strcmp() . | Jasper Lievisse Adriaanse | |
- add hw.model which could help future sgi install scripts with deciding which kernel to pick "commit" deraadt@ | |||
2009-04-19 | If hw.ncpufound > 1, have the install script automatically prefer to use | Theo de Raadt | |
bsd.mp instead of bsd (using -- mv bsd bsd.sp; mv bsd.mp bsd). anyone who brings up boot.conf is an i386 bigot. tested on almost all platforms that can do this, ok various people | |||
2009-04-19 | optimize for size (3k). "makes sense" millert@ | Martynas Venckus | |
2009-04-19 | sort list | Theo de Raadt | |
2009-04-19 | Use sysctl -n hw.disknames instead of the custom disknames program | Theo de Raadt | |
2009-04-19 | A mini sysctl(8) that only knows a few variables we need to know in | Theo de Raadt | |
the install script. For now, just hw.disknames | |||
2009-04-17 | A very small sha256 program for the base media. Use it by piping data | Theo de Raadt | |
through it... input | sha256 outfile | output, then check the contents of outfile after. | |||
2009-04-17 | Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLY | Theo de Raadt | |
so that it is a lot smaller. | |||
2008-09-15 | Use LDSTATIC for -static not LDFLAGS. okay millert@ kettenis@ | Kurt Miller | |
2008-05-13 | Disable more wscons bits on socppc. | Miod Vallat | |
2007-11-26 | build our own newfs binary for the media -- without MFS support -- to | Theo de Raadt | |
save space. | |||
2007-08-02 | spelling fixes in the comments | David Krause | |
2007-06-04 | ipx is gone | Henning Brauer | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2007-02-14 | /* not $*. | Kenneth R Westerback | |
2007-02-14 | Oops. Add $OpenBSD$ (pointed out by jasper@) and license (pointed out | Kenneth R Westerback | |
by deraadt@). | |||
2007-02-14 | do not whack CFLAGS | Theo de Raadt | |
2007-02-14 | append \n at end of line, and make this more normal userland code | Theo de Raadt | |
2007-02-14 | Hack a small program to return hw.disknames so that install scripts | Kenneth R Westerback | |
are not dependant on a clean dmesg to scan for disks and cds. "Looks good, seems right" art@ "commit" deraadt@ | |||
2006-11-10 | fake no-op install target | Theo de Raadt | |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-01-04 | mac68k here too now | Miod Vallat | |
2005-08-04 | activate libstubs (setlocale + dbopen) | Marc Espie | |
okay deraadt@ | |||
2005-08-03 | libstubs stuff, not yet active. | Marc Espie | |
2005-08-02 | replace dd with NO_CONV version. | Marc Espie | |
okay deraadt@ | |||
2005-07-18 | two files deleted and krw did not notice | Theo de Raadt | |
2005-07-11 | hash.c no longer used | Theo de Raadt | |
2005-05-09 | Sync architectures list with /sbin/kbd; prompted by martin@ | Miod Vallat | |
2004-12-25 | enter ifconfig | Theo de Raadt | |
2004-12-25 | a -DSMALL varient of ifconfig for media | Theo de Raadt | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-07-02 | Accept but ignore -E and -X since they specify default more(1) behavior. | Todd C. Miller | |
2004-05-04 | adjust, need privsep.c here too | Henning Brauer | |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-04-05 | move to our new dhclient | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-20 | - uppercase CRT | Jason McIntyre | |
- kill .Pp before list - \\ -> \e - "" -> .Sq | |||
2004-02-07 | pegasos gets kbd too, bad dale | Theo de Raadt | |
2004-02-07 | and cats too, says miod | Theo de Raadt | |
2004-02-07 | kbd needed for amd64 | Theo de Raadt | |
2004-01-03 | Todd forgot to make obj there | Theo de Raadt | |
2003-12-17 | don't use inffast on the boot floppies; saves more space | Henning Brauer | |
ok millert@ | |||
2003-12-17 | SMALL version of ccdconfig | Todd C. Miller | |
2003-12-17 | prettify, no real changes | Henning Brauer | |
2003-12-16 | disabling the gzip header handling that we do ourselves anyway gains us | Henning Brauer | |
1532 more bytes | |||
2003-12-16 | millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/ | Henning Brauer | |
which has teh effect of disabling some new code so that the resulting object file is the exact same size as the one from our local, older copy. get rid of it. |