Age | Commit message (Expand) | Author |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-21 | After forking, the child is single threaded, so tell libc that. This | Philip Guenthe |
2009-10-20 | Check mmap return value against MAP_FAILED not NULL. | Paul Irofti |
2009-10-18 | terminfo supports the use= capability (tc= in termcap), to allow one | Nicholas Marriott |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-10-13 | In evbuffer_readline, do not lose data upon malloc failure. From mainstream: | Jacek Masiulaniec |
2009-10-12 | another cert that makes godaddy.com and launchpad.net (among others) happy. | Federico G. Schwindt |
2009-10-10 | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | Otto Moerbeek |
2009-10-10 | when setting parameters of sun devices, check that selected encoding | Alexandre Ratchov |
2009-10-10 | at initialization of sun devices, use sio_setpar(3) instead of | Alexandre Ratchov |
2009-10-10 | since AUDIO_INITINFO() may set parameters to whatever is supported | Alexandre Ratchov |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-10-01 | Do not `return' in void functions. | Miod Vallat |
2009-09-29 | remove unsupported LIBRARY section; from Alan R. S. Bueno | Jason McIntyre |
2009-09-27 | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation | Philip Guenthe |
2009-09-27 | Minor bump for safety, due to the mips cachectl() addition. | Miod Vallat |
2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, | Miod Vallat |
2009-09-24 | Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, instead | Miod Vallat |
2009-09-24 | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation | Philip Guenthe |
2009-09-18 | Zero out IPv6 mask before using it. This fixes expressions like | Alexander Bluhm |
2009-09-10 | cvs log message from ed@freebsd, revision 197045: | Jason McIntyre |
2009-09-09 | Palm: Integration into the tree | Marek Vasut |
2009-09-09 | maxzis -> maxsize; from Han Boetes | Jason McIntyre |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto |
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-02 | make getaddrinfo(3) accept numeric servname when ai_socktype is not | Federico G. Schwindt |
2009-08-28 | Change cap_mkdb and curses to be a better about reformatting terminfo entries | Nicholas Marriott |
2009-08-28 | don't consider calling sio_close() without calling sio_stop() first | Alexandre Ratchov |
2009-08-28 | when using aucat backend, wait for the server to drop the connection | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
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 |