Age | Commit message (Expand) | Author |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2008-12-23 | ddb.console does not override machdep.kbdreset, so don't say it does; | Jason McIntyre |
2008-12-12 | - document and mlink frexpf, ldexpf, modff added 13 years ago | Martynas Venckus |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-11-09 | tweak previous; | Jason McIntyre |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-10-24 | some SEE ALSO additions from Ingo Schwarze; | Jason McIntyre |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre |
2008-10-02 | simplify and clarify login_getstyle; ok deraadt@ | Todd C. Miller |
2008-10-01 | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | Todd C. Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-25 | correct +name handling; schwarze@usta.de | Theo de Raadt |
2008-08-23 | add missing header needed by asprintf(). | Charles Longeau |
2008-08-22 | mention machine/cpu.h for the CPU identifiers. | Brad Smith |
2008-08-22 | After spotting a + record, continue scanning and pick up later groups | Theo de Raadt |
2008-07-29 | tweak previous; | Jason McIntyre |
2008-07-29 | remove | Martynas Venckus |
2008-07-29 | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, | Martynas Venckus |
2008-07-28 | some SEE ALSO fixes; | Jason McIntyre |
2008-07-28 | document which functions use which YP maps; Ingo Schwarze | Theo de Raadt |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | `Li' needs an argument; | Jason McIntyre |
2008-06-25 | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, | Todd C. Miller |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | create a private getpwent()-like interface which does not walk the YP | Theo de Raadt |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-05-30 | fix a broken Xr; | Jason McIntyre |
2008-05-07 | routed is no more so use dhcpd in these examples instead. OK norby@ | Claudio Jeker |
2008-05-06 | Use the standard syslog levels on CARP logging messages instead of | Ryan Thomas McBride |
2008-05-01 | Be carefull not to read away the target entry when encountering | Otto Moerbeek |
2008-04-04 | alter internal _readdir_unlocked() api to be less confusing, so that | Okan Demirmen |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller |
2008-04-04 | Zero out the password/response argument in the simplified BSD auth | Todd C. Miller |
2008-03-26 | HISTORY tweak; ok otto | Jason McIntyre |
2008-03-25 | be more explicit about the unit used for the f_b* fields; prompted by | Otto Moerbeek |
2008-03-25 | section 3, Darrin Chandler | Otto Moerbeek |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-22 | flag constant values should be UL, spotted by deraadt@ | Otto Moerbeek |
2008-03-22 | move statvfs.c to gen, since it is not a syscall; ok deraadt@ | Otto Moerbeek |
2008-03-22 | overdue statvfs man page | Otto Moerbeek |
2008-03-16 | Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable. | Mark Kettenis |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |