Age | Commit message (Expand) | Author |
2009-08-26 | handle incoming AMSG_SETVOL messages, allows the client to be notified | Alexandre Ratchov |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | Alexandre Ratchov |
2009-08-20 | add SF_ARCHIVED. ok millert@, tedu@ | Martynas Venckus |
2009-08-13 | We do not do vm86 mode on amd64 | Theo de Raadt |
2009-08-13 | various MLINK fixes from Alan R. S. Bueno; | Jason McIntyre |
2009-08-13 | function is named int des_string_to_2key, not int des_string_to_2keys; | Jason McIntyre |
2009-08-08 | remove expired certificates and add startcom ltd. | Federico G. Schwindt |
2009-08-07 | define substitution in some cases might happen after prototypes are | Martynas Venckus |
2009-08-07 | pull string for memcpy; ok hshoexer@ | Martynas Venckus |
2009-08-03 | use random; ok millert@ | Martynas Venckus |
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus |
2009-08-01 | Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ | Todd C. Miller |
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | Alexandre Ratchov |
2009-07-29 | now that the pages are split and we track separate HISTORY: | Martynas Venckus |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-29 | ieee_test isn't real; rename header to logb, too | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-28 | this is happier if it pulls in a few more includes | Theo de Raadt |
2009-07-27 | don't use ``return'' in sio_close() and mio_close() | Alexandre Ratchov |
2009-07-26 | more style improvemets, from Thomas Pfaff | Alexandre Ratchov |
2009-07-26 | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static | Alexandre Ratchov |
2009-07-26 | remove the (bogus) special case when mio_open() is called with | Alexandre Ratchov |
2009-07-26 | rephrase description of (MIO_IN | MIO_OUT) mode | Alexandre Ratchov |
2009-07-26 | Make ``static'' few functions that are prototyped as static but are not | Alexandre Ratchov |
2009-07-26 | sort and space headers as per style(9) | Alexandre Ratchov |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | add sndio.7, forgotten in last commit | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-07-25 | - add a symbol to help gdb location pthread internals (_thread_ctx_offset) | Kurt Miller |
2009-07-24 | From NetBSD rev 1.5 | Jonathan Gray |
2009-07-24 | Global Item #3 should be Physical Minimum not Maximum according | Jonathan Gray |
2009-07-21 | Support KERN_FILE_TEXT here too | Todd C. Miller |
2009-07-21 | Handle the case where so_pcb is NULL. | Todd C. Miller |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-07-15 | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; | Ingo Schwarze |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
2009-07-13 | Load symbol address with dla, not la; good thing userland is still limited | Miod Vallat |
2009-07-12 | fwrite() should also return 0 if either size or nmemb are 0. | Todd C. Miller |
2009-07-09 | promote correct style for error checking | Eric Faurot |
2009-07-08 | correct kvm_getfile2 error string | Todd C. Miller |
2009-07-06 | fe_towardzero not on openbsd. ok millert@ | Martynas Venckus |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis |
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller |
2009-06-23 | getgrouplist(3) used to and ought to return 0 on success; | Ingo Schwarze |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-21 | abs conforms c99 -> imaxabs conforms c99. ok millert@ | Martynas Venckus |
2009-06-20 | Move KREAD define to kvm_private.h | Todd C. Miller |
2009-06-20 | Split out cd9660 bits into their own .c file to avoid #define collisions | Todd C. Miller |
2009-06-20 | use llabs instead of the home-grown version; and some comment changes | Martynas Venckus |