Age | Commit message (Expand) | Author |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-06 | The range of PIDs has changed, and always included zero. | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Document the PT_GET_THREAD_{FIRST,NEXT} requests | Philip Guenther |
2016-03-01 | KNF this file; OK stsp@ | Todd C. Miller |
2016-02-29 | Add NET_RT_IFNAMES; OK deraadt@ | Tim van der Molen |
2016-02-29 | __tfork is section 3, not 2; | Jason McIntyre |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-27 | Fix STANDARDS: use the appropriate .St argument and add the information | Ingo Schwarze |
2016-02-27 | If an incomplete character is passed to mbtowc(3), set errno to EILSEQ. | Ingo Schwarze |
2016-02-26 | Fix negation of POSIX character classes; passed new regress test. | Todd C. Miller |
2016-02-25 | refactor option letter parsing into a subfunction, to increase clarity | Theo de Raadt |
2016-02-24 | Avoid a possible double-free if the "search" keyword is used multiple times. | Eric Faurot |
2016-02-22 | Document sendsyslog2(2) in man page. | Alexander Bluhm |
2016-02-19 | Remove the "error" variable; we no longer fall back to writing to | Todd C. Miller |
2016-02-13 | Dv fix; | Jason McIntyre |
2016-02-13 | Fix an obvious cut-and-paste error: | Ingo Schwarze |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-02-08 | new sentence, new line; | Jason McIntyre |
2016-02-08 | mention mktime, since that is where struct tm is described. ok schwarze | Ted Unangst |
2016-02-08 | Align with reality, and with POSIX: For this particular function, | Ingo Schwarze |
2016-02-07 | compare pointer to NULL in example code | mmcc |
2016-02-05 | be more forceful about not using these. | Marc Espie |
2016-02-05 | Fix err(3) calls after allocation failures in examples. | Ingo Schwarze |
2016-02-05 | avoid an uninitialised value in a return path added in rev 1.5 | Jonathan Gray |
2016-01-28 | sigsuspend is section 2, not 3. | Jason McIntyre |
2016-01-28 | The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), | Ingo Schwarze |
2016-01-26 | Don't crash dumping malloc stats if malloc_init hasn't been called, noted by | Otto Moerbeek |
2016-01-26 | When encoding fails in fputwc(3), set the error indicator as required | Ingo Schwarze |
2016-01-19 | replace (void *)0 with NULL | mmcc |
2016-01-19 | remove a nop assignment that has been #if 0'd since 1996 | mmcc |
2016-01-18 | adjust some syscalls in proc & id; from Carlin Bingham | Theo de Raadt |
2016-01-09 | Replace "function call" with "function" when referring to a function | mmcc |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-06 | add a bug that the path whitelist is not available at this time. | Ted Unangst |
2016-01-06 | Long ago, malloc internally had two kinds of failures, warnings and errors. | Ted Unangst |
2016-01-05 | Use "path" not "file" as the function arg to utimes() and utimensat(). | Todd C. Miller |
2016-01-04 | Follow style(9) and drop lint /* NOTREACHED */ annotations from | tb |
2016-01-04 | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), | Ingo Schwarze |
2016-01-04 | Fix lots of bugs. | Ingo Schwarze |
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 | Verify that the section header size supplied in the ELF header is what | mmcc |
2015-12-28 | Remove NULL-checks before free() and needless argument casts. | mmcc |
2015-12-28 | Remove NULL-checks before free() and unnecessary argument casts. | mmcc |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |