aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+1
* Document a bug in our chroot(2) implementation: if access controlRobert Watson2003-01-311-0/+6
* Zap another reference to !RFPROC being unsupported that I missed before.Tim J. Robbins2003-01-311-2/+0
* Don't use -compact in list of available flags. Fix tag width.Tim J. Robbins2003-01-311-1/+1
* !RFPROC has been supported for a while now.Tim J. Robbins2003-01-311-2/+1
* Back out previous. Many people disagreed with removing the warning.Tim J. Robbins2003-01-301-0/+8
* Add getosreldate.3 to the Makefile.Tom Rhodes2003-01-301-1/+1
* Add a manual page for getosreldate.c.Tom Rhodes2003-01-301-0/+65
* Catch some cases where asking for ridiculously large allocations couldPoul-Henning Kamp2003-01-301-0/+4
* Remove runtime warning about gets().Tim J. Robbins2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()Tim J. Robbins2003-01-301-5/+9
* WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.Juli Mallett2003-01-301-0/+1
* Missing "return 0"Juli Mallett2003-01-301-0/+1
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-293-8/+30
* Do not return inappropriate error codes in pam_sm_setcred.Jacques Vidrine2003-01-291-1/+4
* Adjust for OpenSSL 0.9.7.Mark Murray2003-01-284-3/+5
* style(9): add parentheses to sizeof even when not strictly required.Dag-Erling Smørgrav2003-01-285-22/+22
* Fix signed/unsigned comparison warning/error from 'make release'John W. De Boskey2003-01-281-4/+4
* Fix signed/unsigned comparison warnings.Martin Blapp2003-01-271-3/+3
* Fix signed/unsigned comparison warnings. Fix spelling error inMartin Blapp2003-01-271-4/+5
* Make this work in the !INET6 case -- if we mismatch the AF, don't return aMartin Blapp2003-01-271-9/+10
* Check pmap_flag before sendto.Martin Blapp2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.Martin Blapp2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makeMartin Blapp2003-01-271-0/+3
* Free the correct buffer in error handling.Martin Blapp2003-01-271-1/+3
* Reset the record lenght and received bytes once a recordMartin Blapp2003-01-271-0/+9
* Now return NULLified struct in case of empty config fileAndrey A. Chernov2003-01-271-6/+9
* Handle read errorsAndrey A. Chernov2003-01-271-3/+6
* If we don't know where the sblock is (e.g. filling out a blank disk), thenJuli Mallett2003-01-271-0/+4
* Very minor EOL whitespace diff-reducer.Mark Murray2003-01-261-1/+1
* Missed a bit of cleanup.Mark Murray2003-01-261-2/+0
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-266-1/+7
* Fix namespace pollution introduced in previous commit.Martin Blapp2003-01-262-5/+5
* Remove the get_term() function. It pretty much can't work forMark Murray2003-01-261-36/+7
* Add const qualifier to data argument for msgsnd.Alfred Perlstein2003-01-261-1/+1
* Remove part of my stateful locale patch that slipped into the previous rev.Tim J. Robbins2003-01-261-3/+0
* Initial implementation of the C99 feature whereby calling freopen() withTim J. Robbins2003-01-262-2/+94
* Bring shm functions closer the the opengroup standards.Alfred Perlstein2003-01-252-3/+3
* Bring semop() closer the the opengroup standards.Alfred Perlstein2003-01-251-1/+1
* Add an MLINK malloc.conf(5) -> malloc(3).Mike Barcroft2003-01-241-1/+2
* remove #ifdef _THREAD_SAFEMax Khon2003-01-243-6/+0
* bwrite, not sbwrite, needs to open for writing and write.Juli Mallett2003-01-232-10/+14
* API to fillout a blank disk. For e.g. newfs.Juli Mallett2003-01-232-5/+13
* For "sensitive" processes, we always set the 'A' flag which causes abort()Poul-Henning Kamp2003-01-231-0/+7
* Document .netrc support.Dag-Erling Smørgrav2003-01-221-0/+8
* Hook in the .netrc code + don't use pointers as if they were booleans.Dag-Erling Smørgrav2003-01-221-4/+6
* Experimental support for .netrc.Dag-Erling Smørgrav2003-01-222-0/+92
* Initialization paranoia.Dag-Erling Smørgrav2003-01-221-0/+8
* A negative offset means "get it all".Dag-Erling Smørgrav2003-01-221-2/+2
* Remove EOL whitespaces.Maxim Konovalov2003-01-201-2/+2