summaryrefslogtreecommitdiff
path: root/distrib/special
AgeCommit message (Expand)Author
2014-01-06In the new PIE world, all dynamic binaries (for instance those foundTheo de Raadt
2013-11-27astoundingly, the read loop has been subtly broken in a variety of waysTheo de Raadt
2013-11-26unsigned char for ctypeTheo de Raadt
2013-11-04oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*)Theo de Raadt
2013-11-01Provide -I's to reach the gdtoa directory for .h filesTheo de Raadt
2013-04-15for when we include chroot in the futureTheo de Raadt
2013-03-28switch to the new resolver implementation.Eric Faurot
2013-01-08Remove unnecessary dependencies (-lkvm)Alexandr Shadchin
2012-11-23Use the libutil imsg framework rather than a hand-rolled localKenneth R Westerback
2012-11-09Oops. Special dhclient also needs to forget about inet.c.Kenneth R Westerback
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
2012-09-10compile as much as possible on the install media with -fno-stack-protector.Theo de Raadt
2012-09-07handle pkcs5_pbkdf2() falloutTheo de Raadt
2012-08-21Build sed in distrib/ just like everything else. Simplifies PIE work sincePascal Stumpf
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
2011-10-06Get rid of special binaries which are no longer necesssary.Theo de Raadt
2011-09-17Add SMALL infrastructure to ping.Christiano F. Haesbaert
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2010-11-23do not print the terminating null character after stringsAlexander Hall
2010-10-29nroff->mandoc; ok schwarzeJason McIntyre
2010-10-18Add wpakey/-wpakey options. This was originally written by halex andTheo de Raadt
2010-10-13Put sha1.c here too, to gain savings from the -OsTheo de Raadt
2010-07-28Fix fallout from the utf-8 commit (segfaults in disklabel on install media).Stefan Sperling
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
2010-07-02tags.c isn't needed at all, so exclude the entire object instead ofPhilip Guenthe
2010-07-02An entire 1.5KB .o file was linked, but not actually used.Theo de Raadt
2010-07-02Build grep with -DSMALL, ok teduNicholas Marriott
2010-04-28rename BS so we don't collide with the ocurses define,Jonathan Gray
2010-04-03Add hw.product to the bsd.rd sysctl(8) binary. ok deraadt@Miod Vallat
2010-03-31Make a -DSMALL version of date(1) for the mediaTheo de Raadt
2010-01-14Same type of as in libc/libc/gen/readpassphrase.c 1.22. ReceivingTheo de Raadt
2010-01-13errors spotted by lintTheo de Raadt
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-10-28Use a Makefile.inc to share all the -Os and such options we useTheo de Raadt
2009-10-28Strip the YP code from the binaries on the ramdisk by building with -UYPPhilip Guenthe
2009-10-28use the special versions of ed(1), mt(1), and restore(8) which are a lotTheo de Raadt
2009-10-28compile the install media mt(1) without RMT supportTheo de Raadt
2009-10-28compile ramdisk restore(1) without remote-restore (ie. rcmd) supportTheo de Raadt
2009-10-28compile ramdisk ed(1) without -DDES supportTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-11Enable kbd on landisk and socppc. -moj ok miod@Mats O Jansson
2009-06-04add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 hostAlexander Hall
2009-06-03Add hw.machine and kern.osrelease to install media sysctl. UsingKenneth R Westerback
2009-05-05socks5 has been removed; use dante insteadMartynas Venckus
2009-05-05sync with the ftp changesMartynas Venckus
2009-04-20- add missing header for strcmp() .Jasper Lievisse Adriaanse
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
2009-04-19optimize for size (3k). "makes sense" millert@Martynas Venckus
2009-04-19sort listTheo de Raadt