summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.6_cvscvs2svn1997-02-051-1/+5
| | | | | | | 'RELENG_2_1_6_RELEASE'. This commit was manufactured to restore the state of the 2.1.6-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Merge in man page fixes from the headGary Palmer1996-06-221-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=16602
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-057-52/+31
| | | | | | | I can get it to `make world' succesfully, anyway! Notes: svn path=/stable/2.1/; revision=16121
* Phase 2 of merge - also fix things broken in phase 1.Jordan K. Hubbard1996-06-037-31/+55
| | | | | | | | | | | | Watch out for falling rock until phase 3 is over! libc completely merged except for phkmalloc & rfork (don't know if David wants that). Some include files in sys/ had to be updated in order to bring in libc. Notes: svn path=/stable/2.1/; revision=16088
* Bring in changes from main branch: various man page cleanups.Mike Pritchard1996-05-015-9/+20
| | | | Notes: svn path=/stable/2.1/; revision=15523
* Sync with HEADJordan K. Hubbard1996-02-111-1/+13
| | | | Notes: svn path=/stable/2.1/; revision=14023
* Bring in changes from HEAD:Mike Pritchard1996-01-301-1/+1
| | | | | | | Fix even more spelling errors in various man pages. Notes: svn path=/stable/2.1/; revision=13752
* Brought in changes from main branch...everything except the BIND 4.9.3-b24.David Greenman1995-08-285-11/+15
| | | | Notes: svn path=/stable/2.1/; revision=10357
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-250/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-71/+78
| | | | Notes: svn path=/head/; revision=8870
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.Jordan K. Hubbard1995-03-281-5/+7
| | | | | | | | | | Grrr. If the dbhash routines weren't grossly overengineered I wouldn't even need to do this! :-( Also now export the hash_stats routine. Manpage coming RSN - I promise. Notes: svn path=/head/; revision=7435
* Hash 8bit chars without sign extensionAndrey A. Chernov1995-03-261-3/+8
| | | | Notes: svn path=/head/; revision=7394
* Add the strhash family of routines. They provide a number of featuresJordan K. Hubbard1995-03-262-2/+416
| | | | | | | | that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing. Notes: svn path=/head/; revision=7388
* Don't attempt to lstat() the POSIXLY invalid empty pathname.Bruce Evans1995-02-251-1/+1
| | | | | | | | realpath() still accepts "" as an arg and converts it to a canonical pathname for the current directory. Notes: svn path=/head/; revision=6700
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
| | | | | | | or depend on <stdio.h> bogusly including it. Notes: svn path=/head/; revision=2504
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-4/+8
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2764-0/+9701
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573