Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | sync | Miod Vallat | |
2013-07-05 | VAX is an ELF citizen now. | Miod Vallat | |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat | |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat | |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat | |
2013-07-05 | VAX ELF toolchain, using `%' as the register prefix. Heavily based upon | Miod Vallat | |
NetBSD. | |||
2013-07-05 | Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot | Miod Vallat | |
blocks to be converted to working mop binaries. From NetBSD. | |||
2013-07-05 | Avoid truncation when calculating clock gain/loss | Philip Guenther | |
ok deraadt@ | |||
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther | |
type definitions that are the same across all archs from <machine/_types.h> to <sys/_types.h> ok deraadt@ kettenis@ otto@ | |||
2013-07-05 | bring back pflow v10; broken in previous commit, sorry. | Florian Obser | |
ok benno@ | |||
1999-05-26 | egcs projects compiler system | Marc Espie | |
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/ | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |
2013-07-05 | Add pane_synchronized format, from Romain Francoise. | Nicholas Marriott | |
2013-07-05 | Clarify error messages when setting options, from Thomas Adam. | Nicholas Marriott | |
2013-07-05 | When the session option renumber-window is used, ensure we iterate over | Nicholas Marriott | |
all sessions in that group when the winlinks are reordered, otherwise the winlink lists are out of sync with one another. From Thomas Adam. | |||
2013-07-05 | Whitespace nits, from Ben Boeckel. | Nicholas Marriott | |
2013-07-05 | Act like vi(1) when moving words, from Ben Boeckel. | Nicholas Marriott | |
2013-07-05 | zap; it's pointless and badly outdated. | Jasper Lievisse Adriaanse | |
2013-07-05 | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott | |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert | |
While here, fix pf table displays to fit within 80 chars. Manpage input jmc@ ok henning@ reyk@ | |||
2013-07-05 | Add support for fuse_teardown(3). This function | syl | |
is needed by zipfs. ok tedu@ | |||
2013-07-05 | Provide a forward declaration of struct device. | Mark Kettenis | |
ok deraadt@ | |||
2013-07-05 | Document RI_WRONLY, committing on behalf of miod@. | Martin Pieuchot | |
ok kettenis@ | |||
2013-07-05 | Correctly abort and free the pipe when detaching the device. Found the | Martin Pieuchot | |
hard way by otto@ | |||
2013-07-05 | make use of the drm_i915_private macro to reduce the diff to linux | Jonathan Gray | |
2013-07-05 | various tidy up; | Jason McIntyre | |
ok tedu sobrado Sylvestre Gallon | |||
2013-07-05 | ... and gain rintf by using the same technique, along with aliases for | Marc Espie | |
ceill/floorl okay martynas@, checked for build by miod@ as well. (note that these don't require bumps, as vax has no shared libraries...) | |||
2013-07-05 | implement floorf and ceilf: same technique as floor and ceil, just with | Marc Espie | |
appropriate constant to the mantissa size (and document what L is along the way). okay martynas@, tested by miod@ for results | |||
2013-07-05 | sync | Miod Vallat | |
2013-07-05 | Use tmp_int to be able to pass back the -1 upon error and check for it properly | Brad Smith | |
but the value passed forward throughout the ioctl handler otherwise is an unsigned value. Pointed out by LLVM. bktr_core.c:1737:13: error: comparison of unsigned expression < 0 is always false bktr_core.c:1779:13: error: comparison of unsigned expression < 0 is always false bktr_core.c:2063:16: error: comparison of unsigned expression < 0 is always false ok krw@ | |||
2013-07-05 | Tweak calculations of resid to avoid unsigned vs signed comparison and | Kenneth R Westerback | |
make code clearer. Pointed out by brad@ and his friend llvm. | |||
2013-07-04 | remove FILES sections because it's incomplete, wrong and doesn't give | Alexandre Ratchov | |
any useful information | |||
2013-07-04 | shorten lines in literal blocks to avoid word wraping | Alexandre Ratchov | |
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch | |
ok bluhm@ | |||
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch | |
ok bluhm@ | |||
2013-07-04 | format string fix | Stefan Fritsch | |
ok kettenis@ | |||
2013-07-04 | free(null) works | Ted Unangst | |
2013-07-04 | now that free(null) is safe, delete checks | Ted Unangst | |
2013-07-04 | permit free(NULL) to work. ok deraadt | Ted Unangst | |
2013-07-04 | Format string fixes: | Stefan Fritsch | |
f_count is long ok kettenis@ Change esm_sensor_map.arg to int ok deraadt@ | |||
2013-07-04 | Format string fix: %x instead of %p for int | Stefan Fritsch | |
ok deraadt@ | |||
2013-07-04 | have FILES format a bit better; | Jason McIntyre | |
2013-07-04 | some very minor tweaking; | Jason McIntyre | |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek | |
breakage lurking; ok kettenis@ | |||
2013-07-04 | Fall back to bit banging mode for DVO transmitter detection | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Fixup Oops in the pipe config computation | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | ensure single initialization and cleanup of backlight device | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | set CPT FDI RX polarity bits based on VBT | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Workaround incoherence between fences and LLC across multiple CPUs | Jonathan Gray | |
from linux 3.8.13 this does not currently do the ipi to run wbinvd() on all processors | |||
2013-07-04 | These functions are only used in debug code, so put them under | Martin Pieuchot | |
ifdef ENCDEBUG to make sure we don't use them elsewhere. |