summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a grammar bogon.dd2001-06-201-1/+1
* Fix spelling of `errno' and add cross-references.wollman2001-06-181-6/+13
* Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), andwollman2001-06-181-3/+16
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-181-0/+12
* If the username we are trying to look up in the db files won't fit intodwmalone2001-06-181-1/+3
* Complete prototype for fts_compar.ru2001-06-131-1/+3
* Make the non-threaded stub for pthread_sigmask() a no-op insteadiedowse2001-06-111-6/+1
* Xref dladdr(3).dd2001-06-081-0/+1
* Fix another unprotected instance of chdir() by extending thekris2001-06-012-48/+24
* When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we getkris2001-05-302-4/+32
* Add warnings about trusting user-supplied data.eric2001-05-252-2/+29
* Fix the range of the returned value.ru2001-05-231-1/+1
* Suppress compiler warning by adding a type cast.ru2001-05-171-4/+2
* Introduce getprogname(3) and setprogname(3) library calls. These getdd2001-05-154-3/+123
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+2
* Compensate for header dethreading.markm2001-05-015-0/+12
* Fix directory reads of MNT_UNION mounts, where entries present in bothjoerg2001-04-231-1/+2
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
* mdoc(7) police: fix markup.ru2001-04-181-9/+15
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-173-2/+355
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-103-32/+34
* mdoc(7) police: add missing .Pa call.ru2001-04-041-1/+3
* Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@.peter2001-03-281-42/+39
* OpenBSD's g_Ctoc() returned a false error when the target buffer waspeter2001-03-281-16/+16
* Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes.peter2001-03-281-14/+36
* Document LOG_CONSOLE.cwt2001-03-271-0/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* give the "netgrent" functions a home in netdb.halfred2001-03-271-0/+1
* This is kind of a hack, but it should work. Currently, world is brokenpeter2001-03-243-81/+14
* Introduce the GLOB_MAXPATH flag, which allows the user to limit thejlemon2001-03-192-39/+59
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+93
* Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Addjlemon2001-03-161-1/+7
* Limit the number of paths that glob can return to MAX_GLOBENTRIES, whichjlemon2001-03-151-0/+7
* Mention that MAXHOSTNAMELEN includes space for the NUL.brian2001-03-151-0/+2
* Use the right format string for printing ULONG_MAX.dwmalone2001-03-051-2/+2
* Fix style breakage in rev 1.3obrien2001-03-051-0/+1
* Fix style bug that was introduced.obrien2001-03-051-0/+1
* Use ``.St -p1003.[12]''.ru2001-02-262-6/+18
* Use ``.St -p1003.1-96''.ru2001-02-266-18/+12
* ``.St -p1003.1b'' -> ``.St -p1003.1b-93''.ru2001-02-261-1/+1
* .St -ansiC -> .St -isoCru2001-02-267-7/+7
* mdoc(7) police: use .Vt macro.ru2001-02-261-6/+2
* Prepare for mdocNG.ru2001-02-261-1/+1
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
* libc MT-safety, part 2.deischen2001-02-111-0/+12
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-2/+2
* Don't install links for crypt.3 here. There is no crypt.3 here...bde2001-02-051-2/+0
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-0114-49/+53
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-2446-217/+454
* I made a last-minute change before the last commit which brokewollman2001-01-231-3/+1
OpenPOWER on IntegriCloud