Age | Commit message (Expand) | Author |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | d_namlen is not portable, there is no reason to keep a delta with -portable and | Joerg Jung |
2015-12-30 | rename global "e" to genv to avoid accidental shadowing and aliasing. | Ted Unangst |
2015-12-30 | another case where bad things would happen after wrterror | Ted Unangst |
2015-12-30 | if somebody makes the mistake of disabling abort, don't deref null in | Ted Unangst |
2015-12-29 | regen | Mark Kettenis |
2015-12-29 | Intel C610 Thermal Sensor | Mark Kettenis |
2015-12-29 | Verify that the section header size supplied in the ELF header is what | mmcc |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-12-29 | Replace single pattern case-blocks with simpler code. | Robert Peichaer |
2015-12-29 | Remove backslash, not necessary after '&&' | Robert Peichaer |
2015-12-29 | Replace last remaining `` with $() | Robert Peichaer |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-29 | Tweak previous by de-indenting label and replacing remaining continues | mmcc |
2015-12-29 | Don't assume fprintf() will set the FILE * error condition. | Todd C. Miller |
2015-12-29 | mention that ibuf_free() does not need a NULL check. | Sebastian Benoit |
2015-12-29 | check for NULL in ibuf_free(). | Sebastian Benoit |
2015-12-29 | Change send_line() return value to be 1/0 like get_responses() and | Todd C. Miller |
2015-12-29 | When running syslogd in debug mode, use a callback to print the | Alexander Bluhm |
2015-12-29 | shuffle tx code slightly and mark bge_start as mpsafe. | David Gwynne |
2015-12-29 | store curcpu() in ifq_serializer so we can check it. | David Gwynne |
2015-12-29 | Change patterns in case-blocks from a*|A* to [aA]* | Robert Peichaer |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-12-29 | Remove NULL-checks before free(). | mmcc |
2015-12-29 | Remove reference to $ERRNO, which was been unimplemented for >= 19 | mmcc |
2015-12-28 | The last of the e-mail -> email. | mmcc |
2015-12-28 | Remove NULL-checks before free() and needless argument casts. | mmcc |
2015-12-28 | Replace lseek/[read|write] with pread|pwrite. | Kenneth R Westerback |
2015-12-28 | Remove NULL-checks before free() and unnecessary argument casts. | mmcc |
2015-12-28 | 1. Add a loop_end label to the outer loop | mmcc |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-12-28 | Build most of games/ with -Werror-implicit-function-declaration. | tb |
2015-12-28 | build mopd with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | build all lpr tools with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() | Philip Guenther |
2015-12-28 | fprintf() may not set the error indicator on failure so just use | Todd C. Miller |
2015-12-28 | Remove description of circular queues and add a small blurb about | Todd C. Miller |
2015-12-28 | Use err() instead of custom perr() function. Also applied by nvi2 | Todd C. Miller |
2015-12-28 | realloc and free's behavior when passed NULL is defined by C89, so we | mmcc |
2015-12-28 | - no need to insist on EFISYS partitions on non-root disks. | Robert Peichaer |
2015-12-28 | remove unused copy argument from addarg() | Joerg Jung |
2015-12-28 | initialize pointer to avoid undefined free on failure | Brent Cook |
2015-12-28 | include time.h over sys/time.h for ctime(3) | Brent Cook |
2015-12-28 | Couple of trivial style nits. | Nicholas Marriott |
2015-12-28 | build smtpd and smtpctl with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | build most of usr.sbin with -Werror-implicit-function-declaration | Sebastian Benoit |