summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-31Use km_alloc(9) instead of uvm_km_zalloc().Martin Pieuchot
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor use in cacvar.hJonathan Gray
2019-12-31needs sys/sensor.h to standalone from whether machine/cpu.h pulls theTheo de Raadt
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30clear B_NOCACHE if the buffer has dependencies for softdep, sinceBob Beck
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-30The loopback check in ip6_input_if() was needless. The ::1 destinationAlexander Bluhm
2019-12-30In vcount() a safe loop over vnodes was commited to 4.4BSD in 1994.Alexander Bluhm
2019-12-30Add ne(4) support on cbus(4).Kenji Aoyama
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-29Populate logical disk port WWNs with their RAID volume's WWIDkn
2019-12-29If the new candidate AP found after a background scan has an RSSI levelStefan Sperling
2019-12-29increase net80211's node cache size; now we can see all APs at 36c3Stefan Sperling
2019-12-29The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32.Jonathan Matthew
2019-12-29Wake up knote waiters in knote_drop(). This lets the blockedVisa Hankala
2019-12-28Add sizes for free() in clct(4).Frederic Cambus
2019-12-28regenkn
2019-12-28Attach Symbios Logic Flash Accelerator eMLC cardskn
2019-12-27Convert the speclisth hash buckets into SLIST macros. This makesAlexander Bluhm
2019-12-27Don't start background scans before WPA handshake has completed.Stefan Sperling
2019-12-27Remove the kernel lock in pipe read and write routines since everythinganton
2019-12-26tsleep -> tsleep_nsec(9) in setroot()kn
2019-12-26Fix white spaces.Alexander Bluhm
2019-12-26implement unregister_shrinker()Jonathan Gray
2019-12-26Move extern declarations of vfsops variables into header file.Alexander Bluhm
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2019-12-26In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled.Mark Kettenis
2019-12-26enable shrinker for ttmJonathan Gray
2019-12-25Replace macros knote_alloc() and knote_free() with direct use ofVisa Hankala
2019-12-25Use FOREACH macro to iterate over mnt_vnodelist.Alexander Bluhm
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlyMark Kettenis
2019-12-25Condense a few multi line comments into single line ones. While hereanton
2019-12-25Protect remaining fields of `struct pipe' using the pipe_lock. In orderanton
2019-12-25TIMEOUT_INITIALIZER(9): C99 initializerscheloha
2019-12-25timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduledcheloha
2019-12-24Fill in names for consbufsize and consbuf sysctl for nicer kdump(1)Alexander Bluhm
2019-12-24The console buffer is allocated during startup. initconsbuf() isAlexander Bluhm
2019-12-24regenVisa Hankala
2019-12-24Unlock nanosleep(2).Visa Hankala
2019-12-23fix broken tree. sorry for inconveniences.Alexandr Nedvedicky
2019-12-23rdr-to with loopback destination should work even thoughAlexandr Nedvedicky
2019-12-23Machines with many CPUs and long feature lists fill up the dmesg(8)Alexander Bluhm
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm