Age | Commit message (Expand) | Author |
2010-08-21 | Two new flags: VIS_ALL - encode all characters, not just invisible ones | Damien Miller |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-08-06 | If audio interrupts are missed (as this happens on some MP systems | Alexandre Ratchov |
2010-08-05 | The UTF-8 decoder should not accept byte sequences which decode to unicode | Stefan Sperling |
2010-08-05 | Regenerate files that were affected by changes to asn1_compile that were | Philip Guenthe |
2010-08-03 | When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs() | Stefan Sperling |
2010-08-01 | add missing header needed by strcmp() | Charles Longeau |
2010-07-29 | Remove stray newline, fix $OpenBSD$; ok deraadt | Stefan Sperling |
2010-07-28 | Sync hcreate(3) with NetBSD, adding some caveats. | Ray Lai |
2010-07-27 | Remove a stray space. No binary change. | Marco Peereboom |
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan Sperling |
2010-07-27 | fix some spacing issues; noted by kristaps | Jason McIntyre |
2010-07-27 | Properly handle the size field in pflog link header | Can Erkin Acar |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-24 | Add a newline to the input we feed to cpp to get rid of its 'no newline | Philip Guenthe |
2010-07-22 | getopt_long.c replaced getopt.c 6+ years ago; we can retire | Bret Lambert |
2010-07-21 | remove unnecessary ``return 0'' statements, | Alexandre Ratchov |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller |
2010-07-19 | Fix the cproj family to not return garbage on finite arguments. | Philip Guenthe |
2010-07-18 | Use crealf() and cimagf() instead of creal() and cimag() when the | Philip Guenthe |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-07-17 | Correct the #includes to avoid warnings in <rpc/svc.h> | Philip Guenthe |
2010-07-17 | add missing header needed by event_warn() | Charles Longeau |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-13 | update our recommended hash function to sha256 and note md5 is broken. | Ted Unangst |
2010-07-13 | no more rmd160(1); | Jason McIntyre |
2010-07-13 | Fix PR 6417: if we're starting a thread and there's no other threads | Philip Guenthe |
2010-07-13 | Fix PR 6376: restore more thread library state if execve fails, | Philip Guenthe |
2010-07-12 | Update to 1.4.14b. | Nicholas Marriott |
2010-07-12 | After forking, clear the 'thread joining this one' pointer in the child, | Philip Guenthe |
2010-07-08 | Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI corner | Mark Kettenis |
2010-07-06 | Document new unsetenv() error returns. | Christian Weisgerber |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-02 | Constipate init_hash() to eliminate a warning and remove a cast that is | Philip Guenthe |
2010-07-01 | sort SEE ALSO; | Jason McIntyre |
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | Theo de Raadt |
2010-07-01 | oops. Missed this from my aes-ni commit. | Thordur I. Bjornsson |
2010-07-01 | import OpenSSL-1.0.1c | Thordur I. Bjornsson |
2010-07-01 | AES-NI engine support for OpenSSL. | Thordur I. Bjornsson |
2010-07-01 | zap trailing whitespace; | Jason McIntyre |
2010-07-01 | libkeynote development has been paused for a while. ok deraadt | Ted Unangst |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-30 | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned | Mark Kettenis |
2010-06-30 | there's no tcsh page in base, so don;t bother xr'ing it; | Jason McIntyre |
2010-06-30 | tweak previous; | Jason McIntyre |
2010-06-30 | Update libedit to bring it into sync with the latest version from NetBSD. | Nicholas Marriott |
2010-06-29 | use a union to align the dns answer buffer until gcc4 is fixed | Theo de Raadt |