summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-11new dinode format for big-endian conversion routinesMartin Pelikan
2014-07-11Prevent division by zero on erroneous file systems.Tobias Stoeckmann
2014-07-11add some more register definitionsJasper Lievisse Adriaanse
2014-07-11in_proto_cksum_out: zero the icmp cksum before going on so that we do notHenning Brauer
2014-07-11split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has doneMartin Pelikan
2014-07-11move IPv6 prefix adding from workq to taskq; as a happy benefit, weBret Lambert
2014-07-11Use the correct type, found by naddy@.Martin Pieuchot
2014-07-11reboot(9): Add MI reboot entry functionMasao Uebayashi
2014-07-11Fix invocation of _OSC. We were passing the capabilities in the wrong DWORDMark Kettenis
2014-07-11determine and use maximum file size instead of magical constantsMartin Pelikan
2014-07-11There is a use-after-free somewhere in the code that links the pfAlexander Bluhm
2014-07-11sgmap loading didnt respect the dmamaps max number of segments.David Gwynne
2014-07-11sizeof good old inode is 128, the structure has expandedMartin Pelikan
2014-07-11whatever mickey had to drink 13 years ago, he's not going to find it again. soJasper Lievisse Adriaanse
2014-07-11Remove rfc 4620 Node Information Query support (from the kernel).Sebastian Benoit
2014-07-11updated inode format, whitespace, re-formattingMartin Pelikan
2014-07-11Don't hold the kernel lock while halting a processor. Assert if we detectMike Larkin
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-11switch from bpf_mtap to the shiny new bpf_mtap_stripvlan.Henning Brauer
2014-07-11boot(9): Missing if_downall() on zaurusMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-11add sensors to export what the actual size of the balloon is and what itJasper Lievisse Adriaanse
2014-07-11Fix debug printf formating and kill some trailing whitespaces while here.Martin Pieuchot
2014-07-11Be less verbose with task debug messages and kill some trailingMartin Pieuchot
2014-07-11Use membar_producer() to force visibility instead of misusingPhilip Guenther
2014-07-11move ieee80211 message printing from workq to taskqBret Lambert
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11separate searchslot variables into a structure like FreeBSDMartin Pelikan
2014-07-11sys/reboot.h does not need to be standalone and pull cdefs.h by itself.Theo de Raadt
2014-07-11The signal to tell init to power-off the system is SIGUSR2, not USR1Philip Guenther
2014-07-11Add basic DWARF line table decoderMatthew Dempsky
2014-07-11Flush the buffercache to 16MB on hibernate and restore its previous maxMike Larkin
2014-07-10instead of defining two versions of bucketidx, just don't inline for small.Ted Unangst
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10Do not set the bus dying flag during DVACT_DEACTIVATE otherwise theMartin Pieuchot
2014-07-10boot(9): More comment removal about cold/savectx() missed in previousMasao Uebayashi
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10KNF.Masao Uebayashi
2014-07-10Add mallocarray(9)Matthew Dempsky
2014-07-10Now that sd(4) drives under softraid0 have their cache flushed whenMartin Pieuchot
2014-07-10Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposalMatthew Dempsky
2014-07-10struct ucred; for fstat _KERNEL blockTheo de Raadt
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-07-10struct proc; and struct ucred; only needed for ipcs in kernel-grovel modeTheo de Raadt
2014-07-10remove unneeded headerBret Lambert
2014-07-10delete some boolean_t poisonTed Unangst
2014-07-10drain some boolean_t poisonTed Unangst
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi