Age | Commit message (Expand) | Author |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-11-30 | mandoc -Tlint fixes from <kaspars at bankovskis dot net> | Ingo Schwarze |
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze |
2014-11-26 | garbage collect .Tn | Ingo Schwarze |
2014-11-26 | macro cleanup; from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | zap trailing whitespace; | Jason McIntyre |
2014-11-25 | C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents | Todd C. Miller |
2014-11-25 | rand() is a pseudo-random number generator | Todd C. Miller |
2014-11-25 | Don't describe random() as "better". | Todd C. Miller |
2014-11-25 | Warn people to use arc4random() in DESCRIPTION so they see it using | Todd C. Miller |
2014-11-25 | Move guts of setbuf.3 into setvbuf.3 to make it clear which one | Todd C. Miller |
2014-11-25 | rand48(3) not drand48(3) to align with the actual man page and Xr | Todd C. Miller |
2014-11-25 | macro and typo fixes from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | no need for md5 xr | Ted Unangst |
2014-11-25 | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | Ted Unangst |
2014-11-25 | push some global data down into functions to make this threadlier. | Ted Unangst |
2014-11-24 | introduce a hashspace define and check that there's enough space to | Ted Unangst |
2014-11-24 | check crypt() for null. noticed by Jonas Termansen | Ted Unangst |
2014-11-23 | Merge from FreeBSD: | Philip Guenther |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-21 | space needed between macro args and punctuation; | Jason McIntyre |
2014-11-21 | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | Ingo Schwarze |
2014-11-21 | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | Ingo Schwarze |
2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its | Ted Unangst |
2014-11-20 | One of these optimized stubs creates some incredibly subtle damage, | Theo de Raadt |
2014-11-20 | split crypt_checkpass off into a new file | Ted Unangst |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | Add amd64 assembler versions of some standard functions to libc. The | Reyk Floeter |
2014-11-20 | Document behavior of atexit() when called in a DSO that is later unloaded. | Philip Guenther |
2014-11-20 | Merge from FreeBSD: | Philip Guenther |
2014-11-20 | oops. malloc is in section 3. | Ted Unangst |
2014-11-20 | sbrk is long dead. clarify that the data segment is malloc and anon mmap. | Ted Unangst |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-19 | abort() doesn't call atexit handlers any more | Philip Guenther |
2014-11-18 | add crypt_newhash to NAME and add an MLINK; | Jason McIntyre |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-17 | Add stravis(), an allocating version of strvis(). OK doug@ | Todd C. Miller |
2014-11-17 | minor++ | Ted Unangst |
2014-11-17 | add new function crypt_newhash to simplify creating new hashes. | Ted Unangst |
2014-11-17 | When listing the async-signal-safe functions, don't split out "ANSI C" | Philip Guenther |
2014-11-16 | add some missing .An macros and remove some obsolete .Tn | Ingo Schwarze |
2014-11-16 | zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze | Jason McIntyre |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Don't need <sys/types.h> before <sys/ipc.h> anymore | Philip Guenther |
2014-11-15 | Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h> | Philip Guenther |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-14 | _NSIG is the number of valid signals including signal 0, so it's not a valid | Jonathan Matthew |
2014-11-14 | let this compile with clang; no binary change with gcc. | Daniel Dickman |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-11-11 | Merge from NetBSD from 1999-03-25:" | Philip Guenther |