| Home | Sort by: relevance | last modified time | path |
| /src/sys/compat/sys/ | |
| dirent.h | 1.2.134.1 Sat Aug 12 16:22:31 UTC 2017 snj Pull up following revision(s) (requested by mrg in ticket #1469): sys/compat/common/vfs_syscalls_12.c: revision 1.30 sys/compat/common/vfs_syscalls_43.c: revision 1.56 sys/compat/sys/dirent.h: revision 1.3 It is wishful thinking that vn_readdir will return dirent12 structures. -- Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. -- add a struct for the 4.3BSD struct direct 1.2.124.1 Sat Aug 12 16:20:59 UTC 2017 snj Pull up following revision(s) (requested by mrg in ticket #1469): sys/compat/common/vfs_syscalls_12.c: revision 1.30 sys/compat/common/vfs_syscalls_43.c: revision 1.56 sys/compat/sys/dirent.h: revision 1.3 It is wishful thinking that vn_readdir will return dirent12 structures. -- Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. -- add a struct for the 4.3BSD struct direct 1.2.118.1 Sat Aug 12 16:23:28 UTC 2017 snj Pull up following revision(s) (requested by mrg in ticket #1469): sys/compat/common/vfs_syscalls_12.c: revision 1.30 sys/compat/common/vfs_syscalls_43.c: revision 1.56 sys/compat/sys/dirent.h: revision 1.3 It is wishful thinking that vn_readdir will return dirent12 structures. -- Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. -- add a struct for the 4.3BSD struct direct |
| /src/external/mit/xorg/lib/libxcb/randr/ | |
| Makefile | 1.1.24.1 Mon Oct 06 13:09:41 UTC 2014 martin Pull up following revision(s) (requested by skrll in ticket #131): distrib/sets/lists/xdebug/shl.mi: revision 1.15 external/mit/xorg/lib/libxcb/libxcb/Makefile: revision 1.6 external/mit/xorg/lib/libxcb/sync/Makefile: revision 1.3 distrib/sets/lists/xbase/shl.mi: revision 1.56 external/mit/xorg/lib/libxcb/randr/Makefile: revision 1.2 external/mit/xorg/lib/libxcb/xcb.mk: revision 1.3 Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which broke kwin for me. |
| /src/sys/sys/ | |
| stat.h | 1.56 Fri Oct 19 15:58:52 UTC 2007 christos branches: 1.56.16; 1.56.18; 1.56.22; 1.56.24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. Fri Oct 19 15:58:52 UTC 2007 christos branches: 1.56.16; 1.56.18; 1.56.22; 1.56.24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. .16; 1.56.18; 1.56.22; 1.56.24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. .18; 1.56.22; 1.56.24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. .22; 1.56.24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. .24; 1.56.26; 1.56.28; kill _NETBSD_TOOLS. .26; 1.56.28; kill _NETBSD_TOOLS. 1.56.28.1 Sun Oct 19 22:18:09 UTC 2008 haad Sync with HEAD. 1.56.26.1 Mon Jul 28 00:40:06 UTC 2008 simonb Add support for creating a WAPBL log in the filesystem. Will create an in-filesystem log on first "mount -o log" if one doesn't exist, and will then continue to use same log in the future. See (soon to be added) wapbl(4) for more info. Adds a new B_CONTIG low-level allocation flag that uses hints in "struct ffs_inode_ext" to lay out an ffs file's data contiguously. Thanks to Greg Oster for helping with the design of this and to Antti Kantee for code review and suggestions. 1.56.24.1 Thu Sep 18 04:37:05 UTC 2008 wrstuden Sync with wrstuden-revivesa-base-2. |
| /src/external/mit/xorg/lib/libxcb/sync/ | |
| Makefile | 1.2.4.1 Mon Oct 06 13:09:41 UTC 2014 martin Pull up following revision(s) (requested by skrll in ticket #131): distrib/sets/lists/xdebug/shl.mi: revision 1.15 external/mit/xorg/lib/libxcb/libxcb/Makefile: revision 1.6 external/mit/xorg/lib/libxcb/sync/Makefile: revision 1.3 distrib/sets/lists/xbase/shl.mi: revision 1.56 external/mit/xorg/lib/libxcb/randr/Makefile: revision 1.2 external/mit/xorg/lib/libxcb/xcb.mk: revision 1.3 Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which broke kwin for me. |
| /src/sys/dev/qbus/ | |
| uda.c | 1.56 Wed Mar 29 18:17:36 UTC 2006 thorpej branches: 1.56.18; 1.56.32; 1.56.34; 1.56.38; Use device_private(). Wed Mar 29 18:17:36 UTC 2006 thorpej branches: 1.56.18; 1.56.32; 1.56.34; 1.56.38; Use device_private(). .18; 1.56.32; 1.56.34; 1.56.38; Use device_private(). .32; 1.56.34; 1.56.38; Use device_private(). .34; 1.56.38; Use device_private(). 1.56.38.1 Thu Oct 25 22:39:36 UTC 2007 bouyer Sync with HEAD. 1.56.34.2 Sun Mar 23 02:04:52 UTC 2008 matt sync with HEAD 1.56.34.1 Tue Nov 06 23:30:02 UTC 2007 matt sync with HEAD 1.56.32.1 Fri Oct 26 15:47:27 UTC 2007 joerg Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that. 1.56.18.1 Tue Oct 23 20:09:36 UTC 2007 ad Sync with head. |
| /src/sys/arch/pmax/conf/ | |
| files.pmax | 1.56 Sat Sep 26 21:02:56 UTC 1998 drochner branches: 1.56.2; Use common date conversion functions - not runtime efficient, but brain-efficient... Sat Sep 26 21:02:56 UTC 1998 drochner branches: 1.56.2; Use common date conversion functions - not runtime efficient, but brain-efficient... 1.56.2.18 Tue Mar 14 09:54:52 UTC 2000 nisimura Switch to improved flexible video console text rasterizer provided by rasops and wsfont. 1.56.2.17 Fri Nov 19 11:11:37 UTC 1999 nisimura Merge w/ recent changes in main trunk. 1.56.2.16 Fri Oct 29 16:46:57 UTC 1999 drochner create dckbd.h 1.56.2.15 Mon Aug 09 13:01:52 UTC 1999 drochner -make channel locator at zsc optional - the driver is clever enough -callvec.c changed location 1.56.2.14 Wed Aug 04 07:23:03 UTC 1999 nisimura - Catch up to recent introduction of wsmux psuedo-device. - Make sure to assign BRG value early in boot. - Make ZELMWU comfortable to build. 1.56.2.13 Fri May 21 01:17:30 UTC 1999 nisimura - Sync w/ main trunk change. 1.56.2.12 Tue May 11 06:43:16 UTC 1999 nisimura - Catch up to recent main trunk changes. - Make target platform files to have TURBOchannel slot definitions and nuke tc_machdep.c. - MIPS processor needs not to have tc_mb() before ZS register read ops. 1.56.2.11 Sat Apr 17 13:45:52 UTC 1999 nisimura - Introduce 'dctty' as a child node of 'dc'. It's a sibling of 'dckbd' and 'dcms'. - Needs rework of how to send any data to keyboard and mouse. attmt.sendchar is evil. It'd be nice to have flexible framework of two way communication channels between wskbd/wsmouse and lower device layer. |
| /src/sys/arch/amiga/conf/ | |
| WSCONS | 1.56 Sun Nov 12 09:14:32 UTC 2006 jmmv branches: 1.56.2; 1.56.8; 1.56.10; 1.56.16; 1.56.18; Regen. Per bernd@'s instructions. Sun Nov 12 09:14:32 UTC 2006 jmmv branches: 1.56.2; 1.56.8; 1.56.10; 1.56.16; 1.56.18; Regen. Per bernd@'s instructions. .2; 1.56.8; 1.56.10; 1.56.16; 1.56.18; Regen. Per bernd@'s instructions. .8; 1.56.10; 1.56.16; 1.56.18; Regen. Per bernd@'s instructions. .10; 1.56.16; 1.56.18; Regen. Per bernd@'s instructions. .16; 1.56.18; Regen. Per bernd@'s instructions. 1.56.18.1 Mon Sep 03 07:03:09 UTC 2007 wrstuden Sync w/ NetBSD-4-RC_1 1.56.16.2 Wed Oct 03 19:22:19 UTC 2007 garbled Sync with HEAD 1.56.16.1 Tue Jun 26 18:12:06 UTC 2007 garbled Sync with HEAD. 1.56.10.1 Wed Jul 11 19:57:48 UTC 2007 mjf Sync with head. |
| /src/sys/compat/linux/common/ | |
| linux_oldselect.c | 1.56 Thu Dec 20 23:02:55 UTC 2007 dsl branches: 1.56.6; 1.56.8; 1.56.10; 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. Thu Dec 20 23:02:55 UTC 2007 dsl branches: 1.56.6; 1.56.8; 1.56.10; 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. .6; 1.56.8; 1.56.10; 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. .8; 1.56.10; 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. 1.56.10.2 Mon May 04 08:12:22 UTC 2009 yamt sync with head. 1.56.10.1 Fri May 16 02:23:42 UTC 2008 yamt sync with head. 1.56.8.1 Sun May 18 00:33:19 UTC 2008 yamt sync with head. 1.56.6.2 Sun Jun 29 09:33:03 UTC 2008 mjf Sync with HEAD. 1.56.6.1 Mon Jun 02 13:23:03 UTC 2008 mjf Sync with HEAD. |
| /src/distrib/sets/lists/comp/ | |
| md.mac68k | 1.56 Fri Feb 09 22:49:47 UTC 2007 ad branches: 1.56.12; 1.56.16; Sync with changes introduced by merging the newlock2 branch. Fri Feb 09 22:49:47 UTC 2007 ad branches: 1.56.12; 1.56.16; Sync with changes introduced by merging the newlock2 branch. .12; 1.56.16; Sync with changes introduced by merging the newlock2 branch. 1.56.16.1 Thu Sep 18 04:41:12 UTC 2008 wrstuden Sync with wrstuden-revivesa-base-2. 1.56.12.2 Sun Oct 05 20:10:33 UTC 2008 mjf Sync with HEAD. 1.56.12.1 Sun Sep 28 11:09:19 UTC 2008 mjf Sync with HEAD. |
| /src/sys/compat/sunos/ | |
| sunos_ioctl.c | 1.56 Fri Jun 01 11:36:35 UTC 2007 he branches: 1.56.6; 1.56.8; 1.56.14; 1.56.16; 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. Fri Jun 01 11:36:35 UTC 2007 he branches: 1.56.6; 1.56.8; 1.56.14; 1.56.16; 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. .6; 1.56.8; 1.56.14; 1.56.16; 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. .8; 1.56.14; 1.56.16; 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. .14; 1.56.16; 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. 1.56.16.2 Wed Dec 26 21:39:10 UTC 2007 ad Sync with head. 1.56.16.1 Sat Dec 08 17:57:03 UTC 2007 ad Sync with head. 1.56.14.2 Thu Dec 27 00:44:31 UTC 2007 mjf Sync with HEAD. 1.56.14.1 Sat Dec 08 18:19:05 UTC 2007 mjf Sync with HEAD. 1.56.8.1 Wed Jan 09 01:51:47 UTC 2008 matt sync with HEAD |
| /src/sbin/ifconfig/ | |
| lagg.c | 1.3.2.1 Tue Dec 12 16:45:00 UTC 2023 martin Pull up following revision(s) (requested by yamaguchi in ticket #491): sys/net/lagg/if_lagg.c: revision 1.56 sys/net/lagg/if_lagg.c: revision 1.57 sbin/ifconfig/lagg.c: revision 1.4 lagg(4): use sadl for lagg(4) configured by a user lagg(4): eliminate unnecessary reset by the change of if_flags Fix "ifconfig lagg* lagglacp -maxports" command This command clears the setting of the maximum number of lacp active ports. The command was accepted but it did not work until this change. |
| /src/sys/arch/amiga/dev/ | |
| ite.c | 1.56 Wed May 02 10:32:12 UTC 2001 scw branches: 1.56.2; 1.56.4; 1.56.8; Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point in each tty driver to indirect through it. This allows tty line-disciplines to handle poll(2) system calls. Wed May 02 10:32:12 UTC 2001 scw branches: 1.56.2; 1.56.4; 1.56.8; Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point in each tty driver to indirect through it. This allows tty line-disciplines to handle poll(2) system calls. .2; 1.56.4; 1.56.8; Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point in each tty driver to indirect through it. This allows tty line-disciplines to handle poll(2) system calls. .4; 1.56.8; Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point in each tty driver to indirect through it. This allows tty line-disciplines to handle poll(2) system calls. 1.56.8.7 Mon Nov 11 21:56:16 UTC 2002 nathanw Catch up to -current 1.56.8.6 Fri Oct 18 02:35:00 UTC 2002 nathanw Catch up to -current. 1.56.8.5 Tue Sep 17 21:13:03 UTC 2002 nathanw Catch up to -current. 1.56.8.4 Thu Jun 20 03:37:53 UTC 2002 nathanw Catch up to -current. 1.56.8.3 Mon Apr 01 07:38:59 UTC 2002 nathanw Catch up to -current. (CVS: It's not just a program. It's an adventure!) 1.56.8.2 Thu Feb 28 04:06:48 UTC 2002 nathanw Catch up to -current. |
| sbic.c | 1.56 Sun Dec 11 00:16:28 UTC 2005 christos branches: 1.56.4; 1.56.6; 1.56.8; 1.56.10; merge ktrace-lwp. Sun Dec 11 00:16:28 UTC 2005 christos branches: 1.56.4; 1.56.6; 1.56.8; 1.56.10; merge ktrace-lwp. .4; 1.56.6; 1.56.8; 1.56.10; merge ktrace-lwp. .6; 1.56.8; 1.56.10; merge ktrace-lwp. .8; 1.56.10; merge ktrace-lwp. 1.56.10.1 Wed Apr 19 02:31:59 UTC 2006 elad sync with head - hopefully this will work 1.56.8.2 Thu Sep 14 00:31:07 UTC 2006 yamt sync with head. 1.56.8.1 Mon Mar 13 09:06:52 UTC 2006 yamt sync with head. 1.56.6.1 Sat Apr 22 11:37:13 UTC 2006 simonb Sync with head. 1.56.4.1 Sat Sep 09 02:37:30 UTC 2006 rpaulo sync with head |
| /src/sys/arch/evbsh3/evbsh3/ | |
| machdep.c | 1.56 Sat Dec 24 20:07:03 UTC 2005 perry branches: 1.56.4; 1.56.6; 1.56.8; 1.56.10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. Sat Dec 24 20:07:03 UTC 2005 perry branches: 1.56.4; 1.56.6; 1.56.8; 1.56.10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. .4; 1.56.6; 1.56.8; 1.56.10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. .6; 1.56.8; 1.56.10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. .8; 1.56.10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. .10; 1.56.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.56.12.1 Tue Mar 28 09:47:15 UTC 2006 tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch. 1.56.10.1 Wed Apr 19 02:32:37 UTC 2006 elad sync with head - hopefully this will work 1.56.8.1 Sat Apr 01 00:06:12 UTC 2006 yamt sync with head. 1.56.6.1 Sat Apr 22 11:37:25 UTC 2006 simonb Sync with head. |
| /src/bin/ps/ | |
| keyword.c | 1.56 Wed Apr 11 18:52:05 UTC 2018 christos branches: 1.56.2; 1.56.4; use EXIT_FAILURE instead of 1 Wed Apr 11 18:52:05 UTC 2018 christos branches: 1.56.2; 1.56.4; use EXIT_FAILURE instead of 1 .2; 1.56.4; use EXIT_FAILURE instead of 1 1.56.4.1 Wed Aug 07 08:25:32 UTC 2019 martin Pull up following revision(s) (requested by kamil in ticket #24): bin/ps/ps.1: revision 1.110 bin/ps/keyword.c: revision 1.57 Restore maxrss, idrss, isrss, ixrss printing in ps(1) The RSS related statistics are now back in the NetBSD kernel. These values were disabled since day0 until today. libkvm(3) users will still receive inappropriate values as RSS statistics= are updated upon sysctl(3) call. Patch submitted by <Krzysztof Lasocki> 1.56.2.3 Tue Apr 21 19:37:33 UTC 2020 martin Ooops, restore accidently removed files from merge mishap 1.56.2.2 Tue Apr 21 18:41:05 UTC 2020 martin Sync with HEAD 1.56.2.1 Mon Apr 13 07:45:06 UTC 2020 martin Mostly merge changes from HEAD upto 20200411 |
| /src/sbin/fdisk/ | |
| fdisk.8 | 1.56 Sun May 20 22:27:46 UTC 2007 wiz branches: 1.56.4; 1.56.6; Plural fix. Sun May 20 22:27:46 UTC 2007 wiz branches: 1.56.4; 1.56.6; Plural fix. .4; 1.56.6; Plural fix. 1.56.6.2 Mon Feb 18 21:04:17 UTC 2008 mjf Sync with HEAD. 1.56.6.1 Thu Dec 27 00:46:56 UTC 2007 mjf Sync with HEAD. 1.56.4.2 Sun Mar 23 00:44:22 UTC 2008 matt sync with HEAD 1.56.4.1 Wed Jan 09 01:38:03 UTC 2008 matt sync with HEAD |
| /src/share/man/man9/ | |
| mbuf.9 | 1.56 Thu Jan 25 09:33:21 UTC 2018 maxv branches: 1.56.2; Improve wording. Thu Jan 25 09:33:21 UTC 2018 maxv branches: 1.56.2; Improve wording. 1.56.2.5 Wed Dec 26 14:01:30 UTC 2018 pgoyette Sync with HEAD, resolve a few conflicts 1.56.2.4 Mon Nov 26 01:52:15 UTC 2018 pgoyette Sync with HEAD, resolve a couple of conflicts 1.56.2.3 Mon May 21 04:35:57 UTC 2018 pgoyette Sync with HEAD 1.56.2.2 Wed May 02 07:20:02 UTC 2018 pgoyette Synch with HEAD 1.56.2.1 Mon Apr 16 01:59:51 UTC 2018 pgoyette Sync with HEAD, resolve some conflicts |
| /src/sys/arch/mac68k/nubus/ | |
| nubus.c | 1.56 Wed Jan 01 01:44:30 UTC 2003 thorpej branches: 1.56.2; Use aprint_normal() for cfprint routines. Wed Jan 01 01:44:30 UTC 2003 thorpej branches: 1.56.2; Use aprint_normal() for cfprint routines. 1.56.2.5 Thu Nov 10 13:57:13 UTC 2005 skrll Sync with HEAD. Here we go again... 1.56.2.4 Mon Jan 17 19:29:49 UTC 2005 skrll Sync with HEAD. 1.56.2.3 Tue Sep 21 13:18:09 UTC 2004 skrll Fix the sync with head I botched. 1.56.2.2 Sat Sep 18 14:36:56 UTC 2004 skrll Sync with HEAD. 1.56.2.1 Tue Aug 03 10:37:11 UTC 2004 skrll Sync with HEAD |
| /src/sys/arch/sun3/sun3/ | |
| obio.c | 1.56 Sat Jun 28 00:13:38 UTC 2008 tsutsui branches: 1.56.30; 1.56.40; 1.56.46; Split softc/device_t, with misc cosmetic changes. Sat Jun 28 00:13:38 UTC 2008 tsutsui branches: 1.56.30; 1.56.40; 1.56.46; Split softc/device_t, with misc cosmetic changes. .30; 1.56.40; 1.56.46; Split softc/device_t, with misc cosmetic changes. .40; 1.56.46; Split softc/device_t, with misc cosmetic changes. 1.56.46.1 Sun May 18 17:45:27 UTC 2014 rmind sync with head 1.56.40.1 Wed Aug 20 00:03:26 UTC 2014 tls Rebase to HEAD as of a few days ago. 1.56.30.1 Thu May 22 11:40:10 UTC 2014 yamt 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") |
| /src/sys/compat/ultrix/ | |
| ultrix_sysent.c | 1.56 Thu Dec 20 23:10:52 UTC 2007 dsl branches: 1.56.6; 1.56.8; regen Thu Dec 20 23:10:52 UTC 2007 dsl branches: 1.56.6; 1.56.8; regen .6; 1.56.8; regen 1.56.8.1 Sun May 18 00:33:29 UTC 2008 yamt sync with head. 1.56.6.3 Sat Jan 17 13:28:49 UTC 2009 mjf Sync with HEAD. 1.56.6.2 Sun Jun 29 09:33:04 UTC 2008 mjf Sync with HEAD. 1.56.6.1 Mon Jun 02 13:23:10 UTC 2008 mjf Sync with HEAD. |
| /src/sys/ddb/ | |
| db_sym.c | 1.56 Thu Feb 22 06:41:01 UTC 2007 thorpej branches: 1.56.38; 1.56.42; 1.56.48; TRUE -> true, FALSE -> false Thu Feb 22 06:41:01 UTC 2007 thorpej branches: 1.56.38; 1.56.42; 1.56.48; TRUE -> true, FALSE -> false .38; 1.56.42; 1.56.48; TRUE -> true, FALSE -> false .42; 1.56.48; TRUE -> true, FALSE -> false 1.56.48.1 Sat Dec 13 01:14:12 UTC 2008 haad Update haad-dm branch to haad-dm-base2. 1.56.42.1 Mon May 04 08:12:32 UTC 2009 yamt sync with head. 1.56.38.1 Sat Jan 17 13:28:51 UTC 2009 mjf Sync with HEAD. |
| /src/sys/dev/ic/ | |
| pcdisplay_subr.c | 1.25.8.2 Sun Aug 12 19:52:27 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.25.8.1.4.1 Sun Aug 12 19:53:17 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.25.8.1.2.1 Sat Aug 11 14:56:58 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.28.14.1 Mon Aug 06 11:41:49 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.28.12.1 Mon Aug 06 11:40:56 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.28.2.1 Mon Aug 06 11:21:57 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.32.12.1 Mon Jul 30 00:40:49 UTC 2007 liamjfoy Pull up following revision(s) (requested by mjf in ticket #799): sys/dev/ic/pcdisplay_subr.c: revision 1.33 sys/dev/wscons/wsdisplay_vcons.c: revision 1.12 sys/dev/wscons/wsdisplay_vcons.c: revision 1.13 sys/dev/ic/vga_raster.c: revision 1.29 sys/dev/pci/chipsfb.c: revision 1.10 sys/dev/ic/vga.c: revision 1.95 sys/dev/rasops/rasops.c: revision 1.56 sys/dev/isa/ega.c: revision 1.23 Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. |
| /src/sys/dev/isa/ | |
| ega.c | 1.16.6.1 Sun Aug 12 19:53:17 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.16.4.1 Sat Aug 11 14:56:59 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.16.2.1 Sun Aug 12 19:52:27 UTC 2007 bouyer Pull up following revision(s) (requested by mjf in ticket #11348): Pull up following revision(s) (requested by mjf in ticket #11348): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.18.14.1 Mon Aug 06 11:41:50 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.18.12.1 Mon Aug 06 11:40:57 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.18.2.1 Mon Aug 06 11:21:58 UTC 2007 ghen Pull up following revision(s) (requested by mjf in ticket #1815): sys/dev/ic/pcdisplay_subr.c: revision 1.33 via patch sys/dev/ic/vga_raster.c: revision 1.29 via patch sys/dev/ic/vga.c: revision 1.95 via patch sys/dev/rasops/rasops.c: revision 1.56 via patch sys/dev/isa/ega.c: revision 1.23 via patch Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. 1.20.12.1 Mon Jul 30 00:40:50 UTC 2007 liamjfoy Pull up following revision(s) (requested by mjf in ticket #799): sys/dev/ic/pcdisplay_subr.c: revision 1.33 sys/dev/wscons/wsdisplay_vcons.c: revision 1.12 sys/dev/wscons/wsdisplay_vcons.c: revision 1.13 sys/dev/ic/vga_raster.c: revision 1.29 sys/dev/pci/chipsfb.c: revision 1.10 sys/dev/ic/vga.c: revision 1.95 sys/dev/rasops/rasops.c: revision 1.56 sys/dev/isa/ega.c: revision 1.23 Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. Set the 'ri' pointer before use. |
| /src/sys/dev/isapnp/ | |
| isapnpdevs.h | 1.56 Sun Feb 27 05:35:40 UTC 2005 perry branches: 1.56.2; 1.56.4; regen Sun Feb 27 05:35:40 UTC 2005 perry branches: 1.56.2; 1.56.4; regen .2; 1.56.4; regen 1.56.4.3 Mon Sep 03 14:35:49 UTC 2007 yamt sync with head. 1.56.4.2 Sat Dec 30 20:48:35 UTC 2006 yamt sync with head. 1.56.4.1 Wed Jun 21 15:04:36 UTC 2006 yamt sync with head. 1.56.2.1 Sun May 27 21:03:52 UTC 2007 bouyer Regen for ticket #1786 |
| /src/sbin/raidctl/ | |
| raidctl.8 | 1.56 Thu Aug 28 21:24:30 UTC 2008 wiz branches: 1.56.2; 1.56.8; Drop trailing whitespace. Thu Aug 28 21:24:30 UTC 2008 wiz branches: 1.56.2; 1.56.8; Drop trailing whitespace. .2; 1.56.8; Drop trailing whitespace. 1.56.8.1 Wed Apr 21 05:26:34 UTC 2010 matt sync to netbsd-5 1.56.2.2 Fri Sep 20 14:17:49 UTC 2013 riz Pull up following revision(s) (requested by tron in ticket #1879): sbin/raidctl/raidctl.8: revision 1.65 Note that NetBSD/amd64 can boot off RAID volumes. 1.56.2.1 Thu Dec 10 22:59:16 UTC 2009 snj branches: 1.56.2.1.2; 1.56.2.1.6; Pull up following revision(s) (requested by tron in ticket #1187): sbin/raidctl/raidctl.8: revisions 1.57-1.59 via patch sbin/raidctl/raidctl.c: revision 1.42 via patch sys/dev/raidframe/files.raidframe: revision 1.8 via patch sys/dev/raidframe/rf_copyback.c: revision 1.42 via patch sys/dev/raidframe/rf_disks.c: revision 1.72 via patch sys/dev/raidframe/rf_driver.c: revision 1.122 via patch sys/dev/raidframe/rf_engine.c: revision 1.40 via patch sys/dev/raidframe/rf_kintf.h: revision 1.21 via patch sys/dev/raidframe/rf_netbsdkintf.c: revision 1.269 via patch sys/dev/raidframe/rf_paritymap.c: revisions 1.1-1.3 via patch sys/dev/raidframe/rf_paritymap.h: revision 1.1 via patch sys/dev/raidframe/rf_parityscan.c: revision 1.33 via patch sys/dev/raidframe/rf_parityscan.h: revision 1.8 via patch sys/dev/raidframe/rf_raid.h: revision 1.38 via patch sys/dev/raidframe/rf_reconstruct.c: revision 1.108 via patch sys/dev/raidframe/rf_states.c: revision 1.44 via patch sys/dev/raidframe/raidframeio.h: revision 1.6 via patch sys/dev/raidframe/raidframevar.h: revision 1.13 via patch Pull up the RAIDframe parity map Summer Of Code project. Drastically reduces the amount of time spent rewriting parity after an unclean shutdown by keeping better track of which regions might have had outstanding writes. Enabled by default; can be disabled on a per-set basis, or tuned, with the new raidctl(8) commands. .2.1 Thu Dec 10 22:59:16 UTC 2009 snj branches: 1.56.2.1.2; 1.56.2.1.6; Pull up following revision(s) (requested by tron in ticket #1187): sbin/raidctl/raidctl.8: revisions 1.57-1.59 via patch sbin/raidctl/raidctl.c: revision 1.42 via patch sys/dev/raidframe/files.raidframe: revision 1.8 via patch sys/dev/raidframe/rf_copyback.c: revision 1.42 via patch sys/dev/raidframe/rf_disks.c: revision 1.72 via patch sys/dev/raidframe/rf_driver.c: revision 1.122 via patch sys/dev/raidframe/rf_engine.c: revision 1.40 via patch sys/dev/raidframe/rf_kintf.h: revision 1.21 via patch sys/dev/raidframe/rf_netbsdkintf.c: revision 1.269 via patch sys/dev/raidframe/rf_paritymap.c: revisions 1.1-1.3 via patch sys/dev/raidframe/rf_paritymap.h: revision 1.1 via patch sys/dev/raidframe/rf_parityscan.c: revision 1.33 via patch sys/dev/raidframe/rf_parityscan.h: revision 1.8 via patch sys/dev/raidframe/rf_raid.h: revision 1.38 via patch sys/dev/raidframe/rf_reconstruct.c: revision 1.108 via patch sys/dev/raidframe/rf_states.c: revision 1.44 via patch sys/dev/raidframe/raidframeio.h: revision 1.6 via patch sys/dev/raidframe/raidframevar.h: revision 1.13 via patch Pull up the RAIDframe parity map Summer Of Code project. Drastically reduces the amount of time spent rewriting parity after an unclean shutdown by keeping better track of which regions might have had outstanding writes. Enabled by default; can be disabled on a per-set basis, or tuned, with the new raidctl(8) commands. .2.1.2; 1.56.2.1.6; Pull up following revision(s) (requested by tron in ticket #1187): sbin/raidctl/raidctl.8: revisions 1.57-1.59 via patch sbin/raidctl/raidctl.c: revision 1.42 via patch sys/dev/raidframe/files.raidframe: revision 1.8 via patch sys/dev/raidframe/rf_copyback.c: revision 1.42 via patch sys/dev/raidframe/rf_disks.c: revision 1.72 via patch sys/dev/raidframe/rf_driver.c: revision 1.122 via patch sys/dev/raidframe/rf_engine.c: revision 1.40 via patch sys/dev/raidframe/rf_kintf.h: revision 1.21 via patch sys/dev/raidframe/rf_netbsdkintf.c: revision 1.269 via patch sys/dev/raidframe/rf_paritymap.c: revisions 1.1-1.3 via patch sys/dev/raidframe/rf_paritymap.h: revision 1.1 via patch sys/dev/raidframe/rf_parityscan.c: revision 1.33 via patch sys/dev/raidframe/rf_parityscan.h: revision 1.8 via patch sys/dev/raidframe/rf_raid.h: revision 1.38 via patch sys/dev/raidframe/rf_reconstruct.c: revision 1.108 via patch sys/dev/raidframe/rf_states.c: revision 1.44 via patch sys/dev/raidframe/raidframeio.h: revision 1.6 via patch sys/dev/raidframe/raidframevar.h: revision 1.13 via patch Pull up the RAIDframe parity map Summer Of Code project. Drastically reduces the amount of time spent rewriting parity after an unclean shutdown by keeping better track of which regions might have had outstanding writes. Enabled by default; can be disabled on a per-set basis, or tuned, with the new raidctl(8) commands. 1.56.2.1.6.1 Fri Sep 20 14:18:45 UTC 2013 riz Pull up following revision(s) (requested by tron in ticket #1879): sbin/raidctl/raidctl.8: revision 1.65 Note that NetBSD/amd64 can boot off RAID volumes. 1.56.2.1.2.1 Fri Sep 20 14:20:28 UTC 2013 riz Pull up following revision(s) (requested by tron in ticket #1879): sbin/raidctl/raidctl.8: revision 1.65 Note that NetBSD/amd64 can boot off RAID volumes. |