The NetBSD Project

CVS log for src/sys/sys/syscall.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / sys

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.258 / (download) - annotate - [select for diffs], Fri Mar 29 01:10:22 2013 UTC (8 weeks ago) by christos
Branch: MAIN
CVS Tags: khorben-n900, HEAD
Changes since 1.257: +7 -4 lines
Diff to previous 1.257 (colored)

regen

Revision 1.257 / (download) - annotate - [select for diffs], Tue Oct 2 01:46:20 2012 UTC (7 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-nbase, tls-maxphys-base, agc-symver-base, agc-symver
Changes since 1.256: +5 -2 lines
Diff to previous 1.256 (colored)

regen

Revision 1.256 / (download) - annotate - [select for diffs], Fri Aug 3 12:42:10 2012 UTC (9 months, 2 weeks ago) by pooka
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.255: +0 -0 lines
Diff to previous 1.255 (colored)

reregen

Revision 1.255 / (download) - annotate - [select for diffs], Fri Aug 3 11:32:56 2012 UTC (9 months, 2 weeks ago) by pooka
Branch: MAIN
Changes since 1.254: +0 -0 lines
Diff to previous 1.254 (colored)

regen

Revision 1.254 / (download) - annotate - [select for diffs], Fri Jul 20 16:49:46 2012 UTC (10 months ago) by pooka
Branch: MAIN
Changes since 1.253: +0 -0 lines
Diff to previous 1.253 (colored)

regen

Revision 1.253 / (download) - annotate - [select for diffs], Fri Jun 22 18:27:25 2012 UTC (11 months ago) by christos
Branch: MAIN
Changes since 1.252: +8 -2 lines
Diff to previous 1.252 (colored)

regen

Revision 1.252 / (download) - annotate - [select for diffs], Sat May 5 19:49:13 2012 UTC (12 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base10
Changes since 1.251: +4 -1 lines
Diff to previous 1.251 (colored)

regen

Revision 1.251 / (download) - annotate - [select for diffs], Thu Mar 8 21:59:31 2012 UTC (14 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7
Changes since 1.250: +4 -1 lines
Diff to previous 1.250 (colored)

Implement sem_timedwait.

Revision 1.250 / (download) - annotate - [select for diffs], Sun Feb 19 17:50:50 2012 UTC (15 months ago) by matt
Branch: MAIN
CVS Tags: jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3
Changes since 1.249: +2 -2 lines
Diff to previous 1.249 (colored)

Regen.

Revision 1.249 / (download) - annotate - [select for diffs], Sun Feb 19 17:23:04 2012 UTC (15 months ago) by matt
Branch: MAIN
Changes since 1.248: +13 -13 lines
Diff to previous 1.248 (colored)

Regen.

Revision 1.248 / (download) - annotate - [select for diffs], Sat Feb 11 23:18:14 2012 UTC (15 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-base2
Changes since 1.247: +5 -2 lines
Diff to previous 1.247 (colored)

Regen for posix_spawn

Revision 1.247 / (download) - annotate - [select for diffs], Wed Feb 1 05:42:18 2012 UTC (15 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.246: +1 -1 lines
Diff to previous 1.246 (colored)

Regen syscalls with proper id info.

Revision 1.246 / (download) - annotate - [select for diffs], Wed Feb 1 05:34:42 2012 UTC (15 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.245: +5 -4 lines
Diff to previous 1.245 (colored)

Change the syscall API for quotas over to the new non-proplib one.

   - struct vfs_quotactl_args -> struct quotactl_args
   - add sys/stdint.h to sys/quotactl.h for clean userland build
   - install sys/quotactl.h in /usr/include
   - update set lists for same
   - add new marshalling code in libquota
   - add new unmarshalling code in vfs_syscalls.c
   - discard proplib interpreter code in vfs_quotactl.c
   - add dispatching code for the 14 quotactl ops in vfs_quotactl.c
   - mark the proplib quotactl syscall obsolete
   - add a new syscall number for the new quotactl syscall
   - change the name of the syscall to __quotactl()
   - remove the decl of the old quotactl from quota/quotaprop.h
   - add a decl of the new quotactl to sys/quotactl.h
   - update the libc build
   - update ktruss
   - remove proplib marshalling code from libquota
   - update copy of syscall table in gdb ppc sources
   - hack rumphijack to accomodate new quotactl name (as I recall,
     pooka wanted such a name change to simplify something, but I
     don't really see what/how)

This change appears to require a kernel version bump for rumpish
reasons.

Revision 1.245 / (download) - annotate - [select for diffs], Wed Aug 17 07:26:16 2011 UTC (21 months, 1 week ago) by manu
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.244: +5 -2 lines
Diff to previous 1.244 (colored)

regen

Revision 1.244 / (download) - annotate - [select for diffs], Mon Aug 8 12:17:27 2011 UTC (21 months, 2 weeks ago) by manu
Branch: MAIN
Changes since 1.243: +47 -2 lines
Diff to previous 1.243 (colored)

regen

Revision 1.243 / (download) - annotate - [select for diffs], Mon Jul 18 11:43:54 2011 UTC (22 months ago) by drochner
Branch: MAIN
Changes since 1.242: +4 -4 lines
Diff to previous 1.242 (colored)

regen after *setxattr constification

Revision 1.242 / (download) - annotate - [select for diffs], Sun Jun 26 17:05:55 2011 UTC (22 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.241: +27 -15 lines
Diff to previous 1.241 (colored)

regen

Revision 1.241 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:38 2011 UTC (2 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.240: +7 -4 lines
Diff to previous 1.240 (colored)

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

Revision 1.240 / (download) - annotate - [select for diffs], Mon Feb 21 23:31:01 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.239: +1 -1 lines
Diff to previous 1.239 (colored)

regen: NOERR syscalls

Revision 1.239 / (download) - annotate - [select for diffs], Mon Jan 31 00:06:57 2011 UTC (2 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: uebayasi-xip-base7, bouyer-quota2-base
Changes since 1.238: +7 -7 lines
Diff to previous 1.238 (colored)

regen

Revision 1.238 / (download) - annotate - [select for diffs], Tue Jan 18 17:34:28 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.237: +1 -1 lines
Diff to previous 1.237 (colored)

regen: include sys/sched.h in syscallargs.h

Revision 1.237 / (download) - annotate - [select for diffs], Mon Jan 17 16:22:53 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.236: +1 -1 lines
Diff to previous 1.236 (colored)

regen with no changes (to show previous commits affected rump only)

Revision 1.236 / (download) - annotate - [select for diffs], Mon Jan 10 04:42:25 2011 UTC (2 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr
Changes since 1.235: +4 -1 lines
Diff to previous 1.235 (colored)

regen

Revision 1.235 / (download) - annotate - [select for diffs], Thu Dec 30 11:45:39 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.234: +1 -1 lines
Diff to previous 1.234 (colored)

regen: fill syscallnames up to the rim

Revision 1.234 / (download) - annotate - [select for diffs], Mon Aug 30 10:34:51 2010 UTC (2 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3
Changes since 1.233: +1 -1 lines
Diff to previous 1.233 (colored)

regen: rump syscalls for kern_prot interfaces

Revision 1.233 / (download) - annotate - [select for diffs], Mon Aug 30 10:24:42 2010 UTC (2 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.232: +1 -1 lines
Diff to previous 1.232 (colored)

Empty commit to show makesyscalls.sh rev 1.99 didn't change anything (yet).

Revision 1.232 / (download) - annotate - [select for diffs], Tue Mar 2 19:37:02 2010 UTC (3 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base10, uebayasi-xip-base2, uebayasi-xip-base1
Branch point for: rmind-uvmplock
Changes since 1.231: +1 -12 lines
Diff to previous 1.231 (colored)

regen: lfs megamaid syscalls -> MODULAR

Revision 1.231 / (download) - annotate - [select for diffs], Tue Jan 5 15:25:32 2010 UTC (3 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.230: +0 -0 lines
Diff to previous 1.230 (colored)

Regen.

Revision 1.230 / (download) - annotate - [select for diffs], Mon Dec 14 00:53:32 2009 UTC (3 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.229: +1 -1 lines
Diff to previous 1.229 (colored)

Regen (new makesyscalls.sh)

Revision 1.229 / (download) - annotate - [select for diffs], Tue Oct 13 21:57:53 2009 UTC (3 years, 7 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211, jym-xensuspend-nbase
Changes since 1.228: +1 -1 lines
Diff to previous 1.228 (colored)

regen: fix rump varargs syscalls prototypes

Revision 1.228 / (download) - annotate - [select for diffs], Sun Jul 19 02:54:22 2009 UTC (3 years, 10 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, jymxensuspend-base
Changes since 1.227: +1 -1 lines
Diff to previous 1.227 (colored)

Regen.

Revision 1.227 / (download) - annotate - [select for diffs], Fri May 15 15:52:40 2009 UTC (4 years ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4
Changes since 1.226: +1 -1 lines
Diff to previous 1.226 (colored)

regen: pad -> PAD

Revision 1.226 / (download) - annotate - [select for diffs], Tue Jan 13 22:33:17 2009 UTC (4 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, mjf-devfs2-base, jym-xensuspend-base
Branch point for: jym-xensuspend
Changes since 1.225: +1 -1 lines
Diff to previous 1.225 (colored)

Regen to prove I didn't screw up the conversion: purely RCSID changes.

Revision 1.225 / (download) - annotate - [select for diffs], Sun Jan 11 19:41:12 2009 UTC (4 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.224: +1 -1 lines
Diff to previous 1.224 (colored)

regen.

Revision 1.224 / (download) - annotate - [select for diffs], Sun Jan 11 12:22:51 2009 UTC (4 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.223: +1 -1 lines
Diff to previous 1.223 (colored)

Regen to pull proper "created from" revision strings.

Revision 1.223 / (download) - annotate - [select for diffs], Sun Jan 11 02:45:55 2009 UTC (4 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.222: +200 -75 lines
Diff to previous 1.222 (colored)

merge christos-time_t

Revision 1.222 / (download) - annotate - [select for diffs], Wed Nov 19 18:40:02 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2, haad-dm-base2, haad-dm-base, christos-time_t-nbase, christos-time_t-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.221: +13 -35 lines
Diff to previous 1.221 (colored)

Regen.

Revision 1.221 / (download) - annotate - [select for diffs], Fri Nov 14 23:34:23 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.220: +1 -1 lines
Diff to previous 1.220 (colored)

Regen.

Revision 1.220 / (download) - annotate - [select for diffs], Fri Nov 14 15:51:06 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.219: +9 -9 lines
Diff to previous 1.219 (colored)

Regen.

Revision 1.219 / (download) - annotate - [select for diffs], Wed Nov 12 14:34:42 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.218: +1 -13 lines
Diff to previous 1.218 (colored)

Regen.

Revision 1.218 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:28 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.217: +0 -13 lines
Diff to previous 1.217 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.217 / (download) - annotate - [select for diffs], Thu Oct 16 20:12:23 2008 UTC (4 years, 7 months ago) by wrstuden
Branch: MAIN
CVS Tags: netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, 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, 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-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5, matt-nb5-mips64
Changes since 1.216: +2 -2 lines
Diff to previous 1.216 (colored)

Regen syscall tables. I forgot to do it after revivesa. While pooka
did some, not all are regenerated. Do them all at once for consistency.

Revision 1.216 / (download) - annotate - [select for diffs], Wed Oct 15 06:51:21 2008 UTC (4 years, 7 months ago) by wrstuden
Branch: MAIN
Changes since 1.215: +7 -9 lines
Diff to previous 1.215 (colored)

Merge wrstuden-revivesa into HEAD.

Revision 1.215 / (download) - annotate - [select for diffs], Tue Jun 17 16:07:57 2008 UTC (4 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base
Branch point for: haad-dm
Changes since 1.214: +1 -1 lines
Diff to previous 1.214 (colored)

Regen from syscalls.master rev 1.204:
> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.

Revision 1.214 / (download) - annotate - [select for diffs], Mon Jun 16 01:00:21 2008 UTC (4 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-base4
Changes since 1.213: +1 -1 lines
Diff to previous 1.213 (colored)

regen

Revision 1.213 / (download) - annotate - [select for diffs], Mon Jun 16 00:32:23 2008 UTC (4 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.212: +3 -3 lines
Diff to previous 1.212 (colored)

regen

Revision 1.212 / (download) - annotate - [select for diffs], Thu Apr 24 11:51:47 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, yamt-nfs-mp-base, hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp, wrstuden-revivesa, simonb-wapbl
Changes since 1.211: +1 -1 lines
Diff to previous 1.211 (colored)

Regen.

Revision 1.211 / (download) - annotate - [select for diffs], Mon Apr 21 12:57:00 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.210: +1 -1 lines
Diff to previous 1.210 (colored)

Regen.

Revision 1.210 / (download) - annotate - [select for diffs], Mon Apr 21 00:14:22 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.209: +1 -1 lines
Diff to previous 1.209 (colored)

Regen.

Revision 1.209 / (download) - annotate - [select for diffs], Thu Mar 27 17:14:21 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42, christos-time_t
Changes since 1.208: +1 -1 lines
Diff to previous 1.208 (colored)

Regen.

Revision 1.208 / (download) - annotate - [select for diffs], Mon Mar 24 23:47:06 2008 UTC (5 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: ad-socklock-base1
Changes since 1.207: +1 -1 lines
Diff to previous 1.207 (colored)

regen.

Revision 1.207 / (download) - annotate - [select for diffs], Mon Mar 24 12:25:42 2008 UTC (5 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.206: +1 -1 lines
Diff to previous 1.206 (colored)

regen.

Revision 1.206 / (download) - annotate - [select for diffs], Fri Mar 21 21:59:27 2008 UTC (5 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14
Changes since 1.205: +1 -1 lines
Diff to previous 1.205 (colored)

Regen.

Revision 1.205 / (download) - annotate - [select for diffs], Tue Mar 11 22:52:37 2008 UTC (5 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base
Changes since 1.204: +1 -1 lines
Diff to previous 1.204 (colored)

regen

Revision 1.204 / (download) - annotate - [select for diffs], Sun Feb 24 12:53:47 2008 UTC (5 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: hpcarm-cleanup-base
Changes since 1.203: +2 -4 lines
Diff to previous 1.203 (colored)

Regen (old posix_fadvise ignored)

Revision 1.203 / (download) - annotate - [select for diffs], Fri Feb 15 13:10:23 2008 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.202: +1 -1 lines
Diff to previous 1.202 (colored)

Regen.

Revision 1.202 / (download) - annotate - [select for diffs], Sat Feb 9 17:09:13 2008 UTC (5 years, 3 months ago) by yamt
Branch: MAIN
Changes since 1.201: +3 -3 lines
Diff to previous 1.201 (colored)

regen.

Revision 1.201 / (download) - annotate - [select for diffs], Mon Jan 28 10:33:32 2008 UTC (5 years, 3 months ago) by yamt
Branch: MAIN
Changes since 1.200: +0 -0 lines
Diff to previous 1.200 (colored)

regen.

Revision 1.200 / (download) - annotate - [select for diffs], Sun Jan 27 16:15:00 2008 UTC (5 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.199: +7 -4 lines
Diff to previous 1.199 (colored)

Regen (posix_fadvise got a pad arg)

Revision 1.199 / (download) - annotate - [select for diffs], Fri Jan 25 13:39:24 2008 UTC (5 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.198: +1 -1 lines
Diff to previous 1.198 (colored)

Regen.

Revision 1.198 / (download) - annotate - [select for diffs], Wed Jan 16 12:35:37 2008 UTC (5 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.197: +4 -1 lines
Diff to previous 1.197 (colored)

Regen.

Revision 1.197 / (download) - annotate - [select for diffs], Tue Jan 15 03:44:57 2008 UTC (5 years, 4 months ago) by rmind
Branch: MAIN
Changes since 1.196: +26 -2 lines
Diff to previous 1.196 (colored)

Regen syscalls.

Revision 1.196 / (download) - annotate - [select for diffs], Mon Jan 7 16:16:39 2008 UTC (5 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.195: +1 -1 lines
Diff to previous 1.195 (colored)

Regen.

Revision 1.195 / (download) - annotate - [select for diffs], Wed Jan 2 11:57:29 2008 UTC (5 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.194: +1 -1 lines
Diff to previous 1.194 (colored)

Regen.

Revision 1.194 / (download) - annotate - [select for diffs], Wed Jan 2 11:51:15 2008 UTC (5 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.193: +0 -0 lines
Diff to previous 1.193 (colored)

Regen.

Revision 1.193 / (download) - annotate - [select for diffs], Thu Dec 20 23:07:25 2007 UTC (5 years, 5 months ago) by dsl
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.192: +2 -2 lines
Diff to previous 1.192 (colored)

regen

Revision 1.192 / (download) - annotate - [select for diffs], Mon Nov 12 23:12:57 2007 UTC (5 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, bouyer-xeni386
Changes since 1.191: +4 -1 lines
Diff to previous 1.191 (colored)

Regen.

Revision 1.191 / (download) - annotate - [select for diffs], Fri Nov 9 14:58:37 2007 UTC (5 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.190: +3 -1 lines
Diff to previous 1.190 (colored)

Regen

Revision 1.190 / (download) - annotate - [select for diffs], Wed Nov 7 00:38:11 2007 UTC (5 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.189: +7 -1 lines
Diff to previous 1.189 (colored)

Regen.

Revision 1.189 / (download) - annotate - [select for diffs], Fri Sep 7 18:58:52 2007 UTC (5 years, 8 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5, jmcneill-base
Branch point for: mjf-devfs, bouyer-xenamd64
Changes since 1.188: +31 -1 lines
Diff to previous 1.188 (colored)

Regen syscalls.

Revision 1.188 / (download) - annotate - [select for diffs], Wed Aug 15 12:09:12 2007 UTC (5 years, 9 months ago) by ad
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.187: +1 -9 lines
Diff to previous 1.187 (colored)

Regen.

Revision 1.187 / (download) - annotate - [select for diffs], Tue Aug 7 19:01:24 2007 UTC (5 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 (colored)

Regen.

Revision 1.186 / (download) - annotate - [select for diffs], Tue Jul 17 18:03:10 2007 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: nick-csl-alignment-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: nick-csl-alignment, jmcneill-pm
Changes since 1.185: +5 -2 lines
Diff to previous 1.185 (colored)

Regen.

Revision 1.185 / (download) - annotate - [select for diffs], Sat Jul 14 15:41:30 2007 UTC (5 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.184: +7 -4 lines
Diff to previous 1.184 (colored)

Version mount(2) so that the length of the 'data' buffer is passed into
the kernel.

Revision 1.184 / (download) - annotate - [select for diffs], Mon Apr 30 14:47:32 2007 UTC (6 years ago) by rmind
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, mjf-ufs-trans-base
Changes since 1.183: +26 -2 lines
Diff to previous 1.183 (colored)

Regen syscalls for AIO.

Revision 1.183 / (download) - annotate - [select for diffs], Tue Mar 6 16:10:17 2007 UTC (6 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.182: +3 -3 lines
Diff to previous 1.182 (colored)

regen

Revision 1.182 / (download) - annotate - [select for diffs], Sun Mar 4 06:03:42 2007 UTC (6 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.181: +14 -14 lines
Diff to previous 1.181 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.181 / (download) - annotate - [select for diffs], Mon Feb 26 12:20:04 2007 UTC (6 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: ad-audiomp-base, ad-audiomp
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored)

regen

Revision 1.180 / (download) - annotate - [select for diffs], Sat Feb 10 11:32:58 2007 UTC (6 years, 3 months ago) by ad
Branch: MAIN
Branch point for: yamt-idlelwp
Changes since 1.179: +22 -8 lines
Diff to previous 1.179 (colored)

Regen.

Revision 1.179 / (download) - annotate - [select for diffs], Sat Feb 10 10:25:44 2007 UTC (6 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.178: +5 -5 lines
Diff to previous 1.178 (colored)

Regen.

Revision 1.178 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:37 2007 UTC (6 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Changes since 1.177: +11 -31 lines
Diff to previous 1.177 (colored)

Merge newlock2 to head.

Revision 1.177 / (download) - annotate - [select for diffs], Tue Jan 16 05:29:54 2007 UTC (6 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.176: +1 -5 lines
Diff to previous 1.176 (colored)

Regen.

Revision 1.176 / (download) - annotate - [select for diffs], Tue Jan 16 01:32:52 2007 UTC (6 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.175: +31 -1 lines
Diff to previous 1.175 (colored)

Regen.

Revision 1.175 / (download) - annotate - [select for diffs], Tue Oct 17 15:07:21 2006 UTC (6 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, 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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.174: +2 -2 lines
Diff to previous 1.174 (colored)

regen

Revision 1.174 / (download) - annotate - [select for diffs], Fri Sep 1 21:04:45 2006 UTC (6 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.173: +1 -5 lines
Diff to previous 1.173 (colored)

Regen.  (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)

Revision 1.173 / (download) - annotate - [select for diffs], Wed Aug 30 13:53:41 2006 UTC (6 years, 8 months ago) by cube
Branch: MAIN
Changes since 1.172: +2 -2 lines
Diff to previous 1.172 (colored)

Regen against correct syscalls.master version [hi gimpy!].

Revision 1.172 / (download) - annotate - [select for diffs], Wed Aug 30 11:35:21 2006 UTC (6 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.171: +1 -1 lines
Diff to previous 1.171 (colored)

Regen.

Revision 1.171 / (download) - annotate - [select for diffs], Tue Aug 29 23:38:54 2006 UTC (6 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.170: +5 -1 lines
Diff to previous 1.170 (colored)

Regen (for optional ptrace)

Revision 1.170 / (download) - annotate - [select for diffs], Mon Jul 31 16:34:44 2006 UTC (6 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.169: +20 -11 lines
Diff to previous 1.169 (colored)

Make filehandles opaque to userland

Revision 1.169 / (download) - annotate - [select for diffs], Thu Jul 13 12:00:26 2006 UTC (6 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.168: +6 -3 lines
Diff to previous 1.168 (colored)

Fix alignement problems for fhandle_t, exposed by gcc4.1.

While touching all vptofh/fhtovp functions, get rid of VFS_MAXFIDSIZ,
version the getfh(2) syscall and explicitly pass the size available in
the filehandle from userland.

Discussed on tech-kern, with lots of help from yamt (thanks!).

Revision 1.168 / (download) - annotate - [select for diffs], Mon Jun 26 21:30:50 2006 UTC (6 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.167: +7 -4 lines
Diff to previous 1.167 (colored)

regenerate.

Revision 1.167 / (download) - annotate - [select for diffs], Mon May 29 09:58:51 2006 UTC (6 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, simonb-timecounters-base, gdamore-uart-base, chap-midi-nbase, chap-midi-base
Branch point for: gdamore-uart
Changes since 1.166: +7 -4 lines
Diff to previous 1.166 (colored)

regen

Revision 1.166 / (download) - annotate - [select for diffs], Thu May 4 17:50:28 2006 UTC (7 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.165: +10 -7 lines
Diff to previous 1.165 (colored)

Regen

Revision 1.165 / (download) - annotate - [select for diffs], Fri Feb 24 19:25:28 2006 UTC (7 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.164: +2 -2 lines
Diff to previous 1.164 (colored)

regen

Revision 1.164 / (download) - annotate - [select for diffs], Sat Dec 3 17:07:12 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.163: +4 -0 lines
Diff to previous 1.163 (colored)

Regen

Revision 1.163 / (download) - annotate - [select for diffs], Tue Nov 29 23:01:19 2005 UTC (7 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.162: +1 -1 lines
Diff to previous 1.162 (colored)

regen (after remove -kk)

Revision 1.162 / (download) - annotate - [select for diffs], Tue Nov 29 22:54:08 2005 UTC (7 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.161: +1 -1 lines
Diff to previous 1.161 (colored)

regen.

Revision 1.161 / (download) - annotate - [select for diffs], Tue Nov 29 22:52:02 2005 UTC (7 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.160: +5 -2 lines
Diff to previous 1.160 (colored)

merge yamt-readahead branch.

Revision 1.160 / (download) - annotate - [select for diffs], Mon Sep 26 03:04:46 2005 UTC (7 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, thorpej-vnode-attr-base, thorpej-vnode-attr
Branch point for: yamt-readahead
Changes since 1.159: +7 -7 lines
Diff to previous 1.159 (colored)

Regen.

Revision 1.159 / (download) - annotate - [select for diffs], Fri Aug 19 02:04:04 2005 UTC (7 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.158: +21 -9 lines
Diff to previous 1.158 (colored)

64 bit inode changes.

Revision 1.158 / (download) - annotate - [select for diffs], Sun Jul 10 22:05:24 2005 UTC (7 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.157: +38 -2 lines
Diff to previous 1.157 (colored)

Regen:

Add Linux-compatible {,fl}{get,set,list}xattr() system call interface
to the VFS extended attribute subsystem.

Revision 1.157 / (download) - annotate - [select for diffs], Sun May 29 21:11:30 2005 UTC (7 years, 11 months ago) by christos
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored)

Regen

Revision 1.156 / (download) - annotate - [select for diffs], Sun Feb 27 00:03:25 2005 UTC (8 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, 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, kent-audio2-base
Changes since 1.155: +1 -1 lines
Diff to previous 1.155 (colored)

regen

Revision 1.155 / (download) - annotate - [select for diffs], Fri Feb 25 19:55:18 2005 UTC (8 years, 2 months ago) by matt
Branch: MAIN
Changes since 1.154: +6 -0 lines
Diff to previous 1.154 (colored)

Regen. (for pselect and pollts)

Revision 1.154 / (download) - annotate - [select for diffs], Sat Feb 19 22:19:02 2005 UTC (8 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.153: +2 -2 lines
Diff to previous 1.153 (colored)

Regen.  (no actual differences)

Revision 1.153 / (download) - annotate - [select for diffs], Sun Jan 2 17:47:29 2005 UTC (8 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge
Branch point for: yamt-km, kent-audio2
Changes since 1.152: +41 -2 lines
Diff to previous 1.152 (colored)

Regen for extended attribute system calls.

Revision 1.152 / (download) - annotate - [select for diffs], Mon May 10 22:30:42 2004 UTC (9 years ago) by kleink
Branch: MAIN
CVS Tags: kent-audio1-base, kent-audio1
Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored)

Regen from syscalls.master rev. 1.142:
POSIX-2001: Change readlink(2)'s return type from int to ssize_t.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Apr 27 01:15:38 2004 UTC (9 years ago) by kleink
Branch: MAIN
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored)

Regen from syscalls.master 1.141: [gs]ettimeofday(2) argument declaration
change.

Revision 1.150 / (download) - annotate - [select for diffs], Sun Apr 25 22:21:17 2004 UTC (9 years, 1 month ago) by kleink
Branch: MAIN
Changes since 1.149: +3 -3 lines
Diff to previous 1.149 (colored)

Regen from rev. 1.140:
POSIX-2001: Change the `who' argument to [gs]etpriority(2) from int
to id_t.  Partially addressing PR standards/25216 from Murray Armfield.

Revision 1.149 / (download) - annotate - [select for diffs], Wed Apr 21 01:05:43 2004 UTC (9 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.148: +21 -9 lines
Diff to previous 1.148 (colored)

Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.

Revision 1.148 / (download) - annotate - [select for diffs], Fri Mar 26 15:29:28 2004 UTC (9 years, 1 month ago) by drochner
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.147: +1 -7 lines
Diff to previous 1.147 (colored)

regen after __HAVE_SIGINFO removal

Revision 1.147 / (download) - annotate - [select for diffs], Sun Mar 14 00:47:26 2004 UTC (9 years, 2 months ago) by cl
Branch: MAIN
Changes since 1.146: +2 -4 lines
Diff to previous 1.146 (colored)

regen after:
g/c sys_sa_unblockyield which has been unused since 2004/01/02

Revision 1.146 / (download) - annotate - [select for diffs], Thu Jan 29 02:00:03 2004 UTC (9 years, 3 months ago) by tsarna
Branch: MAIN
Changes since 1.145: +4 -1 lines
Diff to previous 1.145 (colored)

uuidgen(2) syscall.  Originally from FreeBSD, ported by John Franklin in
PR#23470, with minor updates by me. This is only the syscall support
from that PR, for now.

Changes: port over fix from FreeBSD for multicast address generation.
Changed bcopy to memcpy.  For now, #ifdef notyet the portions of
kern_uuid.c that are meant to be used by (currently nonexistent) other
things in the kernel.  Added syscall to COMPAT_FREEBSD as well, though
that's currently not useful, as any program new enough to use this call
also uses other syscalls we don't (yet) emulate.

Revision 1.145 / (download) - annotate - [select for diffs], Fri Jan 2 18:53:47 2004 UTC (9 years, 4 months ago) by cl
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144 (colored)

regen

Revision 1.144 / (download) - annotate - [select for diffs], Sat Nov 15 01:20:48 2003 UTC (9 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.143: +5 -2 lines
Diff to previous 1.143 (colored)

Regen: fsync_range(2) system call.

Revision 1.143 / (download) - annotate - [select for diffs], Tue Sep 30 20:36:40 2003 UTC (9 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142 (colored)

Regen

Revision 1.142 / (download) - annotate - [select for diffs], Fri Sep 26 23:11:16 2003 UTC (9 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored)

Regen.

Revision 1.141 / (download) - annotate - [select for diffs], Tue Sep 23 14:34:39 2003 UTC (9 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.140: +3 -3 lines
Diff to previous 1.140 (colored)

Regen

Revision 1.140 / (download) - annotate - [select for diffs], Tue Sep 16 13:49:25 2003 UTC (9 years, 8 months ago) by cl
Branch: MAIN
Changes since 1.139: +4 -1 lines
Diff to previous 1.139 (colored)

Regen.

Revision 1.139 / (download) - annotate - [select for diffs], Thu Sep 11 14:00:22 2003 UTC (9 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.138: +128 -0 lines
Diff to previous 1.138 (colored)

regen.

Revision 1.138 / (download) - annotate - [select for diffs], Wed Sep 10 16:44:13 2003 UTC (9 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.137: +2 -3 lines
Diff to previous 1.137 (colored)

Regen

Revision 1.137 / (download) - annotate - [select for diffs], Tue Mar 18 18:09:49 2003 UTC (10 years, 2 months ago) by christos
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.136: +2 -2 lines
Diff to previous 1.136 (colored)

regen

Revision 1.136 / (download) - annotate - [select for diffs], Sat Feb 15 20:56:48 2003 UTC (10 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.135: +4 -1 lines
Diff to previous 1.135 (colored)

regen:
- added __sigtimedwait(2)
- g/c sigwaitinfo(2) slot, move sigqueue(2) slot and free slot #246

Revision 1.135 / (download) - annotate - [select for diffs], Fri Jan 24 01:28:05 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored)

Regen; reserve slots for <mqueue.h> and <sched.h> system calls.

Revision 1.134 / (download) - annotate - [select for diffs], Fri Jan 24 01:18:51 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.133: +1 -1 lines
Diff to previous 1.133 (colored)

Regen; allocate slot for _ksem_timedwait().

Revision 1.133 / (download) - annotate - [select for diffs], Thu Jan 23 23:31:37 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.132: +1 -1 lines
Diff to previous 1.132 (colored)

Regen; allow ktruss/kdump to properly see _ksem_*().

Revision 1.132 / (download) - annotate - [select for diffs], Mon Jan 20 20:25:05 2003 UTC (10 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.131: +34 -34 lines
Diff to previous 1.131 (colored)

regen

Revision 1.131 / (download) - annotate - [select for diffs], Mon Jan 20 20:06:27 2003 UTC (10 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.130: +37 -1 lines
Diff to previous 1.130 (colored)

regen

Revision 1.130 / (download) - annotate - [select for diffs], Sat Jan 18 23:28:15 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.129: +1 -1 lines
Diff to previous 1.129 (colored)

Regen to get correct RCS ID.

Revision 1.129 / (download) - annotate - [select for diffs], Sat Jan 18 10:08:02 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.128: +69 -3 lines
Diff to previous 1.128 (colored)

Regen: Merge the nathanw_sa branch.

Revision 1.128 / (download) - annotate - [select for diffs], Thu Dec 19 23:53:43 2002 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.127: +1 -1 lines
Diff to previous 1.127 (colored)

Regen: reserved syscall slots for sigwaitinfo(2), sigtimedwait(2),
and sigqueue(2).

Revision 1.127 / (download) - annotate - [select for diffs], Wed Oct 23 09:18:19 2002 UTC (10 years, 7 months ago) by jdolecek
Branch: MAIN
CVS Tags: kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.126: +7 -1 lines
Diff to previous 1.126 (colored)

regen: kqueue branch merge, addition of kqueue(2), kevent(2)

Revision 1.126 / (download) - annotate - [select for diffs], Wed Sep 4 07:46:26 2002 UTC (10 years, 8 months ago) by jdolecek
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored)

regen: claim syscall slots for kqueue(2) and kevent(2)

Revision 1.125 / (download) - annotate - [select for diffs], Wed Aug 28 07:18:52 2002 UTC (10 years, 8 months ago) by gmcgarry
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.124: +5 -2 lines
Diff to previous 1.124 (colored)

Regenerate: rasctl

Revision 1.124 / (download) - annotate - [select for diffs], Wed Aug 7 04:54:30 2002 UTC (10 years, 9 months ago) by briggs
Branch: MAIN
Changes since 1.123: +8 -2 lines
Diff to previous 1.123 (colored)

Regen for pmc_get_info, pmc_control.

Revision 1.123 / (download) - annotate - [select for diffs], Thu Jul 4 23:34:28 2002 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.122: +5 -2 lines
Diff to previous 1.122 (colored)

Regenerate: Added __sigaction_sigtramp at #340.

Revision 1.122 / (download) - annotate - [select for diffs], Fri May 3 00:26:49 2002 UTC (11 years ago) by eeh
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
Branch point for: gehenna-devsw
Changes since 1.121: +3 -2 lines
Diff to previous 1.121 (colored)

Regen.

Revision 1.121 / (download) - annotate - [select for diffs], Tue Nov 13 14:49:56 2001 UTC (11 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Changes since 1.120: +1 -2 lines
Diff to previous 1.120 (colored)

Dummy commit (removed one blank comment line) to make sure that all the
libc .o's for syscalls are rebuilt.

Revision 1.120 / (download) - annotate - [select for diffs], Sun Jul 1 18:07:33 2001 UTC (11 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.119: +4 -1 lines
Diff to previous 1.119 (colored)

Regen; added Linux-compatible clone(2) system call.

Revision 1.119 / (download) - annotate - [select for diffs], Tue Apr 10 11:06:21 2001 UTC (12 years, 1 month ago) by kleink
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.118: +1 -1 lines
Diff to previous 1.118 (colored)

Regen.

Revision 1.118 / (download) - annotate - [select for diffs], Sat Jan 27 07:48:29 2001 UTC (12 years, 3 months ago) by thorpej
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.117: +1 -1 lines
Diff to previous 1.117 (colored)

Regen; getpid(2) is MP-safe.

Revision 1.117 / (download) - annotate - [select for diffs], Sat Jan 27 07:23:06 2001 UTC (12 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

Regen; add sy_flags.

Revision 1.116 / (download) - annotate - [select for diffs], Fri Jan 5 21:53:39 2001 UTC (12 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.115: +1 -1 lines
Diff to previous 1.115 (colored)

regen after utrace() parameter rename

Revision 1.115 / (download) - annotate - [select for diffs], Mon Jan 1 16:45:07 2001 UTC (12 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.114: +0 -9 lines
Diff to previous 1.114 (colored)

regen after makesyscalls.sh fix:
Avoid generating duplicate SYS_* defines to *syscall.h - is possible
for kern/syscalls.master's sys_getpid()/sys_getpid_with_ppid().
This fixes kern/11853 by Bernd Ernesti.

Revision 1.114 / (download) - annotate - [select for diffs], Thu Dec 28 11:16:49 2000 UTC (12 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.113: +5 -2 lines
Diff to previous 1.113 (colored)

regen - utrace(2) addition

Revision 1.113 / (download) - annotate - [select for diffs], Sat Dec 9 07:05:11 2000 UTC (12 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.112: +10 -1 lines
Diff to previous 1.112 (colored)

Regen.

Revision 1.112 / (download) - annotate - [select for diffs], Sat Dec 9 06:19:42 2000 UTC (12 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.111: +1 -0 lines
Diff to previous 1.111 (colored)

Regen.

Revision 1.111 / (download) - annotate - [select for diffs], Sat Dec 9 05:37:07 2000 UTC (12 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.110: +1 -1 lines
Diff to previous 1.110 (colored)

Regen.

Revision 1.110 / (download) - annotate - [select for diffs], Fri Aug 18 19:35:26 2000 UTC (12 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109 (colored)

update for changed makesyscalls.master

Revision 1.109 / (download) - annotate - [select for diffs], Mon Aug 7 18:11:55 2000 UTC (12 years, 9 months ago) by bjh21
Branch: MAIN
Changes since 1.108: +2 -1 lines
Diff to previous 1.108 (colored)

Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if
NTP is not defined.

Also removes sysctl_ntptime, since that's unreferenced without NTP.

ntp_gettime(2) is left alone, since it doesn't raise SIGSYS, which sys_nosys()

Revision 1.108 / (download) - annotate - [select for diffs], Fri Apr 21 16:16:16 2000 UTC (13 years, 1 month ago) by minoura
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
Changes since 1.107: +4 -1 lines
Diff to previous 1.107 (colored)

Regen.

Revision 1.107 / (download) - annotate - [select for diffs], Mon Apr 17 14:33:12 2000 UTC (13 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.106: +5 -2 lines
Diff to previous 1.106 (colored)

regen

Revision 1.106 / (download) - annotate - [select for diffs], Mon Jan 31 15:13:29 2000 UTC (13 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.105: +4 -4 lines
Diff to previous 1.105 (colored)

Regen

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 23 01:01:52 2000 UTC (13 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (colored)

Regen.

Revision 1.104 / (download) - annotate - [select for diffs], Wed Aug 25 05:06:31 1999 UTC (13 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999
Branch point for: thorpej_scsipi
Changes since 1.103: +20 -11 lines
Diff to previous 1.103 (colored)

Regen.

Revision 1.103 / (download) - annotate - [select for diffs], Mon Jul 12 23:01:48 1999 UTC (13 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.102: +2 -8 lines
Diff to previous 1.102 (colored)

Regen.

Revision 1.102 / (download) - annotate - [select for diffs], Mon Jul 12 22:04:01 1999 UTC (13 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.101: +9 -3 lines
Diff to previous 1.101 (colored)

Regen.

Revision 1.101 / (download) - annotate - [select for diffs], Tue Jun 29 22:17:39 1999 UTC (13 years, 10 months ago) by wrstuden
Branch: MAIN
Changes since 1.100: +11 -3 lines
Diff to previous 1.100 (colored)

regen.

Revision 1.100 / (download) - annotate - [select for diffs], Tue Jun 15 23:29:17 1999 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.99: +7 -1 lines
Diff to previous 1.99 (colored)

Regen.

Revision 1.99 / (download) - annotate - [select for diffs], Wed Jun 9 04:27:01 1999 UTC (13 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.98: +34 -4 lines
Diff to previous 1.98 (colored)

Regen2

Revision 1.98 / (download) - annotate - [select for diffs], Tue Jun 8 03:08:32 1999 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.97: +1 -1 lines
Diff to previous 1.97 (colored)

Regen.

Revision 1.97 / (download) - annotate - [select for diffs], Sun Mar 28 17:32:52 1999 UTC (14 years, 1 month ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: netbsd-1-4, chs-ubc2
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

Regen.

Revision 1.96 / (download) - annotate - [select for diffs], Mon Mar 22 17:13:35 1999 UTC (14 years, 2 months ago) by sommerfe
Branch: MAIN
Changes since 1.95: +8 -2 lines
Diff to previous 1.95 (colored)

Regen files based on changes to syscalls.master, vnode_if.src (latter
was changes to comments only, but..)
Build vfs_getcwd.c as standard part of kernel.
Add implementation of fchroot(), since two emulations already had it.
Call vn_isunder() in fchdir(), chroot(), and fchroot() to make it harder
to escape chroot().

Revision 1.95 / (download) - annotate - [select for diffs], Wed Feb 10 18:05:24 1999 UTC (14 years, 3 months ago) by kleink
Branch: MAIN
Changes since 1.94: +10 -10 lines
Diff to previous 1.94 (colored)

Regen: socklen_t changes.

Revision 1.94 / (download) - annotate - [select for diffs], Thu Dec 10 16:44:41 1998 UTC (14 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.93: +1 -1 lines
Diff to previous 1.93 (colored)

Regen

Revision 1.93 / (download) - annotate - [select for diffs], Thu Nov 26 16:13:56 1998 UTC (14 years, 6 months ago) by kleink
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)

Regen: getpgid() prototype change.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Oct 19 22:19:28 1998 UTC (14 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.91: +1 -1 lines
Diff to previous 1.91 (colored)

1.92:Regen.

Revision 1.91 / (download) - annotate - [select for diffs], Sun Sep 13 04:58:22 1998 UTC (14 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.90: +52 -52 lines
Diff to previous 1.90 (colored)

Regen.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Sep 12 10:48:52 1998 UTC (14 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89 (colored)

Regen.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Sep 12 10:33:40 1998 UTC (14 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.88: +6 -4 lines
Diff to previous 1.88 (colored)

Regen.

Revision 1.88 / (download) - annotate - [select for diffs], Fri Sep 11 22:37:54 1998 UTC (14 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.87: +18 -10 lines
Diff to previous 1.87 (colored)

Regen; signal changes.  (mycroft must have forgotten to commit this)

Revision 1.87 / (download) - annotate - [select for diffs], Thu Jul 2 01:24:25 1998 UTC (14 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.86: +5 -5 lines
Diff to previous 1.86 (colored)

Regen: pad off_t args in pread/pwrite/preadv/pwritev.

Revision 1.86 / (download) - annotate - [select for diffs], Tue Jun 30 19:34:21 1998 UTC (14 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.85: +14 -2 lines
Diff to previous 1.85 (colored)

Regen: added pread(2), pwrite(2), preadv(2), pwritev(2).

Revision 1.85 / (download) - annotate - [select for diffs], Thu Jun 25 22:17:23 1998 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84 (colored)

Regen: defopt NFSSERVER

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jun 25 21:16:59 1998 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.83: +1 -1 lines
Diff to previous 1.83 (colored)

Regen: defopt KTRACE

Revision 1.83 / (download) - annotate - [select for diffs], Fri Jun 5 20:36:54 1998 UTC (14 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.82: +4 -1 lines
Diff to previous 1.82 (colored)

Regen:  addition of fdatasync().

Revision 1.82 / (download) - annotate - [select for diffs], Sat May 30 22:23:30 1998 UTC (14 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.81: +3 -3 lines
Diff to previous 1.81 (colored)

Regen: mlock() and munlock() prototype changes.

Revision 1.81 / (download) - annotate - [select for diffs], Thu May 7 17:24:31 1998 UTC (15 years ago) by kleink
Branch: MAIN
Changes since 1.80: +7 -7 lines
Diff to previous 1.80 (colored)

Regen:  various SysV IPC prototype changes.

Revision 1.80 / (download) - annotate - [select for diffs], Sat May 2 18:41:18 1998 UTC (15 years ago) by christos
Branch: MAIN
Changes since 1.79: +5 -2 lines
Diff to previous 1.79 (colored)

Regen

Revision 1.79 / (download) - annotate - [select for diffs], Fri Mar 27 13:09:53 1998 UTC (15 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

Regen: syscalls.master changed.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Feb 25 21:31:19 1998 UTC (15 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77 (colored)

regen

Revision 1.77 / (download) - annotate - [select for diffs], Thu Feb 19 03:31:12 1998 UTC (15 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.76: +0 -0 lines
Diff to previous 1.76 (colored)

Regen; makesyscalls.sh changed

Revision 1.76 / (download) - annotate - [select for diffs], Thu Feb 19 00:53:18 1998 UTC (15 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75 (colored)

Regen; syscalls.master and makesyscalls.sh changed.

Revision 1.75 / (download) - annotate - [select for diffs], Sat Feb 14 20:05:53 1998 UTC (15 years, 3 months ago) by kleink
Branch: MAIN
Changes since 1.74: +12 -3 lines
Diff to previous 1.74 (colored)

Regen:  syscalls.master change (addition of __posix_chown(), __posix_fchown(),
__posix_lchown(); posix_rename() -> __posix_rename()).

Revision 1.74 / (download) - annotate - [select for diffs], Sat Feb 14 00:40:50 1998 UTC (15 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.73: +5 -2 lines
Diff to previous 1.73 (colored)

Regen: syscalls.master changes (getsid(2))

Revision 1.73 / (download) - annotate - [select for diffs], Fri Jan 9 06:09:54 1998 UTC (15 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.72: +2 -0 lines
Diff to previous 1.72 (colored)

Regen.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Jan 8 00:17:45 1998 UTC (15 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.71: +0 -1 lines
Diff to previous 1.71 (colored)

Regen: back out RCD ID related changes.

Revision 1.71 / (download) - annotate - [select for diffs], Mon Jan 5 18:06:27 1998 UTC (15 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.70: +1 -0 lines
Diff to previous 1.70 (colored)

regened with RCSID

Revision 1.70 / (download) - annotate - [select for diffs], Sun Jan 4 03:47:07 1998 UTC (15 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.69: +5 -2 lines
Diff to previous 1.69 (colored)

Regen: add __vfork14() at #282.

Revision 1.69 / (download) - annotate - [select for diffs], Sat Nov 29 18:43:27 1997 UTC (15 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

Regen.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Nov 25 21:10:56 1997 UTC (15 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67 (colored)

Regen again to reflect correct syscalls.master version.

Revision 1.67 / (download) - annotate - [select for diffs], Tue Nov 25 19:40:52 1997 UTC (15 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.66: +5 -3 lines
Diff to previous 1.66 (colored)

Regen.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Nov 4 21:26:25 1997 UTC (15 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.65: +5 -5 lines
Diff to previous 1.65 (colored)

Regen - syscalls.master changed.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Oct 20 22:07:23 1997 UTC (15 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.64: +9 -9 lines
Diff to previous 1.64 (colored)

Regen, syscalls.master changed.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Oct 19 03:26:52 1997 UTC (15 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Regen.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Oct 18 16:37:21 1997 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.62: +10 -10 lines
Diff to previous 1.62 (colored)

Regen.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Oct 16 23:42:46 1997 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.61: +27 -19 lines
Diff to previous 1.61 (colored)

Regen.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Oct 15 17:29:21 1997 UTC (15 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

Regen.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 15 17:08:45 1997 UTC (15 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.59: +7 -7 lines
Diff to previous 1.59 (colored)

Regen.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Oct 10 02:06:00 1997 UTC (15 years, 7 months ago) by fvdl
Branch: MAIN
CVS Tags: marc-pcmcia-base
Changes since 1.58: +5 -3 lines
Diff to previous 1.58 (colored)

Regen.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Oct 4 17:43:35 1997 UTC (15 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57 (colored)

Regen with the correct NetBSD RCS ID from syscalls.master.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Oct 3 15:08:15 1997 UTC (15 years, 7 months ago) by enami
Branch: MAIN
Changes since 1.56: +10 -1 lines
Diff to previous 1.56 (colored)

Regen.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Sep 9 08:07:55 1997 UTC (15 years, 8 months ago) by veego
Branch: MAIN
Changes since 1.55: +5 -5 lines
Diff to previous 1.55 (colored)

syscalls.master changed; regen.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 8 18:14:17 1997 UTC (15 years, 8 months ago) by chuck
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal
Changes since 1.54: +4 -1 lines
Diff to previous 1.54 (colored)

syscalls.master changed; regen.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Jun 12 22:07:47 1997 UTC (15 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: marc-pcmcia-bp, bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.53: +2 -3 lines
Diff to previous 1.53 (colored)

regenerate.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Jun 12 21:47:09 1997 UTC (15 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored)

regenerate.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Jun 12 14:49:11 1997 UTC (15 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.51: +6 -4 lines
Diff to previous 1.51 (colored)

regenerate.

Revision 1.51 / (download) - annotate - [select for diffs], Sun May 18 20:07:27 1997 UTC (16 years ago) by kleink
Branch: MAIN
Changes since 1.50: +5 -2 lines
Diff to previous 1.50 (colored)

Add posix_rename() syscall: regen.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Apr 16 14:41:32 1997 UTC (16 years, 1 month ago) by jtc
Branch: MAIN
CVS Tags: mrg-vm-swap2-base
Branch point for: mrg-vm-swap2
Changes since 1.49: +3 -0 lines
Diff to previous 1.49 (colored)

Add POSIX.1b nanosleep().

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jan 31 02:35:56 1997 UTC (16 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: is-newarp-before-merge, is-newarp-base, is-newarp
Branch point for: mrg-vm-swap
Changes since 1.48: +1 -1 lines
Diff to previous 1.48 (colored)

Syscalls.master changed, regen.  (NFSCLIENT -> NFS)

Revision 1.48 / (download) - annotate - [select for diffs], Sun Dec 22 08:05:47 1996 UTC (16 years, 5 months ago) by cgd
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.47: +68 -68 lines
Diff to previous 1.47 (colored)

update for new syscalls.master

Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 22 06:48:18 1996 UTC (16 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.46: +357 -1 lines
Diff to previous 1.46 (colored)

regen for syscalls.master and makesyscalls.sh changes

Revision 1.46 / (download) - annotate - [select for diffs], Fri Dec 6 20:06:36 1996 UTC (16 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (colored)

syscalls.master changed; regen.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Dec 3 00:30:59 1996 UTC (16 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44 (colored)

syscalls.master changed; regen.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Nov 15 22:48:21 1996 UTC (16 years, 6 months ago) by jtc
Branch: MAIN
Changes since 1.43: +4 -1 lines
Diff to previous 1.43 (colored)

Add clock_gettime, clock_settime, and clock_getres

Revision 1.43 / (download) - annotate - [select for diffs], Thu Nov 14 04:52:32 1996 UTC (16 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42 (colored)

Regen.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Sep 19 04:55:13 1996 UTC (16 years, 8 months ago) by jtc
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41 (colored)

renamed sys_getlogin to sys___getlogin.  required by libc namespace conventions

Revision 1.41 / (download) - annotate - [select for diffs], Sat Sep 7 14:18:06 1996 UTC (16 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (colored)

Regen.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Sep 7 12:56:52 1996 UTC (16 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Regen.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Aug 9 10:32:35 1996 UTC (16 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)

Change reboot(2) to take two arguments: bootopt like normal and also
a boot string for firmware that can do this, such as the SPARC and
the sun3 models.  It is currently silently ignored on all other
hardware now, however.  The MD function "boot()" has been changed to
also take a char *.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jun 23 11:08:10 1996 UTC (16 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

Regen.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 23 10:28:05 1996 UTC (17 years, 1 month ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Regen.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 8 21:06:20 1996 UTC (17 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)

Reran makesyscalls.sh.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 27 04:20:30 1996 UTC (17 years, 2 months ago) by jonathan
Branch: MAIN
Changes since 1.34: +2 -0 lines
Diff to previous 1.34 (colored)

Add NTP kernel precision timekeeping from Dave Mill's xntp distribution
and the "kernel.tar.Z" distribution on louie.udel.edu, which is older than
xntp 3.4y or 3.5a, but contains newer kernel source fragments.

This commit adds support for a new kernel configuration option, NTP.
If NTP is selected, then the system clock should be run at "HZ", which
must be defined at compile time to be one value from:
  60, 64, 100, 128, 256, 512, 1024.

Powers of 2 are ideal; 60 and 100 are supported but are marginally less
accurate.

If NTP is not configured, there should be no change in behavior relative
to pre-NTP kernels.

These changes have been tested extensively with xntpd 3.4y on a decstation;
almost identical kernel mods work on an i386.  No pulse-per-second (PPS)
line discipline support is included, due to unavailability of hardware
to test it.

With this in-kernel PLL support for NetBSD, both xntp 3.4y and xntp
3.5a user-level code need minor changes. xntp's prototype for
syscall() is  correct for FreeBSD, but not for NetBSD.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Nov 22 23:09:40 1995 UTC (17 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)

update for new syscalls.master

Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 10 01:33:32 1995 UTC (17 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.32: +42 -42 lines
Diff to previous 1.32 (colored)

Reran makesyscalls.sh.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Oct 7 06:41:52 1995 UTC (17 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)

Reran makesyscalls.sh.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Apr 22 19:44:38 1995 UTC (18 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.30: +1 -0 lines
Diff to previous 1.30 (colored)

makesyscalls.sh was changed.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 9 17:35:15 1995 UTC (18 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)

Update to match syscalls.master.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 6 00:09:39 1995 UTC (18 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

update for new syscalls.master

Revision 1.28 / (download) - annotate - [select for diffs], Sat Dec 24 14:31:20 1994 UTC (18 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)

make from latest syscalls.master.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 14 16:30:20 1994 UTC (18 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26 (colored)

Add undelete syscall, per CSRG.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Oct 21 00:16:00 1994 UTC (18 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored)

Reran makesyscalls.sh.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 20 04:32:39 1994 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored)

update rcsid

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 20 04:29:03 1994 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.23: +54 -42 lines
Diff to previous 1.23 (colored)

update for new syscall args description mechanism

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 30 17:01:45 1994 UTC (18 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored)

gen syscall fiels from new syscalls.master

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 14 05:21:05 1994 UTC (18 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 8 11:38:51 1994 UTC (18 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.20: +3 -8 lines
Diff to previous 1.20 (colored)

Update to 4.4-Lite fs code, with local changes.

Revision 1.20 / (download) - annotate - [select for diffs], Tue May 17 00:02:36 1994 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored)

make getdomainname, setdomainname, and uname COMPAT_09 in syscall table

Revision 1.19 / (download) - annotate - [select for diffs], Sat May 7 00:42:36 1994 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.18: +16 -11 lines
Diff to previous 1.18 (colored)

shuffle syscalls

Revision 1.18 / (download) - annotate - [select for diffs], Wed May 4 01:39:01 1994 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.17: +10 -7 lines
Diff to previous 1.17 (colored)

expand the rlimit struct, kill last vestiges of off_t bogosity.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 29 04:41:51 1994 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

kill syscall name aliases. no user-visible changes

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 16 23:23:58 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 (colored)

start to phase out temp. off_t syscalls

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 7 00:40:46 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: wnvm, nvm-base
Branch point for: nvm
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

SUGID semantics, similar to 4.4BSD

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 2 08:39:45 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.13: +10 -5 lines
Diff to previous 1.13 (colored)

frob arguments a little bit

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 27 09:09:54 1994 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.12: +14 -7 lines
Diff to previous 1.12 (colored)

expand uid_t/gid_t/off_t

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 8 23:57:47 1994 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

syscalls.master updated

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 12 19:43:08 1993 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

update to new syscalls.master

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 14 13:23:27 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Add the System V message queue and semaphore facilities.  Implemented
by Daniel Boulet <danny@BouletFermat.ab.ca>

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 2 09:55:31 1993 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

Update after fixing syscalls.master.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 19 18:55:52 1993 UTC (19 years, 8 months ago) by brezak
Branch: MAIN
CVS Tags: magnum-base
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Add sysarch() syscall.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 20 16:20:49 1993 UTC (20 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-0-9-patch-001, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Branch point for: magnum
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored)

multiple-inclusion-protect and fix version string problem.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 20 02:59:55 1993 UTC (20 years ago) by cgd
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

fix for new syscalls.master versioning

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 6 10:48:48 1993 UTC (20 years ago) by cgd
Branch: MAIN
Changes since 1.4: +1 -5 lines
Diff to previous 1.4 (colored)

diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 19 01:23:18 1993 UTC (20 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3 (colored)

Add consistent multiple-inclusion protection.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 6 10:37:38 1993 UTC (20 years, 1 month ago) by glass
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

added 'makesyscalls.sh' from BNR/2.  Edit only 'syscalls.master'
recreates init_sysent.c syscalls.c ../sys/syscall.h which should
then be checked back in.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 2 12:25:31 1993 UTC (20 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN

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>