aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of a failed commit (cvs broke). Original message:Peter Wemm1997-03-132-0/+283
* Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDPeter Wemm1997-03-134-282/+4
* Add a pair __BEGIN_DECLS/__END_DECLSJean-Marc Zucconi1997-03-131-0/+2
* Make this man page really match the current <sys/signal.h> again andBruce Evans1997-03-121-2/+2
* Make this man page match the current <sys/signal.h> again :-).Mike Pritchard1997-03-121-3/+4
* Update the structure to match how things are going to appear afterMike Pritchard1997-03-121-3/+3
* More cleanup - I didn't realize that this was a new man pageMike Pritchard1997-03-121-2/+3
* Restored a .Fa line that was lost in the Lite2 merge.Bruce Evans1997-03-121-0/+1
* Mdoc cleanup.Mike Pritchard1997-03-121-1/+0
* Fixed merging error. Lite2 fixed premature failure and didn'tBruce Evans1997-03-121-2/+4
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,Mike Pritchard1997-03-123-15/+10
* Fixed errors in the Lite2 merge. Some style changes were mismerged.Bruce Evans1997-03-121-27/+28
* Fix problem with FD_SET* overflow reporting.. Perror() didn't have enoughPeter Wemm1997-03-121-2/+6
* _res_close() -> res_close()Peter Wemm1997-03-121-2/+2
* Document that popen() uses a bidirectional pipe (in FreeBSD) and not aBruce Evans1997-03-111-7/+5
* Fixed cleaning up after malloc failure, which was broken by Lite2.Bruce Evans1997-03-111-3/+5
* Install the Lite2 getvfsbyname.3. The old getvfsbyname() interface isBruce Evans1997-03-111-4/+4
* Fixed #include's in synopsis.Bruce Evans1997-03-111-2/+1
* Merge from Lite2:Peter Wemm1997-03-119-92/+312
* Merge from Lite2: man page updatesPeter Wemm1997-03-116-18/+40
* Merge from Lite2 (YAMFL2? :-)Peter Wemm1997-03-111-17/+29
* Merge from Lite2 (+realpath.3)Peter Wemm1997-03-111-3/+4
* Merge from Lite2 (whiteout/unionfs)Peter Wemm1997-03-111-2/+4
* Merge from Lite2Peter Wemm1997-03-111-2/+2
* Merge Lite2 changesPeter Wemm1997-03-115-50/+98
* merge from Lite2 - realpath() now shares a lot of code with getcwd()Peter Wemm1997-03-113-287/+158
* Merge from Lite2 onto mainline -Peter Wemm1997-03-1119-278/+186
* This commit was generated by cvs2svn to compensate for changes in r23658,Peter Wemm1997-03-119-37/+373
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-1176-0/+12377
* | Import CSRG 4.4BSD-Lite2 includes onto vendor branchPeter Wemm1997-03-111-4/+7
* | Check for overflow of FD_SETGuido van Rooij1997-03-101-1/+6
* | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) badBill Paul1997-03-101-1/+1
* | Use __ieee754_sqrt() instead of sqrt() internally. Similarly for theBruce Evans1997-03-0912-33/+33
* | Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.Bruce Evans1997-03-0924-48/+48
* | Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid.Stephen McKay1997-03-091-4/+21
* | The first argument to fts_set was wrong. Part of PR# 2917.Mike Pritchard1997-03-091-1/+2
* | Pause() is made obsolete by sigsuspend(2), not sigpause(3).Mike Pritchard1997-03-091-4/+4
* | Install opie.h in /usr/includePaul Traina1997-03-081-1/+5
* | Allow comments in group database.Wolfram Schneider1997-03-081-2/+2
* | API cleanups (use const char * where appropriate)Paul Traina1997-03-084-15/+15
* | Add a missing semi-colon.Mike Pritchard1997-03-071-1/+1
* | Fixed wrong magic numbers in scaling. hypotf() was very broken for largeBruce Evans1997-03-051-8/+8
* | Remove words about lower limit needed (from BUGS section), we haveAndrey A. Chernov1997-03-031-7/+0
* | Fixed handling of input failure by the scanf family.Bruce Evans1997-03-031-3/+11
* | Use .Sq Li \&\e0 rather than NUL to describe the character with no bitsWarner Losh1997-03-031-3/+7
* | Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()Bruce Evans1997-03-032-4/+8
* | Use stricter MAXLOGNAME nowAndrey A. Chernov1997-03-031-1/+1
* | Reflect current MAXLONGNAME value and specify that null includedAndrey A. Chernov1997-03-031-1/+1
* | Don't add/subtract 1 to MAXLOGNAME, it is already NUL-terminatedAndrey A. Chernov1997-03-031-2/+2
* | Change vfc_typenum back to vfc_index in response to bde'sMike Pritchard1997-03-031-2/+2