The NetBSD Project

src/include/

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: [cvs.NetBSD.org] / src / include

Current tag: netbsd-1-3-PATCH003-CANDIDATE2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] arpa/        
[DIR] heimdal/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[DIR] ssp/        
[TXT] Makefile  1.69   26 years  thorpej   branches: 1.69.2; Move md5.h to <sys/md5.h> so that it may be included by the k...
[TXT] unistd.h  1.42.2.1   25 years  cgd   Add missing declaration of getpgid(). corresponds to revisions 1.67 and 1.68 on...
[TXT] stdlib.h  1.28   26 years  christos   devname is (dev_t, mode_t) not (int, int)
[TXT] stdio.h  1.18   28 years  jtc   Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__
[TXT] ctype.h  1.15.2.1   25 years  cgd   pull up rev 1.16 from trunk (tv).
[TXT] a.out.h  1.15   29 years  cgd   new RCS ID format.
[TXT] time.h  1.13.2.1   25 years  cgd   pull up rev 1.22 (remove gtime declaration) from trunk (kleink).
[TXT] db.h  1.13   29 years  cgd   new RCS ID format.
[TXT] dirent.h  1.13   26 years  fvdl   oops. Checked in wrong dirent.h version. Add missing getdents prototype to this ...
[TXT] err.h  1.11   29 years  cgd   new RCS ID format.
[TXT] pwd.h  1.11   26 years  lukem   Define _PASSWORD_CHGNOW as -1. This is a `magic' pw_change value, which login(1)...
[TXT] resolv.h  1.11   26 years  lukem   rcsid fascism
[TXT] setjmp.h  1.11   29 years  cgd   *jmp_buf -> arrays of longs, and make the definition of _JBLEN mach. dep. header...
[TXT] math.h  1.10   29 years  cgd   new RCS ID format.
[TXT] paths.h  1.10   27 years  lukem   change _PATH_DEFTAPE from "/dev/rst0" to "/dev/nrst0", as confirmed by mycroft.
[TXT] search.h  1.9   28 years  jtc   Added declarations for hsearch(), hdestroy(), and hcreate().
[TXT] grp.h  1.8   27 years  jtc   POSIX.1 requires programs to include <sys/types.h> before including <grp.h> or <...
[TXT] limits.h  1.8   27 years  jtc   Fix typo: _POSIX_SSIZE_MAX was set to wrong value
[TXT] netdb.h  1.8   26 years  lukem   rcsid fascism
[TXT] nl_types.h  1.8   26 years  jtc   branches: 1.8.4; 1.8.12; Fix files using old TNF copyright notice
[TXT] signal.h  1.8   28 years  jtc   Add prototype for sigaltstack; from John Kohl in PR #2129
[TXT] string.h  1.8   26 years  christos   move setmode and strsignal to unistd.h
[TXT] kvm.h  1.7   28 years  leo   Add kvm_dump* prototypes.
[TXT] mpool.h  1.7   27 years  cgd   merge DB 1.85 import
[TXT] util.h  1.7   26 years  cjs   Add prototypes and defines for pidlock/ttylock/ttyunlock.
[TXT] fts.h  1.6.2.3   26 years  thorpej   Pull up from trunk: Fix __RENAME() usage.
[TXT] glob.h  1.6.2.3   26 years  thorpej   Pull up from trunk: Fix __RENAME() usage.
[TXT] vis.h  1.6.2.2   26 years  thorpej   Pull up from trunk: Fix __RENAME() usage.
[TXT] assert.h  1.6   29 years  cgd   new RCS ID format.
[TXT] locale.h  1.6   29 years  cgd   new RCS ID format.
[TXT] ndbm.h  1.6   28 years  jtc   prototype dbm_error and dbm_clearerr
[TXT] nlist.h  1.6   27 years  cgd   prototype __fdnlist(), since it's used by things outside of libc (libkvm, in par...
[TXT] ttyent.h  1.6   26 years  scottr   Add flags for DTR/CTS flow control with CDTRCTS, a driver-specific flow control ...
[TXT] utmp.h  1.6   29 years  cgd   branches: 1.6.20; new RCS ID format.
[TXT] bitstring.h  1.5   26 years  pk   Make macros evaluate to non-compound statements (Jarle Greipsland; PR#3614)
[TXT] fnmatch.h  1.5   29 years  cgd   new RCS ID format.
[TXT] regex.h  1.5   27 years  explorer   Include <sys/types.h> POSIX.2 requires programs to include <sys/types.h> before...
[TXT] ar.h  1.4   29 years  cgd   new RCS ID format.
[TXT] fstab.h  1.4   27 years  perry   fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon
[TXT] ranlib.h  1.4   29 years  cgd   new RCS ID format.
[TXT] sgtty.h  1.4   28 years  pk   Prototypes (PR#1097)
[TXT] stab.h  1.4   29 years  cgd   new RCS ID format.
[TXT] stddef.h  1.4   29 years  cgd   new RCS ID format.
[TXT] sysexits.h  1.4   29 years  cgd   new RCS ID format.
[TXT] tzfile.h  1.4   26 years  mikel   add parens in isleap() for gcc -Wall
[TXT] utime.h  1.4   27 years  jtc   POSIX.1 requires programs to include <sys/types.h> before including <grp.h> or <...
[TXT] bm.h  1.3   29 years  cgd   new RCS ID format.
[TXT] disktab.h  1.3   29 years  cgd   new RCS ID format.
[TXT] dlfcn.h  1.3   27 years  pk   Add `const' to dlopen() & dlsym() protos, per PR#2453. Add RTLD_NOW.
[TXT] ieeefp.h  1.3   29 years  mycroft   Move fp_except and fp_rnd definitions to machine/include.
[TXT] langinfo.h  1.3   28 years  jtc   Winning Strategies has placed this code into the Public Domainsearch.h
[TXT] malloc.h  1.3   29 years  cgd   branches: 1.3.124; new RCS ID format.
[TXT] memory.h  1.3   29 years  cgd   new RCS ID format.
[TXT] netgroup.h  1.3   27 years  thorpej   branches: 1.3.2; 1.3.4; RCS id police.
[TXT] regexp.h  1.3   29 years  cgd   new RCS ID format.
[TXT] strings.h  1.3   29 years  cgd   new RCS ID format.
[TXT] struct.h  1.3   29 years  cgd   new RCS ID format.
[TXT] rmt.h  1.2.4.2   26 years  thorpej   Pull up from trunk: update for new function renaming mechanism.
[TXT] cpio.h  1.2   26 years  jtc   branches: 1.2.46; Fix files using old TNF copyright notice
[TXT] re_comp.h  1.2   26 years  jtc   Fix files using old TNF copyright notice
[TXT] stringlist.h  1.2   27 years  lukem   branches: 1.2.8; A stringlist implementation (previously ``private'' to libc ne...
[TXT] tar.h  1.2   26 years  jtc   Fix files using old TNF copyright notice
[TXT] iso646.h  1.1   29 years  jtc   branches: 1.1.82; 1.1.88; For Normative Addendum 1. We have this cr*p because ...


CVSweb <webmaster@jp.NetBSD.org>