summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: markup laundry.ru2003-02-231-1/+1
* More changes from NetBSD:mikeh2003-02-231-9/+11
* Grab some changes from NetBSD:mikeh2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificzarzycki2003-02-221-3/+3
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Whack 28 unused variables.nectar2003-02-181-1/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-6/+10
* Add dlinfo(3) manual page to the rank of base system manpagesphantom2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.phantom2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFphantom2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure herephantom2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addphantom2003-02-141-0/+191
* Implement dlinfo() function.kan2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-124-90/+164
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).mike2003-02-121-1/+1
* Implement C99's signbit() macro.mike2003-02-113-2/+100
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Implement fpclassify():mike2003-02-083-2/+177
* Grammer fix.mikeh2003-02-041-1/+1
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
* Add a manual page for getosreldate.c.trhodes2003-01-301-0/+65
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-1/+1
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-192-9/+23
* Add a missing word.tjr2003-01-151-1/+1
* Document the named semaphore functions. This could still use a bittjr2003-01-151-18/+165
* Back out previous; sharing semaphores between processes only workstjr2003-01-141-8/+16
* Sharing semaphores between processes works now, so remove the stale commentstjr2003-01-141-16/+8
* Cross reference sem(4) so users know which kernel options are requiredtjr2003-01-145-5/+10
* Add the newly created semaphore to the named semaphore list in sem_open()tjr2003-01-141-1/+2
* Avoid a memory leak by using reallocf() instead of realloc().tjr2003-01-101-1/+1
* Prototype __getcwd() to avoid a warning.tjr2003-01-101-0/+2
* #include <ctype.h> for prototypes (or macro versions) oftjr2003-01-101-0/+1
* #include "namespace.h" to get a prototype for _err().tjr2003-01-071-0/+2
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.tjr2003-01-071-22/+22
* Fix a number of bugs noticed by more extensive testing:tjr2003-01-041-7/+15
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-042-6/+6
* Remove unused variable: sz.tjr2003-01-041-2/+0
* Remove unused variable: size.tjr2003-01-041-1/+1
* #include <string.h> for strcmp()'s prototype.tjr2003-01-041-0/+1
* Remove unused variable: omask.tjr2003-01-041-1/+0
* #include <sys/linker.h> for kldload()'s prototype.tjr2003-01-041-0/+1
* #include <string.h> for strlen()'s prototype.tjr2003-01-041-0/+1
* #include <ctype.h> for isspace()'s prototype (or a macro version).tjr2003-01-031-0/+1
* Remove an unused variable: `sb' in fts_read().tjr2003-01-032-2/+0
* Remove an unused variable, `sverrno', which has not been used since 1.11.tjr2003-01-031-1/+0
* It is no longer necessary to include sys/types.h before wordexp.h.tjr2003-01-031-1/+0
* popen() is a function, not an argument.tjr2003-01-031-1/+1
* Protect pidlist with a mutex to avoid a race causing a duplicate free()tjr2003-01-031-8/+24
* In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used.thomas2003-01-021-0/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
OpenPOWER on IntegriCloud