Age | Commit message (Expand) | Author |
2014-07-11 | new dinode format for big-endian conversion routines | Martin Pelikan |
2014-07-11 | Prevent division by zero on erroneous file systems. | Tobias Stoeckmann |
2014-07-11 | add some more register definitions | Jasper Lievisse Adriaanse |
2014-07-11 | in_proto_cksum_out: zero the icmp cksum before going on so that we do not | Henning Brauer |
2014-07-11 | split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has done | Martin Pelikan |
2014-07-11 | move IPv6 prefix adding from workq to taskq; as a happy benefit, we | Bret Lambert |
2014-07-11 | Use the correct type, found by naddy@. | Martin Pieuchot |
2014-07-11 | reboot(9): Add MI reboot entry function | Masao Uebayashi |
2014-07-11 | Fix invocation of _OSC. We were passing the capabilities in the wrong DWORD | Mark Kettenis |
2014-07-11 | determine and use maximum file size instead of magical constants | Martin Pelikan |
2014-07-11 | There is a use-after-free somewhere in the code that links the pf | Alexander Bluhm |
2014-07-11 | sgmap loading didnt respect the dmamaps max number of segments. | David Gwynne |
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 |