summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Apply 'const' liberally.archie2001-04-248-129/+134
* Add sranddev.3 to MLINKSache2001-04-231-1/+1
* Add #include "un-namespace.h"ache2001-04-231-0/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowache2001-04-232-2/+2
* Fix directory reads of MNT_UNION mounts, where entries present in bothjoerg2001-04-231-1/+2
* mdoc(7) police: fix markup.ru2001-04-231-31/+31
* Add sranddev() since srand() is not vary much with seed, typical timeache2001-04-232-1/+46
* Don't pass NULL to the %s format.dd2001-04-221-2/+6
* Turn on libdevinfomsmith2001-04-211-3/+3
* devinfo_var.h should not be in INCSmsmith2001-04-201-1/+1
* More typo fixes, .Os -> .Fxmsmith2001-04-201-4/+5
* typo .Fr -> .Fnmsmith2001-04-201-1/+1
* Add a manpage for libdevinfo.msmith2001-04-202-1/+238
* This is the Device Information Library, libdevinfo.msmith2001-04-204-0/+681
* mdoc(7) police: update referenced standard name.ru2001-04-181-1/+1
* mdoc(7) police: normalize .Nd.ru2001-04-1822-22/+22
* mdoc(7) police: fix markup.ru2001-04-181-9/+15
* mdoc(7) police: fix markup.ru2001-04-181-2/+6
* mdoc(7) police: use .Fx where appropriate.ru2001-04-1811-11/+23
* Typo; fix open() so that it is not a cancellation point when calleddeischen2001-04-183-3/+3
* Reinstall the alternate signal stack after a fork.deischen2001-04-183-3/+33
* mdoc(7) police: uppercase document title.ru2001-04-181-1/+1
* Correct a typo; prefered -> preferred.kris2001-04-171-1/+1
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-173-2/+355
* mdoc(7) police: add missing .El call.ru2001-04-161-0/+1
* mdoc(7) police: fix markup.ru2001-04-161-5/+5
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-153-3/+3
* Make links from setresuid.2 to getresgid.2 and getresuid.2.dd2001-04-151-1/+1
* Document getresgid and getresuid calls.dd2001-04-151-2/+21
* Correct a bogus cast in acl_get_qualifier() causing invalidjedgar2001-04-151-1/+1
* Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) candd2001-04-141-1/+18
* Add acl_get_perm_np(3), a non-portable function to check if ajedgar2001-04-133-0/+114
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-3/+0
* Back out history.3 link removing - conflict fixed in libreadline insteadache2001-04-121-4/+1
* Comment out one of many editline.3 MLINKS conflicting with libreadlineache2001-04-121-1/+4
* Revamp acl_create_entry() so it actually works.jedgar2001-04-111-18/+1
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-6/+6
* Clean up a bit. Use the correct TAILQ link when walking the threaddeischen2001-04-103-114/+213
* Added a missing set of braces to a conditional that encompasses more thandeischen2001-04-102-10/+12
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-10277-405/+405
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-105-37/+39
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.deischen2001-04-101-1/+2
* Fix a comment within a comment warning due to a missing "*/".deischen2001-04-101-1/+1
* The maximum RPC message size was set at 8k for UDP. This is loweriedowse2001-04-081-5/+6
* Mention that locks are inherited across an exec.dd2001-04-081-0/+6
* Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).dd2001-04-081-2/+5
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakgallatin2001-04-071-3/+4
* If the server's reply to the SIZE command is unparseable, reset us->sizedes2001-04-071-0/+1
* IPv6 support for skeyaccess(3). You can specify IPv6 addressume2001-04-051-81/+182
* mdoc(7) police: add missing LIBRARY section.ru2001-04-059-0/+18
OpenPOWER on IntegriCloud