summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function stubs.brian1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,brian1999-03-071-1/+3
* Document PacketAliasProxyRule() and fix a typo.brian1999-03-061-1/+88
* Fixed prototype for fetchParseURL().bde1999-03-051-2/+2
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-052-4/+4
* Don't use u_long in the synopsis, since u_long is not part of the kvmbde1999-03-051-2/+2
* Fixed missing header in synopsis (<devstat.h> unfortunately depends onbde1999-03-051-1/+2
* Fixed missing header in synopsis (<camlib.h> includes half the universebde1999-03-052-2/+4
* Fixed bitrot in synopsis (some const poisoning had not reached here).bde1999-03-052-4/+4
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-051-2/+2
* Don't bogotify the synopsis by attempting to describe err_set_file() there.bde1999-03-051-11/+19
* Fixed references to unmount(2) specified as umount.alex1999-03-051-4/+4
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallybde1999-03-051-4/+6
* Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX tobde1999-03-051-4/+3
* Backed out most of rev.1.4. I didn't submit it; I only submitted abde1999-03-051-7/+8
* Use sysctlbyname() instead of sysctl().phk1999-03-051-6/+2
* Forgot to add $Id$ and change date in previous commit.bde1999-03-051-1/+2
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-1/+1
* These were missing from the previous commit.imp1999-03-0312-0/+12
* Bring in initial libc support for mips. These files were taken fromimp1999-03-0348-0/+2684
* add more MLINKSache1999-03-021-1/+8
* Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.ghelmer1999-03-021-1/+1
* Mention that getservbyport requires its port parameter to be inghelmer1999-03-021-2/+3
* Don't even attempt to build the assembly-language versions of RIPEMD160wollman1999-03-012-2/+16
* fix for incorrect specification of alignment (it worked for the elfchuckr1999-02-282-4/+4
* No, this isn't what I submitted. Seems like the patch I sentmjacob1999-02-271-2/+2
* Version 3.0: January 1, 1999brian1999-02-277-98/+1176
* Corrected use of backslash escaping in sample code.ghelmer1999-02-271-3/+3
* Fixes for Alpha.wollman1999-02-262-3/+4
* Don't build the assembly for shared linkage, PIC isn't implemented.wollman1999-02-261-0/+2
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1wollman1999-02-2611-15/+3468
* Fix bug in MDx test suite.wollman1999-02-2611-18/+3503
* Decapitalize function name by prepending with word "The".hoek1999-02-261-3/+6
* Fixed tab lossage in previous commit.bde1999-02-251-2/+2
* remove ctype.c - unused and confusingache1999-02-232-74/+2
* Add a note about ELF executables requiring to be linked with -export-dynamicjkoshy1999-02-171-0/+8
* EOPNOTSUPP also applies to fchflags().bde1999-02-151-0/+3
* From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:dt1999-02-141-3/+6
* Mention that chflags can fail with EOPNOTSUPP.des1999-02-141-0/+2
* remove BUGS section, now behaviour is predictable enoughache1999-02-131-2/+0
* more words about return valueache1999-02-131-1/+5
* re-phrase things a bitache1999-02-121-4/+5
* fix wrong return resultache1999-02-122-23/+43
* fix tabs lost apparently in copy&pasteache1999-02-121-5/+5
* Remove float-point dependency from i386's version of setjmp()/longjmp().dcs1999-02-121-5/+2
* Copy _setjmp.S from libc in preparation for loader-specific version.dcs1999-02-123-2/+209
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-124-6/+5
* Add a note about the insecurity of MD4 and potential vulnerability ofwollman1999-02-111-4/+24
* Added functions fseeko() and ftello() (from susv2).dt1999-02-086-15/+83
OpenPOWER on IntegriCloud