Age | Commit message (Expand) | Author |
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 |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-05-24 | Barriers for mips64 | Miod Vallat |
2014-05-24 | Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? | Philip Guenther |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-24 | regen | Stefan Sperling |
2014-05-24 | Add device IDs for newer run(4) devices. Obtained from FreeBSD. | Stefan Sperling |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a | Philip Guenther |