CVS log for src/sys/compat/freebsd/freebsd_syscallargs.h
Up to [cvs.NetBSD.org] / src / sys / compat / freebsd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.91.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:14 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.91.4.1: preferred, colored; branchpoint 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91.4.1: +8 -2
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Jun 18 01:42:44 2019 UTC (5 years, 5 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
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,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache,
HEAD
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +7 -1
lines
regen
Revision 1.91.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:58 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2
lines
Sync with HEAD
Revision 1.91.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:45 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91: +2 -2
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Aug 10 21:47:14 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: MAIN
CVS tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2
lines
Regen
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Jan 6 16:41:23 2018 UTC (6 years, 11 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
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
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +6 -2
lines
Revert vadvise(2) removal
This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).
It used to instruct the kernel about paging policy (G/C aware, flush etc).
Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.
vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.
Requested by <mrg>
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Dec 19 19:18:18 2017 UTC (6 years, 11 months ago) by kamil
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -5
lines
compat/freebsd: Drop SYS_vadvise
The (o)vadvise syscall is dummy since the beginning of NetBSD.
Sponsored by <The NetBSD Foundation>
Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Dec 19 18:15:08 2017 UTC (6 years, 11 months ago) by kamil
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -5
lines
compat/freebsd: Drop SYS_sbrk
sbrk - change data segment size
This syscall is dummy since the inception of the project.
Sponsored by <The NetBSD Foundation>
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Dec 19 08:27:05 2017 UTC (6 years, 11 months ago) by kamil
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -5
lines
compat freebsd: Drop the sstk(2) syscall
sstk(2) has never been implemented by the NetBSD kernel.
Sponsored by <The NetBSD Foundation>
Revision 1.81.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:53 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.81.2.1: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.2.1: +3 -0
lines
update from HEAD
Revision 1.82.6.2: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:58 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.82.6.1: preferred, colored; branchpoint 1.82: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82.6.1: +4 -1
lines
Sync with HEAD
Revision 1.86.4.1: download - view: text, markup, annotated - select for diffs
Thu May 11 02:58:36 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.86: preferred, colored; next MAIN 1.87: preferred, colored
Changes since revision 1.86: +4 -1
lines
Sync with HEAD
Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed May 10 06:19:48 2017 UTC (7 years, 7 months ago) by riastradh
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-8-base,
netbsd-8-3-RELEASE,
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
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -0
lines
regen
Revision 1.85.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:40 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.85: preferred, colored; next MAIN 1.86: preferred, colored
Changes since revision 1.85: +1 -1
lines
Sync with HEAD
Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:23 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84: +1 -1
lines
Sync with HEAD
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jan 16 17:43:04 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base1,
prg-localcount2-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
nick-nhusb-base-20170204,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Branch point for: prg-localcount2
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -0
lines
regen
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Jan 13 06:19:35 2017 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +0 -0
lines
regen
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Sep 24 14:40:28 2015 UTC (9 years, 2 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +0 -0
lines
Regen
Revision 1.82.6.1: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:18:05 2015 UTC (9 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1
lines
Sync with HEAD
Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Mar 7 16:41:53 2015 UTC (9 years, 9 months ago) by christos
Branches: MAIN
CVS tags: nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +0 -0
lines
regen
Revision 1.81.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:31 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.80.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:15 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.80.4.1: preferred, colored; branchpoint 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80.4.1: +2 -2
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.81.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:31 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81: +2 -2
lines
sync with head
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:39:57 2013 UTC (11 years, 1 month ago) by njoly
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
nick-nhusb-base,
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
Branch point for: nick-nhusb
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
Regen for dup/dup2/dup3 argument types fix.
Revision 1.80.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:14 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -7
lines
sync with head
Revision 1.80.8.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:26 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +0 -6
lines
sync to latest -current
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Mar 10 21:51:57 2012 UTC (12 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
rmind-smpnet
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -7
lines
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.79.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:07:18 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79: +5 -5
lines
Sync with HEAD.
Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:36 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79: +4 -4
lines
sync with head
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:33 2011 UTC (13 years, 9 months ago) by bouyer
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
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-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
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-pre-base2,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4
lines
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.79.6.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 21:47:25 2011 UTC (13 years, 10 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79: +4 -4
lines
Regen: quotactl compat
Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:42:57 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +1 -29
lines
Sync with HEAD.
Revision 1.72.12.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:13 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.72.12.1: preferred, colored; branchpoint 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72.12.1: +2 -30
lines
sync with head
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Mar 2 21:14:44 2010 UTC (14 years, 9 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: rmind-uvmplock,
jruoho-x86intr,
bouyer-quota2
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -7
lines
regen:
- remove nfssvc / fs_nfs.h / #ifdef NFS
- make getfh unconditional
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Mar 2 16:09:11 2010 UTC (14 years, 9 months ago) by pooka
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -23
lines
regen for conditional lfs syscall removal
Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Dec 14 00:58:35 2009 UTC (15 years ago) by matt
Branches: MAIN
CVS tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +0 -0
lines
Regen (new makesyscalls.sh)
Revision 1.72.12.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:18 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +36 -46
lines
sync with head.
Revision 1.72.20.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:22 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +36 -46
lines
Sync with HEAD.
Revision 1.72.6.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:42 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +35 -45
lines
Sync with HEAD.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jan 13 22:33:09 2009 UTC (15 years, 11 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2
lines
Regen to prove I didn't screw up the conversion: purely RCSID changes.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Jan 11 02:45:47 2009 UTC (15 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +35 -35
lines
merge christos-time_t
Revision 1.72.18.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:48 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +2 -12
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.72.8.2: download - view: text, markup, annotated - select for diffs
Thu Nov 20 20:45:38 2008 UTC (16 years ago) by christos
Branches: christos-time_t
Diff to: previous 1.72.8.1: preferred, colored; branchpoint 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72.8.1: +2 -12
lines
merge with head.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Nov 19 18:39:43 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
christos-time_t-nbase,
christos-time_t-base,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -11
lines
Regen.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Nov 14 15:50:01 2008 UTC (16 years, 1 month ago) by ad
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1
lines
Regen.
Revision 1.72.8.1: download - view: text, markup, annotated - select for diffs
Sat Mar 29 20:46:58 2008 UTC (16 years, 8 months ago) by christos
Branches: christos-time_t
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +34 -34
lines
Welcome to the time_t=long long dev_t=uint64_t branch.
Revision 1.60.4.4: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:40:53 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.60.4.3: preferred, colored; branchpoint 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60.4.3: +661 -243
lines
sync with head
Revision 1.71.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:50:42 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +661 -243
lines
sync with HEAD
Revision 1.71.20.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:51:53 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +660 -242
lines
Sync with HEAD
Revision 1.71.16.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:48:54 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +661 -243
lines
Sync with head.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Dec 20 23:10:42 2007 UTC (16 years, 11 months ago) by dsl
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
vmlocking2-base3,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-net80211-sync-base,
nick-net80211-sync,
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,
mjf-devfs-base,
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-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-dm-base1,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
nick-hppapmap,
mjf-devfs2,
haad-dm,
christos-time_t
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +660 -242
lines
regen
Revision 1.60.4.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:32:00 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.60.4.2: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.4.2: +37 -191
lines
sync with head.
Revision 1.70.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:27:04 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.70: preferred, colored; next MAIN 1.71: preferred, colored
Changes since revision 1.70: +32 -186
lines
Sync with head.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jul 13 20:49:07 2007 UTC (17 years, 5 months ago) by dsl
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
vmlocking-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: vmlocking2,
matt-armv6,
bouyer-xeni386
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +32 -186
lines
Update generated files.
Revision 1.69.8.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:51:58 2007 UTC (17 years, 9 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +6 -6
lines
Sync with HEAD.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:01:15 2007 UTC (17 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
mjf-ufs-trans-base,
mjf-ufs-trans
Branch point for: vmlocking
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +6 -6
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.60.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:32 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.60.4.1: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.4.1: +5 -5
lines
sync with head.
Revision 1.63.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:45:14 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +9 -9
lines
sync with head
Revision 1.63.8.3: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:23:38 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.63.8.2: preferred, colored; branchpoint 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.8.2: +2 -2
lines
sync with head.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Sep 1 21:19:44 2006 UTC (18 years, 3 months ago) by matt
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
rpaulo-netinet-merge-pcb-base,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
newlock2,
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,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -7
lines
Regen.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Aug 30 11:05:14 2006 UTC (18 years, 3 months ago) by matt
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +7 -1
lines
Regen (for PTRACE).
Revision 1.63.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:43:19 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.63.8.1: preferred, colored; branchpoint 1.63: preferred, colored
Changes since revision 1.63.8.1: +5 -5
lines
sync with head
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jul 31 16:34:43 2006 UTC (18 years, 4 months ago) by martin
Branches: MAIN
CVS tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
Make filehandles opaque to userland
Revision 1.65.4.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:07 2006 UTC (18 years, 5 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +3 -3
lines
Merge from HEAD.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:30:50 2006 UTC (18 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2
lines
regenerate.
Revision 1.60.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:58:50 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +10 -10
lines
sync with head.
Revision 1.63.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:35:48 2006 UTC (18 years, 6 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +6 -6
lines
Sync with head.
Revision 1.63.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:26 2006 UTC (18 years, 6 months ago) by tron
Branches: peter-altq
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +6 -6
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.63.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:27 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +6 -6
lines
sync with head.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun May 14 21:24:49 2006 UTC (18 years, 7 months ago) by elad
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: gdamore-uart
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +0 -0
lines
integrate kauth.
Revision 1.63.10.1: download - view: text, markup, annotated - select for diffs
Thu May 11 23:27:30 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +6 -6
lines
sync with head
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu May 4 17:50:28 2006 UTC (18 years, 7 months ago) by christos
Branches: MAIN
CVS tags: elad-kernelauth-base
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +6 -6
lines
Regen
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:20:02 2005 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1
lines
merge ktrace-lwp.
Revision 1.52.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:00:52 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.52.2.4: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.2.4: +6 -6
lines
Sync with HEAD. Here we go again...
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Sep 13 01:42:32 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1
lines
compat code reorg.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Aug 19 02:03:57 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -4
lines
64 bit inode changes.
Revision 1.58.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:31 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +12 -3
lines
sync with -current
Revision 1.58.6.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:31 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +12 -3
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.52.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:39:35 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.52.2.3: preferred, colored
Changes since revision 1.52.2.3: +12 -3
lines
Sync with HEAD.
Hi Perry!
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Feb 26 23:58:19 2005 UTC (19 years, 9 months ago) by perry
Branches: 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
Branch point for: yamt-lazymbuf
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1
lines
regen
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 22 16:16:48 2005 UTC (19 years, 9 months ago) by heas
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +11 -2
lines
Re-gen for sysctl emulation
Revision 1.52.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:25:10 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.52.2.2: preferred, colored
Changes since revision 1.52.2.2: +1 -1
lines
Fix the sync with head I botched.
Revision 1.52.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:43:15 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.52.2.1: preferred, colored
Changes since revision 1.52.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.52.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:43:44 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +314 -9
lines
Sync with HEAD
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue May 11 10:55:29 2004 UTC (20 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -19
lines
regen
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon May 10 20:47:14 2004 UTC (20 years, 7 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1
lines
Regen src/sys/compat/freebsd_sys{call.h,callargs.h,calls.c,ent.c} from
syscalls.master rev 1.45, with COMPAT_2.0 fix.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:36 2004 UTC (20 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +23 -5
lines
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jan 29 02:00:02 2004 UTC (20 years, 10 months ago) by tsarna
Branches: 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
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -0
lines
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.54: download - view: text, markup, annotated - select for diffs
Wed Nov 26 19:23:29 2003 UTC (21 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +254 -3
lines
Regen: add new syscalls to the list
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Sep 18 14:50:08 2003 UTC (21 years, 2 months ago) by pooka
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +54 -2
lines
regen
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:30:59 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1
lines
Regen to get correct RCS ID.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jan 18 07:33:53 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +238 -238
lines
Regen: Merge the nathanw_sa branch.
Revision 1.44.2.8: download - view: text, markup, annotated - select for diffs
Sun Dec 29 19:49:13 2002 UTC (21 years, 11 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.44.2.7: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.7: +37 -1
lines
Sync with HEAD.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Dec 22 00:06:00 2002 UTC (21 years, 11 months ago) by gmcgarry
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +36 -0
lines
Add stubs for scheduler syscalls.
Revision 1.44.2.7: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:40:57 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.6: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.6: +6 -1
lines
Catch up to -current.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Oct 9 20:24:10 2002 UTC (22 years, 2 months ago) by pooka
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -1
lines
regen for rfork
Revision 1.45.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:43:45 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.45.2.1: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.2.1: +5 -5
lines
catch up with -current on kqueue branch
Revision 1.44.2.6: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:42:46 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.5: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.5: +3 -3
lines
Catch up to -current.
Revision 1.44.2.5: download - view: text, markup, annotated - select for diffs
Wed May 29 21:48:42 2002 UTC (22 years, 6 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.4: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.4: +1 -1
lines
Regen.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri May 3 00:25:30 2002 UTC (22 years, 7 months ago) by eeh
Branches: 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,
kqueue-base,
gehenna-devsw-base,
gehenna-devsw
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -4
lines
Regen.
Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Wed Mar 6 22:05:13 2002 UTC (22 years, 9 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +14 -1
lines
Pull up regenerated files (requested by jonathan):
Add support for FreeBSD 4.x signals; fixes PR#9769.
Revision 1.44.2.4: download - view: text, markup, annotated - select for diffs
Thu Feb 28 20:00:21 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.3: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.3: +2 -2
lines
Regen.
Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:51:03 2002 UTC (22 years, 11 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +9 -4
lines
Sync kqueue branch with -current.
Revision 1.44.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:12:56 2001 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.2: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.2: +9 -4
lines
Catch up to -current.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Nov 13 02:08:10 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: newlock-base,
newlock,
ifpoll-base,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2
lines
add RCSIDs (including regeneration of files as appropriate)
Revision 1.45.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:17:48 2001 UTC (23 years, 1 month ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +6 -2
lines
Sync the thorpej-mips-cache branch with -current.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Oct 27 10:02:58 2001 UTC (23 years, 1 month ago) by jdolecek
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -1
lines
Regen:
Hook in minherit(2), fhstatfs(2), fhopen(2), fhstat(2).
Adresses kern/8622 by Paul Shupak.
Revision 1.44.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:59:02 2001 UTC (23 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44.2.1: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.1: +2 -2
lines
Catch up to -current.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 30 11:37:23 2001 UTC (23 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache,
kqueue
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1
lines
use _KERNEL_OPT.
Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 5 22:49:20 2001 UTC (23 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +224 -224
lines
Initial commit of scheduler activations and lightweight process support.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jan 27 07:25:03 2001 UTC (23 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +0 -0
lines
Regen; add sy_flags.
Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:35:20 2001 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.2: +7 -1
lines
Sync with HEAD
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Dec 17 16:14:40 2000 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -1
lines
regen
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Wed Dec 13 15:49:41 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +5 -5
lines
Sync with HEAD (for UBC fixes).
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 9 07:11:18 2000 UTC (24 years ago) by mycroft
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4
lines
Regen.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 9 06:19:41 2000 UTC (24 years ago) by mycroft
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -0
lines
Regen.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Dec 9 05:37:02 2000 UTC (24 years ago) by mycroft
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1
lines
Regen.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:08:10 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +234 -215
lines
Update thorpej_scsipi to -current as of a month ago
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 18 19:35:17 2000 UTC (24 years, 3 months ago) by cgd
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1
lines
update for changed makesyscalls.master
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Aug 18 19:26:56 2000 UTC (24 years, 3 months ago) by cgd
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +223 -223
lines
update for changed makesyscalls.sh
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 8 02:15:09 2000 UTC (24 years, 4 months ago) by itojun
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
regen
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Aug 8 02:12:30 2000 UTC (24 years, 4 months ago) by itojun
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
s/#ifdefined/#ifdef/
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Aug 7 18:10:25 2000 UTC (24 years, 4 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1
lines
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()
does.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:15:05 2000 UTC (24 years, 5 months ago) by onoe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +11 -1
lines
implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls:
sigaction, sigprocmask, sigsuspend, and sigpending.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue May 23 16:05:51 2000 UTC (24 years, 6 months ago) by tv
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -1
lines
Add names for many syscalls not yet implemented, including those in
FreeBSD 4.0-RELEASE. Also implement the following using existing NetBSD
syscalls: pread, pwrite, getsid, mlockall, munlockall, __getcwd.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:18:54 2000 UTC (24 years, 7 months ago) by minoura
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1
lines
Regen.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:48:48 1999 UTC (25 years, 3 months ago) by thorpej
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase
Branch point for: thorpej_scsipi
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +15 -15
lines
Regen.
Revision 1.28.4.2: download - view: text, markup, annotated - select for diffs
Mon Aug 2 21:51:41 1999 UTC (25 years, 4 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.28.4.1: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.4.1: +2 -2
lines
Regen.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jul 12 22:04:01 1999 UTC (25 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: chs-ubc2-base
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1
lines
Regen.
Revision 1.28.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:06:44 1999 UTC (25 years, 5 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -6
lines
Sync w/ -current.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jun 9 12:38:50 1999 UTC (25 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5
lines
regen
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Feb 9 20:46:40 1999 UTC (25 years, 10 months ago) by christos
Branches: 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,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +79 -35
lines
Regen
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 10 17:13:06 1998 UTC (26 years ago) by christos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1
lines
Regen
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 19 22:28:16 1998 UTC (26 years, 1 month ago) by tron
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach,
chs-ubc-base,
chs-ubc
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -1
lines
Regen.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 3 19:31:24 1998 UTC (26 years, 2 months ago) by eeh
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -2
lines
Fix big-endian syscall args.
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 30 18:18:36 1998 UTC (26 years, 2 months ago) by cgd
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +2 -1
lines
regen after pull-up of syscalls.master rev 1.16 from trunk (tv)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 11 23:15:07 1998 UTC (26 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4
lines
Regen.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 25 22:18:53 1998 UTC (26 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: eeh-paddr_t-base,
eeh-paddr_t
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1
lines
Regen: defopt NFSSERVER
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 25 21:17:56 1998 UTC (26 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1
lines
Regen: defopt KTRACE
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat May 2 18:14:56 1998 UTC (26 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1
lines
regen.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 19 03:34:16 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -0
lines
Regen: makesyscalls.sh changed.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 19 00:36:33 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1
lines
Regen: syscalls.master and makesyscalls.sh changed.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 29 11:35:26 1998 UTC (26 years, 10 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +28 -4
lines
Regen
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:32:41 1998 UTC (26 years, 10 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1
lines
Regen.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:31:35 1998 UTC (26 years, 10 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +27 -3
lines
Put a local copy of the SysV IPC compatibility from compat/common in here, so
it's not dependent on COMPAT_10. Also, fix translation of shmctl(), since
FreeBSD's is a little different.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 9 06:10:56 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -0
lines
Regen.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 8 00:19:30 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1
lines
Regen: back out RCD ID related changes.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 5 18:23:01 1998 UTC (26 years, 11 months ago) by perry
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0
lines
regened with RCSIDs in place
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 30 18:08:02 1997 UTC (27 years ago) by veego
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Regen.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 18 16:32:04 1997 UTC (27 years, 2 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4
lines
Regen.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 16 23:50:26 1997 UTC (27 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Regen.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 16 03:36:15 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1
lines
Regen.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:21:24 1997 UTC (27 years, 2 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +9 -2
lines
Update marc-pcmcia branch from trunk.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 10 02:00:57 1997 UTC (27 years, 2 months ago) by enami
Branches: MAIN
CVS tags: marc-pcmcia-base
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -1
lines
Regen from syscalls.master 1.9.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 10 01:45:49 1997 UTC (27 years, 2 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Regen.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 13 19:13:01 1997 UTC (27 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp,
bouyer-scsipi
Branch point for: marc-pcmcia
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Regen: Use compat_12_sys_swapon().
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 14 23:29:32 1997 UTC (27 years, 10 months ago) by mrg
Branches: mrg-vm-swap
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +1 -1
lines
regen.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 31 02:18:28 1997 UTC (27 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: is-newarp-before-merge,
is-newarp-base,
is-newarp
Branch point for: mrg-vm-swap
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Syscalls.master changed, regen. (NFSCLIENT -> NFS)
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Tue Jan 14 21:29:41 1997 UTC (27 years, 11 months ago) by thorpej
Branches: thorpej-setroot
Diff to: previous 1.5.2.1: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +1 -1
lines
syscalls.master changed; regen.
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 14 21:26:51 1997 UTC (27 years, 11 months ago) by thorpej
Branches: thorpej-setroot
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system
selection. Notable features:
- All ports behave in a consistent manner regarding root
device selection.
- No more "options GENERIC"; all kernels have the ability
to boot with RB_ASKNAME to select root device and file system
type.
- Root file system type can be wildcarded; a machine-independent
function will try all possible file systems for the selected
root device until one succeeds.
- If the root file system fails to mount, the operator will
be given the chance to select a new root device and file
system type, rather than having the machine simply panic.
- nfs_mountroot() no longer panics if any part of the NFS
mount process fails; it now returns an error, giving the
operator a chance to recover.
- New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic
config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ?
config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file
system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be
made. "root" may be wired down or wildcarded. "swap" and
"dump" specifications are optional, and follow previous
semantics.
- config(8) has a new "file-system" keyword, used to configure
file systems into the kernel. Eventually, this will be used
to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by
"file-system NFS". "options NFSSERVER" still exists, since
NFS server support is independent of the NFS file system
client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and
will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use
the new setroot(). Only SPARC, i386, and Alpha ports have been
tested at this time. Port masters should test these changes on their
ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in
nfs_mountroot() (to prompt for server address and path) and, potentially,
the ability to select rarp/bootparam or bootp in nfs_mountroot().
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 10 08:55:36 1996 UTC (28 years ago) by mycroft
Branches: netbsd-1-2
CVS tags: netbsd-1-2-PATCH001
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +3 -3
lines
Regen.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 20 16:43:57 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Branch point for: thorpej-setroot
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
regen
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 23 11:19:42 1996 UTC (28 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Catch up with setre[ug]id() changes.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 20 16:07:36 1995 UTC (29 years, 1 month ago) by pk
Branches: netbsd-1-1
CVS tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +1 -1
lines
getppid => sys_getppid; re-ran makesyscalls.sh. (PR#1643).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 10 18:30:33 1995 UTC (29 years, 2 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Fix minor oversight.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 10 01:34:58 1995 UTC (29 years, 2 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1
lines
Fix typo.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 10 01:20:12 1995 UTC (29 years, 2 months ago) by mycroft
Branches: MAIN
Output of makesyscalls.sh.
CVSweb <webmaster@jp.NetBSD.org>