Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | Sync with the current state of things | Miod Vallat | |
2012-04-08 | sync | Theo de Raadt | |
2012-04-06 | sync | Theo de Raadt | |
2012-04-03 | Make sure all bootp() path lack unnecessary front slashes, and subtly mention | Miod 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-02 | sync | Theo de Raadt | |
2012-03-29 | Hook IP22 kernels to the build, and document how to boot the installation | Miod 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-29 | sync | Theo de Raadt | |
2012-03-29 | sync | Theo de Raadt | |
2012-03-24 | sync | Theo de Raadt | |
2012-03-22 | sync | Theo de Raadt | |
2012-03-22 | sync | Theo de Raadt | |
2012-03-19 | Add a comment about harmless warning emitted by tic with -r to the | Nicholas Marriott | |
TERMCAP stanza, no longer replace tabset (not needed anymore) and remove blank lines from output termcap file. ok deraadt millert | |||
2012-03-18 | sync | Theo de Raadt | |
2012-03-15 | sync | Theo de Raadt | |
2012-03-15 | we are always using gcc4 now | Theo de Raadt | |
2012-03-12 | more cleanup of the bad style of closing fd 0-2 | Alexander Hall | |
pre-lock ok krw@ | |||
2012-03-11 | sync | Miod Vallat | |
2012-03-08 | sync | Miod Vallat | |
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-03-03 | sync | Miod Vallat | |
2012-03-01 | remove c230, while we have a model number in cpudevs it was apparently | Jonathan Gray | |
never released confirmed by Paul Weissmann of openpa.net | |||
2012-02-25 | sync | Miod Vallat | |
2012-02-19 | sync | Miod Vallat | |
2012-02-09 | sync | Theo de Raadt | |
2012-01-31 | redirect stdout to /dev/null instead of closing it | Alexander Hall | |
ok krw@ | |||
2012-01-31 | sync | Theo de Raadt | |
2012-01-26 | sync | Theo de Raadt | |
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. | |||
2012-01-17 | sync | Theo de Raadt | |
2012-01-17 | sync | Theo de Raadt | |
2012-01-16 | sync | Theo de Raadt | |
2012-01-11 | sync | Theo de Raadt | |
2012-01-11 | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. | Alexander Bluhm | |
ok guenther@ deraadt@ | |||
2012-01-10 | sync | Theo de Raadt | |
2012-01-09 | sync | Theo de Raadt | |
2012-01-09 | sync | Theo de Raadt | |
2012-01-06 | sync | Theo de Raadt | |
2012-01-05 | Sync with current kernel state | Miod Vallat | |
2011-12-31 | Fix thinko in previous | Miod Vallat | |
2011-12-31 | sync | Miod Vallat | |
2011-12-30 | sync from mirrors.dat | Stuart Henderson | |
2011-12-09 | sync | Theo de Raadt | |
2011-12-08 | sync | Todd T. Fries | |
2011-11-25 | sync | Miod Vallat | |
2011-11-24 | sync | Theo de Raadt | |
2011-11-22 | MAKEDEV never reports failure, always returning 0. So check for | Kenneth 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-17 | sync | Theo de Raadt | |
2011-11-14 | Don't do non-512 writes to vnd. ok matthew | Theo de Raadt | |
2011-11-09 | sync | Theo de Raadt | |
2011-11-08 | Now that the code is well tested, don't ask the firmware question | Theo de Raadt | |
anymore. Saves 141 precious bytes on the inside of the media. ok krw |