Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller | |
function when SMALL is not defined. OK guenther@ | |||
2014-05-10 | please, if there is any chance you've ever encountered the same command | Theo de Raadt | |
during install time, be more careful here. | |||
2014-05-03 | remove unused variable | Charles Longeau | |
ok krw@ | |||
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | |||
2014-02-21 | build a non-portmap/mountd speaking umount, which shrinks the libc | Theo de Raadt | |
requirements on non-NFS install media | |||
2014-02-21 | delete useless comment | Theo de Raadt | |
2014-02-12 | Reachover makefile for mkuboot, found on armv7 ramdisks; nick@ | Miod Vallat | |
2014-01-19 | no need for LDSTATIC, it comes from ../Makefile.inc | Theo de Raadt | |
2014-01-19 | enter installboot | Theo de Raadt | |
2014-01-19 | Add makefile for distrib/special/installboot. | Joel Sing | |
2014-01-11 | Butcher a smaller tar/pax here, which has no cpio support | Theo de Raadt | |
ok guenther | |||
2014-01-11 | use -DSHA2_ONLY to be more clear about what we are butchering | Theo de Raadt | |
idea from tedu | |||
2014-01-11 | use NOMAN=1 for all directories | Theo de Raadt | |
2014-01-11 | unify with other Makefiles around here | Theo de Raadt | |
2014-01-09 | we need to build a ztscale stub for zaurus media. | Theo de Raadt | |
2014-01-08 | Switch to using the base sha256 command, rather than some customized | Theo de Raadt | |
abomination. install.sub chunk tested by rpe | |||
2014-01-08 | enter md5 directory | Theo de Raadt | |
2014-01-08 | Build a -DSMALL verison of md5 for the install media (will be installed | Theo de Raadt | |
as sha256 and sha512, primarily) | |||
2014-01-08 | rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support | Theo de Raadt | |
is also pulled in | |||
2014-01-08 | enable building of signify in the ramdisks | Theo de Raadt | |
2014-01-06 | In the new PIE world, all dynamic binaries (for instance those found | Theo de Raadt | |
in usr.bin and usr.sbin on the install media) must be re-compiled non-PIE (here, in the special directory) so that crunchgen can reuse them. This issue is most acute on i386, which has register pressure, and does weird things for PIE. thanks for matthew for helping figure this out. | |||
2013-11-27 | astoundingly, the read loop has been subtly broken in a variety of ways | Theo de Raadt | |
on big-endian machines for quite a while. Some discussion with millert and guenther to repair it. | |||
2013-11-26 | unsigned char for ctype | Theo de Raadt | |
2013-11-04 | oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*) | Theo de Raadt | |
2013-11-01 | Provide -I's to reach the gdtoa directory for .h files | Theo de Raadt | |
2013-04-15 | for when we include chroot in the future | Theo de Raadt | |
2013-03-28 | switch to the new resolver implementation. | Eric Faurot | |
requested by many. | |||
2013-01-08 | Remove unnecessary dependencies (-lkvm) | Alexandr Shadchin | |
ok deraadt@ | |||
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth R Westerback | |
version. This is the last hand-rolled imsg implementation I could spot. Doesn't seem to break sparc64. Suggested by chris@, tweaks from brad@ and reyk@. ok reyk@ | |||
2012-11-09 | Oops. Special dhclient also needs to forget about inet.c. | Kenneth R Westerback | |
Spotted by naddy@ | |||
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback | |
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@. | |||
2012-09-10 | compile as much as possible on the install media with -fno-stack-protector. | Theo de Raadt | |
yeah, you heard right.. | |||
2012-09-07 | handle pkcs5_pbkdf2() fallout | Theo de Raadt | |
2012-08-21 | Build sed in distrib/ just like everything else. Simplifies PIE work since | Pascal Stumpf | |
we can now use NOPIE= for it. Note that NOPIE= is still a no-op atm. ok deraadt@ | |||
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt | |
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | |||
2012-01-18 | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | Stefan Sperling | |
Based on code from FreeBSD. Tested by myself (full release/install cycle on i386 and sparc64) and ajacoutot. Man page help from jmc. | |||
2011-10-06 | Get rid of special binaries which are no longer necesssary. | Theo de Raadt | |
Note: more stays, though we currently use less on the media -- that is because if less grows too fat in the future, we would be able to switch to more. Discussed with nicm. | |||
2011-09-17 | Add SMALL infrastructure to ping. | Christiano F. Haesbaert | |
ok mcbride@ sthen@ | |||
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin | |
ok nicm@ | |||
2010-11-23 | do not print the terminating null character after strings | Alexander Hall | |
ok deraadt@ | |||
2010-10-29 | nroff->mandoc; ok schwarze | Jason McIntyre | |
2010-10-18 | Add wpakey/-wpakey options. This was originally written by halex and | Theo de Raadt | |
has gone many times around now (it is smaller now). man page diff coming soon. Fits onto the media that need it. ok halex | |||
2010-10-13 | Put sha1.c here too, to gain savings from the -Os | Theo de Raadt | |
2010-07-28 | Fix fallout from the utf-8 commit (segfaults in disklabel on install media). | Stefan Sperling | |
Sorry about that. ok sthen deraadt | |||
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan Sperling | |
conversion interfaces of libc (mbrtowc(3) and friends) with new implementations that internally call an API based on NetBSD's citrus. This allows us to support locales with multi-byte character encodings. Provide two implementations of the citrus-based API: one based on the old single-byte placeholders for use with our existing single-byte character locales (C, ISO8859-*, KOI8, CP1251, etc.), and one that provides support for UTF-8 encoded characters (code based on FreeBSD's implementation). Install the en_US.UTF-8 ctype locale support file, and allow the UTF-8 ctype locale to be enabled via setlocale(3) (export LC_CTYPE='en_US.UTF-8'). A lot of programs, especially from ports, will now start using UTF-8 if the UTF-8 locale is enabled. Use at your own risk, and please report any breakage. Note that ncurses-based programs cannot display UTF-8 right now, this is being worked on. To prevent install media growth, add vfprintf(3) and mbrtowc(3) to libstubs. The mbrtowc stub was copied unchanged from its old single-byte placeholder. vfprintf.c doesn't need to be copied, just put in .PATH (hint by fgsch@). Testing by myself, naddy, sthen, nicm, espie, armani, Dmitrij D. Czarkoff. ok matthieu espie millert sthen nicm deraadt | |||
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe | |
commenting it out top-to-bottom ok deraadt@ | |||
2010-07-02 | An entire 1.5KB .o file was linked, but not actually used. | Theo de Raadt | |
2010-07-02 | Build grep with -DSMALL, ok tedu | Nicholas Marriott | |
2010-04-28 | rename BS so we don't collide with the ocurses define, | Jonathan Gray | |
makes gcc4 happy. ok deraadt@ 'Looks safe' miod@ | |||
2010-04-03 | Add hw.product to the bsd.rd sysctl(8) binary. ok deraadt@ | Miod Vallat | |