summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-17Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAStefan Sperling
2017-08-17add two more stripsJasper Lievisse Adriaanse
2017-08-17Make dwiic(4) attach its ACPI parent dependencies.Stefan Sperling
2017-08-16Explicitly say that expr(1) handles decimal integers only, as mandatedIngo Schwarze
2017-08-16remove accidentally duplicated cpp chunksTheo de Raadt
2017-08-16ENTRY() requires END()Theo de Raadt
2017-08-16Adapt the commit in libc that changes how a string like "0xy" isTodd C. Miller
2017-08-16Randomly bias downwards from the top of each kernel stack, therebyTheo de Raadt
2017-08-16crank memory limitsTheo de Raadt
2017-08-16Correct the check when selecting an elevatorMike Belopuhov
2017-08-16additional strip -R .SUNW_ctf neededTheo de Raadt
2017-08-16Validate pfra_type after copyin before using it to index an arrayMike Belopuhov
2017-08-16test locale priorities and overridesIngo Schwarze
2017-08-16test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),Ingo Schwarze
2017-08-16have -Wno-* work the same on gcc3 as well.Marc Espie
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean noNicholas Marriott
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,Nicholas Marriott
2017-08-16tweak previous; ok iansJason McIntyre
2017-08-16test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)Ingo Schwarze
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-15refactor in preparation for testing more functions; no functional changeIngo Schwarze
2017-08-15Remove expensive pointer check in afree()Jeremie Courreges-Anglas
2017-08-15Convert hand rolled sockaddr checks to the nam2sin functions.Alexander Bluhm
2017-08-15typo: on -> ofTheo Buehler
2017-08-15Add test cases for msdosfs bugStefan Fritsch
2017-08-15vmm: inject #DB after emulated instructions if guest RFLAGS.TF is setMike Larkin
2017-08-15merge parse_vmid() and parse_vmname()Jasper Lievisse Adriaanse
2017-08-15proper fix for previous and add missing quotesJasper Lievisse Adriaanse
2017-08-15vmd: fix vm id displayed by vmctl when receiving a vmpd
2017-08-15s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadPhilip Guenther
2017-08-15Wrap <sched.h> and <sys/futex.h> so that internal calls go directPhilip Guenther
2017-08-15Sort headers per style(9)Philip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15After we stopped processing router advertisements in the kernelFlorian Obser
2017-08-15Convert to FDT-based interrupt establish API.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Add tests for pf divert-packet. Currently UDP packets are testedAlexander Bluhm
2017-08-15remove parens that were copied from ndinit's previous life as a macroTed Unangst
2017-08-15create a temp directory for all the temp files instead of trying to nameTed Unangst
2017-08-15Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output.Jasper Lievisse Adriaanse
2017-08-15add static test tooJasper Lievisse Adriaanse
2017-08-15remove vax leftoverJasper Lievisse Adriaanse
2017-08-15Align text locations to 16 (instead of 4) to match modern recommendationsTheo de Raadt
2017-08-15add tests for filter system directoriesJasper Lievisse Adriaanse
2017-08-15fmt0 is a wchar_t *, so use %ls to reportTheo de Raadt
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14Try for consistency in sizeof() usage.Kenneth R Westerback