Age | Commit message (Expand) | Author |
2015-05-06 | fix a fd leak in an error path in code under #ifdef DEBUG | Jonathan Gray |
2015-05-05 | AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. | Jeremie Courreges-Anglas |
2015-05-05 | Move the AI_ADDRCONFIG setup to its own function. | Jeremie Courreges-Anglas |
2015-05-05 | Make argument name consistent and use .Fn rather than .Nm in section 3. | Ingo Schwarze |
2015-05-05 | Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions | Philip Guenther |
2015-05-04 | Use the size of the buffer not the pointer in a call to mem_free(). | Jonathan Gray |
2015-04-25 | Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for | Miod Vallat |
2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid | Philip Guenther |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-14 | Another couple of commas in the wrong place, ok jmc | Nicholas Marriott |
2015-04-14 | Fix sa_sigaction() handler example. The third argument is void * and | Todd C. Miller |
2015-04-12 | Let nl_langinfo(CODESET) return "US-ASCII" as the name of the | Christian Weisgerber |
2015-04-07 | Add support for setting tm_zone now that we have the timezone symbol. | Todd C. Miller |
2015-04-07 | Remove obsolete timezone() function. | Todd C. Miller |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-04-06 | bludgeon DES support out of crypt. long live the bcrypt. | Ted Unangst |
2015-04-06 | improve realloc. when expanding a region, actually use the free page cache | Ted Unangst |
2015-04-06 | tidy up by inlining next level included makefiles | Ted Unangst |
2015-04-05 | seems unlikely that a new release will be made available for us to import | Ted Unangst |
2015-03-31 | Stop encoding the syscall number in the swi instruction - this has been | Joel Sing |
2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-03-26 | Use -> instead of a right arrow when referring to C's -> operator. | Anthony J. Bentley |
2015-03-23 | Make rcmdsh(3) not fail if it is passed a non resolvable hostname. | Alexander Hall |
2015-03-23 | fix memory leaks in tempnam(3) error paths | Jonathan Gray |
2015-03-22 | differentiate between a failed read, returning -1, and encountering | Alexander Hall |
2015-03-22 | Resolve a mandoc -Tlint warning about trailing whitespace. | Stefan Sperling |
2015-03-22 | More wide character string function man page improvements based on feedback | Stefan Sperling |
2015-03-22 | unmute rcmd hostname lookup failure | Alexander Hall |
2015-03-21 | according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; | Jason McIntyre |
2015-03-19 | zap #if 0'd code that's been dead since '96 | Alexander Hall |
2015-03-19 | better wording, from andre smagin; ok stsp | Jason McIntyre |
2015-03-18 | use 4x buffer size for opendir. speeds up large directory reading, and | Ted Unangst |
2015-03-14 | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual | Todd C. Miller |
2015-03-14 | Do not reference tzfile.h since that is an internal header. | Todd C. Miller |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | Ted Unangst |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | delete useless comment about Open Group | Theo de Raadt |
2015-03-12 | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v... | Jason McIntyre |
2015-03-12 | Fix typo: nemb -> nmemb | Lawrence Teo |
2015-03-11 | document HW_PERFPOLICY; ok tedu | Jason McIntyre |
2015-03-05 | Revert; committed by accident without approval from deraadt@ at release | Lawrence Teo |
2015-03-05 | Fix typo, from Ryan May. | Lawrence Teo |
2015-03-03 | sort sections; | Jason McIntyre |
2015-03-03 | Fix variable name typo in IDIOMS. | Kent R. Spillner |
2015-03-02 | Update comment to match code; Caspar Schutijser | Todd C. Miller |
2015-03-02 | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | Todd C. Miller |
2015-03-02 | Document out-of-band data on a socket as an example of an exceptional | Todd C. Miller |
2015-03-02 | Document when closefrom() was added to OpenBSD. OK bcook@ | Todd C. Miller |