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