summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2010-01-14Same type of as in libc/libc/gen/readpassphrase.c 1.22. ReceivingTheo de Raadt
multiple signals into one variable means older signals are dropped. ok dtucker
2010-01-13sync with mirrors.dat updateStuart Henderson
2010-01-13errors spotted by lintTheo de Raadt
2010-01-13syncTheo de Raadt
2010-01-13match the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstartTodd T. Fries
sure henning@
2010-01-12syncTheo de Raadt
2010-01-11syncTheo de Raadt
2010-01-10remove and move some chatty byte during upgrade startup; ok krw, idea from ↵Theo de Raadt
mcbride
2010-01-09Safe.pm is no longer mdMiod Vallat
2010-01-09Define struct cpu_hwinfo, to hold hardware specific information about eachMiod Vallat
processor (instead of sys_config.cpu[]), and pass it in the attach_args when attaching cpu devices. This allows per-cpu information to be gathered late in the bootstrap process, and not be limited by an arbitrary MAX_CPUS limit; this will suit IP27 and IP35 systems better. While there, use this information to make sure delay() uses the speed information from the cpu it is invoked on.
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther
2010-01-04syncTheo de Raadt
2010-01-03Since we can now recognize new disks as they appear, loop waitingKenneth R Westerback
for a root disk to appear if no disks are initially found. Diff & ok from halex@, idea from deraadt@
2010-01-01add arch(1) to the ramdisk, it is tiny and we will soon need itTheo de Raadt
2009-12-31syncTheo de Raadt
2009-12-27syncTheo de Raadt
2009-12-27syncTheo de Raadt
2009-12-21syncTheo de Raadt
2009-12-18syncTheo de Raadt
2009-12-16syncTheo de Raadt
2009-12-10syncTheo de Raadt
2009-12-09syncTheo de Raadt
2009-11-29syncTheo de Raadt
2009-11-26sncTheo de Raadt
2009-11-25syncTheo de Raadt
2009-11-24syncTheo de Raadt
2009-11-22syncTheo de Raadt
2009-11-18syncStuart Henderson
2009-11-18More 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-17syncTheo de Raadt
2009-11-14syncTheo de Raadt
2009-11-13syncTheo de Raadt
2009-11-11syncTheo de Raadt
2009-11-10syncTheo de Raadt
2009-11-10syncTheo de Raadt
2009-11-09syncTheo de Raadt
2009-11-06syncTheo de Raadt
2009-11-02syncTheo de Raadt
2009-11-01add new mirrorStuart Henderson
2009-11-01Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only soMiod 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-28syncTheo de Raadt
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
the six files from libc that are directly pulled in. ok deraadt@
2009-10-28use the special versions of ed(1), mt(1), and restore(8) which are a lotTheo de Raadt
smaller ok guenther
2009-10-28compile the install media mt(1) without RMT supportTheo de Raadt
ok guenther
2009-10-28compile ramdisk restore(1) without remote-restore (ie. rcmd) supportTheo de Raadt
since rcmd is stupid without ssh being on the media
2009-10-28compile ramdisk ed(1) without -DDES supportTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-27syncTheo de Raadt
2009-10-27syncTheo de Raadt