aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Peter Wemm1996-10-302-4/+4
* If you run with option Z and malloc fails, memset gets calledPoul-Henning Kamp1996-10-291-4/+6
* Regenerated.. Use new minor number for both installed names, not justPeter Wemm1996-10-292-5/+5
* Do not make symbolic links from obj directory into source tree,Wolfram Schneider1996-10-261-232/+72
* Fix an off-by-one error in getvfsent().Joerg Wunsch1996-10-261-1/+1
* Note that streams are now flushed on abort.Alexander Langer1996-10-261-2/+2
* Various cosmeticsPoul-Henning Kamp1996-10-261-48/+28
* POSIX requires stdio buffers be flushed on abort.Alexander Langer1996-10-261-0/+8
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-7/+8
* GNU-style changes:Andrey A. Chernov1996-10-232-11/+21
* Simplify debug outputAndrey A. Chernov1996-10-232-5/+14
* Add #include <sys/types>Poul-Henning Kamp1996-10-221-1/+2
* close bin/1648 libmd not 64bit safe.Poul-Henning Kamp1996-10-225-12/+15
* Fix a potential memory leak i've introduced with my recent patch.Joerg Wunsch1996-10-211-2/+2
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-202-1/+25
* malloc_pages should be static.Poul-Henning Kamp1996-10-201-187/+103
* Remove the arbitrary limit for the line length in /etc/ttys, and makeJoerg Wunsch1996-10-191-11/+33
* Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2Peter Wemm1996-10-191-10/+18
* Backout bzero patch.Guido van Rooij1996-10-181-21/+11
* After some thinking implement alternative way:if it is impossibleAndrey A. Chernov1996-10-181-9/+5
* Make PERMIT_CONSOLE to work not only fromAndrey A. Chernov1996-10-171-1/+8
* When freeing buffers in the db routines, also zeroize themGuido van Rooij1996-10-171-1/+3
* Change "nope" to ":"Andrey A. Chernov1996-10-171-1/+1
* Prevent namespace pollution cause by this library by splitting toAndrey A. Chernov1996-10-174-8/+23
* If 1) regular Unix passwords not permitted and 2) skey databaseAndrey A. Chernov1996-10-171-2/+5
* Make it work in localized environment, replace strftime's %b which can beAndrey A. Chernov1996-10-171-2/+9
* Corrently null-terminate the path being passed to the opendir() calls,Peter Wemm1996-10-171-0/+1
* Bring back ns_* routines; we need them for ifconfig and route.Jordan K. Hubbard1996-10-161-2/+1
* Save half of space in LC_COLLATE and remove unneded code.Andrey A. Chernov1996-10-152-35/+10
* A couple of minor nits.Poul-Henning Kamp1996-10-141-5/+10
* Send PASV instead of PASSIVE.Jordan K. Hubbard1996-10-101-2/+2
* Use -mdoc macros properly.Garrett Wollman1996-10-094-52/+63
* Require that a timezone specified via the TZ envariable be a regularGarrett Wollman1996-10-091-1/+7
* Add orandom(), osrandom(), etc.Andrey A. Chernov1996-10-091-3/+7
* Improve seeding, the random sequence did not vary matchAndrey A. Chernov1996-10-092-14/+75
* Fix an error in the description of "h_errno". Add "const" to a fewJohn Polstra1996-10-081-4/+4
* Yet another attempt to remove the old libraries correctly. libfoo.*Bruce Evans1996-10-082-5/+7
* Link shared libraries with -xPaul Traina1996-10-081-1/+1
* Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c definesMarc G. Fournier1996-10-081-2/+2
* Implement virtual-to-physical address mapping for the kvm library onPeter Wemm1996-10-072-40/+130
* Remove garbage initcode reference so that 'gcc -Dlint ...'Steve Price1996-10-061-2/+1
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-0510-12/+23
* Skip results that have unexpected lengthsPaul Traina1996-10-011-7/+6
* Support crt0 <-> ld.so interface version 4. This should be both backwardsPeter Wemm1996-10-011-5/+11
* perror () does not prepend ": " for the non-NULL argument "". close PR 1492Wolfram Schneider1996-09-301-1/+1
* Made this about as (in)complete as sysctl.8.Bruce Evans1996-09-291-35/+42
* Updated the descriptions of the limits related to EAGAIN.Bruce Evans1996-09-292-9/+37
* .Os NetBSD -> .Os FreeBSD.Wolfram Schneider1996-09-284-4/+4
* .DV -> .Dv (SOCK_STREAM was invisible).Bruce Evans1996-09-281-1/+1
* .DV -> .Dv (FOPEN_MAX was invisible).Bruce Evans1996-09-281-1/+1