| Age | Commit message (Expand) | Author |
| 1993-11-09 | I've been informed that the fts family of functions is being considered | jtc |
| 1993-11-08 | add shlib_version file, with version 0.0 | cgd |
| 1993-11-08 | fix flag name 'bug.' reported by Lennart Augustsson <augustss@cs.chalmers.se> | cgd |
| 1993-11-06 | update to latest version. | cgd |
| 1993-11-06 | update to latest version; va_list specification changes. | cgd |
| 1993-11-06 | just berkeley copyright/version # changes. | cgd |
| 1993-11-06 | nuke comments re: posix, per jtc. this isn't spec'd by posix. | cgd |
| 1993-11-06 | update to latest version; no *significant* changes. | cgd |
| 1993-11-06 | Remove extra "eval" variables in warn() & warnx() function definitions; | jtc |
| 1993-11-05 | copy SYS.h and DEFS.h, too. | cgd |
| 1993-11-05 | add strncmp to the list of things that gets copied to libkern. | cgd |
| 1993-11-04 | Corrected and simplified floating point formatting. | jtc |
| 1993-11-03 | Trailing zeros should be printed with all floating point formats | jtc |
| 1993-10-26 | fixes from Garrett A. Wollman <wollman@emba.uvm.edu>: | cgd |
| 1993-10-25 | Update source and manual pages to match X/Open 1170 specification. | jtc |
| 1993-10-25 | X/Open 1170 defines the return type of setpwent() to be void -- a trival | jtc |
| 1993-10-22 | In execvp(): `eacces' did not get initialized when path name contains a '/'. | pk |
| 1993-10-22 | Add my lsearch & lfind implementations. | jtc |
| 1993-10-22 | Added 1170's a64l() & l64a() functions. | jtc |
| 1993-10-21 | #include <search.h> to ensure that the public function declarations match | jtc |
| 1993-10-21 | Move the old berkeley sccs id into the header comment like it is done | jtc |
| 1993-10-21 | Gcc helper functions should still use the ENTRY() macro so they will be | jtc |
| 1993-10-21 | Use PIC_PLT macro with the function calls (as was done with setjmp()). | jtc |
| 1993-10-21 | So many files in arch/i386 have been changed I might as well run my | jtc |
| 1993-10-21 | Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change | jtc |
| 1993-10-20 | Replaced instructions with immediate operands with compatible alternatives | jtc |
| 1993-10-20 | update to v1.72 of new DB code | cgd |
| 1993-10-19 | Use i386 sigsetjmp()/siglongjmp() implementation. | jtc |
| 1993-10-19 | sigsetjmp() for the i386. | jtc |
| 1993-10-19 | #if defined(hp300) || defined(sparc) || defined(amiga) | deraadt |
| 1993-10-19 | First cut; not sure if it's right. Very like it is, because it's | deraadt |
| 1993-10-19 | fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to: | cgd |
| 1993-10-18 | don't compiler strerror.c source here, and clean up. | cgd |
| 1993-10-18 | Grammar and formatting fixes. | jtc |
| 1993-10-17 | Let libc_pic.a be installed. | pk |
| 1993-10-17 | Added subdir `dl'. | pk |
| 1993-10-17 | User interface to dynamic linker functions. | pk |
| 1993-10-15 | Rename _findenv() to __findenv(), as _findenv is in the user's namespace. | jtc |
| 1993-10-15 | Makefile.inc, basically a place to put KMSRC definition | jtc |
| 1993-10-15 | Copy machine dependant files (KMSRCS) to libkern. | jtc |
| 1993-10-15 | Added copy-to-libkern and rm-from-libkern targets. | jtc |
| 1993-10-15 | Make sure all items in SEE ALSO list are comma separated. | jtc |
| 1993-10-15 | Change ``MAN3 = ...'' to ``MAN3 += ...'', so other manpages are built. | jtc |
| 1993-10-15 | Use .Xr for SEE ALSO cross references. | jtc |
| 1993-10-14 | Removed trailing comma from SEE ALSO section. | jtc |
| 1993-10-14 | Change SYNOPSIS section to use "unsigned" instead of "u_int". | jtc |
| 1993-10-14 | Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the | jtc |
| 1993-10-13 | Remove "errno" definition. | jtc |
| 1993-10-13 | Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. | jtc |
| 1993-10-13 | Split cfree() out of calloc.c. | jtc |