summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-07-10Stop using a shutdown hook for softraid(4) and explicitly shutdownMartin Pieuchot
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10fix some errors in lockdebug code. not enabled by default.Mike Larkin
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Clear CPUF_PARK flag to avoid re-parking on resume.Mike Larkin
2014-07-10time to claim copyrightHenning Brauer
2014-07-10Always assign the device address found by the USB stack even if itMartin Pieuchot
2014-07-10some say you don't need NULL checks before free(). Not 0 either.Henning Brauer
2014-07-10Show eeprom version of ath devices in dmesg; ok reykStefan Sperling
2014-07-10record the size of the rx rings so we can wrap around them correctly.David Gwynne