summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* General cleanup and update to specify exactly how our implementationpeter1997-03-311-31/+38
* Steal issetugid man page from OpenBSD. Needs work..peter1997-03-311-0/+87
* Add libc hook for issetugid()peter1997-03-311-2/+3
* Create lchown() in libc and document it as a variation of chown().peter1997-03-312-7/+23
* Fixed wording of previous change.bde1997-03-311-1/+1
* Revert my last few changes. They were bogus. Replaced them withimp1997-03-311-14/+4
* Remove orand* code as promised for the next releaseache1997-03-292-20/+4
* Fixed #includes in synopsis to compile.bde1997-03-281-6/+7
* The w+ entry description was misformatted.mpp1997-03-271-1/+1
* Remove minor warning (for -Wall -Wshadow); clarifies code.davidn1997-03-261-3/+3
* Get my last commit right. The NOTE section now reads:mpp1997-03-251-2/+4
* Restricting $LANG was a really bad ideaimp1997-03-251-4/+2
* Back out 1.14 until I reproduce trouble reportsimp1997-03-251-4/+2
* Change the description of how attempts to block SIGKILL and SIGSTOPmpp1997-03-251-1/+1
* Don't honor LANG or NLSPATH if we're setuid/setgid.imp1997-03-241-3/+8
* If we're running setuid/setguid then don't open the host alias file toimp1997-03-241-1/+4
* Don't open the tz file if we're running setuid or setgid to prevent infomrationimp1997-03-241-2/+4
* add xrefs for getpeername, so other people that look for it can find it.. :)jmg1997-03-244-1/+5
* Buffer overflow. Similar, but different, to the fix that Julian A submittedimp1997-03-231-9/+15
* Add srandomdev.3 linkache1997-03-231-1/+2
* Fix urandom reference in the commentache1997-03-231-1/+1
* Add srandomdev() descriptionache1997-03-231-1/+24
* Add srandomdev() function (use "/dev/urandom" now)ache1997-03-231-0/+40
* Remove an extra comma.mpp1997-03-221-2/+2
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-216-18/+31
* Mdoc cleanup.mpp1997-03-213-43/+91
* Document SCM_CREDS changes.wpaul1997-03-211-0/+28
* Add backward compatibility so that static executables built onjdp1997-03-201-10/+23
* Fixed missing #include of <sys/types.h> and wrong arg types in synopsis.bde1997-03-191-5/+6
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-191-2/+2
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-195-8/+8
* Added missing #include of <stdarg.h> to synopsis. Moved prototypes forbde1997-03-191-9/+10
* Fixed missing function types in synopsis.bde1997-03-195-0/+7
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-192-3/+3
* Removed unnecessary quoting of function names in synopsis to simplifybde1997-03-186-13/+13
* Check for overflow in size argument.phk1997-03-181-2/+4
* Fix arg types to match Lite2ache1997-03-171-2/+2
* Updated prototype for mount() to match Lite2 reality for the 1st argbde1997-03-131-1/+1
* Part 2 of a failed commit (cvs broke). Original message:peter1997-03-132-0/+283
* Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDpeter1997-03-134-282/+4
* Make this man page really match the current <sys/signal.h> again andbde1997-03-121-2/+2
* Make this man page match the current <sys/signal.h> again :-).mpp1997-03-121-3/+4
* Update the structure to match how things are going to appear aftermpp1997-03-121-3/+3
* More cleanup - I didn't realize that this was a new man pagempp1997-03-121-2/+3
* Restored a .Fa line that was lost in the Lite2 merge.bde1997-03-121-0/+1
* Mdoc cleanup.mpp1997-03-121-1/+0
* Fixed merging error. Lite2 fixed premature failure and didn'tbde1997-03-121-2/+4
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,mpp1997-03-123-15/+10
* Fixed errors in the Lite2 merge. Some style changes were mismerged.bde1997-03-121-27/+28
* Fix problem with FD_SET* overflow reporting.. Perror() didn't have enoughpeter1997-03-121-2/+6
OpenPOWER on IntegriCloud