Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kill the undead | peter | 1997-07-13 | 2 | -478/+0 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 2 | -0/+478 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 2 | -0/+478 | |
| | | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. | |||||
* | | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too. | |||||
* | | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge from Lite2 (whiteout/unionfs) | peter | 1997-03-11 | 1 | -2/+4 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 1 | -1/+6 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 2 | -3/+10 | |
| | | ||||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -478/+0 | |
| | | ||||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 | |
| | | ||||||
* | | Sort cross references. | wosch | 1997-01-20 | 2 | -8/+8 | |
| | | ||||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 | |
| | | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | |||||
* | | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+2 | |
| | | ||||||
* | | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 2 | -2/+4 | |
| | | ||||||
* | | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 2 | -2/+3 | |
| | | ||||||
* | | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 6 | -6/+12 | |
| | | | | | | | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. | |||||
* | | Back out fallback approximation changes, they are not so right to live | ache | 1996-08-13 | 3 | -40/+15 | |
| | | ||||||
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -3/+3 | |
| | | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | |||||
* | | Use better approximation if collate info not available. | ache | 1996-06-09 | 3 | -16/+41 | |
| | | | | | | | | Fix bug: strxfrm+strcmp != strcoll, if collate info not available | |||||
* | | Localize it. | ache | 1996-06-09 | 1 | -46/+7 | |
| | | | | | | | | (it was NOT localized initially, it does some trick instead!) | |||||
* | | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -10/+11 | |
| | | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | |||||
* | | Added `const' to types of sys_errlist and sys_nerr. | bde | 1996-04-19 | 1 | -5/+10 | |
| | | | | | | | | | | | | | | Use .Va instead of .Fa to describe these variables. Say a little about inconsistent declarations of sys_errlist in the BUGS section. | |||||
* | | Update the description of strncat to accurately describe how many | mpp | 1996-04-09 | 1 | -1/+4 | |
| | | | | | | | | | | | | bytes are copied to the destination string. Closes PR#1000. Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> | |||||
* | | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -1/+1 | |
| | | | | | | | | Down to only about 100 items left to cleanup! :-) | |||||
* | | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 2 | -6/+6 | |
| | | ||||||
* | | Correct the strspn() man page so that it no longer references | mpp | 1996-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | itself as strcspn(). Obtained from: NetBSD-bugs mailing list (PR# 1905) | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -478/+0 | |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -2/+2 | |
| | | ||||||
* | | If locale not available, fallback to strcasecmp, not to strcmp | ache | 1995-04-16 | 1 | -2/+2 | |
| | | ||||||
* | | Don't build swab.o here. It gets built in libc/i386/string. Previously | bde | 1995-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | the copy built from here was overwritten by the other copy and the other copy was put in library-building command lines twice. ld now objects to duplicated modules. | |||||
* | | Minor optimization. | ache | 1995-02-18 | 1 | -7/+9 | |
| | | ||||||
* | | Copyrights cleanup | ache | 1995-02-18 | 4 | -22/+38 | |
| | | ||||||
* | | Add 8bit collate stuff | ache | 1995-02-16 | 5 | -110/+150 | |
| | | | | | | | | Submitted by: alex@elvisti.kiev.ua | |||||
* | | Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5 | bde | 1994-12-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | Compare unsigned chars. Return the place after where the character was found and not the start of the string. | |||||
* | | Use latest Arthur Olson timezone code rather than that supplied with | wollman | 1994-09-13 | 1 | -2/+2 | |
| | | | | | | | | | | 4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future. | |||||
* | | Don't include <sys/types.h> to get u_int or use u_int for a bogus cast. | bde | 1994-09-05 | 1 | -4/+2 | |
| | | | | | | | | Modernize bcopy -> memcpy. | |||||
* | | Fix printing of weird errno's: negative values were printed as large | bde | 1994-09-05 | 1 | -5/+9 | |
| | | | | | | | | | | | | unsigned's; null termination was only guaranteed for the first call. Fix lint: don't declare externs internally; they were both out of date. | |||||
* | | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 1 | -12/+16 | |
|/ | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 65 | -0/+5523 | |