Age | Commit message (Expand) | Author |
2014-06-04 | While it may be smart to use the radix tree for exports it is not OK to | Claudio Jeker |
2014-06-03 | Fix sentinel style. | Kenji Aoyama |
2014-06-03 | Make zyd(4) compile with ZYD_DEBUG. | Stefan Sperling |
2014-06-03 | Fix an off-by-one in zyd_rxeof(). | Stefan Sperling |
2014-06-03 | Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off | Stefan Sperling |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-06-03 | Use a proper compiler barrier; just having the inline asm for the "sync" | Mark Kettenis |
2014-06-03 | Better comment for `faulty address'. | Kenji Aoyama |
2014-06-02 | Apply the ``make sure sigcontext does not overlap pending DAE addresses'' | Miod Vallat |
2014-06-02 | Bump DFLSSIZ to 2MB to match most of the other platforms. | Brad Smith |
2014-06-02 | Simply use ifa_ifwithaddr() to check if the binding address is on the | Martin Pieuchot |
2014-06-01 | Take subsequent stack alignment into account in local_stack_frame() when | Miod Vallat |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-05-31 | Use calloc to make sure the correct size is zeroed; Benjamin Baier | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a | Claudio Jeker |
2014-05-31 | Address several problems in signal delivery on 88100 processors: | Miod Vallat |
2014-05-31 | In regdump(), print DAE registers when they are valid, regardless of the | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-31 | Fix a format specifier in a debug printf. | Mike Larkin |
2014-05-30 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | Eliminate some duplicated "mfctl cr29, rN" instructions. | Mark Kettenis |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-30 | Remove unused fields from the pipes. | Martin Pieuchot |
2014-05-30 | explicit_bzero for clearing stack variables. | Ted Unangst |
2014-05-29 | Use the same convention for mixer control names as azalia. | Alexandre Ratchov |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-29 | no more gcc2. | Daniel Dickman |
2014-05-29 | Read MAXPHYS bytes at a time in the hibernate image read, instead of | Mike Larkin |
2014-05-29 | When vmcmd_map_readvn() maps in the page it reads into, it forces | Philip Guenther |
2014-05-28 | Apart from the early exploration done to find a console keyboard during | Martin Pieuchot |
2014-05-27 | Fix 'mount -ur' for msdosfs | Stefan Fritsch |
2014-05-27 | Big refactoring of the radix code (mainly rn_addroute but also part | Claudio Jeker |
2014-05-27 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2014-05-27 | We're never going to detach agp(4), so remove the #ifdef'ed out code like we | Mark Kettenis |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-26 | Replace some magic constants with appropriate defines. | Mark Kettenis |
2014-05-26 | Do not change the state of the carry bit in the psr when returning with | Miod Vallat |
2014-05-26 | Document that this reference counter is not generic. It indicates how | Martin Pieuchot |
2014-05-26 | Matching USB devices per device IDs is not a good idea, especially if | Martin Pieuchot |
2014-05-25 | Handle threaded processes correctly when processing kerninfo status requests | Philip Guenther |
2014-05-25 | In access(), use the real UID/GID for the path search too. | Philip Guenther |
2014-05-25 | fix format mistakes when AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-25 | Turn on blinky things by default, very useful here | Theo de Raadt |
2014-05-25 | The default case in uhci_deactivate() was missing. Because of that, | Martin Pieuchot |