summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-182-3/+18
* if nanosleep returns too early, loop. usleep() does not have a returnpeter1997-05-171-2/+7
* round-up non-zero nanoseconds in #ifdef'ed code.peter1997-05-171-0/+2
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-172-34/+33
* Temporarily restore old (itimer) sleep variant because new oneache1997-05-171-9/+70
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
* Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-111-1/+2
* Back out all of yesterdays include file changes.eivind1997-05-071-3/+0
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+3
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-3/+6
* This stub has not been required by libc for a long time. Nuke it.jb1997-05-032-39/+2
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)bde1997-04-221-1/+2
* Clean-up my modification of popen.c for vfork. Bruce's (this) is better.dyson1997-04-201-10/+12
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-2/+2
* Fix punctuation: "it's" -> "its"danny1997-04-171-2/+2
* Fix the problem in popen that makes correct vfork semantics fail.dyson1997-04-161-6/+11
* Fixed another prototype bug in synopsis.bde1997-04-141-1/+1
* Fix typo.davidn1997-04-131-1/+1
* Implement two new keywords and status flags for entries in /etc/ttys;davidn1997-04-132-4/+70
* Add MLINKS for isdialuptty(3) & isnetworktty(3).davidn1997-04-131-2/+4
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-139-13/+23
* Typo police. Part of PR# 3242.mpp1997-04-091-1/+1
* Speedup in case locale not usedache1997-04-041-1/+3
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Honor the nouser/nogroup flag when determing if NULL shouldmpp1997-04-031-2/+2
* The user_from_{uid,gid} routines would return garbage if thempp1997-04-021-2/+2
* Remove minor warning (for -Wall -Wshadow); clarifies code.davidn1997-03-261-3/+3
* Buffer overflow. Similar, but different, to the fix that Julian A submittedimp1997-03-231-9/+15
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-211-1/+3
* Mdoc cleanup.mpp1997-03-213-43/+91
* Add backward compatibility so that static executables built onjdp1997-03-201-10/+23
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-191-2/+2
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-193-6/+6
* Added missing #include of <stdarg.h> to synopsis. Moved prototypes forbde1997-03-191-9/+10
* Fixed missing function types in synopsis.bde1997-03-192-0/+2
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-191-2/+2
* Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDpeter1997-03-133-280/+2
* More cleanup - I didn't realize that this was a new man pagempp1997-03-121-2/+3
* Mdoc cleanup.mpp1997-03-121-1/+0
* Fixed merging error. Lite2 fixed premature failure and didn'tbde1997-03-121-2/+4
* Fixed errors in the Lite2 merge. Some style changes were mismerged.bde1997-03-121-27/+28
* Document that popen() uses a bidirectional pipe (in FreeBSD) and not abde1997-03-111-7/+5
* Fixed cleaning up after malloc failure, which was broken by Lite2.bde1997-03-111-3/+5
* Install the Lite2 getvfsbyname.3. The old getvfsbyname() interface isbde1997-03-111-4/+4
* Fixed #include's in synopsis.bde1997-03-111-2/+1
* Merge from Lite2:peter1997-03-119-92/+312
* Merge from Lite2: man page updatespeter1997-03-116-18/+40
* Merge from Lite2 (YAMFL2? :-)peter1997-03-111-17/+29
OpenPOWER on IntegriCloud