summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* Remove ',' accidentally added after ".Xr fork 2".ghelmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdghelmer2003-11-102-3/+35
* Rephrase .Nd description to contain the keykientzle2003-11-061-1/+1
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-294-14/+1
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-121-1/+1
* mdoc(7): Properly mark C headers.ru2003-09-104-5/+5
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0817-30/+30
* Update the kern.osreldate documentation to document the present formateivind2003-09-011-2/+17
* Add a kluge suggested by Marcel to paper over the difference betweenwollman2003-08-191-0/+3
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMwollman2003-08-192-18/+51
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-092-3/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
* With the latest mdoc(7), we can now fix the synopsis like this.ru2003-07-031-3/+9
* Fixed some style bugs.bde2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-292-15/+40
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.das2003-06-291-8/+28
* fix NIS+ YP compat modejwd2003-06-271-3/+4
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toache2003-06-241-1/+1
* Supplement the cross-references section with those to sigpending(2)yar2003-06-241-0/+2
* ttyname(3) must return absolute pathnames.phk2003-06-211-2/+8
* Use devname(3) to do the task.phk2003-06-201-66/+2
* Add devname_r(3) which takes a buffer as argument.phk2003-06-202-56/+21
* Make the execle() synopsis look (again) like a normal C prototype.ru2003-06-181-3/+3
* Fix the execle(3) synopsis to include the environment pointer.phk2003-06-171-1/+1
* The .Fn functioncharnier2003-06-081-3/+6
* Add or correct section number in .Xr. Use .Vt or .Fncharnier2003-06-084-9/+9
* Recognize the magic NODEV value.phk2003-06-051-3/+3
* Match style of source and headers.jmallett2003-06-011-1/+1
* Assorted mdoc(7) fixes.ru2003-06-014-147/+157
* Make prototype match code with regard to constness of args to thejmallett2003-06-011-1/+1
* Add an stub for _rtld_thread_init. This is a part I missed inkan2003-05-301-0/+7
* Assorted mdoc(7) fixes.ru2003-05-223-15/+17
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-182-3/+3
* Catch up with the renaming of the "union" filesystem to "unionfs".tjr2003-05-161-1/+1
* Use the .Dl macro.trhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-015-25/+25
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-295-25/+25
* Replace the return value of rfork_thread(3) in its manual pagerobert2003-04-271-1/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-252-0/+58
* In compat mode, we `redispatch' the lookup. It is probably a goodnectar2003-04-241-0/+1
OpenPOWER on IntegriCloud