summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-30now that ibuf_free() checks for null, we can remove the check here.Sebastian Benoit
2015-12-30now that ibuf_free() checks for null, we can remove the check here.Sebastian Benoit
2015-12-30d_namlen is not portable, there is no reason to keep a delta with -portable andJoerg Jung
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.Ted Unangst
2015-12-30another case where bad things would happen after wrterrorTed Unangst
2015-12-30if somebody makes the mistake of disabling abort, don't deref null inTed Unangst
2015-12-29regenMark Kettenis
2015-12-29Intel C610 Thermal SensorMark Kettenis
2015-12-29Verify that the section header size supplied in the ELF header is whatmmcc
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-29Replace single pattern case-blocks with simpler code.Robert Peichaer
2015-12-29Remove backslash, not necessary after '&&'Robert Peichaer
2015-12-29Replace last remaining `` with $()Robert Peichaer
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29Tweak previous by de-indenting label and replacing remaining continuesmmcc
2015-12-29Don't assume fprintf() will set the FILE * error condition.Todd C. Miller
2015-12-29mention that ibuf_free() does not need a NULL check.Sebastian Benoit
2015-12-29check for NULL in ibuf_free().Sebastian Benoit
2015-12-29Change send_line() return value to be 1/0 like get_responses() andTodd C. Miller
2015-12-29When running syslogd in debug mode, use a callback to print theAlexander Bluhm
2015-12-29shuffle tx code slightly and mark bge_start as mpsafe.David Gwynne
2015-12-29store curcpu() in ifq_serializer so we can check it.David Gwynne
2015-12-29Change patterns in case-blocks from a*|A* to [aA]*Robert Peichaer
2015-12-29Set UltraDMA transfer mode. Some (early?) SATA drives, such as the MaxtorMark Kettenis
2015-12-29Remove NULL-checks before free().mmcc
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