aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.Ben Smithurst2001-01-161-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-3/+3
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-122-3/+3
* Change the interface of getlogin_r to return an int. The formerDaniel Eischen2001-01-011-17/+50
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2919-148/+158
* Link stringlist.3 to sl_{add,find,free,init}.3Ben Smithurst2000-12-271-0/+2
* Fix mostly harmless typo:Jacques Vidrine2000-12-171-1/+1
* #endif should not have a non-comment token after it.David E. O'Brien2000-12-131-1/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-114-4/+4
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-116-31/+92
* strunvis(3) and unvis(3) are the same files.Alexander Langer2000-12-081-1/+0
* There are four types of encoding now, not three. Most of them use theAlexander Langer2000-12-081-2/+2
* Back this out, we apparently have the ipfw(4).Ruslan Ermilov2000-12-061-1/+1
* ipfw(4) -> ipfw(8).Ruslan Ermilov2000-12-061-1/+1
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-065-53/+34
* Move the ipfw(4) xref to the description of LOG_SECURITY instead ofJohn Baldwin2000-12-051-1/+1
* When recording the original arguments, stop short if we encounterJohn Polstra2000-12-041-0/+10
* When recording the original arguments, don't (ab)use "nargc" forJohn Polstra2000-12-041-3/+4
* Fix some error-handling logic so that ferror is called before fclose,Garance A Drosehn2000-12-021-7/+21
* Note that the `fmt' parameter is a printf()-like string.David E. O'Brien2000-11-261-1/+4
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-225-8/+15
* logRuslan Ermilov2000-11-222-0/+2
* Fix hard sentence break introduced in rev 1.7.Sheldon Hearn2000-11-201-1/+2
* Add a period missing from rev 1.13.Sheldon Hearn2000-11-201-1/+1
* Remove blank line introduced in rev 1.13.Sheldon Hearn2000-11-201-1/+0
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-205-30/+20
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-12/+12
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-174-4/+4
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-151-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-145-6/+9
* Change [Ii]t's to "It is" and "its" as appropriate.Sheldon Hearn2000-11-141-1/+1
* Whitespace only: remove hard sentence breaks introduced in previousSheldon Hearn2000-11-141-3/+4
* Fix bug introduced in previous commit: users obtained via compat modeJacques Vidrine2000-11-131-3/+8
* Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.Andrzej Bialecki2000-11-111-2/+13
* Fix passwd entry `prototypes' in compat mode. I broke this in revisionJacques Vidrine2000-11-101-34/+16
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-103-10/+4
* Correct incorrect information about the PATH used for exec*() calls.Jeroen Ruigrok van der Werven2000-10-301-4/+7
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-3053-185/+185
* Style & grammar fixes.Mike Pritchard2000-10-281-3/+7
* Explicitly initialize _pw_passwd.Jacques Vidrine2000-10-271-1/+1
* Document RTLD_DEFAULT and the search algorithm used for resolvingJohn Polstra2000-09-191-6/+43
* Make a somewhat unsatisfactory attempt to describe the effects ofJohn Polstra2000-09-191-1/+18
* Pickup SPECNAMELEN from <sys/param.h> and use it.Poul-Henning Kamp2000-09-161-15/+10
* Add code to devname(3) so it can find the names of devices whichPoul-Henning Kamp2000-09-092-12/+28
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-069-1184/+1790
* Remove the SIGSYS handler and wrapper around the __getcwd() syscall.Peter Wemm2000-09-051-39/+10
* setproctitle() requires unistd.h and not libutil.h/-lutilBrian Somers2000-09-021-3/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-3/+3
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav2000-08-315-2/+364
* Fix style bugs (including ones introduced from OpenBSD).Brian Feldman2000-08-162-58/+32