summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26Don't use a bitfield in the msr store index structure. This may not end upMike Larkin
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-26Polishing together with jmc@:Ingo Schwarze
2016-10-26make it clear that the s/// numeric flag can containIngo Schwarze
2016-10-25bluhm@ pointed out that addr->sin6_port should be forced to zero sinceFlorian Obser
2016-10-25Channel API users should pick the bufring sizeMike Belopuhov
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-10-25Add missing OpenBSD keyword in the first line.Rafael Zalamena
2016-10-25minor tweaks;Jason McIntyre
2016-10-25convert usage() to just spit out the normal options list,Jason McIntyre
2016-10-25Do not handle activity or silence alerts in the current window, reportedNicholas Marriott
2016-10-25Accept CARP advertisement packets whose destination is not for multicast.YASUOKA Masahiko
2016-10-25Deduplicate the CRS parsing code and handle broken ACPI implementations.Paul Irofti
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-10-25Fix bind(2)ing link local addresses to raw sockets by callingFlorian Obser
2016-10-25mask and unmask the interrupt source in an intx specific intr handler.David Gwynne
2016-10-25bring canaries for > page sized objects from libc to ld.so; ok guenther@Otto Moerbeek
2016-10-25Fix logic in add_local_forward() that inverted a test when code wasJonathan Gray
2016-10-25provide an example based on the mbuf codeDavid Gwynne
2016-10-25bluhm@ suggested pointing out that cpumem_malloc_ncpus andDavid Gwynne
2016-10-25bluhm@ suggests that it is enough to say that the allocations willDavid Gwynne
2016-10-25Remove now unused disable_l2_if_needed interface.Jonathan Gray
2016-10-25start documenting allocating per cpu data at boot time, and addingDavid Gwynne
2016-10-24avoid using realloc in the name of things that dont work like realloc.David Gwynne
2016-10-24Compare server-identifiers and reject packets only *after* applyingKenneth R Westerback
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-24remove double semicolonJasper Lievisse Adriaanse
2016-10-24using exact valus in floating point tests often does not work as expected,Otto Moerbeek
2016-10-24document the options for msdos systems; help/ok natanoJason McIntyre
2016-10-24As suggested by martijn@, delete absurd EXAMPLES section and twoIngo Schwarze
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-10-24Document the LC_* variables in more detailIngo Schwarze
2016-10-24When the IPv6 network stack receives an empty non atomic fragment,Alexander Bluhm
2016-10-24do not ignore -Wsign-compare; requested by deraadt@Florian Obser
2016-10-24regenFlorian Obser
2016-10-24Update to 4.1.13Florian Obser
2016-10-24fix SEE ALSO;Jason McIntyre
2016-10-24adapt to recent wsmouse changes by bru (oct23)Theo de Raadt
2016-10-24Backout last 2 revisions. Requested by deraadt.YASUOKA Masahiko
2016-10-24move the mbstat structure to percpu countersDavid Gwynne
2016-10-24Make mfii(4) bio(4) capable.YASUOKA Masahiko
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2016-10-24non-MP vs MP codepaths were confusingly split between the .c and .h file.Theo de Raadt
2016-10-24Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE whichYASUOKA Masahiko
2016-10-24Add regress tests for carp(4).YASUOKA Masahiko
2016-10-24augment the scsi_probe handler so it tries to query the sas dev pg 0David Gwynne
2016-10-24Remove dead breaks, found via opencoverage.net. ok deraadt@Darren Tucker
2016-10-23Improved parameter handling in wsmouse and new ioctls for reading andUlf Brosziewski
2016-10-23Factor out "can bind to low ports" check into its own function. This will makeDarren Tucker