summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-13syncVisa Hankala
2017-07-13Add a manual page for octcib(4).Visa Hankala
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala
2017-07-13add sys.mk to the table of contents, and make the description ofIngo Schwarze
2017-07-13Simplify usage and man page synopsis after removal of prefix list andFlorian Obser
2017-07-13Round VM_MAXUSER_ADDRESS down to next page to make mmap_hint regressAlexander Bluhm
2017-07-13Add a comment explaining why pciide(4) must skip attaching disksMike Belopuhov
2017-07-13Missing trailing / in urlJeremie Courreges-Anglas
2017-07-13The 'Tenda W311M' USB wifi stick works with run(4).Stefan Sperling
2017-07-13use monotonic clock for computing elapsed timeTed Unangst
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-13Get cpuid from `ci' to avoid an extra function call.Visa Hankala
2017-07-13Convert fprintf(stderr, ...) to errx/warnx (with slight change of output).Theo Buehler
2017-07-13Use an umlaut in Mobius and uppercase one instance of möbius visible inTheo Buehler
2017-07-13Convert fortunes to UTF-8 from the old "backspace punctuation" method.Anthony J. Bentley
2017-07-13Improve error messages of siginfo-fault regress to make clear whichAlexander Bluhm
2017-07-12Log when we have finished pushing users and groupsJeremie Courreges-Anglas
2017-07-12Useless includeJeremie Courreges-Anglas
2017-07-12Consistently use the variable "ttl" for get/setsockoptJeremie Courreges-Anglas
2017-07-12We cannot mmap(2) memory at VM_MAXUSER_ADDRESS as the full allocatedAlexander Bluhm
2017-07-12consistently use "User settings" instead of a mixture of this and aStuart Henderson
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-12Remove defunct code, the kernel no longer providesFlorian Obser
2017-07-12Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctlsFlorian Obser
2017-07-12Disable failing pkg_add tests and document when they were added.Alexander Bluhm
2017-07-12Tweak txp to avoid ifq_deq_begin/commit/rollbackMike Belopuhov
2017-07-12Line up keys in tree mode, and don't expand windows with one pane. FromNicholas Marriott
2017-07-12Reshuffle vic_start and get rid of the dequeue begin/rollback/commit danceMike Belopuhov
2017-07-12Use a 32 bit variable to detect integer overflow when searching forAlexander Bluhm
2017-07-12Prefer paravirtualized interface for IDE disks as wellMike Belopuhov
2017-07-12Introduce two quirks to prevent attaching ATA and ATAPI devicesMike Belopuhov
2017-07-12Reorganize separate configuration fields into per-CPU structsVisa Hankala
2017-07-12Do not need to set up USR2 twice.Nicholas Marriott
2017-07-12Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are notIngo Schwarze
2017-07-12Invalidate read-ahead buffers when read shortMike Belopuhov
2017-07-12Kill 'rwlock' forward declaration, this should have been removed withMartin Pieuchot
2017-07-12Block signals between forking and clearing signal handlers (or callingNicholas Marriott
2017-07-12Do not call fo_ioctl() in syscall that do, or will, take the socketMartin Pieuchot
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-12Make shell_command a global like other stuff rather than making it anNicholas Marriott
2017-07-12proc_send_s now seems unnecessary.Nicholas Marriott
2017-07-12Compute the level of contention only once.Visa Hankala
2017-07-12When there is no contention on a pool cache lock, lower the numberVisa Hankala
2017-07-12remove CPU_LIDSUSPEND/machdep.lidsuspendMartin Natano
2017-07-12errno is not set, use log_warnxFlorian Obser
2017-07-12replaceFlorian Obser
2017-07-12Bring over fatal{,x} from bgpd so that we can have format strings.Florian Obser
2017-07-12Don't clobber errno, we want to log_warn what went wrong.Florian Obser
2017-07-12Mark up firmware pathnames with Pa.Anthony J. Bentley
2017-07-12Make max memory for VMs equal to MAXDSIZ to avoid failing later duringMike Larkin