Age | Commit message (Expand) | Author |
2014-07-11 | sizeof good old inode is 128, the structure has expanded | Martin Pelikan |
2014-07-11 | whatever mickey had to drink 13 years ago, he's not going to find it again. so | Jasper Lievisse Adriaanse |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-07-11 | updated inode format, whitespace, re-formatting | Martin Pelikan |
2014-07-11 | Don't hold the kernel lock while halting a processor. Assert if we detect | Mike Larkin |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-11 | switch from bpf_mtap to the shiny new bpf_mtap_stripvlan. | Henning Brauer |
2014-07-11 | boot(9): Missing if_downall() on zaurus | Masao Uebayashi |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-07-11 | add sensors to export what the actual size of the balloon is and what it | Jasper Lievisse Adriaanse |
2014-07-11 | Fix debug printf formating and kill some trailing whitespaces while here. | Martin Pieuchot |
2014-07-11 | Be less verbose with task debug messages and kill some trailing | Martin Pieuchot |
2014-07-11 | Use membar_producer() to force visibility instead of misusing | Philip Guenther |
2014-07-11 | move ieee80211 message printing from workq to taskq | Bret Lambert |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-07-11 | separate searchslot variables into a structure like FreeBSD | Martin Pelikan |
2014-07-11 | sys/reboot.h does not need to be standalone and pull cdefs.h by itself. | Theo de Raadt |
2014-07-11 | The signal to tell init to power-off the system is SIGUSR2, not USR1 | Philip Guenther |
2014-07-11 | Add basic DWARF line table decoder | Matthew Dempsky |
2014-07-11 | Flush the buffercache to 16MB on hibernate and restore its previous max | Mike Larkin |
2014-07-10 | instead of defining two versions of bucketidx, just don't inline for small. | Ted Unangst |
2014-07-10 | panic() doesn't need a newline | Jasper Lievisse Adriaanse |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the | Martin Pieuchot |
2014-07-10 | boot(9): More comment removal about cold/savectx() missed in previous | Masao Uebayashi |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | KNF. | Masao Uebayashi |
2014-07-10 | Add mallocarray(9) | Matthew Dempsky |
2014-07-10 | Now that sd(4) drives under softraid0 have their cache flushed when | Martin Pieuchot |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |
2014-07-10 | struct ucred; for fstat _KERNEL block | Theo de Raadt |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-07-10 | struct proc; and struct ucred; only needed for ipcs in kernel-grovel mode | Theo de Raadt |
2014-07-10 | remove unneeded header | Bret Lambert |
2014-07-10 | delete some boolean_t poison | Ted Unangst |
2014-07-10 | drain some boolean_t poison | Ted Unangst |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown | Martin Pieuchot |
2014-07-10 | Add missing dmesg colon after probe information. | Paul Irofti |
2014-07-10 | fix some errors in lockdebug code. not enabled by default. | Mike Larkin |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-10 | Add bus and root hub routines to prevent panic at attach. | Paul Irofti |
2014-07-10 | Force iobus0 for octhci and maintain spacing style. | Paul Irofti |
2014-07-10 | Clear CPUF_PARK flag to avoid re-parking on resume. | Mike Larkin |
2014-07-10 | time to claim copyright | Henning Brauer |
2014-07-10 | Always assign the device address found by the USB stack even if it | Martin Pieuchot |
2014-07-10 | some say you don't need NULL checks before free(). Not 0 either. | Henning Brauer |
2014-07-10 | Show eeprom version of ath devices in dmesg; ok reyk | Stefan Sperling |
2014-07-10 | record the size of the rx rings so we can wrap around them correctly. | David Gwynne |