summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-3/+3
* Back out the s/int */size_t */ commit.obrien2002-12-302-2/+2
* Fix LP64 architectures and especially ia64. Functions that returnmarcel2002-12-302-0/+2
* Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.mike2002-12-294-7/+7
* english(4) police.schweikh2002-12-276-6/+6
* Silence casting away constness warnings.alfred2002-12-271-5/+12
* Fix a small typo.tjr2002-12-271-1/+1
* Be more consistent with "static".tjr2002-12-271-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-263-2/+518
* Reduce libc's memory footprint by lazily allocating memory used internallybbraun2002-12-211-9/+22
* Reduce libc.so's memory footprint by lazily allocating memory used internallybbraun2002-12-212-4/+16
* mdoc(7) police: "The .Fa argument.".ru2002-12-1928-72/+127
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-1821-71/+71
* mdoc(7) police: "The .Fn function".ru2002-12-1833-35/+141
* mdoc(7) police: Fixed the .Nm abuse.ru2002-12-181-3/+3
* o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. Itmaxim2002-12-161-1/+1
* o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED.maxim2002-12-151-1/+1
OpenPOWER on IntegriCloud