Age | Commit message (Expand) | Author |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray |
2009-11-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-11-08 | ansify | Stefan Sperling |
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray |
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries |
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | Miod Vallat |
2009-11-01 | Two minor bug fixes rotting in my tree: | Ingo Schwarze |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-28 | skip the \' formatting flag, grouping is not implemented; ok deraadt@ | Christian Weisgerber |
2009-10-28 | more fallout from jasper's commit. | Jonathan Gray |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | Nicholas Marriott |
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-20 | Check mmap return value against MAP_FAILED not NULL. | Paul Irofti |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-10-10 | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | Otto Moerbeek |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
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-10 | cvs log message from ed@freebsd, revision 197045: | Jason McIntyre |
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-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
2009-08-20 | add SF_ARCHIVED. ok millert@, tedu@ | Martynas Venckus |
2009-08-13 | various MLINK fixes from Alan R. S. Bueno; | Jason McIntyre |
2009-08-07 | define substitution in some cases might happen after prototypes are | Martynas Venckus |
2009-07-15 | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; | Ingo Schwarze |
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-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-12 | YP client functions do not allocate memory when they fail; | Ingo Schwarze |
2009-06-11 | don't use freelist if it overruns; use heap memory instead not | Martynas Venckus |
2009-06-09 | document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga | Jason McIntyre |
2009-06-08 | quieten compiler by converting pointers to uintptr_t before truncating them | Theo de Raadt |
2009-06-07 | de-spaghetti: | Ingo Schwarze |