Age | Commit message (Expand) | Author |
2005-08-09 | Add VIS_GLOB to escape special characters used by shell-style globbing. | Todd C. Miller |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie |
2005-07-10 | Install netbt/ includes. | Alexander Yurchenko |
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie |
2005-06-20 | zap duplicate prototype | Marc Espie |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-17 | don't install netns includes any longer, ports bulk build test by pval | Henning Brauer |
2005-06-17 | next citrus step. | Marc Espie |
2005-06-17 | bye bye whiteouts | Todd C. Miller |
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller |
2005-06-07 | -netccitt/ | Henning Brauer |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2005-05-18 | wchar_t is a native C++ type, gcc picks its definition from elsewhere, | Marc Espie |
2005-05-11 | major abi changes: | Marc Espie |
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie |
2005-04-28 | also use new libobjc on old architectures, since it builds fine with | Marc Espie |
2005-04-18 | rm libcurses++ | Todd C. Miller |
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie |
2005-04-02 | Add /bin/ksh to builtin list of OK shells. | Todd C. Miller |
2005-03-30 | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | Theo de Raadt |
2005-03-30 | make the resolver stat resolv.conf and update if it changes. | Ted Unangst |
2005-01-28 | LOGIN_SETALL did not include LOGIN_SETENV as it should. | Todd C. Miller |
2005-01-08 | Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might | Kenneth R Westerback |
2005-01-08 | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | Kenneth R Westerback |
2005-01-06 | provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) | Marc Espie |
2004-12-20 | gai_strerror() should return const char *; OK deraadt@ | Todd C. Miller |
2004-11-17 | remove NI_WITHSCOPEID | Jun-ichiro itojun Hagino |
2004-10-25 | Change return value of reentrant getproto* and getserv* to match the | Todd C. Miller |
2004-10-20 | install net80211 headers; millert and deraadt ok. | Federico G. Schwindt |
2004-10-17 | implement strnunvis(3), a bounded version of strunvis(3). ok millert@ | Otto Moerbeek |
2004-10-17 | Reentrant versions of getprotoent(3) and getservent(3). Adapted from | Todd C. Miller |
2004-10-14 | Add dl_iterate_phdr() support. | Mark Kettenis |
2004-10-07 | GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. | Todd C. Miller |
2004-10-02 | let stdbool.h work with recent gcc, since they modified the interface, | Marc Espie |
2004-09-14 | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | Theo de Raadt |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn |
2004-08-09 | Support the "setenv" capability in login.conf ala FreeBSD. Following | Todd C. Miller |
2004-08-03 | Define BI_FDPASS for the BSD auth fd passing changes. | Todd C. Miller |
2004-08-03 | Update strtonum() protor | Todd C. Miller |
2004-07-15 | do not install netiso header files, millert deraadt ok | Henning Brauer |
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller |
2004-07-08 | POSIX says "data" is void *, not char *. Also remove extern from prototypes. | Todd C. Miller |
2004-06-29 | make includes in gnu/usr.sbin/sendmail/libmilter | Todd C. Miller |
2004-06-24 | hsearch API/ABI u_int -> size_t -> crank majors; ok millert | Theo de Raadt |
2004-06-22 | Cosmetic clean-up. | Marc Espie |
2004-06-22 | Make the `filename' parameter to HASHFile() and HASHFileChunk() const | Jean-Francois Brousseau |
2004-06-20 | add bounds check for src pointer in bcopy(3) as well as dest pointer, | Anil Madhavapeddy |
2004-06-09 | According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX | Todd C. Miller |