summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2012-04-08Sync with the current state of thingsMiod Vallat
2012-04-08syncTheo de Raadt
2012-04-06syncTheo de Raadt
2012-04-03Make sure all bootp() path lack unnecessary front slashes, and subtly mentionMiod Vallat
that IP22 PROM can not load ELF64 kernels. While there, in addition to the list of `known to only boot of a low tftp port number' PROM versions, list a few unaffected (16 bit clean) PROM versions. Hopefully user feedback will let us figure out cutoff point so we'll only need to document these instead of unbounded lists of PROM versions.
2012-04-02syncTheo de Raadt
2012-03-29Hook IP22 kernels to the build, and document how to boot the installationMiod Vallat
media on them. Try to be helpful and explain how things may fail on the older PROM and what to do about this.
2012-03-29syncTheo de Raadt
2012-03-29syncTheo de Raadt
2012-03-24syncTheo de Raadt
2012-03-22syncTheo de Raadt
2012-03-22syncTheo de Raadt
2012-03-19Add a comment about harmless warning emitted by tic with -r to theNicholas Marriott
TERMCAP stanza, no longer replace tabset (not needed anymore) and remove blank lines from output termcap file. ok deraadt millert
2012-03-18syncTheo de Raadt
2012-03-15syncTheo de Raadt
2012-03-15we are always using gcc4 nowTheo de Raadt
2012-03-12more cleanup of the bad style of closing fd 0-2Alexander Hall
pre-lock ok krw@
2012-03-11syncMiod Vallat
2012-03-08syncMiod Vallat
2012-03-04In 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-03-03syncMiod Vallat
2012-03-01remove c230, while we have a model number in cpudevs it was apparentlyJonathan Gray
never released confirmed by Paul Weissmann of openpa.net
2012-02-25syncMiod Vallat
2012-02-19syncMiod Vallat
2012-02-09syncTheo de Raadt
2012-01-31redirect stdout to /dev/null instead of closing itAlexander Hall
ok krw@
2012-01-31syncTheo de Raadt
2012-01-26syncTheo de Raadt
2012-01-18Add 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.
2012-01-17syncTheo de Raadt
2012-01-17syncTheo de Raadt
2012-01-16syncTheo de Raadt
2012-01-11syncTheo de Raadt
2012-01-11Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.Alexander Bluhm
ok guenther@ deraadt@
2012-01-10syncTheo de Raadt
2012-01-09syncTheo de Raadt
2012-01-09syncTheo de Raadt
2012-01-06syncTheo de Raadt
2012-01-05Sync with current kernel stateMiod Vallat
2011-12-31Fix thinko in previousMiod Vallat
2011-12-31syncMiod Vallat
2011-12-30sync from mirrors.datStuart Henderson
2011-12-09syncTheo de Raadt
2011-12-08syncTodd T. Fries
2011-11-25syncMiod Vallat
2011-11-24syncTheo de Raadt
2011-11-22MAKEDEV never reports failure, always returning 0. So check forKenneth R Westerback
error messages to detect failure to create a device. Provides the user the intended chance to proceed without mounting a filesystem whose device can't be created. Particularly useful for softraid encrypted partitions that are not needed during an upgrade. ok halex@
2011-11-17syncTheo de Raadt
2011-11-14Don't do non-512 writes to vnd. ok matthewTheo de Raadt
2011-11-09syncTheo de Raadt
2011-11-08Now that the code is well tested, don't ask the firmware questionTheo de Raadt
anymore. Saves 141 precious bytes on the inside of the media. ok krw