Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | sync | Theo de Raadt | |
2009-12-09 | sync | Theo de Raadt | |
2009-11-29 | sync | Theo de Raadt | |
2009-11-26 | snc | Theo de Raadt | |
2009-11-25 | sync | Theo de Raadt | |
2009-11-24 | sync | Theo de Raadt | |
2009-11-22 | sync | Theo de Raadt | |
2009-11-18 | sync | Stuart Henderson | |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe | |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@ | |||
2009-11-17 | sync | Theo de Raadt | |
2009-11-14 | sync | Theo de Raadt | |
2009-11-13 | sync | Theo de Raadt | |
2009-11-11 | sync | Theo de Raadt | |
2009-11-10 | sync | Theo de Raadt | |
2009-11-10 | sync | Theo de Raadt | |
2009-11-09 | sync | Theo de Raadt | |
2009-11-06 | sync | Theo de Raadt | |
2009-11-02 | sync | Theo de Raadt | |
2009-11-01 | add new mirror | Stuart Henderson | |
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | Miod Vallat | |
far, and needs help to figure out its Ethernet address on IP35 systems. Heavily derived from mec(4) written by Izumi Tsutsui and Christopher Sekiya, although it required many changes to fit the IOC3 chip. | |||
2009-10-28 | sync | Theo de Raadt | |
2009-10-28 | Use a Makefile.inc to share all the -Os and such options we use | Theo de Raadt | |
2009-10-28 | Strip the YP code from the binaries on the ramdisk by building with -UYP | Philip Guenthe | |
the six files from libc that are directly pulled in. ok deraadt@ | |||
2009-10-28 | use the special versions of ed(1), mt(1), and restore(8) which are a lot | Theo de Raadt | |
smaller ok guenther | |||
2009-10-28 | compile the install media mt(1) without RMT support | Theo de Raadt | |
ok guenther | |||
2009-10-28 | compile ramdisk restore(1) without remote-restore (ie. rcmd) support | Theo de Raadt | |
since rcmd is stupid without ssh being on the media | |||
2009-10-28 | compile ramdisk ed(1) without -DDES support | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-27 | sync | Theo de Raadt | |
2009-10-27 | sync | Theo de Raadt | |
2009-10-26 | Sync with recent developments. | Miod Vallat | |
2009-10-25 | Add a mention the `a' partition needs to be contained within the first 2GB | Miod Vallat | |
of the disk, for the prom to be able to correctly read the kernel image. Found the hard way by landry@ | |||
2009-10-24 | sync | Theo de Raadt | |
2009-10-23 | sync | Theo de Raadt | |
2009-10-17 | sync | Theo de Raadt | |
2009-10-16 | sync | Theo de Raadt | |
2009-10-15 | sync | Theo de Raadt | |
2009-10-15 | sync | Theo de Raadt | |
2009-10-15 | sync | Theo de Raadt | |
2009-10-13 | tweaks by "dawe", thanks | Jasper Lievisse Adriaanse | |
2009-10-13 | sync | Theo de Raadt | |
2009-10-13 | getting closer to sync again | Theo de Raadt | |
2009-10-13 | sync | Theo de Raadt | |
2009-10-12 | step two of sync | Theo de Raadt | |
2009-10-12 | part one of sync | Theo de Raadt | |
2009-10-12 | More inodes by default on the ramdisk, because otherwise a many-disk | Theo de Raadt | |
system runs out of space; reported by William Yodlowsky | |||
2009-10-11 | sync | Theo de Raadt | |
2009-10-11 | Enable kbd on landisk and socppc. -moj ok miod@ | Mats O Jansson | |
2009-10-10 | More details about the dreaded netaddr environment variable for network | Miod Vallat | |
boot, and about the console madness on machines with an external L1 serial port. | |||
2009-10-10 | Fix a quoting typo in comments | Miod Vallat | |