Age | Commit message (Expand) | Author |
2009-06-05 | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; | Ingo Schwarze |
2009-06-05 | improve yp_bind(3) error reporting after clnttcp_create(3) failure: | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-05 | An empty sting cannot be used as a YP domain name, | Ingo Schwarze |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-05 | compare and shift buffer against a fixed length not strlen derived values. | Pierre-Yves Ritschard |
2009-06-04 | simplify the 'family' option parser and make it more evident what we're | Pierre-Yves Ritschard |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | fix two obvious typos | Ingo Schwarze |
2009-06-04 | Don't assume that we can overwrite strings in the environment. | Todd C. Miller |
2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo | Pierre-Yves Ritschard |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-04 | Proper error handling in clntraw_create: | Ingo Schwarze |
2009-06-03 | State that clnt{raw,udp}_create can fail. | Ingo Schwarze |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | crank libc major | Theo de Raadt |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Don't postpone memory allocation for the error message to the error handler: | Ingo Schwarze |
2009-06-02 | Set errno to EINVAL when fgets is given a non-positive size. | Ray Lai |
2009-06-02 | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | Jasper Lievisse Adriaanse |
2009-06-02 | When authnone_create fails, do not leave behind a NULL cl_auth attribute, | Ingo Schwarze |
2009-06-02 | make the documentation of {svc,clnt}*create complete and correct | Ingo Schwarze |
2009-06-02 | tweak previous; | Jason McIntyre |
2009-06-01 | When an RPC client program encounters ENOMEM while trying to print | Ingo Schwarze |
2009-06-01 | Use the md atomic code on mips64 instead of the horrid slow code. Should have | Miod Vallat |
2009-06-01 | A much better atomic lock routine. | Miod Vallat |
2009-06-01 | Correct the _atomic_lock() asm so that gcc accepts the constraints | Philip Guenthe |
2009-06-01 | Split getpw{nam,uid} off into their own man page. Hopefully, this | Todd C. Miller |
2009-05-25 | add ipsCA as a valid authority. | David Gwynne |
2009-05-16 | don't set mode in sio_setpar(), already done at initialization | Alexandre Ratchov |
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov |
2009-05-16 | fix style to make future diffs contain functional changes only | Alexandre Ratchov |
2009-05-16 | in aucat_getpar() and aucat_getcap(), initialize the message to send | Alexandre Ratchov |
2009-05-15 | cleanup forgotten calls to exit(3) | Alexandre Ratchov |
2009-05-15 | replace s/sa/sio/, left from when libsa was renamed to libsndio | Alexandre Ratchov |
2009-05-15 | in headers, macro definitions come first, prototypes come next | Alexandre Ratchov |
2009-05-15 | if DEBUG is defined, use a global debug level rather | Alexandre Ratchov |
2009-05-15 | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values | Alexandre Ratchov |
2009-05-06 | Document AI_NUMERICSERV; feedback and ok millert@ | Jacek Masiulaniec |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
2009-04-29 | document that bogus lines are silently ignored | Theo de Raadt |
2009-04-29 | Remove the stderr spray balony. Library functions should indicate failure | Theo de Raadt |
2009-04-29 | junk space | Theo de Raadt |
2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg | Martynas Venckus |
2009-04-22 | Correct the declaration of the dladdr() stub so that it has the correct | Philip Guenthe |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-21 | no need to install includes from here anymore | Theo de Raadt |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |