The NetBSD Project

CVS log for src/lib/libc/gen/sysconf.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Wed Oct 25 08:19:34 2023 UTC (5 months, 3 weeks ago) by simonb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +11 -2 lines
Diff to previous 1.43 (colored) to selected 1.11 (colored)

Add _SC_AVPHYS_PAGES.
getconf(1) add this and SC_PHYS_PAGES.
libc: Use vm.uvmexp2 over vm.meter is it's twice as fast on my setup.
getconf.3: Tidy up wording for SC_PHYS_PAGES.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Dec 15 20:25:25 2019 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) to selected 1.11 (colored)

PR 54619: Remove semaphore limit introduce as part of GSoC 2016 with
_SC_SEM_NSEMS_MAX. Report no limit for getconf(3). The ressource is
naturally limited by the backing file descriptor, so no separate limit
is necessary. Keep the accounting for debugging as it is part of the
sysctl ABI exposed by the kernel.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Oct 16 20:43:18 2019 UTC (4 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.41: +4 -2 lines
Diff to previous 1.41 (colored) to selected 1.11 (colored)

Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN

Thanks nros@ for the correct definition

Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 4 06:43:43 2016 UTC (7 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20190609, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-0-RC1, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, netbsd-9
Changes since 1.40: +6 -2 lines
Diff to previous 1.40 (colored) to selected 1.11 (colored)

Realtime signal support from GSoC 2016, Charles Cui.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jul 3 14:24:58 2016 UTC (7 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored) to selected 1.11 (colored)

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is disabled.
XXX: document _sched_protect(2).

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jun 10 23:29:20 2016 UTC (7 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.38: +8 -2 lines
Diff to previous 1.38 (colored) to selected 1.11 (colored)

GSoC 2016: Charles Cui: Add timer related macros
    _POSIX_CPUTIME
    _POSIX_THREAD_CPUTIME
    _POSIX_DELAYTIMER_MAX

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jun 10 23:24:33 2016 UTC (7 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.37: +4 -2 lines
Diff to previous 1.37 (colored) to selected 1.11 (colored)

GSoC 2016: Charles Cui: add SEM_NSEMS_MAX

Revision 1.37 / (download) - annotate - [select for diffs], Fri Feb 26 17:13:01 2016 UTC (8 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.36: +4 -2 lines
Diff to previous 1.36 (colored) to selected 1.11 (colored)

Add _SC_TIMER_MAX

Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 19 19:11:50 2013 UTC (10 years, 4 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored) to selected 1.11 (colored)

Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.
They are implemented using tmpfs (mounted at /var/shm).

Discussed on tech-{kern,userlevel} (quite a while ago).

Revision 1.35 / (download) - annotate - [select for diffs], Fri Nov 2 21:43:07 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Changes since 1.34: +11 -2 lines
Diff to previous 1.34 (colored) to selected 1.11 (colored)

Add _SC_PHYS_PAGES

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 1 15:24:22 2012 UTC (11 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored) to selected 1.11 (colored)

Define _POSIX_SPAWN in unistd.h and also provide its value via sysconf(),
as required by posix since we support posix_spawn().

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 6 17:17:04 2008 UTC (15 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-6-base, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, christos-time_t-nbase, christos-time_t-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, netbsd-6, christos-time_t
Changes since 1.32: +15 -4 lines
Diff to previous 1.32 (colored) to selected 1.11 (colored)

Add support for missing _SC_* constants for sysconf().
From andy dot shevchenko at gmail dot com

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 25 11:46:12 2008 UTC (15 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.31: +5 -2 lines
Diff to previous 1.31 (colored) to selected 1.11 (colored)

Add _SC_TTY_NAME_MAX.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 25 11:09:20 2008 UTC (15 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored) to selected 1.11 (colored)

Return -1 for the unsupported realtime extensions.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jun 24 14:06:55 2008 UTC (15 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.29: +24 -3 lines
Diff to previous 1.29 (colored) to selected 1.11 (colored)

A few more POSIX defs for threads.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 9 18:37:04 2008 UTC (16 years ago) by njoly
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored) to selected 1.11 (colored)

Fix _SC_MQ_OPEN_MAX/_SC_MQ_PRIO_MAX sysctlgetmibinfo calls.
The corresponding sysctl nodes are available under kern.mqueue tree.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 8 13:34:40 2008 UTC (16 years, 1 month ago) by yamt
Branch: MAIN
CVS Tags: matt-armv6-nbase, keiichi-mipv6-base
Changes since 1.27: +3 -5 lines
Diff to previous 1.27 (colored) to selected 1.11 (colored)

sysconf: cache the result of _SC_PAGESIZE.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 26 17:55:30 2008 UTC (16 years, 2 months ago) by rmind
Branch: MAIN
CVS Tags: hpcarm-cleanup-base
Branch point for: keiichi-mipv6
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.11 (colored)

sched_setparam: fix the case when incorrect (according to the class)
in-kernel priority is used.  Reported by <drochner>.

Minor fixes for scheduling calls to conform the POSIX:
- If pid is equal to zero, use the calling process;
- In case of permission problem, return EPERM instead of EACESS;
- sched_setscheduler() should return previously used policy;
- pthread_* calls should return the error code or zero;

Should fix the namespace problems (and builds of some packages):
- Move cpuset_t defintion from pset.h to sched.h;
- Remove the #include of pset.h in pthread.h;

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 15 03:37:14 2008 UTC (16 years, 3 months ago) by rmind
Branch: MAIN
Changes since 1.25: +24 -2 lines
Diff to previous 1.25 (colored) to selected 1.11 (colored)

Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.

Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;

Proposed on: <tech-kern>. Reviewed by: <ad>.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Oct 15 14:12:56 2007 UTC (16 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base, cube-autoconf-base, cube-autoconf
Changes since 1.24: +13 -2 lines
Diff to previous 1.24 (colored) to selected 1.11 (colored)

Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These
are extensions but are provided by many Unix systems.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 7 18:56:05 2007 UTC (16 years, 7 months ago) by rmind
Branch: MAIN
Changes since 1.23: +17 -2 lines
Diff to previous 1.23 (colored) to selected 1.11 (colored)

Implementation of POSIX message queues.

Reviewed by: <ad>, <tech-kern>

Revision 1.23 / (download) - annotate - [select for diffs], Tue May 1 01:01:35 2007 UTC (16 years, 11 months ago) by rmind
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.22: +27 -12 lines
Diff to previous 1.22 (colored) to selected 1.11 (colored)

- Create sysctl nodes for AIO.
- Add POSIX defined system variables and constants of AIO_LISTIO_MAX and
  AIO_MAX values.  Both with _POSIX_ASYNCHRONOUS_IO, provide them in
  sysconf(3) and getconf(1) interfaces.
- Clean up sysconf(3) for handling sysctl nodes dynamically.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 25 21:40:04 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Changes since 1.21: +10 -5 lines
Diff to previous 1.21 (colored) to selected 1.11 (colored)

PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the
physical memory

Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 10 04:46:01 2004 UTC (19 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored) to selected 1.11 (colored)

need <limits.h> for _SC_GET{GR,PW}_SIZE_MAX

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 10 04:02:52 2004 UTC (19 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.19: +9 -2 lines
Diff to previous 1.19 (colored) to selected 1.11 (colored)

Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for
the 1003.1-2001 Thread Safe Functions (TSF) getgrnam_r(3) and getpwnam_r(3).

These are not implemented in sysctl(3) "user.*", since that adds a lot
of complexity in the implementation for no real benefit.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 7 16:42:57 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.18: +3 -7 lines
Diff to previous 1.18 (colored) to selected 1.11 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 2 20:33:07 2003 UTC (21 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.17: +29 -2 lines
Diff to previous 1.17 (colored) to selected 1.11 (colored)

Add sysconf(3) knobs for recent additions.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 19 23:31:54 2002 UTC (21 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.16: +10 -2 lines
Diff to previous 1.16 (colored) to selected 1.11 (colored)

Add a sysconf(3) knob for {ATEXIT_MAX}.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 30 09:45:40 2002 UTC (21 years, 9 months ago) by bjh21
Branch: MAIN
Changes since 1.15: +8 -2 lines
Diff to previous 1.15 (colored) to selected 1.11 (colored)

Version times() so that programs compiled before the recent change to make
sysconf(_SC_CLK_TCK) return hz will work.

In detail:
__times13() returns values scaled by hz.
times() returns values scaled by 100.
<sys/times.h> renames times() to __times13().

_SC_CLK_TCK has changed from 3 to 39.
sysconf(3) returns 100.
sysconf(39) returns hz.
CLK_TCK is defined as sysconf(39).

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 23 19:19:01 2002 UTC (21 years, 10 months ago) by perry
Branch: MAIN
Changes since 1.14: +19 -3 lines
Diff to previous 1.14 (colored) to selected 1.11 (colored)

make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
fixed constant, as is done on Solaris, Linux, etc.

Technically, standards don't *require* this, but having it return a
constant is a violation of the spirit, and screws up programs that
(perhaps improperly) assume that it will return kernel hz.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 31 00:32:47 2002 UTC (22 years, 2 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.13: +6 -2 lines
Diff to previous 1.13 (colored) to selected 1.11 (colored)

Add {POSIX_MONOTONIC_CLOCK} variables.

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 7 17:25:57 2001 UTC (22 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.11 (colored)

Internally rename sysconf() to __sysconf() to make its latter name suitable
for use from public headers.  Also, do so on all platforms.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 22 22:19:12 2000 UTC (24 years, 3 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: nathanw_sa
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Delint.
Remove trailing ; from uses of __weak_alias().  The macro inserts this if
needed.

Revision 1.11 / (download) - annotate - [selected], Mon Sep 27 16:24:40 1999 UTC (24 years, 6 months ago) by kleink
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.10: +8 -2 lines
Diff to previous 1.10 (colored)

1003.1c: add {LOGIN_NAME_MAX}.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 24 14:18:10 1999 UTC (24 years, 10 months ago) by kleink
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.9: +18 -2 lines
Diff to previous 1.9 (colored) to selected 1.11 (colored)

Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files,
Process Memory Locking, Range Memory Locking and Memory Protection options.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 3 14:41:21 1998 UTC (25 years, 8 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.8: +10 -2 lines
Diff to previous 1.8 (colored) to selected 1.11 (colored)

Add support for _SC_SYNCHRONIZED_IO and _SC_IOV_MAX.  Rearrange documentation
a bit, and actually document _SC_XOPEN_SHM.

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 24 20:12:27 1998 UTC (25 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.7: +18 -2 lines
Diff to previous 1.7 (colored) to selected 1.11 (colored)

Add support to query PAGESIZE, PAGE_SIZE, _POSIX_FSYNC and _XOPEN_SHM via
sysconf().

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 30 14:33:22 1998 UTC (26 years ago) by kleink
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.11 (colored)

Need <time.h> for CLK_TCK definition.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 27 18:43:12 1998 UTC (26 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.5: +5 -4 lines
Diff to previous 1.5 (colored) to selected 1.11 (colored)

trivial changes to quiet lint.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 21 14:07:35 1997 UTC (26 years, 9 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.4: +7 -2 lines
Diff to previous 1.4 (colored) to selected 1.11 (colored)

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore.  The library will use those
names internally.  Weak aliases are used to provide the original names
to the API.

This is only the first part of this change.  It is most of the functions
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 13 19:32:15 1997 UTC (26 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.11 (colored)

Fix RCSID's
Remove unused variable

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 4 01:56:09 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: nsswitch, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Branch point for: ivory_soap2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.11 (colored)

fix up some RCS Id's i botched.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 27 05:52:13 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1 (colored) to selected 1.11 (colored)

merge with 4.4-Lite, keeping local changes.  clean up Ids

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 7 02:52:59 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Diff to selected 1.11 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>