OpenBSD CVS

src/lib/libc/gen/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc / gen

Current tag: OPENBSD_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.28   23 years  aaron   Move description of exect() to execve(2) man page. Add a note about exect() not ...
[TXT] alarm.3  1.9   23 years  millert   Add RETURN VALUES section Max alarm time is 100000000 seconds, not 2147483647 (a...
[TXT] alarm.c  1.3   27 years  tholo   Remove dead code Remove unused variables Silence some warnings lint(1) is your f...
[TXT] assert.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] auth_subr.3  1.3   23 years  aaron   Spelling: preceeding -> preceding
[TXT] auth_subr.c  1.4   23 years  millert   zero pw_passwd before freeing
[TXT] authenticate.3  1.3   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] authenticate.c  1.1   23 years  millert   BSD authentication routines from BSDI. Presently this is not used but the login...
[TXT] basename.3  1.13   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] basename.c  1.4   25 years  espie   Careless: I forgot to propagate obvious consts.
[TXT] clock.3  1.5   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] clock.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] closedir.c  1.3   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] confstr.3  1.10   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] confstr.c  1.3   27 years  tholo   Remove dead code Remove unused variables Silence some warnings lint(1) is your f...
[TXT] ctermid.3  1.5   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] ctermid.c  1.3   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] ctype_.c  1.5   23 years  naddy   0xFF is not a control character in ISO 8859; ok angelos@
[TXT] daemon.3  1.7   24 years  aaron   Add a RETURN VALUES section; fgsch@
[TXT] daemon.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] devname.3  1.5   25 years  aaron   repairs
[TXT] devname.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] dirname.3  1.10   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] dirname.c  1.4   25 years  espie   Careless: I forgot to propagate obvious consts.
[TXT] disklabel.c  1.5   23 years  deraadt   off-by-one calculation error; getcwd() would return NULL if the buffer was the n...
[TXT] err.3  1.12   23 years  pjanzen   Document behaviour with a NULL format string, and try to not split infinitives t...
[TXT] err.c  1.4   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] errlist.c  1.3   27 years  tholo   Remove dead code Remove unused variables Silence some warnings lint(1) is your f...
[TXT] errno.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] errx.c  1.3   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] exec.c  1.11   23 years  deraadt   unused variable
[TXT] fnmatch.3  1.9   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] fnmatch.c  1.7   24 years  millert   Add #ifdef __STDC__ around the rangematch function header to avoid promotion of ...
[TXT] frexp.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] fstab.c  1.8   24 years  millert   Use strtol() and strtoul() instead of atoi(). This allows us to catch errors re...
[TXT] ftok.3  1.10   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] ftok.c  1.5   25 years  deraadt   ftok() takes int id; xpg
[TXT] fts.c  1.24   23 years  deraadt   branches: 1.24.2; 1.24.4; KNF
[TXT] getbsize.3  1.6   25 years  aaron   After some constructive criticism from pjanzen@ and some e-mail tag: - only ...
[TXT] getbsize.c  1.6   25 years  millert   Fix snprintf return value usage.
[TXT] getcap.c  1.17   23 years  deraadt   avoid double fclose()
[TXT] getcwd.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getcwd.c  1.6   23 years  deraadt   off-by-one calculation error; getcwd() would return NULL if the buffer was the n...
[TXT] getdiskbyname.3  1.7   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getdomainname.3  1.18   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getdomainname.c  1.3   26 years  deraadt   change size parameter to size_t
[TXT] getfsent.3  1.8   23 years  aaron   Various man page fixes and improvements from gluk@
[TXT] getgrent.3  1.10   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getgrent.c  1.13   23 years  d   unlock, instead of re-lock. fixes PR#1408
[TXT] getgrouplist.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getgrouplist.c  1.7   26 years  deraadt   repair duplication check
[TXT] gethostname.3  1.18   23 years  aaron   Shuffle man page sections into preferred order.
[TXT] gethostname.c  1.3   26 years  deraadt   change size parameter to size_t
[TXT] getloadavg.3  1.8   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getloadavg.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] getlogin.c  1.5   24 years  d   _THREAD_PRIVATE_* macros changed
[TXT] getmntinfo.3  1.9   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getmntinfo.c  1.4   25 years  millert   getfsstat now takes a size_t, not long, for the length parameter
[TXT] getnetgrent.3  1.10   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] getnetgrent.c  1.10   23 years  deraadt   avoid incorrect free; reported by danh@nfol.com, my fix
[TXT] getpagesize.3  1.8   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] getpagesize.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] getpass.3  1.8   23 years  aaron   Insert a missing comma.
[TXT] getpwent.3  1.15   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getpwent.c  1.21   23 years  pjanzen   Avoid theoretical potential buffer overflow
[TXT] getttyent.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getttyent.c  1.4   26 years  millert   Clean up some -Wall complaints.
[TXT] getusershell.3  1.9   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getusershell.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] glob.3  1.17   23 years  deraadt   GLOB_LIMIT changes from christos
[TXT] glob.c  1.16   23 years  deraadt   remove extra continue statements
[TXT] initgroups.3  1.10   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] initgroups.c  1.5   25 years  millert   initgroups(3) should not spew to stderr; giles@nemeton.com.au Also document the ...
[TXT] isalnum.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isalpha.3  1.6   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isascii.3  1.7   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isatty.c  1.3   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] isblank.3  1.6   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] iscntrl.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isctype.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] isdigit.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isgraph.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] islower.3  1.6   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isprint.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] ispunct.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isspace.3  1.7   24 years  aaron   In Unix land we prefer "whitespace" to "white space" or "white-space". At least,...
[TXT] isupper.3  1.6   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] isxdigit.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] ldexp.3  1.3   25 years  alex   Cleanup xrefs under SEE ALSO. Specifically: - Sort xrefs by section, and the...
[TXT] lockf.3  1.9   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] lockf.c  1.1   26 years  deraadt   add XPG4.2 lockf; kleink
[TXT] login_cap.3  1.4   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] login_cap.c  1.5   23 years  millert   Silently convert s/key -> skey in login_getstyle(). A bit of a hack but OpenBSD...
[TXT] modf.3  1.4   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] nice.3  1.10   24 years  aaron   - For consistency, `super-user' -> `superuser' in all cases. - Some punctuation ...
[TXT] nice.c  1.3   26 years  deraadt   use errno.h
[TXT] nlist.3  1.8   23 years  aaron   Another round of man page cleanup, this time to remove more hard sentence breaks...
[TXT] nlist.c  1.36   23 years  art   Fix the the elf nlist for cases where we can't mmap the headers. This makes /dev...
[TXT] opendir.c  1.6   25 years  deraadt   fix realloc patch
[TXT] pause.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] pause.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] popen.3  1.9   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] popen.c  1.9   26 years  deraadt   make popen() safe for a real vfork()
[TXT] psignal.3  1.8   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] psignal.c  1.3   24 years  deraadt   use writev() where possible
[TXT] pw_dup.3  1.2   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] pw_dup.c  1.1   23 years  millert   Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as a single ...
[TXT] pwcache.c  1.4   23 years  deraadt   move utmp to large format, usernames to 32 chars; downsj
[TXT] raise.3  1.5   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] raise.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] readdir.c  1.4   24 years  deraadt   string.h for memcpy proto
[TXT] readpassphrase.3  1.2   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] readpassphrase.c  1.2   23 years  millert   Don't print an extra newline after reading passphrase if echo was not turned off...
[TXT] rewinddir.c  1.3   26 years  millert   Clean up some -Wall complaints.
[TXT] scandir.3  1.7   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] scandir.c  1.4   25 years  deraadt   realloc repair
[TXT] seekdir.c  1.3   26 years  millert   Prototype __seekdir() before using.
[TXT] setdomainname.c  1.4   26 years  deraadt   change size parameter to size_t
[TXT] sethostname.c  1.4   26 years  deraadt   change size parameter to size_t
[TXT] setjmp.3  1.12   23 years  millert   Clarify sigsetjmp vs. setjmp vs. _setjmp.
[TXT] setmode.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] setmode.c  1.9   25 years  deraadt   negative change strtol()
[TXT] setproctitle.3  1.14   23 years  pjanzen   It's not that I mind split infinitives. I just like to save'em for when they're...
[TXT] setproctitle.c  1.7   25 years  art   Don't segfault when sysctl fails
[TXT] siginterrupt.3  1.11   23 years  millert   This is OpenBSD, not 4.2BSD Bring this man page into the current millenium, it l...
[TXT] siginterrupt.c  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] siglist.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] signal.3  1.15   23 years  aaron   mdoc police.
[TXT] signal.c  1.4   25 years  deraadt   fix prototypes
[TXT] signame.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] sigsetops.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] sleep.3  1.8   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] sleep.c  1.7   27 years  tholo   Use nanosleep(2)
[TXT] strtofflags.3  1.3   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] strtofflags.c  1.1   23 years  mickey   from freebsd: strtofflags/fflagstostr to convert file flags to/from binary from/...
[TXT] sysconf.3  1.12   24 years  millert   Clarify _SC_ARG_MAX
[TXT] sysconf.c  1.4   26 years  deraadt   add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly ...
[TXT] syslog.3  1.11   23 years  pjanzen   It's not that I mind split infinitives. I just like to save'em for when they're...
[TXT] syslog.c  1.9   24 years  hugh   Try to reopen socket if send fails. (perhaps syslogd restarted) Adapted from Fre...
[TXT] telldir.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] time.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] time.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] times.3  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] times.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] toascii.3  1.5   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] tolower.3  1.9   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] tolower_.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] toupper.3  1.11   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] toupper_.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] ttyname.3  1.12   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] ttyname.c  1.7   24 years  d   _THREAD_PRIVATE_* macros changed
[TXT] ttyslot.c  1.3   26 years  millert   Clean up some -Wall complaints.
[TXT] ualarm.3  1.13   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] ualarm.c  1.4   26 years  millert   XPG4.2 compat: 1) usleep() and ualarm() use useconds_t not u_int 2) usle...
[TXT] uname.3  1.9   24 years  aaron   remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, n...
[TXT] uname.c  1.5   27 years  tholo   Remove dead code Remove unused variables Silence some warnings lint(1) is your f...
[TXT] unvis.3  1.12   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] unvis.c  1.6   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] usleep.3  1.12   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] usleep.c  1.7   26 years  tholo   Pull in prototype
[TXT] utime.3  1.14   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] utime.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] valloc.3  1.9   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] valloc.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] verr.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] verrx.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] vis.3  1.14   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] vis.c  1.6   23 years  millert   Add strnvis(3) -- a length-bounded version of strvis(3) with a return value simi...
[TXT] vwarn.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] vwarnx.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] wait.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] wait3.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] waitpid.c  1.3   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] warn.c  1.3   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] warnx.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _err.c (in the Attic) [Hide]  1.4   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _errx.c (in the Attic) [Hide]  1.4   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _sys_errlist.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _sys_nerr.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _sys_siglist.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _verr.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _verrx.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _vwarn.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _vwarnx.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _warn.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] _warnx.c (in the Attic) [Hide]  1.3   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] ctype.3 (in the Attic) [Hide]  1.6   24 years  aaron   add Xr for stdio(3) like the is*() man pages
[TXT] directory.3 (in the Attic) [Hide]  1.15   23 years  aaron   style(9) in example code.
[TXT] elf_hash.c (in the Attic) [Hide]  1.5   26 years  millert   -Wall cleanliness
[TXT] exec.3 (in the Attic) [Hide]  1.12   23 years  aaron   Move description of exect() to execve(2) man page. Add a note about exect() not ...
[TXT] fts.3 (in the Attic) [Hide]  1.17   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] getcap.3 (in the Attic) [Hide]  1.20   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] isinf.3 (in the Attic) [Hide]  1.8   23 years  aaron   Various repairs, mostly to get rid of short lines.
[TXT] pwcache.3 (in the Attic) [Hide]  1.8   23 years  deraadt   grp.h; peter@runestig.com
[TXT] setjmperr.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] sigsetops.3 (in the Attic) [Hide]  1.6   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] sysctl.3 (in the Attic) [Hide]  1.66   23 years  deraadt   a bit closer to the queen's english
[TXT] sysctl.c (in the Attic) [Hide]  1.3   26 years  millert   Fix compiler warnings.
[TXT] timezone.3 (in the Attic) [Hide]  1.10   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] timezone.c (in the Attic) [Hide]  1.4   26 years  deraadt   sprintf bye bye