Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt | |
for SMP on the newer ARMv7 boards. From drahn at dalerahn.com. ok bmercer@ | |||
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt | |
for SMP on the newer ARMv7 boards. From drahn at dalerahn.com. ok bmercer@ | |||
2013-05-09 | Simplify code, no binary change. | Claudio Jeker | |
2013-05-09 | teenagers from *outer* space ("they blast the flesh off hunmans!"); | Jason McIntyre | |
2013-05-08 | The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get rid | Mark Kettenis | |
of it. It's implemented using "simple" locks anyway, which are no-ops. | |||
2013-05-08 | sync | Miod Vallat | |
2013-05-08 | Port over NetBSD's arm dma sync code. This makes it easier to flush | Patrick Wildt | |
the secondary cache, as we always have the physical address. tested on panda and zaurus ok miod@ | |||
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther | |
Much assistance and testing by miod ok miod@ | |||
2013-05-08 | Backport fix for gcc PR target/31152: | Miod Vallat | |
* arm.md (negscc): Match the correct operand for optimized LT0 test. Remove optimization for GT. | |||
2013-05-08 | clarify when EACCESS can fail. if from is read only, you're out of luck. | Ted Unangst | |
failure to document this case noticed by Mike Small | |||
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy | |
2013-05-08 | Don't declare ___start static, for gcc4 would optimize it out. | Miod Vallat | |
2013-05-08 | this comment is not attached to this value. remove | Ted Unangst | |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst | |
ok kettenis | |||
2013-05-08 | A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1. | Miod Vallat | |
Main features: - md constraints rewritten in RTL - md predicaties rewritten in RTL - md va_arg switched to gimple - abort() calls replaced with gcc_assert() or gcc_unreachable() for better diagnostics - support for non-ELF systems completely removed Missing: - conversion of the pipeline information from define_function_unit to define_automata not done yet (thus pipeline information currently removed) Known regressions against 3.3.6 so far: - no stack protector support yet - __builtin_setjmp doesn't restore the frame pointer correctly upon return from __builtin_longjmp - at least one case of optimization error when delay slots are not disabled. - libgcc is only built -fPIC, instead of static/fpic/fPIC. | |||
2013-05-08 | In block_move_sequence(), use emit_move_insn() instead of rolling our own | Miod Vallat | |
incomplete equivalent. The ugly BLK<->{QI,HI,SI,DI} load and store insns in m88k.md can thus get removed, and there was much rejoicing (as well as fewer warnings when building). | |||
2013-05-08 | Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler. | Miod Vallat | |
2013-05-08 | fix previous; | Jason McIntyre | |
2013-05-08 | fix SEE ALSO; | Jason McIntyre | |
2013-05-08 | To enable smtpd you should comment a crontab entry too | Giovanni Bechis | |
ok gilles@ | |||
2013-05-08 | document DISTFILES extended syntax | Marc Espie | |
split huge fetch description into separate paragraphs. revive fetch-all, which is still very much alive. | |||
2013-05-08 | Move reset commands from that attach path to an own function. | Marcus Glocker | |
Reset device on detach (required for planed usb device claiming). Tested with my uthum(4) device "TEMPer sensor(0x660c), Ten X Technology, Inc.(0x1130)". ok yuo@, mpi@ | |||
2013-05-08 | Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sections | Philip Guenther | |
(setpgid has *never* cared about euid in OpenBSD) | |||
2013-05-08 | Lists should be sorted by the normal alphabet, not my private one | Philip Guenther | |
Noted by jmc@ | |||
2013-05-08 | Replace use of strncpy with memcpy. Previous code used strncpy on data | Brad Smith | |
that is not null-terminated. From Stephane A. Sezer ok bluhm@ | |||
2013-05-08 | Reduce size of some unused arrays. | Brad Smith | |
From Stephane A. Sezer ok bluhm@ | |||
2013-05-08 | Minor style cleanups. | Brad Smith | |
From Stephane A. Sezer ok bluhm@ | |||
2013-05-08 | Fix a comparison when building a packet with DNS search lists. | Brad Smith | |
From Stephane A. Sezer ok bluhm@ | |||
2013-05-08 | Correctly compute packet size when including DNS search lists. | Brad Smith | |
From Stephane A. Sezer ok bluhm@ | |||
2013-05-08 | We have fdatasync() and pselect() now, so uncomment them in the list of | Philip Guenther | |
async-signal-safe functions. Also, add ppoll() as an async-s-s extension interface | |||
2013-05-08 | Maxime Villard reported an uninitialised variable access in | Jonathan Gray | |
intel_ddi_prepare_link_retrain(), turns out this is already fixed upstream by Syam Sidhardhan so take their patch. ok dcoppa@ | |||
2013-05-08 | fix some leaks in error paths | Jonathan Gray | |
ok fgsch@ krw@ kettenis@ | |||
2013-05-08 | re-commit uthum_activate() removal, now that uhidev(4) can handle it. | Stuart Henderson | |
testing by myself and mglocker@, ok mpi@ | |||
2013-05-08 | tweak hvmd_init_guest() to check if everything was OK in md_read(), | Gleydson Soares | |
otherwise print out an error string and exit. OK jasper@ kettenis@ | |||
2013-05-07 | Merge from FreeBSD, r191313 | Philip Guenther | |
--------------------------- On the exit of the child process which parent either set SA_NOCLDWAIT or ignored SIGCHLD, unconditionally wake up the parent instead of doing this only when the child is a last child. This brings us in line with other U**xes that support SA_NOCLDWAIT. If the parent called waitpid(childpid), then exit of the child should wake up the parent immediately instead of forcing it to wait for all children to exit. --------------------------- ok tedu@, millert@ | |||
2013-05-07 | - Add a simple check to prevent that the client-provided hex HTTP chunk size | Reyk Floeter | |
turns our signed input variable into a negative number. This prevents that a chunked HTTP connection could break its own state machine and turn into a stalled state. The bug doesn't harm other connections or relayd itself. - Use a 64bit variable to allow theoretical large chunks. - Fix a comment. ok tedu@ | |||
2013-05-07 | fixed size types should be fixed size. long -> uint32_t. | Ted Unangst | |
from Matthias Pitzl pitzl at genua de | |||
2013-05-07 | Don't limit width and height to 222 in standard mouse mode. | Nicholas Marriott | |
2013-05-07 | alloc the size of the struct not the size of a pointer to it | Jonathan Gray | |
ok reyk@ | |||
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot | |
not implement an *activate() function. This could receive more love but is good enough for the moment to start cleaning useless *activate() functions. While here remove unused sc_dying argument. Tested by and ok mglocker@ | |||
2013-05-07 | fix a double free in an error path | Jonathan Gray | |
reminded of this diff by a report from Arto Jonsson ok krw@ fgsch@ | |||
2013-05-07 | on failure errno is set as well | David Gwynne | |
2013-05-07 | fix some leaks in error paths | Jonathan Gray | |
ok claudio@ | |||
2013-05-07 | remove an unreferenced var that accessed uninitialised memory | Jonathan Gray | |
ok miod@ | |||
2013-05-07 | getpwnam doesnt set errno on failure, so use errx, not err, to say it | David Gwynne | |
failed. | |||
2013-05-06 | Document new MODPERL_ADJ_FILES and MODPERL_BIN_ADJ variables. | Vadim Zhukov | |
Based on text from and okay sthen@ | |||
2013-05-06 | clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@ | Christian Weisgerber | |
2013-05-06 | restore original gangster lockstatus return values for compat | Ted Unangst | |
2013-05-06 | actually show list of mismatched for loops when a fatal error occurs. | Marc Espie | |
okay millert@ | |||
2013-05-06 | sync | Brian Callahan | |