summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-29Remove reference to $ERRNO, which was been unimplemented for >= 19mmcc
2015-12-28The last of the e-mail -> email.mmcc
2015-12-28Remove NULL-checks before free() and needless argument casts.mmcc
2015-12-28Replace lseek/[read|write] with pread|pwrite.Kenneth R Westerback
2015-12-28Remove NULL-checks before free() and unnecessary argument casts.mmcc
2015-12-281. Add a loop_end label to the outer loopmmcc
2015-12-28remove spaces after '!'Joerg Jung
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-12-28Build most of games/ with -Werror-implicit-function-declaration.tb
2015-12-28build mopd with -Werror-implicit-function-declarationSebastian Benoit
2015-12-28build all lpr tools with -Werror-implicit-function-declarationSebastian Benoit
2015-12-28Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()Philip Guenther
2015-12-28fprintf() may not set the error indicator on failure so just useTodd C. Miller
2015-12-28Remove description of circular queues and add a small blurb aboutTodd C. Miller
2015-12-28Use err() instead of custom perr() function. Also applied by nvi2Todd C. Miller
2015-12-28realloc and free's behavior when passed NULL is defined by C89, so wemmcc
2015-12-28- no need to insist on EFISYS partitions on non-root disks.Robert Peichaer
2015-12-28remove unused copy argument from addarg()Joerg Jung
2015-12-28initialize pointer to avoid undefined free on failureBrent Cook
2015-12-28include time.h over sys/time.h for ctime(3)Brent Cook
2015-12-28Couple of trivial style nits.Nicholas Marriott
2015-12-28build smtpd and smtpctl with -Werror-implicit-function-declarationSebastian Benoit
2015-12-28build most of usr.sbin with -Werror-implicit-function-declarationSebastian Benoit
2015-12-28update the us army democracy excerpt to more closelyJason McIntyre
2015-12-28andy finkel confimed himself as the originator of the rigged demo quote;Jason McIntyre
2015-12-28Rework re_start and re_txeof to only check the producer/consumer ringJonathan Matthew
2015-12-28use ulmin when looking at uio_resid to prevent wrapping around.Ted Unangst
2015-12-27set sensor type later on initJoerg Jung
2015-12-27fold for loops back into a wait function in a similar manner as acpiec doesJoerg Jung
2015-12-27Use 'standard' gpt_chk_mbr() to check for protective MBR.Kenneth R Westerback
2015-12-27rename kbdled to backlight and mention chip model in commentJoerg Jung
2015-12-27extra taskq is gone, so also remove the no longer needed init variableJoerg Jung
2015-12-27simplify and unify keyboard backlight hooks, doing the same kassert instead ofJoerg Jung
2015-12-27with Mark's fix in previous commit the extra taskq for delayed initializationJoerg Jung
2015-12-27Remove stray '}'.Robert Peichaer
2015-12-27Tweak comment: we now always make a copy of argv.Jeremie Courreges-Anglas
2015-12-27Refactor and move disk initialization code from install.sh to a separateRobert Peichaer
2015-12-27Put macro arg in parentheses.mmcc
2015-12-27Add missing #include "audio.h". Fixes sndiod pledge issue reported bytb
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
2015-12-27unconditionally duplicate the argv array on initialization, to make itAlexander Hall
2015-12-27If available prefer the rdseed instruction over rdrand when adding entropyJonathan Gray
2015-12-27wrap "audio" pledge code in NAUDIO > 0, because there are a fewTheo de Raadt
2015-12-27add missing header needed for pledge(2)Charles Longeau
2015-12-27remove unused variablesCharles Longeau
2015-12-27remove unused variableCharles Longeau
2015-12-27remove unused variableCharles Longeau
2015-12-26Add support for the Perle Speed8 LE.Mark Kettenis
2015-12-26regenMark Kettenis
2015-12-26Add Perle Speed8 LE.Mark Kettenis