summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-16No need to abstract malloc(), so replace new_file_media() withKenneth R Westerback
2016-01-16Unbreak reading from stdin after recent parse() restructuring.Florian Obser
2016-01-16There can be only one. 'grain' that is. i.e. DEV_BSIZE. No need to trackKenneth R Westerback
2016-01-16There can be only one. 'kind' that is. No need to allocate or track theKenneth R Westerback
2016-01-16Remove some forward declarations missed in last commit.Kenneth R Westerback
2016-01-16Start peeling away excess layers of abstraction.Kenneth R Westerback
2016-01-16better mockup for promptlen()Ingo Schwarze
2016-01-16remove these files for they're no longer accurate, up to date or relevant forJasper Lievisse Adriaanse
2016-01-16Another couple for the attic.Kenneth R Westerback
2016-01-16Nuke support for 1024- and 2048-byte sector devices. Error out ifKenneth R Westerback
2016-01-16Attach secondary CPUs by coremask. This fixes a crash that happened ifVisa Hankala
2016-01-16Panic if someone boots the kernel by force without CPU 0. The systemVisa Hankala
2016-01-16vmd(8) sometimes attempts page-crossing data copies between the hostStefan Kempf
2016-01-16fix a number of minor issues in the state view:Can Erkin Acar
2016-01-16Interface status printing (at exit and USR1) was broken for a while.Can Erkin Acar
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.Nicholas Marriott
2016-01-15As with compute_device_size(), gut compute_block_size() and simplyKenneth R Westerback
2016-01-15We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE andKenneth R Westerback
2016-01-15remove needless extern keywords, a vestige of pre-ANSI Cmmcc
2016-01-15add missing article;Jason McIntyre
2016-01-15sync() needs unistd.hTobias Ulmer
2016-01-15enable sdhc@acpi so emmc will be available at install timeJonathan Gray
2016-01-15In dwiic_acpi_foundhid() treat _STA missing as if all the bitsJonathan Gray
2016-01-15Check _STA method to see whether te device is actually present. If not, makeMark Kettenis
2016-01-15Use quotes rather than angle brackets for local header. Fixes buildingmmcc
2016-01-15Moxa CP-168U support; from Olaf SchreckTheo de Raadt
2016-01-15syncTheo de Raadt
2016-01-15Moxa CP-168U, from Olaf SchreckTheo de Raadt
2016-01-15intr_barrier for sh/landisk; tobiasu noticed the need as wellTheo de Raadt
2016-01-15add missing HISTORY section to iwm and iwn man pages; ok jmctj
2016-01-15Cleanup dmesg output, disable debugging; prodding and suggestions from reyk@Mike Belopuhov
2016-01-15All emulated networking interfaces are taken over by xnf(4) nowMike Belopuhov
2016-01-15Convert to uiomove(); from Martin NatanoStefan Kempf
2016-01-15remove a macro that was made an identity function by my previous commitmmcc
2016-01-15Initialize a struct kill_info and an associated int in the declarationsmmcc
2016-01-15Two more for the attic.Kenneth R Westerback
2016-01-15Replace bitfield_get() and bitfield_set() abstraction with simple maskingKenneth R Westerback
2016-01-15Detach emulated network devices if Netfront driver is enabledMike Belopuhov
2016-01-15Move files.hid above files.i2c to fix armish buildTobias Ulmer
2016-01-15Introduce the 'eigrpctl clear neighbors' command.Renato Westphal
2016-01-15For each prefix, order routes by their nexthop.Renato Westphal
2016-01-15Better handle explicit nexthops.Renato Westphal
2016-01-15Fix detection of the Stuck-in-Active (SIA) state.Renato Westphal
2016-01-15Several fixes in the Conditionally Received (CR) mode.Renato Westphal
2016-01-15Fix bug that happened when a passive interface was shut down and thenRenato Westphal
2016-01-15Minor tweaks.Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Do not set the EoT flag in the last startup update.Renato Westphal
2016-01-15Split TLV constants into subcomponents to simplify the code.Renato Westphal
2016-01-15Avoid the use of inet_pton() whenever possible.Renato Westphal