The NetBSD Project

CVS log for src/sys/compat/ultrix/ultrix_ioctl.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37.8.1 / (download) - annotate - [select for diffs], Wed Jun 21 21:04:01 2023 UTC (9 months, 3 weeks ago) by martin
Branch: netbsd-8
Changes since 1.37: +11 -2 lines
Diff to previous 1.37 (colored) next main 1.38 (colored) to selected 1.13.12.1 (colored)

Pull up following revision(s) (requested by riastradh in ticket #1836):

	sys/compat/linux/arch/i386/linux_machdep.c: revision 1.168
	sys/compat/sunos/sunos_misc.c: revision 1.177
	sys/compat/netbsd32/netbsd32_compat_50.c: revision 1.52
	sys/compat/common/kern_resource_43.c: revision 1.23
	sys/compat/netbsd32/netbsd32_conv.h: revision 1.46
	sys/compat/linux/arch/i386/linux_ptrace.c: revision 1.35
	sys/compat/common/vfs_syscalls_12.c: revision 1.38
	sys/compat/ultrix/ultrix_misc.c: revision 1.126
	sys/compat/common/kern_sig_43.c: revision 1.37
	sys/compat/linux/common/linux_mtio.c: revision 1.8
	sys/compat/freebsd/freebsd_misc.c: revision 1.34
	sys/compat/linux/common/linux_olduname.c: revision 1.67
	sys/compat/linux/arch/mips/linux_machdep.c: revision 1.44
	sys/compat/freebsd/freebsd_sched.c: revision 1.23
	sys/compat/ossaudio/ossaudio.c: revision 1.84
	sys/compat/sys/time_types.h: revision 1.6
	sys/compat/linux/arch/powerpc/linux_machdep.c: revision 1.51
	sys/compat/linux/common/linux_file.c: revision 1.119
	sys/compat/linux/arch/arm/linux_machdep.c: revision 1.34
	sys/compat/netbsd32/netbsd32_wait.c: revision 1.25
	sys/compat/linux32/common/linux32_time.c: revision 1.38
	sys/compat/linux/arch/powerpc/linux_ptrace.c: revision 1.33
	sys/compat/linux/arch/alpha/linux_machdep.c: revision 1.52
	sys/compat/linux32/arch/amd64/linux32_machdep.c: revision 1.46
	sys/compat/netbsd32/netbsd32_compat_12.c: revision 1.36
	sys/compat/ultrix/ultrix_ioctl.c: revision 1.39
	sys/compat/linux/common/linux_misc.c: revision 1.252
	sys/compat/linux/common/linux_hdio.c: revision 1.19
	sys/compat/sunos/sunos_ioctl.c: revision 1.71
	sys/compat/linux/common/linux_sched.c: revision 1.79
	sys/compat/common/kern_info_43.c: revision 1.40
	sys/compat/linux32/common/linux32_exec_elf32.c: revision 1.20
	sys/compat/linux/common/linux_socket.c: revision 1.153
	sys/compat/linux/arch/amd64/linux_machdep.c: revision 1.60
	sys/compat/common/vfs_syscalls_43.c: revision 1.68
	sys/compat/linux/arch/powerpc/linux_exec_powerpc.c: revision 1.25
	sys/compat/netbsd32/netbsd32_ptrace.c: revision 1.9
	sys/compat/common/kern_time_50.c: revision 1.37
	sys/compat/netbsd32/netbsd32_compat_20.c: revision 1.42
	sys/compat/linux/common/linux_cdrom.c: revision 1.28
	sys/compat/linux/arch/m68k/linux_machdep.c: revision 1.43
	sys/compat/common/kern_info_09.c: revision 1.22
	sys/compat/linux32/common/linux32_resource.c: revision 1.12
	sys/compat/linux/common/linux_oldolduname.c: revision 1.67
	sys/compat/netbsd32/netbsd32_nfssvc.c: revision 1.8
	sys/compat/linux32/common/linux32_signal.c: revision 1.21
	sys/compat/common/kern_sig_13.c: revision 1.22
	sys/compat/sunos32/sunos32_ioctl.c: revision 1.36
	sys/compat/netbsd32/netbsd32_compat_43.c: revision 1.62
	sys/compat/linux/arch/arm/linux_ptrace.c: revision 1.23
	sys/compat/netbsd32/netbsd32_time.c: revision 1.56
	sys/compat/linux/common/linux_signal.c: revision 1.84
	sys/compat/netbsd32/netbsd32_signal.c: revision 1.52
	sys/compat/sunos32/sunos32_misc.c: revision 1.85
	sys/compat/linux/common/linux_time.c: revision 1.40
	sys/compat/linux/common/linux_fdio.c: revision 1.14
	sys/compat/common/vfs_syscalls_30.c: revision 1.43

sys/compat: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure.  If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Wed Aug 3 11:11:32 2022 UTC (20 months, 1 week ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE
Changes since 1.38: +11 -2 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.13.12.1 (colored)

Pull up following revision(s), all via patch
(requested by riastradh in ticket #1487):

	sys/compat/linux/arch/i386/linux_machdep.c: revision 1.168
	sys/compat/sunos/sunos_misc.c: revision 1.177
	sys/compat/netbsd32/netbsd32_compat_50.c: revision 1.52
	sys/compat/common/kern_resource_43.c: revision 1.23
	sys/compat/netbsd32/netbsd32_conv.h: revision 1.46
	sys/compat/linux/arch/i386/linux_ptrace.c: revision 1.35
	sys/compat/common/vfs_syscalls_12.c: revision 1.38
	sys/compat/ultrix/ultrix_misc.c: revision 1.126
	sys/compat/common/kern_sig_43.c: revision 1.37
	sys/compat/linux/common/linux_mtio.c: revision 1.8
	sys/compat/freebsd/freebsd_misc.c: revision 1.34
	sys/compat/freebsd/freebsd_machdep.c: revision 1.5
	sys/compat/linux/common/linux_olduname.c: revision 1.67
	sys/compat/linux/arch/mips/linux_machdep.c: revision 1.44
	sys/compat/freebsd/freebsd_sched.c: revision 1.23
	sys/compat/ossaudio/ossaudio.c: revision 1.84
	sys/compat/sys/time_types.h: revision 1.6
	sys/compat/linux/arch/powerpc/linux_machdep.c: revision 1.51
	sys/compat/common/ieee80211_20.c: revision 1.7
	sys/compat/linux/common/linux_file.c: revision 1.119
	sys/compat/linux/arch/arm/linux_machdep.c: revision 1.34
	sys/compat/netbsd32/netbsd32_wait.c: revision 1.25
	sys/compat/linux32/common/linux32_time.c: revision 1.38
	sys/compat/linux/arch/powerpc/linux_ptrace.c: revision 1.33
	sys/compat/linux/arch/alpha/linux_machdep.c: revision 1.52
	sys/compat/linux32/arch/amd64/linux32_machdep.c: revision 1.46
	sys/compat/netbsd32/netbsd32_compat_12.c: revision 1.36
	sys/compat/ultrix/ultrix_ioctl.c: revision 1.39
	sys/compat/linux/common/linux_misc.c: revision 1.252
	sys/compat/linux/common/linux_hdio.c: revision 1.19
	sys/compat/sunos/sunos_ioctl.c: revision 1.71
	sys/compat/linux/common/linux_sched.c: revision 1.79
	sys/compat/common/kern_info_43.c: revision 1.40
	sys/compat/linux32/common/linux32_exec_elf32.c: revision 1.20
	sys/compat/linux/common/linux_socket.c: revision 1.153
	sys/compat/linux/arch/amd64/linux_machdep.c: revision 1.60
	sys/compat/common/vfs_syscalls_43.c: revision 1.68
	sys/compat/linux/arch/powerpc/linux_exec_powerpc.c: revision 1.25
	sys/compat/netbsd32/netbsd32_ptrace.c: revision 1.9
	sys/compat/common/kern_time_50.c: revision 1.37
	sys/compat/netbsd32/netbsd32_compat_20.c: revision 1.42
	sys/compat/linux/common/linux_cdrom.c: revision 1.28
	sys/compat/linux/arch/m68k/linux_machdep.c: revision 1.43
	sys/compat/common/kern_info_09.c: revision 1.22
	sys/compat/linux32/common/linux32_resource.c: revision 1.12
	sys/compat/linux/common/linux_oldolduname.c: revision 1.67
	sys/compat/common/if_media_80.c: revision 1.4
	sys/compat/linux/arch/alpha/linux_osf1.c: revision 1.5
	sys/compat/netbsd32/netbsd32_nfssvc.c: revision 1.8
	sys/compat/linux32/common/linux32_signal.c: revision 1.21
	sys/compat/common/kern_sig_13.c: revision 1.22
	sys/compat/sunos32/sunos32_ioctl.c: revision 1.36
	sys/compat/netbsd32/netbsd32_compat_43.c: revision 1.62
	sys/compat/linux/arch/arm/linux_ptrace.c: revision 1.23
	sys/compat/netbsd32/netbsd32_time.c: revision 1.56
	sys/compat/linux/common/linux_signal.c: revision 1.84
	sys/compat/netbsd32/netbsd32_signal.c: revision 1.52
	sys/compat/sunos32/sunos32_misc.c: revision 1.85
	sys/compat/linux/common/linux_time.c: revision 1.40
	sys/compat/linux/common/linux_fdio.c: revision 1.14
	sys/compat/common/vfs_syscalls_30.c: revision 1.43

sys/compat: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure.  If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Feb 9 22:30:27 2022 UTC (2 years, 2 months ago) by andvar
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.13.12.1 (colored)

fix various typos in comments.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 7 11:43:05 2021 UTC (2 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.38: +11 -2 lines
Diff to previous 1.38 (colored) to selected 1.13.12.1 (colored)

sys/compat: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure.  If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.

Revision 1.37.16.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:03 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.37: +50 -34 lines
Diff to previous 1.37 (colored) next main 1.38 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.38 / (download) - annotate - [select for diffs], Tue Apr 23 07:45:06 2019 UTC (4 years, 11 months ago) by msaitoh
Branch: MAIN
CVS Tags: 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, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, 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, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: netbsd-9
Changes since 1.37: +50 -34 lines
Diff to previous 1.37 (colored) to selected 1.13.12.1 (colored)

 KNF. No functional change.

Revision 1.36.22.1 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:57 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.13.12.1 (colored)

update from HEAD

Revision 1.36.40.1 / (download) - annotate - [select for diffs], Mon Dec 5 10:55:00 2016 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.36.44.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:49:07 2016 UTC (7 years, 5 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Sat Oct 8 15:48:07 2016 UTC (7 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, netbsd-8
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.13.12.1 (colored)

Uninitialized var, found by mootja; not tested, but obvious enough

Revision 1.35.4.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:20 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.13.12.1 (colored)

sync with head

Revision 1.36 / (download) - annotate - [select for diffs], Mon Dec 14 00:47:12 2009 UTC (14 years, 4 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, 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, 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, matt-mips64-premerge-20101231, localcount-20160914, khorben-n900, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: tls-maxphys, pgoyette-localcount, nick-nhusb
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored) to selected 1.13.12.1 (colored)

Merge from matt-nb5-mips64

Revision 1.35.22.1 / (download) - annotate - [select for diffs], Wed Sep 9 21:15:59 2009 UTC (14 years, 7 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.13.12.1 (colored)

Change to use fixed sized types.

Revision 1.35.6.2 / (download) - annotate - [select for diffs], Wed May 14 01:35:12 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.35.6.1: +2 -3 lines
Diff to previous 1.35.6.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.13.12.1 (colored)

Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.

Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)

Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.

This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.

I think this reduction is very good thing.

Revision 1.35.6.1 / (download) - annotate - [select for diffs], Sat May 10 23:49:02 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (colored) to selected 1.13.12.1 (colored)

Initial checkin of re-adding SA. Everything except kern_sa.c
compiles in GENERIC for i386. This is still a work-in-progress, but
this checkin covers most of the mechanical work (changing signalling
to be able to accomidate SA's process-wide signalling and re-adding
includes of sys/sa.h and savar.h). Subsequent changes will be much
more interesting.

Also, kern_sa.c has received partial cleanup. There's still more
to do, though.

Revision 1.34.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:35 2008 UTC (16 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.34: +9 -12 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD.

Revision 1.27.2.5 / (download) - annotate - [select for diffs], Mon Mar 24 09:38:46 2008 UTC (16 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.4: +9 -12 lines
Diff to previous 1.27.2.4 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored) to selected 1.13.12.1 (colored)

sync with head.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 21 21:54:59 2008 UTC (16 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, 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, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, 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-devfs2-base, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u1-k1-k5, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, wrstuden-revivesa, matt-nb5-mips64
Changes since 1.34: +9 -12 lines
Diff to previous 1.34 (colored) to selected 1.13.12.1 (colored)

Catch up with descriptor handling changes. See kern_descrip.c revision
1.173 for details.

Revision 1.31.14.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:31 2008 UTC (16 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.31: +71 -59 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD.

Revision 1.27.2.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:42:16 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.3: +71 -59 lines
Diff to previous 1.27.2.3 (colored) to branchpoint 1.27 (colored) to selected 1.13.12.1 (colored)

sync with head

Revision 1.31.8.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:52:03 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.31: +71 -59 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.13.12.1 (colored)

sync with HEAD

Revision 1.31.20.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:10:51 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.31.20.1: +34 -26 lines
Diff to previous 1.31.20.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.34 / (download) - annotate - [select for diffs], Sat Jan 5 19:14:09 2008 UTC (16 years, 3 months ago) by dsl
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Branch point for: mjf-devfs2
Changes since 1.33: +36 -28 lines
Diff to previous 1.33 (colored) to selected 1.13.12.1 (colored)

Use FILE_LOCK() and FILE_UNLOCK().
Attempt to fix all the code paths so that the 'fp' returned by fd_getfile()
isn't left locked, and is always unlocked (and ref-counted) before
doing anything that might sleep.

Revision 1.31.20.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:53:38 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.31: +42 -38 lines
Diff to previous 1.31 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 27 17:18:11 2007 UTC (16 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.32: +41 -36 lines
Diff to previous 1.32 (colored) to selected 1.13.12.1 (colored)

make this compile again.

Revision 1.31.16.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:49:44 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.31: +3 -4 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.13.12.1 (colored)

Sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:07 2007 UTC (16 years, 3 months ago) by dsl
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.31: +3 -4 lines
Diff to previous 1.31 (colored) to selected 1.13.12.1 (colored)

Convert all the system call entry points from:
    int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:33:03 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.2: +34 -33 lines
Diff to previous 1.27.2.2 (colored) to branchpoint 1.27 (colored) to selected 1.13.12.1 (colored)

sync with head.

Revision 1.29.8.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:04:51 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.29: +34 -33 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.13.12.1 (colored)

Sync with head.

Revision 1.29.6.1 / (download) - annotate - [select for diffs], Sat Jun 9 23:57:48 2007 UTC (16 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.29: +34 -33 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.13.12.1 (colored)

Sync with head.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jun 1 11:36:35 2007 UTC (16 years, 10 months ago) by he
Branch: 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-ufs-trans-base, 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, mjf-devfs, matt-armv6, bouyer-xeni386
Changes since 1.30: +6 -5 lines
Diff to previous 1.30 (colored) to selected 1.13.12.1 (colored)

Fallout from the interface ioctl changes:

OSIOCGIFADDR -> OOSIOCGIFADDR
OSIOCGIFDSTADDR -> OOSIOCGIFDSTADDR
OSIOCGIFNETMASK -> OOSIOCGIFNETMASK

Also, one instance of needing to include <net/if.h> before
<compat/sys/sockio.h> due to use of IFNAMSIZ in the latter.

Discussed with christos.

Revision 1.30 / (download) - annotate - [select for diffs], Tue May 29 21:32:29 2007 UTC (16 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.29: +30 -30 lines
Diff to previous 1.29 (colored) to selected 1.13.12.1 (colored)

Add a sockaddr_storage member to "struct ifreq" maintaining backwards
compatibility with the older ioctls. This avoids stack smashing and
abuse of "struct sockaddr" when ioctls placed "struct sockaddr_foo's" that
were longer than "struct sockaddr".
XXX: Some of the emulations might be broken; I tried to add code for
them but I did not test them.

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:09:45 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.1: +2 -3 lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored) to selected 1.13.12.1 (colored)

sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:26 2007 UTC (17 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.13.12.1 (colored)

Merge newlock2 to head.

Revision 1.28.20.1 / (download) - annotate - [select for diffs], Tue Jan 30 13:51:39 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) next main 1.29 (colored) to selected 1.13.12.1 (colored)

Remove support for SA. Ok core@.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:00:00 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27: +20 -20 lines
Diff to previous 1.27 (colored) to selected 1.13.12.1 (colored)

sync with head.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Dec 11 12:20:30 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, peter-altq-base, peter-altq, newlock2-nbase, newlock2-base, 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, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: newlock2
Changes since 1.27: +20 -20 lines
Diff to previous 1.27 (colored) to selected 1.13.12.1 (colored)

merge ktrace-lwp.

Revision 1.23.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:01:40 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.5: +8 -8 lines
Diff to previous 1.23.2.5 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD. Here we go again...

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 1 15:29:41 2005 UTC (18 years, 10 months ago) by drochner
Branch: 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
Branch point for: yamt-lazymbuf
Changes since 1.26: +8 -8 lines
Diff to previous 1.26 (colored) to selected 1.13.12.1 (colored)

avoid shadow warnings

Revision 1.25.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:43 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.25: +12 -12 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.13.12.1 (colored)

sync with -current

Revision 1.25.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:33:48 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.25: +12 -12 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.13.12.1 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.23.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:40:43 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.4: +12 -12 lines
Diff to previous 1.23.2.4 (colored) to branchpoint 1.23 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 26 23:10:22 2005 UTC (19 years, 1 month 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.25: +12 -12 lines
Diff to previous 1.25 (colored) to selected 1.13.12.1 (colored)

nuke trailing whitespace

Revision 1.23.2.4 / (download) - annotate - [select for diffs], Sun Nov 28 11:30:04 2004 UTC (19 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.3: +20 -20 lines
Diff to previous 1.23.2.3 (colored) to branchpoint 1.23 (colored) to selected 1.13.12.1 (colored)

Adapt to branch

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:26:13 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.2: +2 -2 lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored) to selected 1.13.12.1 (colored)

Fix the sync with head I botched.

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:44:18 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.1: +0 -0 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:44:35 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23: +13 -24 lines
Diff to previous 1.23 (colored) to selected 1.13.12.1 (colored)

Sync with HEAD

Revision 1.25 / (download) - annotate - [select for diffs], Sun Apr 25 06:23:40 2004 UTC (19 years, 11 months ago) by matt
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored) to selected 1.13.12.1 (colored)

Constify the speedtab arrays

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 21 07:05:07 2004 UTC (20 years ago) by simonb
Branch: MAIN
Changes since 1.23: +11 -22 lines
Diff to previous 1.23 (colored) to selected 1.13.12.1 (colored)

ANSIfy, some KNF.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 29 22:29:53 2003 UTC (20 years, 9 months ago) by fvdl
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
Branch point for: ktrace-lwp
Changes since 1.22: +20 -19 lines
Diff to previous 1.22 (colored) to selected 1.13.12.1 (colored)

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 29 09:42:10 2003 UTC (20 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.21: +21 -22 lines
Diff to previous 1.21 (colored) to selected 1.13.12.1 (colored)

Fix 'struct lwp *' lossage.

Revision 1.21 / (download) - annotate - [select for diffs], Wed May 7 14:21:20 2003 UTC (20 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.20: +33 -37 lines
Diff to previous 1.20 (colored) to selected 1.13.12.1 (colored)

sort the ioctl's so we can see what we've implemented and what we have not.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 21 21:13:55 2003 UTC (21 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.19: +40 -47 lines
Diff to previous 1.19 (colored) to selected 1.13.12.1 (colored)

Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
Avoids a lot of casting and removes the need for some line breaks.
Removed a load of (caddr_t) casts from calls to copyin/copyout as well.
(approved by christos - he has a plan to remove caddr_t...)

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 18 08:49:22 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.13.12.1 (colored)

Merge the nathanw_sa branch.

Revision 1.15.2.5 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:05 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.15.2.4: +2 -3 lines
Diff to previous 1.15.2.4 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.13.12.1 (colored)

No longer need to pull in lwp.h; proc.h pulls it in for us.

Revision 1.15.2.4 / (download) - annotate - [select for diffs], Wed May 29 21:33:08 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15.2.3: +3 -2 lines
Diff to previous 1.15.2.3 (colored) to branchpoint 1.15 (colored) to selected 1.13.12.1 (colored)

#include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t
now that <sys/param.h> doesn't include <sys/sa.h>.

(Behold the Power of Ed)

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:52:27 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.13.12.1 (colored)

Sync kqueue branch with -current.

Revision 1.15.2.3 / (download) - annotate - [select for diffs], Thu Dec 6 10:03:55 2001 UTC (22 years, 4 months ago) by wdk
Branch: nathanw_sa
Changes since 1.15.2.2: +7 -5 lines
Diff to previous 1.15.2.2 (colored) to branchpoint 1.15 (colored) to selected 1.13.12.1 (colored)

struct proc -> struct lwp changes for COMPAT_ULTRIX support

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:13:31 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15.2.1: +4 -1 lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored) to selected 1.13.12.1 (colored)

Catch up to -current.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Nov 13 02:09:33 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, 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, nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, ifpoll-base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base, eeh-devprop-base, eeh-devprop
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) to selected 1.13.12.1 (colored)

add RCSIDs (including regeneration of files as appropriate)

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:00:58 2001 UTC (22 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15: +3 -4 lines
Diff to previous 1.15 (colored) to selected 1.13.12.1 (colored)

Catch up to -current.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 14 20:32:46 2001 UTC (22 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.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.13.12.1 (colored)

Fix a partial construction problem that can cause race conditions
between creation of a file descriptor and close(2) when using kernel
assisted threads.  What we do is stick descriptors in the table, but
mark them as "larval".  This causes essentially everything to treat
it as a non-existent descriptor, except for fdalloc(), which sees a
filled slot so that it won't (incorrectly) allocate it again.  When
a descriptor is fully constructed, the code that has constructed it
marks it as "mature" (which actually clears the "larval" flag), and
things continue to work as normal.

While here, gather all the code that gets a descriptor from the table
into a fd_getfile() function, and call it, rather than having the
same (sometimes incorrect) code copied all over the place.

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 30 11:37:33 2001 UTC (22 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.13.12.1 (colored)

use _KERNEL_OPT.

Revision 1.13.12.2 / (download) - annotate - [select for diffs], Fri Dec 8 09:08:47 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.13.12.1: +4 -2 lines
Diff to previous 1.13.12.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 29 22:05:38 2000 UTC (23 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.14: +4 -2 lines
Diff to previous 1.14 (colored) to selected 1.13.12.1 (colored)

LKMify

Revision 1.13.12.1 / (download) - annotate - [selected], Mon Nov 20 18:08:43 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.13: +7 -7 lines
Diff to previous 1.13 (colored)

Update thorpej_scsipi to -current as of a month ago

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 30 11:27:21 2000 UTC (24 years ago) by augustss
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.13: +7 -7 lines
Diff to previous 1.13 (colored) to selected 1.13.12.1 (colored)

Kill register declarations.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 9 20:37:56 1998 UTC (25 years, 8 months ago) by perry
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kenh-if-detach-base, kenh-if-detach, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase, chs-ubc2-base, chs-ubc2, chs-ubc-base, chs-ubc
Branch point for: thorpej_scsipi
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.13.12.1 (colored)

bzero->memset, bcopy->memcpy, bcmp->memcmp

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 25 23:41:49 1998 UTC (25 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.13.12.1 (colored)

defopt COMPAT_SUNOS

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 25 23:29:15 1998 UTC (25 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored) to selected 1.13.12.1 (colored)

defopt COMPAT_ULTRIX

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 25 10:38:00 1997 UTC (26 years, 10 months ago) by jonathan
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, marc-pcmcia-bp, marc-pcmcia-base, marc-pcmcia, bouyer-scsipi
Changes since 1.9: +6 -2 lines
Diff to previous 1.9 (colored) to selected 1.13.12.1 (colored)

lint: add prototypes for termio/termios emul conversions and ioctl handlers.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 22:21:18 1997 UTC (26 years, 11 months ago) by jonathan
Branch: MAIN
Changes since 1.8: +5 -9 lines
Diff to previous 1.8 (colored) to selected 1.13.12.1 (colored)

NetBSD doesn't have VSWTCH, so we can't emulate it; clarify. (see PR#2793).

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 6 21:33:44 1997 UTC (27 years ago) by jonathan
Branch: MAIN
Changes since 1.7: +38 -28 lines
Diff to previous 1.7 (colored) to selected 1.13.12.1 (colored)

* Fix typo in SIOGIFCONF handling.
* Change explicit SunOS-compat ioctl codes to Ultrix-compat codes.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 13 00:46:55 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: thorpej-setroot, mrg-vm-swap, is-newarp-before-merge, is-newarp-base, is-newarp
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.13.12.1 (colored)

Backout previous kprintf change.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 10 17:52:03 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.13.12.1 (colored)

printf -> kprintf, sprintf -> ksprintf

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 9 00:49:40 1996 UTC (27 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +7 -1 lines
Diff to previous 1.4 (colored) to selected 1.13.12.1 (colored)

Merge the netbsd-1-2 branch back into the mainline.

Revision 1.3.4.3 / (download) - annotate - [select for diffs], Tue Sep 10 21:13:53 1996 UTC (27 years, 7 months ago) by thorpej
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001
Changes since 1.3.4.2: +7 -1 lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored) to selected 1.13.12.1 (colored)

Back out previos change (typo fix) by request from Jonathan Stone; the
change fixed a typo in an #ifdef, but the code within the #ifdef is broken
and doesn't compile.  For more details, "grep XXX ultrix_ioctl.c".

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sun Sep 8 07:52:44 1996 UTC (27 years, 7 months ago) by jonathan
Branch: netbsd-1-2
Changes since 1.3.4.1: +2 -2 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) to selected 1.13.12.1 (colored)

Fix typo (CMOPAT_ULTRIX -> COMPAT_ULTRIX) around code that uses the Ultrix
termios VSWITCH to set the native VSWITCH. (#ifdef'ed to support a future
merge with other 4.3BSD compat tty code, e.g., SunOS.)

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Jun 13 18:22:37 1996 UTC (27 years, 10 months ago) by jonathan
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-BETA
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.13.12.1 (colored)

pull up fix for SUSP and DSUSP from main branch

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 13 18:13:34 1996 UTC (27 years, 10 months ago) by jonathan
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.13.12.1 (colored)

Fix typos in SUSP and DSUSP mapping when setting Ultrix posixmode tty
attributes  (was 112 and 113,  should be 12 and 13).

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 7 17:23:08 1996 UTC (28 years ago) by jonathan
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.2: +33 -11 lines
Diff to previous 1.2 (colored) to selected 1.13.12.1 (colored)

Remove gcc -Wall lint from ultrix emulation.-
Mostly adding explicit != comparison to "if (error = copyin/out( ... ))".
Fix comment glitch in ultrix_fs.c

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 4 19:03:32 1996 UTC (28 years, 3 months ago) by jonathan
Branch: MAIN
Changes since 1.1: +97 -55 lines
Diff to previous 1.1 (colored) to selected 1.13.12.1 (colored)

Rewrite (a copy of) the emul-sunos termio/termios emulation code to
emulate Ultrix termio/termios instead. Ultrix termio c_cc has separate
VMIM/VTIME attributes, and the Ultrix termios c_cc is a strict
superset of Ultrix termio c_cc. The termios-only c_cc indices are
all changed, relative to SunOS.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 26 04:44:39 1995 UTC (28 years, 3 months ago) by jonathan
Branch: MAIN
Diff to selected 1.13.12.1 (colored)

Add emulation of Ultrix select: before calling native sys_select(),
limit the number of FDs to select on to the maximum supported by NetBSD --
which is as many FDs as the emul_ultrix process can have open, anyway.

Add emulation of Ultrix getmnt(2) in ultrix_fs.c

Add partial emulation of Ultrix tty ioctl()s in ultrix_ioctl.c, derived
from compat/sunos/sunos_ioctl.c.  Ultrix libc's ``isatty()'' now works
in compat_emul processes.

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>