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


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.146   4 years  hannken   Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. No fu...
[TXT] a.out.h  1.20   14 years  pgoyette   Repair more fallout from the exec_aout.h change. No guarantee that these are th...
[TXT] aio.h  1.7   15 years  christos   fix reversed test from Tobias Nygren.
[TXT] ar.h  1.5   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] assert.h  1.26   6 months  rillig   assert.h: remove custom macro definitions for lint mode In lint mode, 'assert(c...
[TXT] atomic.h  1.1   15 years  ad   branches: 1.1.2; 1.1.6; 1.1.12; /usr/include/atomic.h, for Solaris source com...
[TXT] bitstring.h  1.14   8 years  christos   more casting fixes
[TXT] bm.h  1.7   8 years  dholland   Needs stddef.h for size_t.
[TXT] cdbw.h  1.3   7 months  riastradh   cdbw(3): Make cdbw_output descr parameter type less confusing. This is a string...
[TXT] complex.h  1.4   11 years  matt   Add missing long double prototypes.
[TXT] cpio.h  1.3   15 years  martin   branches: 1.3.10; Remove clause 3 and 4 from TNF licenses
[TXT] ctype.h  1.35   4 years  joerg   Fix visibility of various C99 features, esp. for C++11.
[TXT] db.h  1.27   7 years  christos   sync with mit/kerberos db
[TXT] dirent.h  1.38   14 months  nia   scandir(3) and alphasort(3) are part of POSIX-2008, so don't require _NETBSD_SOU...
[TXT] disktab.h  1.10   19 years  perry   de-__P -- the hack is long since useless. Discussed with christos, matt, kleink,...
[TXT] dlfcn.h  1.25   6 years  joerg   Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This functions are u...
[TXT] endian.h  1.1   6 years  maya   branches: 1.1.2; Add endian.h header. Simply includes sys/endian.h <endian.h>...
[TXT] err.h  1.18   2 years  uwe   err.h: dead once is dead enough Per joerg's advice keep the __dead in front pos...
[TXT] errno.h  1.11   16 years  dholland   Add a comment noting that the definition of __errno is now replicated in signal....
[TXT] fenv.h  1.26   6 years  christos   fexcept_t + fenv_t should be handled the same way for softfloat
[TXT] fmtmsg.h  1.4   3 months  andvar   fix triple s typos in comments.
[TXT] fnmatch.h  1.13   13 years  christos   new error.
[TXT] fstab.h  1.11   19 years  perry   de-__P -- the hack is long since useless. Discussed with christos, matt, kleink,...
[TXT] fts.h  1.19   14 years  christos   Version fts one more time! This is the most versioned API ever... Bump fts_level...
[TXT] ftw.h  1.1   18 years  agc   Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality, from OpenB...
[TXT] getopt.h  1.11   15 years  martin   branches: 1.11.10; Remove clause 3 and 4 from TNF licenses
[TXT] glob.h  1.27   4 years  christos   Add GLOB_TILDE_CHECK (from GNU)
[TXT] grp.h  1.24   16 years  christos   kill _NETBSD_TOOLS.
[TXT] hesiod.h  1.5   15 years  martin   branches: 1.5.10; Remove clause 3 and 4 from TNF licenses
[TXT] iconv.h  1.7   4 years  kamil   Switch the iconv(3) prototype to the POSIX conformant variation Remove const fr...
[TXT] ieeefp.h  1.9   12 years  mrg   finish the ieeefp.h vs fp_prec_t hack from the previous change and don't try to ...
[TXT] ifaddrs.h  1.8   7 years  roy   Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!)
[TXT] inttypes.h  1.11   9 years  christos   strtoi and strtou additions
[TXT] iso646.h  1.2   10 years  joerg   Do not define the C++ alternative operator names as macros.
[TXT] kvm.h  1.17   8 years  dholland   u_char, u_int, u_long -> unsigned char, unsigned, unsigned long This makes thes...
[TXT] langinfo.h  1.10   10 years  joerg   Add nl_langinfo_l, catopen_l and wcsftime_l.
[TXT] libgen.h  1.5   15 years  christos   branches: 1.5.8; remove the const again - per core.
[TXT] limits.h  1.43   21 months  riastradh   libc: Reintroduce getentropy. This was introduced two years ago when the getran...
[TXT] link.h  1.13   15 years  martin   branches: 1.13.10; Remove clause 3 and 4 from TNF licenses
[TXT] link_aout.h  1.23   8 years  dholland   Apparently a recent round of vandalism by the C++ standards committee includes d...
[TXT] link_elf.h  1.13   3 years  kamil   Remove duplicate word in a comment
[TXT] locale.h  1.28   7 years  joerg   Go back to just using normal visibility for the locale symbols. Without an actua...
[TXT] login_cap.h  1.13   8 years  dholland   Apparently a recent round of vandalism by the C++ standards committee includes d...
[TXT] lwp.h  1.13   6 years  christos   make _lwp_park return the remaining time to sleep in the "ts" argument if it is ...
[TXT] malloc.h  1.8   5 years  christos   remove global pointers, add get/seters.
[TXT] math.h  1.69   8 weeks  kre   It seems that we need prototypes for long double math functions, even when !__H...
[TXT] md2.h  1.9   8 weeks  christos   Add missing decls
[TXT] memory.h  1.5   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mntopts.h  1.20   2 years  christos   Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. Req...
[TXT] monetary.h  1.4   4 years  kre   PR lib/54744 (bruno@haible.de) Add missing __END_DECLS for C++ compiles. XXX...
[TXT] mpool.h  1.16   7 years  christos   remove mpool_getf
[TXT] mqueue.h  1.4   15 years  christos   merge christos-time_t
[TXT] ndbm.h  1.15   14 years  roy   Userland now builds and uses terminfo instead of termcap. OK: core@, jdc@
[TXT] netconfig.h  1.6   15 years  martin   branches: 1.6.10; Remove clause 3 and 4 from TNF licenses
[TXT] netdb.h  1.72   4 weeks  jkoshy   Note that the NI_WITHSCOPEID flag is obsolete.
[TXT] netgroup.h  1.10   14 years  snj   Remove 3rd and 4th clauses in christos' license. OK christos.
[TXT] nl_types.h  1.13   10 years  joerg   Add nl_langinfo_l, catopen_l and wcsftime_l.
[TXT] nlist.h  1.14   14 years  he   Introduce a new accessor macro N_NAME() to access the n_name field in struct nli...
[TXT] nsswitch.h  1.23   8 years  dholland   Apparently a recent round of vandalism by the C++ standards committee includes d...
[TXT] paths.h  1.43   7 years  christos   add _PATH_DEVZERO
[TXT] pwd.h  1.44   11 years  pooka   revert previous commit since it breaks the build on NetBSD and apparently that's...
[TXT] quota.h  1.7   6 years  sevan   Add RCS tag.
[TXT] randomid.h  1.3   8 years  dholland   Needs stdint.h.
[TXT] ranlib.h  1.6   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] re_comp.h  1.4   15 years  martin   branches: 1.4.10; Remove clause 3 and 4 from TNF licenses
[TXT] regex.h  1.16   3 years  christos   - Replace REG_ENOSYS (unused) with REG_ILLSEQ. - Add REG_GNU
[TXT] regexp.h  1.7   19 years  perry   de-__P -- the hack is long since useless. Discussed with christos, matt, kleink,...
[TXT] res_update.h  1.8   11 years  christos   use standard queue macros.
[TXT] resolv.h  1.42   2 years  andvar   fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/...
[TXT] rmt.h  1.8   8 years  dholland   Needs sys/types.h for mode_t, off_t, ssize_t, and others.
[TXT] sched.h  1.15   19 months  wiz   sched.h: keep __clone() visible under _NETBSD_SOURCE
[TXT] search.h  1.22   9 years  christos   amend the new destroy function to take function pointers.
[TXT] semaphore.h  1.5   7 years  dholland   Define SEM_VALUE_MAX in only one place. Adding a whole extra header file just f...
[TXT] setjmp.h  1.26   12 years  joerg   Add __returns_twice for the attribute of the same name. This makes the attribute...
[TXT] sgtty.h  1.8   19 years  perry   de-__P -- the hack is long since useless. Discussed with christos, matt, kleink,...
[TXT] signal.h  1.59   2 years  christos   Expose sigaltstack, stack_t and friends to Posix Issue 5 (200809L) References: ...
[TXT] spawn.h  1.5   2 years  christos   Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva
[TXT] stab.h  1.6   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] stdalign.h  1.1   7 years  kamil   branches: 1.1.2; Import <stdalign.h> This header conforms to the C11 standard ...
[TXT] stddef.h  1.24   3 years  joerg   Remove trailing whitespace
[TXT] stdio.h  1.104   2 years  rillig   stdio.h: remove outdated comment for vscanf When these functions where added to...
[TXT] stdlib.h  1.125   16 months  wiz   put reallocarray() in the public namespace reallocarray() will be part of the n...
[TXT] stdnoreturn.h  1.1   7 years  kamil   branches: 1.1.2; Import <stdnoreturn.h> This header conforms to the C11 standa...
[TXT] string.h  1.54   7 months  christos   Add companion mempcpy to wmempcpy, bump.
[TXT] stringlist.h  1.7   15 years  martin   branches: 1.7.10; Remove clause 3 and 4 from TNF licenses
[TXT] strings.h  1.18   12 years  dholland   Don't pollute the namespace with stdint.h. (This file is included from string.h ...
[TXT] struct.h  1.5   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] sysexits.h  1.7   18 years  rpaulo   Add a comment asking to update sysexits(3) when adding more entries.
[TXT] tar.h  1.4   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] tgmath.h  1.2   6 years  sevan   Add RCS tag.
[TXT] time.h  1.49   7 months  rillig   time.h: fix typo in comment
[TXT] ttyent.h  1.15   10 years  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] tzfile.h  1.13   4 weeks  christos   Sync with tzcode2024a: Release 2024a - 2024-02-01 09:28:56 -0800 Changes to c...
[TXT] ucontext.h  1.11   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] ulimit.h  1.3   15 years  martin   branches: 1.3.10; Remove clause 3 and 4 from TNF licenses
[TXT] unistd.h  1.164   8 weeks  christos   Add missing decls
[TXT] util.h  1.69   7 years  roy   Implement pidfile_lock, pidfile_read and pidfile_clean. Discussed on tech-net@,...
[TXT] utime.h  1.9   15 years  christos   merge christos-time_t
[TXT] utmp.h  1.13   8 years  dholland   Needs sys/cdefs.h for __BEGIN_DECLS. Also add time.h to get time_t, rather than ...
[TXT] utmpx.h  1.18   2 years  gutteridge   utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURCE changes
[TXT] uuid.h  1.2   15 years  plunky   branches: 1.2.10; constify uuid(3)
[TXT] vis.h  1.26   21 months  andvar   s/appropiate/appropriate/ in comments and readme file.
[TXT] wchar.h  1.45   7 months  christos   new gdb needs wmempcpy, give it to it.
[TXT] wctype.h  1.9   10 years  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] wordexp.h  1.2   15 years  drochner   branches: 1.2.12; everyone else assumes that defining "_XOPEN_SOURCE" means XPG...


CVSweb <webmaster@jp.NetBSD.org>