Age | Commit message (Expand) | Author |
2009-06-07 | No need to malloc, copy, have a single read access, and free right away. | Ingo Schwarze |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-02 | tweak previous; | Jason McIntyre |
2009-06-01 | Split getpw{nam,uid} off into their own man page. Hopefully, this | Todd C. Miller |
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-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2009-04-19 | - ldexp implementation has issues. switch to the one from libm | Martynas Venckus |
2009-03-27 | supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@ | Ingo Schwarze |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2009-03-23 | add a HISTORY section to fts(3). | Igor Sobrado |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller |
2009-02-11 | Avoid level going negative on deep (i mean really deep) dirs. Reported | Otto Moerbeek |
2009-01-15 | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ | Todd C. Miller |
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 |