Age | Commit message (Expand) | Author |
2017-11-16 | Add error checking to some calls to __find_arguments(). Matches similar | Theo Buehler |
2017-11-07 | Fix spelling: bet -> net from Scott Bennett, thanks | Theo Buehler |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-11-02 | 's' should include 'f'; from Jacqueline Jolicoeur | Otto Moerbeek |
2017-10-31 | Argh: put back some linker-supplied symbols to avoid triggering a bug | Philip Guenther |
2017-10-30 | fix oob read; form llvm via Vlad Tsyrklevich; ok millert@ | Otto Moerbeek |
2017-10-29 | Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove | Philip Guenther |
2017-10-28 | Remove __builtin_saveregs: gcc hasn't used it for years. | Philip Guenther |
2017-10-28 | Typo: 'end' should have been '_end', which is already exported/imported. | Philip Guenther |
2017-10-28 | Eliminate some more linker generated symbols that aren't needed. | Philip Guenther |
2017-10-28 | If the init_routine used with pthread_once() is canceled, then we need to | Philip Guenther |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-10-28 | Stop exporting some symbols internal to the softfloat implementation, | Mark Kettenis |
2017-10-28 | No need to include <sys/param.h> before <sys/sysctl.h>. | Martin Pieuchot |
2017-10-28 | consistently use .Vt for variable types and use ".Fa path" where appropriate; | Ingo Schwarze |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-23 | Don't let close(2) clobber errno. Some calls were already protected | Todd C. Miller |
2017-10-22 | Removed duplicated line. | Tobias Stoeckmann |
2017-10-19 | Restore a return that was inadvertently removed from freezero() in r1.234, | Joel Sing |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-16 | draft-ietf-tcpm-initcwnd was published as rfc 6928 | Mike Belopuhov |
2017-10-15 | Do not use an uninitialized value when determining the sign | Visa Hankala |
2017-10-12 | Add STANDARDS: denis@ spotted that it was missing. | Ingo Schwarze |
2017-10-08 | Document fktrace(2) more completely, including separation of errors. | Philip Guenther |
2017-10-07 | Add fktrace to the NAME section | Philip Guenther |
2017-10-05 | Document that connect(2) and sendto(2) may return with errno | Alexander Bluhm |
2017-10-05 | do not return f() where f is a void function; loop var type fix | Otto Moerbeek |
2017-10-05 | Use dprintf instead of snprintf/write | Otto Moerbeek |
2017-10-04 | iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIX | Ingo Schwarze |
2017-10-04 | pasto in function name in the SYNOPSIS; from semarie@ | Ingo Schwarze |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair | Alexander Bluhm |
2017-09-25 | sendsyslog should take a const char * everywhere. | Marc Espie |
2017-09-23 | Kill unused function | Jeremie Courreges-Anglas |
2017-09-23 | Make delayed free non-optional and make F do an extensive double free check. | Otto Moerbeek |
2017-09-21 | tweak previous: remove trailing blank and improve a wording; | Ingo Schwarze |
2017-09-20 | Properly document the typical write(2) loop, | Ingo Schwarze |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-12 | mapalign returns MAP_FAILED for failuer; from George Koehler | Otto Moerbeek |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-11 | check double free before canary for chunks; ok millert@ | Otto Moerbeek |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-02 | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint | Ingo Schwarze |
2017-08-31 | Mention strtok_r in STANDARDS | Jeremie Courreges-Anglas |