| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.920 Mon Nov 26 09:36:29 UTC 2007 bjs branches: 1.920.2; 1.920.4; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured Mon Nov 26 09:36:29 UTC 2007 bjs branches: 1.920.2; 1.920.4; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured .2; 1.920.4; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured 1.920.4.1 Tue Dec 11 15:32:20 UTC 2007 yamt sync with head. 1.920.2.1 Wed Dec 26 19:47:03 UTC 2007 ad Sync with head. |
| pcidevs_data.h | 1.920 Sun Dec 09 20:28:12 UTC 2007 jmcneill branches: 1.920.2; Merge jmcneill-pm branch. Sun Dec 09 20:28:12 UTC 2007 jmcneill branches: 1.920.2; Merge jmcneill-pm branch. 1.920.2.3 Fri Jan 11 19:19:15 UTC 2008 bouyer Sync with HEAD 1.920.2.2 Tue Jan 08 22:11:16 UTC 2008 bouyer Sync with HEAD 1.920.2.1 Wed Jan 02 21:54:53 UTC 2008 bouyer Sync with HEAD |
| pcidevs | 1.920 Mon Nov 26 09:36:28 UTC 2007 bjs branches: 1.920.2; 1.920.6; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured Mon Nov 26 09:36:28 UTC 2007 bjs branches: 1.920.2; 1.920.6; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured .2; 1.920.6; Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have consulted indicated that this ID is an R430 (including xf86-video-ati). PCI_PRODUCT_ATI_RADEON_R430_554F (primary) PCI_PRODUCT_ATI_RADEON_R430_556F (secondary) vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00) ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured 1.920.6.3 Fri Jan 11 19:19:14 UTC 2008 bouyer Sync with HEAD 1.920.6.2 Tue Jan 08 22:11:14 UTC 2008 bouyer Sync with HEAD 1.920.6.1 Wed Jan 02 21:54:51 UTC 2008 bouyer Sync with HEAD 1.920.2.1 Wed Dec 26 19:47:02 UTC 2007 ad Sync with head. |
| /src/usr.bin/make/ | |
| var.c | 1.920 Sun Apr 11 19:05:06 UTC 2021 rillig make: avoid unnecessary calls to strlen when evaluating modifiers No functional change. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.920 Tue Nov 25 02:47:19 UTC 2008 cube Don't compile PPP compressors in by default, they'll be auto-loaded. This saves an incredible 10k of text and data. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.920 Fri Feb 04 19:42:12 UTC 2011 pooka Remove the rif/rof options and add rump.dd. This makes usage consistent with other rump clients. Copying between kernels is done using the host pipe, e.g.: dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1 Also, the pipe idiom extends to copying between different rump kernels, e.g.: env RUMP_SERVER=unix://srv1 rump.dd if=thefile \ | env RUMP_SERVER=unix://srv2 rump.dd of=thefile Pipe approach suggested by yamt (thanks!) 1.678.2.18 Fri Mar 02 06:35:44 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1441): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.678.2.10.2.4 Fri Mar 02 06:37:38 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1441): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.780.2.23 Fri Mar 02 06:40:02 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.780.2.16.2.4 Fri Mar 02 06:42:27 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.780.2.6.2.5 Fri Mar 02 06:41:25 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.984.2.1 Fri Mar 02 06:44:02 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #73): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. |
| shl.mi | 1.920 Mon May 17 04:07:41 UTC 2021 yamaguchi Add a new link-aggregation pseudo interface named lagg(4) - FreeBSD's lagg(4) based implementation - MP-safe and MP-scalable |
| /src/sys/conf/ | |
| files | 1.920 Sat Oct 11 13:40:57 UTC 2008 pooka Move uidinfo to its own module in kern_uidinfo.c and include in rump. No functional change to uidinfo. |
| /src/doc/ | |
| CHANGES | 1.920 Sun Sep 02 22:12:47 UTC 2007 jnemeth fix second tyop, hi jmmv@ |
| 3RDPARTY | 1.951 Sun Jul 22 11:27:51 UTC 2012 apb We still have tzcode2011i, as it said in the log message for revision 1.920 of src/doc/3RDPARTY. The wrong value mysteriously appeared in the actual contents of revision 1.920. of src/doc/3RDPARTY. The wrong value mysteriously appeared in the actual contents of revision 1.920. 1.920 Thu Mar 01 22:30:40 UTC 2012 apb tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". 1.486.2.15 Fri Mar 02 06:35:44 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1441): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.486.2.9.2.6 Fri Mar 02 06:37:38 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1441): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.647.2.16 Fri Mar 02 06:40:02 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.647.2.12.2.2 Fri Mar 02 06:42:27 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.647.2.6.2.5 Fri Mar 02 06:41:24 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #1733): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. 1.909.2.5 Fri Mar 02 06:44:01 UTC 2012 riz Pull up following revision(s) (requested by apb in ticket #73): doc/3RDPARTY: revision 1.920 distrib/sets/lists/base/mi: revision 1.988 tzcode2012a and and tzdata2012a have been released. We have updated to tzdata2012a but still have tzcode2011i. Add "Home Page: http://www.iana.org/time-zones". Add apb to "Responsible". Add usr/share/zoneinfo/America/Creston to set lists, after tzdata2012a update. |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.920 Sat Sep 05 06:36:40 UTC 2020 rillig make(1): move test for -dg1 from opt-debug-g1 to opt-debug-graph1 |
| /src/share/mk/ | |
| bsd.own.mk | 1.920 Mon Apr 11 11:46:17 UTC 2016 martin Add missing .if so MKPIE is only defaulting to yes on amd64 for now |
| /src/distrib/sets/lists/man/ | |
| mi | 1.920 Sun Aug 13 09:28:23 UTC 2006 wiz Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193. |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.920 Thu Sep 07 00:20:28 UTC 2006 ad Add the 'lockstat' driver, which collects basic information about lock events. |