| Home | Sort by: relevance | last modified time | path |
| /src/etc/rc.d/ | |
| modules | 1.1.2.2 Thu Mar 26 10:54:35 UTC 2015 martin Pull up following revision(s) (requested by jmcneill in ticket #635): etc/rc.d/Makefile: revision 1.92 distrib/sets/lists/man/mi: revision 1.1497 share/man/man5/Makefile: revision 1.71 etc/defaults/rc.conf: revision 1.132 etc/rc.d/modules: revision 1.1 usr.sbin/postinstall/postinstall: revision 1.190 distrib/sets/lists/etc/mi: revision 1.236 etc/mtree/special: revision 1.152 share/man/man5/modules.conf.5: revision 1.1 Process /etc/modules.conf (if present) at startup, before securelevel is raised, to allow module loading on ports without a module aware bootloader. |
| /src/share/man/man5/ | |
| modules.conf.5 | 1.1.2.2 Thu Mar 26 10:54:35 UTC 2015 martin Pull up following revision(s) (requested by jmcneill in ticket #635): etc/rc.d/Makefile: revision 1.92 distrib/sets/lists/man/mi: revision 1.1497 share/man/man5/Makefile: revision 1.71 etc/defaults/rc.conf: revision 1.132 etc/rc.d/modules: revision 1.1 usr.sbin/postinstall/postinstall: revision 1.190 distrib/sets/lists/etc/mi: revision 1.236 etc/mtree/special: revision 1.152 share/man/man5/modules.conf.5: revision 1.1 Process /etc/modules.conf (if present) at startup, before securelevel is raised, to allow module loading on ports without a module aware bootloader. |
| /src/sys/dev/ata/ | |
| atavar.h | 1.92 Wed Sep 10 07:04:48 UTC 2014 matt branches: 1.92.8; g/u_int[0-9]*_t/ s/u_int/uint/g Wed Sep 10 07:04:48 UTC 2014 matt branches: 1.92.8; g/u_int[0-9]*_t/ s/u_int/uint/g 1.92.8.29 Fri Sep 29 20:05:07 UTC 2017 jdolecek introduce ATA_BSIZE and use it instead of DEV_BSIZE for get params and recovery, where they are by spec 512 bytes and not negotiable 1.92.8.28 Wed Sep 27 19:05:57 UTC 2017 jdolecek restore the atac_claim_hw and atac_free_hw hooks, they are used on atari 1.92.8.27 Tue Sep 26 20:15:36 UTC 2017 jdolecek make compile without NATA_DMA 1.92.8.26 Tue Sep 19 21:06:25 UTC 2017 jdolecek replace all remaining tsleep()/wakeup() calls with condition variables, or calls to ata_delay(), as appropriate; change ata_delay() to require the channel lock on entry, and pass the lock to kpause() for unlocking while sleeping 1.92.8.25 Sun Sep 10 19:31:15 UTC 2017 jdolecek refactor code so that xfer c_start() hook is called with channel mutex held, and hence the controller submit code no longer relies on spl tested all the affected drivers - wdc (via piixide), ahci, mvsata, siisata, both disk and atapi I/O 1.92.8.24 Sat Aug 12 22:12:04 UTC 2017 jdolecek do not reset drive after successful NCQ error recovery 1.92.8.23 Sat Aug 12 14:41:54 UTC 2017 jdolecek convert the atabus thread to use the channel lock and a condvar, adjust code which sets the relevant channel flags to take the lock while doing so 1.92.8.22 Sat Aug 12 09:52:28 UTC 2017 jdolecek remove all logic around ATACH_IRQ_WAIT and channel-global ch_error/ch_status, so that there is less hidden state shared by commands; primary intent is to make the NCQ and non-NCQ paths more similar, and remove possibility of incorrect handling for the NCQ commands tested both disk and ATAPI - piixide(4) on QEMU, and siisata(4), ahcisata(4), mvsata(4) on real hw |
| satareg.h | 1.5.94.1 Wed Dec 30 15:12:38 UTC 2020 martin Pull up following revision(s) (requested by jmcneill in ticket #1167): sys/dev/ic/ahcisata_core.c: revision 1.84 sys/dev/ic/ahcisata_core.c: revision 1.85 sys/dev/ic/ahcisata_core.c: revision 1.88 sys/dev/ic/ahcisata_core.c: revision 1.89 sys/arch/arm/nvidia/tegra_ahcisata.c: revision 1.13 sys/dev/ic/ahcisatavar.h: revision 1.26 sys/dev/ic/ahcisata_core.c: revision 1.90 sys/dev/ic/ahcisata_core.c: revision 1.91 sys/dev/ic/ahcisata_core.c: revision 1.92 sys/dev/ata/satareg.h: revision 1.6 ahci_exec_fis: wait for the correct amount of time when AT_WAIT is set Retry clearing WDCTL_RST a few times before giving up. Makes SATA work in Solidrun Honeycomb LX2K. AHCI 1.3.1 specification says that it is good practice for system software to 'zero-out' the memory allocated and referenced by PxCLB and PxFB. ahci_intr: use ffs in the port bitmask instead of looping over all 32 bits AHCI 1.3.1 section 5.5.3 "Processing Completed Commands" says that we should clear PxIS before IS.IPS. Add G3 and DevSleep definitions. This changes the mask used by SControl_IPM_NONE from 0x3 to 0x7. Make sure to ack IS after PxIS when polling and when using multiple MSI-X messages. Remove the AHCI_QUIRK_SKIP_RESET quirk now that the underlying issue is fixed. |
| /src/sys/arch/bebox/bebox/ | |
| machdep.c | 1.92 Fri Feb 08 16:53:34 UTC 2008 kiyohara branches: 1.92.6; 1.92.8; 1.92.10; 1.92.12; Fix some bugs since ppcoea-renovation. It status is reach asking boot device now. Fri Feb 08 16:53:34 UTC 2008 kiyohara branches: 1.92.6; 1.92.8; 1.92.10; 1.92.12; Fix some bugs since ppcoea-renovation. It status is reach asking boot device now. .6; 1.92.8; 1.92.10; 1.92.12; Fix some bugs since ppcoea-renovation. It status is reach asking boot device now. .8; 1.92.10; 1.92.12; Fix some bugs since ppcoea-renovation. It status is reach asking boot device now. .10; 1.92.12; Fix some bugs since ppcoea-renovation. It status is reach asking boot device now. 1.92.12.3 Mon Jun 23 04:30:12 UTC 2008 wrstuden Sync w/ -current. 34 merge conflicts to follow. 1.92.12.2 Wed May 14 01:34:58 UTC 2008 wrstuden 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. 1.92.12.1 Sat May 10 23:48:43 UTC 2008 wrstuden 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. 1.92.10.2 Thu Mar 11 15:02:10 UTC 2010 yamt sync with head 1.92.10.1 Mon May 04 08:10:51 UTC 2009 yamt sync with head. |
| /src/bin/df/ | |
| df.c | 1.92 Sat Mar 05 08:15:01 UTC 2016 kamil branches: 1.92.8; 1.92.14; 1.92.16; Correct display of df(1) with the -i parameter Now the "Mounted on" column should be aligned with /entries. Patch by Michal Mazurek. Sat Mar 05 08:15:01 UTC 2016 kamil branches: 1.92.8; 1.92.14; 1.92.16; Correct display of df(1) with the -i parameter Now the "Mounted on" column should be aligned with /entries. Patch by Michal Mazurek. .8; 1.92.14; 1.92.16; Correct display of df(1) with the -i parameter Now the "Mounted on" column should be aligned with /entries. Patch by Michal Mazurek. .14; 1.92.16; Correct display of df(1) with the -i parameter Now the "Mounted on" column should be aligned with /entries. Patch by Michal Mazurek. 1.92.16.4 Tue Apr 21 19:37:31 UTC 2020 martin Ooops, restore accidently removed files from merge mishap 1.92.16.3 Tue Apr 21 18:41:03 UTC 2020 martin Sync with HEAD 1.92.16.2 Mon Apr 13 07:45:05 UTC 2020 martin Mostly merge changes from HEAD upto 20200411 1.92.16.1 Mon Jun 10 21:41:02 UTC 2019 christos Sync with HEAD 1.92.14.1 Thu Sep 06 06:51:31 UTC 2018 pgoyette Sync with HEAD Resolve a couple of conflicts (result of the uimin/uimax changes) 1.92.8.1 Tue Aug 28 13:21:42 UTC 2018 martin Pull up following revision(s) (requested by sevan in ticket #992): external/bsd/top/dist/top.1.in: revision 1.11 sbin/gpt/main.c: revision 1.12 sbin/amrctl/amrctl.c: revision 1.11 bin/df/df.c: revision 1.93 sbin/fsck_ext2fs/fsck_ext2fs.8: revision 1.21 sbin/fsck_ext2fs/main.c: revision 1.38 bin/ksh/ksh.Man: revision 1.26 bin/ln/ln.c: revision 1.40 bin/df/df.1: revision 1.48 bin/df/df.1: revision 1.49 Document the WCPU field. Match SYNOPSIS with usage() -G cannot be specified alongside -i or -P. Heads up by <leot> Add -l to SYNOPSIS Update usage to include -w Match sequence as per SYNOPSIS in manual Remove reference to -c flag which was never implemented. Remove references to -c flag which was never included. Add the -T flag to usage() |
| /src/sys/dev/pci/ | |
| eap.c | 1.92 Mon Apr 28 20:23:54 UTC 2008 martin branches: 1.92.12; 1.92.34; 1.92.36; Remove clause 3 and 4 from TNF licenses Mon Apr 28 20:23:54 UTC 2008 martin branches: 1.92.12; 1.92.34; 1.92.36; Remove clause 3 and 4 from TNF licenses .12; 1.92.34; 1.92.36; Remove clause 3 and 4 from TNF licenses .34; 1.92.36; Remove clause 3 and 4 from TNF licenses 1.92.36.2 Tue Nov 22 22:47:09 UTC 2011 jmcneill get rid of unused 'powerstate' callback in audio_hw_if 1.92.36.1 Sat Nov 19 21:49:42 UTC 2011 jmcneill port ad-audiomp2 branch changes to 5.99.56 todo: - port ad-audiomp2 pcppi changes - these drivers need to be fixed: - emuxki - gcscaudio - hdafg - uaudio - umidi - MD audio drivers 1.92.34.2 Thu May 22 11:40:24 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") 1.92.34.1 Tue Apr 17 00:07:44 UTC 2012 yamt sync with head 1.92.12.5 Fri Dec 12 23:06:58 UTC 2008 ad Checkpoint work in progress. 1.92.12.4 Thu Dec 11 19:49:30 UTC 2008 ad Checkpoint work in progress. |
| /src/sys/arch/ofppc/ofppc/ | |
| machdep.c | 1.92 Sat Jul 14 21:48:22 UTC 2007 ad branches: 1.92.8; 1.92.10; 1.92.12; 1.92.14; Generic soft interrupts are mandatory. Sat Jul 14 21:48:22 UTC 2007 ad branches: 1.92.8; 1.92.10; 1.92.12; 1.92.14; Generic soft interrupts are mandatory. .8; 1.92.10; 1.92.12; 1.92.14; Generic soft interrupts are mandatory. .10; 1.92.12; 1.92.14; Generic soft interrupts are mandatory. .12; 1.92.14; Generic soft interrupts are mandatory. 1.92.14.3 Sun Nov 18 19:34:37 UTC 2007 bouyer Sync with HEAD 1.92.14.2 Tue Nov 13 15:58:59 UTC 2007 bouyer Sync with HEAD 1.92.14.1 Thu Oct 25 22:36:15 UTC 2007 bouyer Sync with HEAD. 1.92.12.1 Thu Oct 18 08:32:24 UTC 2007 yamt sync with head. 1.92.10.3 Sun Mar 23 02:04:15 UTC 2008 matt sync with HEAD |
| /src/lib/libc/time/ | |
| getdate.c | 1.2.24.1 Sun Jan 25 09:11:03 UTC 2015 martin Pull up the following revisions via patch, requested by apb in ticket #453: doc/3RDPARTY up to 1.1195 usr.sbin/zdump/Makefile up to 1.9 usr.sbin/zic/Makefile up to 1.15 lib/libc/time/Makefile up to 1.25 lib/libc/time/Makefile.inc up to 1.21 lib/libc/time/NEWS up to 1.8 lib/libc/time/README up to 1.9 lib/libc/time/Theory up to 1.16 lib/libc/time/asctime.c up to 1.20 lib/libc/time/checktab.awk up to 1.8 lib/libc/time/ctime.3 up to 1.51 lib/libc/time/getdate.c up to 1.3 lib/libc/time/localtime.c up to 1.92 lib/libc/time/private.h up to 1.38 lib/libc/time/strftime.c up to 1.33 lib/libc/time/time2posix.3 up to 1.19 lib/libc/time/tz-art.htm up to 1.8 lib/libc/time/tz-link.htm up to 1.20 lib/libc/time/tzfile.5 up to 1.22 lib/libc/time/tzfile.h up to 1.16 lib/libc/time/tzselect.8 up to 1.6 lib/libc/time/tzselect.ksh up to 1.12 lib/libc/time/tzset.3 up to 1.31 lib/libc/time/zdump.8 up to 1.14 lib/libc/time/zdump.c up to 1.40 lib/libc/time/zic.8 up to 1.24 lib/libc/time/zic.c up to 1.52 Update tzcode from 2014e to 2014j. |
| /src/sys/dev/ic/ | |
| aic6360.c | 1.92 Thu Nov 16 01:32:50 UTC 2006 christos branches: 1.92.8; 1.92.22; 1.92.24; 1.92.28; __unused removal on arguments; approved by core. Thu Nov 16 01:32:50 UTC 2006 christos branches: 1.92.8; 1.92.22; 1.92.24; 1.92.28; __unused removal on arguments; approved by core. .8; 1.92.22; 1.92.24; 1.92.28; __unused removal on arguments; approved by core. .22; 1.92.24; 1.92.28; __unused removal on arguments; approved by core. .24; 1.92.28; __unused removal on arguments; approved by core. 1.92.28.1 Thu Oct 25 22:37:28 UTC 2007 bouyer Sync with HEAD. 1.92.24.1 Tue Nov 06 23:26:20 UTC 2007 matt sync with HEAD 1.92.22.1 Fri Oct 26 15:44:35 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.92.8.1 Tue Oct 23 20:07:12 UTC 2007 ad Sync with head. |
| /src/sys/dev/ieee1394/ | |
| if_fwipvar.h | 1.4 Mon Nov 05 19:08:57 UTC 2007 kiyohara branches: 1.4.20; 1.4.40; 1.4.42; + Sync to FreeBSD. firewire.c Rev.1.101 firewire.h Rev.1.21 firewirereg.h Rev.1.50 fwdev.c Rev.1.52 fwdma.c Rev.1.9 fwmem.c Rev.1.34 fwohci.c Rev.1.93 fwohcireg.h Rev.1.23 fwohcivar.h Rev.1.16 if_fwip.c Rev.1.16 if_fwipvar.h Rev.1.5 sbp.c Rev.1.92 + Cleanup macros in fw_port.h. + Fix the occurrence of the error at the resume. Don't set the buffer again. |
| /src/lib/libpuffs/ | |
| puffs.c | 1.92 Tue Aug 12 19:44:39 UTC 2008 pooka branches: 1.92.4; 1.92.8; Replace void * by puffs_cookie_t where appropriate. No functional change. Tue Aug 12 19:44:39 UTC 2008 pooka branches: 1.92.4; 1.92.8; Replace void * by puffs_cookie_t where appropriate. No functional change. .4; 1.92.8; Replace void * by puffs_cookie_t where appropriate. No functional change. 1.92.8.1 Wed Apr 21 05:28:11 UTC 2010 matt sync to netbsd-5 1.92.4.7 Wed Jan 25 18:22:10 UTC 2012 riz Pull up following revision(s) (requested by manu in ticket #1706): lib/libpuffs/puffs.c: revision 1.108 signal pathconf in the vector of supported ops 1.92.4.6 Sun Jul 17 15:36:03 UTC 2011 riz Pull up following revision(s) (requested by manu in ticket #1645): lib/libc/sys/Makefile.inc 1.207 via patch lib/libc/sys/extattr_get_file.2 patch lib/libpuffs/dispatcher.c 1.34,1.36 via patch lib/libpuffs/puffs.c 1.107 via patch lib/libpuffs/puffs.h 1.115,1.118 via patch sys/fs/puffs/puffs_msgif.h 1.71,1.76 via patch sys/fs/puffs/puffs_vfsops.c 1.88 via patch sys/fs/puffs/puffs_vnops.c 1.145,1.154 via patch sys/kern/vfs_xattr.c 1.24-1.27 via patch sys/kern/vnode_if.c 1.87 via patch sys/sys/Makefile 1.133 via patch sys/sys/extattr.h 1.6 via patch sys/sys/vnode_if.h 1.81 via patch sys/ufs/ffs/ffs_vnops.c patch sys/ufs/ufs/ufs_extattr.c 1.31,1.34 via patch * support extended attributes * bump major due to structure growth * add some spare space * remove ABI sillyness Support extended attributes. Fix multiple non compliances in our Linux-like extattr API, and make it public so that it can be used. Improve a bit listxattr(2). It attemps to list both system and user extended attributes, and it faled if calling user did not have privilege for reading system EA. Now we just lise user EA and skip system EA in reading them is not allowed. Fix bug introduced in previous commuit: Do not vrele() a vnode we did not obtained. Improve UFS1 extended attributes usability - autocreate attribute backing file for new attributes - autoload attributes when issuing extattrctl start - when autoloading attributes, do not display garbage warning when looking up entries that got ENOENT Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the filesystem in which format extended attribute shall be listed. There are currently two formats: - NUL-terminated strings, used for listxattr(2), this is the default. - one byte length-pprefixed, non NUL-terminated strings, used for extattr_list_file(2), which is obtanined by setting the EXTATTR_LIST_PREFIXLEN flag to VOP_LISTEXTATTR(9) This approach avoid the need for converting the list back and forth, except in libperfuse, since FUSE uses NUL-terminated strings, and the kernel may have requested EXTATTR_LIST_PREFIXLEN. 1.92.4.5 Sat Jun 18 16:17:38 UTC 2011 bouyer Pull up following revision(s) (requested by manu in ticket #1623): lib/libpuffs/puffs.c: revision 1.116 via patch sys/fs/puffs/puffs_vnops.c: revision 1.151 via patch Call advlock method if supplied 1.92.4.4 Tue Oct 27 20:37:38 UTC 2009 bouyer Pull up following revision(s) (requested by pooka in ticket #1105): lib/libpuffs/puffs.h: revision 1.112 lib/libpuffs/puffs.c: revision 1.100 distrib/sets/lists/base/md.amd64: patch distrib/sets/lists/base/md.sparc64: patch distrib/sets/lists/base/shl.mi: patch lib/libpuffs/shlib_version: patch Make it possible to supply parameters to puffs_init() later (but before puffs_mount()). 1.92.4.3 Sun Oct 18 00:46:07 UTC 2009 sborrill Pull up the following revisions(s) (requested by pooka in ticket #1100): lib/libpuffs/dispatcher.c: revision 1.33 lib/libpuffs/puffs.c: revision 1.99 lib/libpuffs/puffs.h: revision 1.111 sys/fs/puffs/puffs_msgif.h: revision 1.67 via patch sys/fs/puffs/puffs_vnops.c: revision 1.136 Support VOP_ABORTOP() in puffs. 1.92.4.2 Fri Oct 16 00:10:54 UTC 2009 sborrill Pull up the following revisions(s) (requested by pooka in ticket #1095): lib/libpuffs/puffs.c: revision 1.94 lib/libpuffs/puffs.h: revision 1.110 Add puffs_cancel(), which allows to back down after puffs_init() and before puffs_mount(). |
| /src/distrib/notes/hpcmips/ | |
| install | 1.10.26.1 Sun Sep 14 21:10:44 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes 1.10.16.1 Sun Sep 14 21:09:57 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes |
| /src/distrib/notes/mvme68k/ | |
| prep | 1.13.26.1 Sun Sep 14 21:10:44 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes 1.13.16.1 Sun Sep 14 21:09:56 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes |
| /src/distrib/notes/next68k/ | |
| xfer | 1.5.26.1 Sun Sep 14 21:10:43 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes 1.5.16.1 Sun Sep 14 21:09:56 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes |
| /src/distrib/notes/sandpoint/ | |
| install | 1.3.20.1 Sun Sep 14 21:10:43 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes 1.3.10.1 Sun Sep 14 21:09:56 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes |
| /src/distrib/notes/sun2/ | |
| install | 1.5.12.1 Sun Sep 14 21:10:44 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes 1.5.2.1 Sun Sep 14 21:09:57 UTC 2008 bouyer Pull up following revision(s) (requested by tsutsui in ticket #1198): distrib/notes/sandpoint/install: revision 1.4 distrib/notes/macppc/hardware: revision 1.45, 1.46 distrib/notes/next68k/prep: revision 1.7 distrib/notes/sun3/install: revision 1.16 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.10, 1.11 distrib/notes/mvme68k/xfer: revision 1.17 distrib/notes/vax/install: revision 1.17 distrib/notes/common/contents: revision 1.142 distrib/notes/next68k/xfer: revision 1.7 distrib/notes/common/sysinst: revision 1.91 distrib/notes/alpha/install: revision 1.34 distrib/notes/mvme68k/install: revision 1.20 distrib/notes/hp300/prep: revision 1.23 distrib/notes/common/sysinst: revision 1.92 distrib/notes/alpha/hardware: revision 1.15 distrib/notes/sparc64/install: revision 1.30 distrib/notes/cats/prep: revision 1.10 distrib/notes/sparc/hardware: revision 1.34 distrib/notes/sparc/prep: revision 1.23, 1.24 distrib/notes/sparc/install: revision 1.55 distrib/notes/hpcmips/install: revision 1.11 distrib/notes/common/main: revision 1.416 distrib/notes/amiga/prep: revision 1.27 distrib/notes/i386/hardware: revision 1.123 distrib/notes/evbppc/hardware: revision 1.4 distrib/notes/evbarm/prep: revision 1.9 distrib/notes/amiga/install: revision 1.34 distrib/notes/macppc/install: revision 1.37 distrib/notes/evbarm/install: revision 1.9 distrib/notes/sun2/install: revision 1.7 distrib/notes/sun2/install: revision 1.8 distrib/notes/mvme68k/prep: revision 1.14 distrib/notes/hp700/prep: revision 1.2 distrib/notes/mvme68k/hardware: revision 1.10 distrib/notes/atari/xfer: revision 1.16 distrib/notes/amiga/upgrade: revision 1.27 Cosmetics or mdoc warning fixes |
| /src/share/man/man4/ | |
| pci.4 | 1.92 Thu Apr 01 04:04:11 UTC 2010 jakllsch branches: 1.92.2; 1.92.8; 1.92.14; Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter. Thu Apr 01 04:04:11 UTC 2010 jakllsch branches: 1.92.2; 1.92.8; 1.92.14; Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter. .2; 1.92.8; 1.92.14; Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter. .8; 1.92.14; Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter. 1.92.14.1 Tue Nov 20 03:00:50 UTC 2012 tls Resync to 2012-11-19 00:00:00 UTC 1.92.8.1 Tue Oct 30 18:59:38 UTC 2012 yamt sync with head 1.92.2.2 Thu Apr 01 04:04:12 UTC 2010 jakllsch Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter. 1.92.2.1 Thu Apr 01 04:04:11 UTC 2010 jakllsch file pci.4 was added on branch uebayasi-xip on 2010-04-01 04:04:12 +0000 |
| /src/sys/sys/ | |
| kcpuset.h | 1.4.2.2 Tue Jun 12 19:00:26 UTC 2012 riz Pull up following revision(s) (requested by rmind in ticket #314): sys/arch/xen/x86/cpu.c: revision 1.92 sys/kern/subr_kcpuset.c: revision 1.6 sys/sys/kcpuset.h: revision 1.6 sys/arch/xen/x86/x86_xpmap.c: revision 1.44 Few fixes for Xen: - cpu_load_pmap: use atomic kcpuset(9) operations; fixes rare crashes. - Add kcpuset_copybits(9) and replace xen_kcpuset2bits(). Avoids incorrect ncpu problem in early boot. Also, micro-optimises xen_mcast_invlpg() and xen_mcast_tlbflush() routines. Tested by chs@. 1.4.2.1 Wed May 09 03:22:54 UTC 2012 riz Pull up following revision(s) (requested by rmind in ticket #202): sys/arch/x86/include/cpuvar.h: revision 1.46 sys/arch/xen/include/xenpmap.h: revision 1.34 sys/arch/i386/include/param.h: revision 1.77 sys/arch/x86/x86/pmap_tlb.c: revision 1.5 sys/arch/x86/x86/pmap_tlb.c: revision 1.6 sys/arch/i386/i386/genassym.cf: revision 1.92 sys/arch/xen/x86/cpu.c: revision 1.91 sys/arch/x86/x86/pmap.c: revision 1.177 sys/arch/xen/x86/xen_pmap.c: revision 1.21 sys/arch/x86/acpi/acpi_wakeup.c: revision 1.31 sys/kern/subr_kcpuset.c: revision 1.5 sys/arch/amd64/include/param.h: revision 1.18 sys/sys/kcpuset.h: revision 1.5 sys/arch/x86/x86/mtrr_i686.c: revision 1.26 sys/arch/x86/x86/mtrr_i686.c: revision 1.27 sys/arch/xen/x86/x86_xpmap.c: revision 1.43 sys/arch/x86/x86/cpu.c: revision 1.98 sys/arch/amd64/amd64/mptramp.S: revision 1.14 sys/kern/sys_sched.c: revision 1.42 sys/arch/amd64/amd64/genassym.cf: revision 1.50 sys/arch/i386/i386/mptramp.S: revision 1.24 sys/arch/x86/include/pmap.h: revision 1.52 sys/arch/x86/include/cpu.h: revision 1.50 - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(9) and thus replace hardcoded CPU bitmasks. This removes the limitation of maximum CPUs. - Support up to 256 CPUs on amd64 architecture by default. Bug fixes, improvements, completion of Xen part and testing on 64-core AMD Opteron(tm) Processor 6282 SE (also, as Xen HVM domU with 128 CPUs) by Manuel Bouyer. - pmap_tlb_shootdown: do not overwrite tp_cpumask with pm_cpus, but merge like pm_kernel_cpus. Remove unecessary intersection with kcpuset_running. Do not reset tp_userpmap if pmap_kernel(). - Remove pmap_tlb_mailbox_t wrapping, which is pointless after recent changes. - pmap_tlb_invalidate, pmap_tlb_intr: constify for packet structure. i686_mtrr_init_first: handle the case when there are no variable-size MTRR registers available (i686_mtrr_vcnt == 0). |
| /src/sys/uvm/ | |
| uvm_pager.c | 1.92 Thu Apr 17 05:39:41 UTC 2008 simonb branches: 1.92.4; 1.92.10; 1.92.12; 1.92.14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). Thu Apr 17 05:39:41 UTC 2008 simonb branches: 1.92.4; 1.92.10; 1.92.12; 1.92.14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). .4; 1.92.10; 1.92.12; 1.92.14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). .10; 1.92.12; 1.92.14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). .12; 1.92.14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). .14; 1.92.18; Set up uvmhist in uvm_aio_aiodone_pages(). 1.92.18.5 Tue Feb 14 01:12:42 UTC 2012 matt Add more KASSERTs (more! more! more!). When returning page to the free pool, make sure to dequeue the pages before hand or free page queue corruption will happen. 1.92.18.4 Thu Feb 09 03:05:01 UTC 2012 matt Major changes to uvm. Support multiple collections (groups) of free pages and run the page reclaimation algorithm on each group independently. 1.92.18.3 Fri Jun 03 07:59:58 UTC 2011 matt Restore $NetBSD$ 1.92.18.2 Fri Jun 03 02:43:42 UTC 2011 matt Rework page free lists to be sorted by color first rather than free_list. Kept per color PGFL_* counter in each page free list. Minor cleanups. |
| /src/sys/dev/pcmcia/ | |
| pcmciadevs.h | 1.92 Tue Jun 13 02:18:19 UTC 2000 soren branches: 1.92.2; Regen. Tue Jun 13 02:18:19 UTC 2000 soren branches: 1.92.2; Regen. 1.92.2.8 Thu Feb 14 20:09:00 UTC 2002 he Pull up regenerated files (requested by aymeric): Add support for the following cards: o Edimax Technology Inc. EP4000A o Linksys Etherfast clone (Level One) o Zonet Zen 1.92.2.7 Sat Jun 16 19:19:37 UTC 2001 he Pull up regenerated files (requested by toddpw): Add support for ``Kingston KNE-PC2 Ethernet'' pcmcia cards. 1.92.2.6 Sat May 26 16:16:38 UTC 2001 he Pull up regenerated files (requested by jhawk): Support the Socket EA pcmcia ethernet cards. 1.92.2.5 Wed Apr 04 15:46:25 UTC 2001 he Pull up regenerated files (requested by toddpw): Add support for the Socket Communications LP-E Type II PCMCIA NE2000 clone card. 1.92.2.4 Fri Mar 16 19:36:02 UTC 2001 he Pull up regenerated files (requested by aymeric): Add an entry and support for the Synergy 21 S21810+. 1.92.2.3 Wed Aug 09 23:30:02 UTC 2000 gmcgarry Regen. 1.92.2.2 Fri Jul 21 18:52:09 UTC 2000 onoe Pullup 802.11 stuff (approved by jhawk) - add support for Corega Wireless LAN PCC-11, and Faralon SkyLINE 11Mb to wi driver. syssrc/sys/dev/pcmcia/pcmciadevs 1.95 syssrc/sys/dev/pcmcia/pcmciadevs.h 1.94 syssrc/sys/dev/pcmcia/pcmciadevs_data.h 1.94 syssrc/sys/dev/pcmcia/if_wi.c 1.24 syssrc/sys/dev/pcmcia/if_wivar.h 1.11 1.92.2.1 Mon Jul 03 22:34:17 UTC 2000 thorpej Regen. |
| pcmciadevs_data.h | 1.92 Tue Jun 13 02:18:19 UTC 2000 soren branches: 1.92.2; Regen. Tue Jun 13 02:18:19 UTC 2000 soren branches: 1.92.2; Regen. 1.92.2.8 Thu Feb 14 20:09:01 UTC 2002 he Pull up regenerated files (requested by aymeric): Add support for the following cards: o Edimax Technology Inc. EP4000A o Linksys Etherfast clone (Level One) o Zonet Zen 1.92.2.7 Sat Jun 16 19:19:37 UTC 2001 he Pull up regenerated files (requested by toddpw): Add support for ``Kingston KNE-PC2 Ethernet'' pcmcia cards. 1.92.2.6 Sat May 26 16:16:38 UTC 2001 he Pull up regenerated files (requested by jhawk): Support the Socket EA pcmcia ethernet cards. 1.92.2.5 Wed Apr 04 15:46:26 UTC 2001 he Pull up regenerated files (requested by toddpw): Add support for the Socket Communications LP-E Type II PCMCIA NE2000 clone card. 1.92.2.4 Fri Mar 16 19:36:02 UTC 2001 he Pull up regenerated files (requested by aymeric): Add an entry and support for the Synergy 21 S21810+. 1.92.2.3 Wed Aug 09 23:30:03 UTC 2000 gmcgarry Regen. 1.92.2.2 Fri Jul 21 18:52:10 UTC 2000 onoe Pullup 802.11 stuff (approved by jhawk) - add support for Corega Wireless LAN PCC-11, and Faralon SkyLINE 11Mb to wi driver. syssrc/sys/dev/pcmcia/pcmciadevs 1.95 syssrc/sys/dev/pcmcia/pcmciadevs.h 1.94 syssrc/sys/dev/pcmcia/pcmciadevs_data.h 1.94 syssrc/sys/dev/pcmcia/if_wi.c 1.24 syssrc/sys/dev/pcmcia/if_wivar.h 1.11 1.92.2.1 Mon Jul 03 22:34:17 UTC 2000 thorpej Regen. |
| /src/sys/arch/sparc/sparc/ | |
| clock.c | 1.92 Wed Feb 26 17:39:07 UTC 2003 pk branches: 1.92.2; Move all `ID prom' stuff into the prom library. Wed Feb 26 17:39:07 UTC 2003 pk branches: 1.92.2; Move all `ID prom' stuff into the prom library. 1.92.2.5 Sun Dec 11 10:28:36 UTC 2005 christos Sync with head. 1.92.2.4 Thu Nov 10 13:59:08 UTC 2005 skrll Sync with HEAD. Here we go again... 1.92.2.3 Tue Sep 21 13:22:28 UTC 2004 skrll Fix the sync with head I botched. 1.92.2.2 Sat Sep 18 14:40:48 UTC 2004 skrll Sync with HEAD. 1.92.2.1 Tue Aug 03 10:41:06 UTC 2004 skrll Sync with HEAD |
| /src/sys/arch/macppc/conf/ | |
| files.macppc | 1.92 Wed Feb 20 21:43:34 UTC 2008 drochner branches: 1.92.6; 1.92.10; 1.92.12; 1.92.16; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. Wed Feb 20 21:43:34 UTC 2008 drochner branches: 1.92.6; 1.92.10; 1.92.12; 1.92.16; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. .6; 1.92.10; 1.92.12; 1.92.16; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. .10; 1.92.12; 1.92.16; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. .12; 1.92.16; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. 1.92.16.1 Sun Oct 19 22:15:51 UTC 2008 haad Sync with HEAD. 1.92.12.2 Fri Oct 10 22:29:05 UTC 2008 skrll Sync with HEAD. 1.92.12.1 Thu Sep 18 04:33:29 UTC 2008 wrstuden Sync with wrstuden-revivesa-base-2. 1.92.10.1 Mon May 04 08:11:28 UTC 2009 yamt sync with head. 1.92.6.3 Sat Jan 17 13:28:13 UTC 2009 mjf Sync with HEAD. |
| /src/sys/dev/isa/ | |
| mcd.c | 1.92 Sun Dec 11 00:22:03 UTC 2005 christos branches: 1.92.4; 1.92.6; 1.92.8; 1.92.10; 1.92.12; merge ktrace-lwp. Sun Dec 11 00:22:03 UTC 2005 christos branches: 1.92.4; 1.92.6; 1.92.8; 1.92.10; 1.92.12; merge ktrace-lwp. .4; 1.92.6; 1.92.8; 1.92.10; 1.92.12; merge ktrace-lwp. .6; 1.92.8; 1.92.10; 1.92.12; merge ktrace-lwp. .8; 1.92.10; 1.92.12; merge ktrace-lwp. .10; 1.92.12; merge ktrace-lwp. 1.92.12.1 Wed May 24 15:50:26 UTC 2006 tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch. 1.92.10.1 Wed Apr 19 03:25:09 UTC 2006 elad sync with head. 1.92.8.2 Sun Sep 03 15:24:10 UTC 2006 yamt sync with head. 1.92.8.1 Wed May 24 10:57:52 UTC 2006 yamt sync with head. |