| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| ubsecreg.h | 1.3 Sun Nov 17 23:20:18 UTC 2013 bad branches: 1.3.2; Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143: Add support for the BCM5825 and the next-generation BCM5860, 5861, 5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a faster version of the already supported 5823, and the even faster 586x series is a bit different and needed some more changes. AES support hasn't been pulled in yet. |
| ubsecvar.h | 1.7 Sun Nov 17 23:20:18 UTC 2013 bad branches: 1.7.2; Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143: Add support for the BCM5825 and the next-generation BCM5860, 5861, 5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a faster version of the already supported 5823, and the even faster 586x series is a bit different and needed some more changes. AES support hasn't been pulled in yet. |
| /src/lib/libc/gen/ | |
| cgetcap.3 | 1.3.14.2 Sun Aug 26 20:03:26 UTC 2007 bouyer Pull up following revision(s) (requested by bad in ticket #1821): lib/libc/gen/cgetcap.3: revisions 1.1 - 1.3 lib/libc/gen/Makefile.inc: revision 1.143 lib/libc/gen/getcap.3: file removal Both libcurses and libc installed a getcap(3) manpage, and both used it as target for a bunch of MLINKS. This had the effect that whatever came last in install overwrote everything from the other camp. Solve this by renaming the libc page -- this makes sense because no function is really named "getcap" here. 1.3.12.2 Sun Aug 26 20:03:23 UTC 2007 bouyer Pull up following revision(s) (requested by bad in ticket #1821): lib/libc/gen/cgetcap.3: revisions 1.1 - 1.3 lib/libc/gen/Makefile.inc: revision 1.143 lib/libc/gen/getcap.3: file removal Both libcurses and libc installed a getcap(3) manpage, and both used it as target for a bunch of MLINKS. This had the effect that whatever came last in install overwrote everything from the other camp. Solve this by renaming the libc page -- this makes sense because no function is really named "getcap" here. 1.3.10.2 Sun Aug 26 20:01:20 UTC 2007 bouyer Pull up following revision(s) (requested by bad in ticket #1821): lib/libc/gen/cgetcap.3: revisions 1.1 - 1.3 lib/libc/gen/Makefile.inc: revision 1.143 lib/libc/gen/getcap.3: file removal Both libcurses and libc installed a getcap(3) manpage, and both used it as target for a bunch of MLINKS. This had the effect that whatever came last in install overwrote everything from the other camp. Solve this by renaming the libc page -- this makes sense because no function is really named "getcap" here. |
| /src/sys/dev/i2c/ | |
| zl10353.c | 1.3.28.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| au8522.c | 1.6.28.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| cx24227.c | 1.6.14.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| lg3303.c | 1.8.28.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| mt2131.c | 1.4.28.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| nxt2k.c | 1.3.28.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| tvpll.c | 1.5.4.1 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| /src/sys/modules/i2cexec/ | |
| Makefile | 1.1.2.2 Sat Mar 21 17:11:35 UTC 2015 snj Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. |
| /src/share/man/man4/ | |
| jmide.4 | 1.2.6.2 Fri Aug 31 20:09:28 UTC 2007 pavel Pull up following revision(s) (requested by bouyer in ticket #678): distrib/sets/lists/man/mi: revision 1.1001 doc/CHANGES: revision 1.853 via patch share/man/man4/Makefile: revision 1.428 share/man/man4/jmide.4: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.143 sys/arch/amd64/conf/INSTALL: revision 1.69 sys/arch/i386/conf/GENERIC: revision 1.827 sys/arch/i386/conf/INSTALL_LARGE: revision 1.2 via patch sys/arch/i386/conf/XEN2_DOM0: revision 1.26 sys/conf/files: revision 1.844 via patch sys/dev/ic/ahcisata_core.c: revision 1.1 via patch sys/dev/ic/ahcisata_core.c: revision 1.3 sys/dev/ic/ahcisatareg.h: revision 1.1 sys/dev/ic/ahcisatavar.h: revision 1.1 sys/dev/pci/ahcisata.c: delete sys/dev/pci/ahcisatareg.h: delete sys/dev/pci/ahcisata_pci.c: revision 1.1 sys/dev/pci/files.pci: revision 1.287-1.288 sys/dev/pci/jmide.c: revision 1.1-1.2 sys/dev/pci/jmide_reg.h: revision 1.1 sys/dev/pci/pcidevs: revision 1.878 Add JMicron Technology vendor ID, and their current PCIe SATA/PATA controllers. Split the ahcisata driver in pci front-end and bus-independant back-end. add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA controllers. These controllers can be found on add-on PCIe cards, or on some motherboards to provide the PATA connectivity (e.g. some intel ICH8-based motherboards). Thanks to JMicron Technology for providing me documentation and different sample boards for this work. Move mapping of AHCI register so that jmide knows if it fails, and avoids calling ahci_intr() (which would cause a panic). Try to use the pciide function for SATA drives if attaching ahci fails (this doesn't seems to work though, it may be BIOS dependant). Thanks to Gary Duzan for testing multiple pacthes. We're not ready to handle ATAPI yet so just claim there's no drive to the upper layer. This should work around a NULL pointer dereference when an ATAPI device is detected on a AHCI device. |
| /src/sys/dev/ic/ | |
| am79900reg.h | 1.9.94.1 Fri Jan 31 11:14:51 UTC 2020 martin Pull up following revision(s) (requested by msaitoh in ticket #671): sys/dev/pci/if_bce.c: revision 1.53 sys/dev/pci/pccbbreg.h: revision 1.16 sys/dev/ic/rt2860.c: revision 1.34 sys/dev/pci/if_alc.c: revision 1.45 sys/dev/pci/if_mcx.c: revision 1.5 sys/dev/pci/if_pcn.c: revision 1.72 sys/dev/pci/if_ale.c: revision 1.37 sys/dev/pci/if_age.c: revision 1.65 sys/dev/ieee1394/fwohcireg.h: revision 1.20 sys/dev/ieee1394/fwohci.c: revision 1.143 sys/dev/ieee1394/firewire.c: revision 1.49 sys/dev/ic/am79900reg.h: revision 1.10 Use unsigned to avoid undefined behavior. Found by kUBSan. |
| ncr53c9x.c | 1.143 Sun Jul 31 18:39:00 UTC 2011 jakllsch branches: 1.143.2; 1.143.6; 1.143.8; simple_lock to mutex conversion. Sun Jul 31 18:39:00 UTC 2011 jakllsch branches: 1.143.2; 1.143.6; 1.143.8; simple_lock to mutex conversion. .2; 1.143.6; 1.143.8; simple_lock to mutex conversion. .6; 1.143.8; simple_lock to mutex conversion. 1.143.8.2 Wed Jul 25 20:55:36 UTC 2012 jdc Pull up revision 1.145 (requested by ryoon in ticket #439). When issuing a non-dma command, make sure to set the "remaining length of command to be transfered via dma" (sc_cmdlen) to zero upfront, otherwise we might get confused on command completition interrupt (no dma active but still data left to transfer). 1.143.8.1 Mon Mar 19 23:13:59 UTC 2012 riz Pull up following revision(s) (requested by mrg in ticket #125): sys/dev/scsipi/scsiconf.c: revision 1.263 sys/dev/scsipi/scsiconf.c: revision 1.264 sys/dev/ic/ncr53c9x.c: revision 1.144 sys/dev/ic/ninjascsi32.c: revision 1.22 sys/dev/usb/uhub.c: revision 1.117 take the kernel lock in functions called from attach*(). scsidevdetached ioctl path enters scsipi code without kernel lock and this upsets the newer kasserts. take kernel lock here. take the kernel lock a few more places when doing detach, to avoid triggering KERNEL_LOCK_P() asserts in both scsi and usb code. with this and other recent fixes i can now "drvctl -d ehci0". 1.143.6.1 Sun Mar 11 01:52:27 UTC 2012 mrg sync to latest -current 1.143.2.2 Tue Oct 30 17:21:06 UTC 2012 yamt sync with head 1.143.2.1 Tue Apr 17 00:07:35 UTC 2012 yamt sync with head |
| /src/sys/modules/usbnet/ | |
| Makefile | 1.1.2.2 Sun Sep 01 13:00:37 UTC 2019 martin Pull up following revision(s) (requested by mrg in ticket #135): distrib/sets/lists/comp/mi 1.2279 distrib/sets/lists/modules/mi 1.123 share/man/man9/Makefile 1.438 share/man/man9/usbnet.9 1.1-1.9 sys/dev/ic/rndisreg.h 1.3 sys/dev/usb/TODO 1.47-1.52 sys/dev/usb/TODO.usbmp 1.15,1.16 sys/dev/usb/files.usb 1.157-1.167 sys/dev/usb/if_aue.c 1.155-1.161 sys/dev/usb/if_auereg.h 1.30-1.32 sys/dev/usb/if_axe.c 1.103-1.119 sys/dev/usb/if_axen.c 1.51-1.53,1.55-1.67 sys/dev/usb/if_axenreg.h 1.15 sys/dev/usb/if_cdce.c 1.54-1.67 sys/dev/usb/if_cue.c 1.85,1.86 sys/dev/usb/if_cuereg.h 1.23 sys/dev/usb/if_kue.c 1.97-1.100 sys/dev/usb/if_kuereg.h 1.23,1.24 sys/dev/usb/if_mue.c 1.51-1.55 sys/dev/usb/if_muereg.h 1.6 sys/dev/usb/if_muevar.h 1.9 sys/dev/usb/if_smsc.c 1.46-1.61 sys/dev/usb/if_smscreg.h 1.6 sys/dev/usb/if_smscvar.h delete sys/dev/usb/if_udav.c 1.60-1.71 sys/dev/usb/if_udavreg.h 1.14,1.15 sys/dev/usb/if_upl.c 1.65,1.66 sys/dev/usb/if_ure.c 1.15-1.31 sys/dev/usb/if_urevar.h 1.4,1.5 sys/dev/usb/if_url.c 1.67-1.70 sys/dev/usb/if_urlreg.h 1.14 sys/dev/usb/if_urndis.c 1.22-1.33 sys/dev/usb/if_urtwn.c 1.72 sys/dev/usb/ohci.c 1.290 sys/dev/usb/uhub.c 1.143 sys/dev/usb/usb.c 1.180 sys/dev/usb/usb.h 1.118 sys/dev/usb/usb_mem.c 1.71 sys/dev/usb/usb_subr.c 1.238,1.239 sys/dev/usb/usbdevs 1.772 sys/dev/usb/usbdi.c 1.183,1.186 sys/dev/usb/usbdi.h 1.97 sys/dev/usb/usbdi_util.c 1.75 sys/dev/usb/usbhist.h 1.5,1.6 sys/dev/usb/usbnet.c 1.1-1.24 sys/dev/usb/usbnet.h 1.1-1.14 sys/dev/usb/usbroothub.c 1.9 sys/dev/usb/xhci.c 1.109,1.110 sys/modules/Makefile 1.223 sys/modules/usbnet/Makefile 1.1 usbnet(9): Add common framework for USB network devices. This bring various safety fixes to all updated drivers, and includes locking clean up, detach safety when being used or not, separate rx/tx locks to improve performance, porting to NET_MPSAFE, many edge/error case bugs in drivers fixed, as well as resovling PRs 54303 and 54308. These drivers are converted: axe(4), axen(4), aue(4), cdce(4), cue(4), kue(4), mue(4), smsc(4), udav(4), upl(4), ure(4), url(4), and urndis(4). |
| /src/tests/usr.bin/ftp/ | |
| Makefile | 1.1.2.2 Sun Oct 13 16:06:37 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #970): tests/usr.bin/Makefile: revision 1.42 usr.bin/ftp/ruserpass.c: revision 1.34 usr.bin/ftp/main.c: revision 1.130 usr.bin/ftp/ssl.c: revision 1.17 usr.bin/ftp/main.c: revision 1.131 usr.bin/ftp/ssl.c: revision 1.18 usr.bin/ftp/main.c: revision 1.132 usr.bin/ftp/ssl.c: revision 1.19 usr.bin/ftp/main.c: revision 1.133 distrib/sets/lists/tests/mi: revision 1.1342 usr.bin/ftp/ftp.1: revision 1.151 usr.bin/ftp/ftp.1: revision 1.152 usr.bin/ftp/progressbar.c: revision 1.25 usr.bin/ftp/ftp.1: revision 1.153 usr.bin/ftp/progressbar.c: revision 1.26 usr.bin/ftp/ftp.1: revision 1.155 usr.bin/ftp/ftp.1: revision 1.156 usr.bin/ftp/fetch.c: revision 1.239 usr.bin/ftp/ftp.1: revision 1.157 usr.bin/ftp/ftp.1: revision 1.158 usr.bin/ftp/ftp.1: revision 1.159 usr.bin/ftp/ftp_var.h: revision 1.87 etc/mtree/NetBSD.dist.tests: revision 1.208 usr.bin/ftp/ftp_var.h: revision 1.88 usr.bin/ftp/ftp_var.h: revision 1.89 usr.bin/ftp/cmds.c: revision 1.142 usr.bin/ftp/util.c: revision 1.168 usr.bin/ftp/cmds.c: revision 1.143 tests/usr.bin/ftp/custom_headers.sh: revision 1.1 usr.bin/ftp/ssl.c: revision 1.20 usr.bin/ftp/complete.c: revision 1.48 tests/usr.bin/ftp/Makefile: revision 1.1 tests/usr.bin/ftp/t_custom_headers.sh: revision 1.1 usr.bin/ftp/fetch.c: revision 1.240 usr.bin/ftp/fetch.c: revision 1.241 usr.bin/ftp/ftp.c: revision 1.176 usr.bin/ftp/ftp.c: revision 1.177 (all via patch) ftp(1): wording and formatting improvements Fix grammar issue with "Support values" reported in private mail. Document all file transfer types in "type" and cross-reference that. Consistency fixes in describing file transfer parameters and types. Fix some mandoc -Tlint issues (except "useless macro: Tn"). Add -b <buflen> to specify the buffer size. ftp: bump FTPBUFLEN from 4kB to 16kB sourceforge.net returns a 5kB content-security-policy. Analyzed by mlelstv@ who reports usual limits are between 4kB and 48kB. default is now 16K ftp: improve -b documentation Order -b bufsize in the synopsis. Document the actual default value. ftp: improve units used in comments and errors Use "KiB" instead of "K" in errors. Clarify related comments. pass some lint. PR/58581: Sunil Nimmagadda: Add flag to allow specifying extra http header fields. ftp(1): Nix trailing whitespace in man page. No functional change intended. PR bin/58581: ftp(1) should allow specifying header fields in http requests fix markup (h -> H), explain about multiple headers, fix usage (from RVP) Don't forget the dot, use the intended macro name (I think), and improve the wording a little. (All related to the -H option.) ftp(1): Add test for custom HTTP header fields. Based on a patch from Sunil Nimmagadda. PR bin/58581: ftp(1) should allow specifying header fields in http requests |
| custom_headers.sh | 1.1.2.2 Sun Oct 13 16:06:37 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #970): tests/usr.bin/Makefile: revision 1.42 usr.bin/ftp/ruserpass.c: revision 1.34 usr.bin/ftp/main.c: revision 1.130 usr.bin/ftp/ssl.c: revision 1.17 usr.bin/ftp/main.c: revision 1.131 usr.bin/ftp/ssl.c: revision 1.18 usr.bin/ftp/main.c: revision 1.132 usr.bin/ftp/ssl.c: revision 1.19 usr.bin/ftp/main.c: revision 1.133 distrib/sets/lists/tests/mi: revision 1.1342 usr.bin/ftp/ftp.1: revision 1.151 usr.bin/ftp/ftp.1: revision 1.152 usr.bin/ftp/progressbar.c: revision 1.25 usr.bin/ftp/ftp.1: revision 1.153 usr.bin/ftp/progressbar.c: revision 1.26 usr.bin/ftp/ftp.1: revision 1.155 usr.bin/ftp/ftp.1: revision 1.156 usr.bin/ftp/fetch.c: revision 1.239 usr.bin/ftp/ftp.1: revision 1.157 usr.bin/ftp/ftp.1: revision 1.158 usr.bin/ftp/ftp.1: revision 1.159 usr.bin/ftp/ftp_var.h: revision 1.87 etc/mtree/NetBSD.dist.tests: revision 1.208 usr.bin/ftp/ftp_var.h: revision 1.88 usr.bin/ftp/ftp_var.h: revision 1.89 usr.bin/ftp/cmds.c: revision 1.142 usr.bin/ftp/util.c: revision 1.168 usr.bin/ftp/cmds.c: revision 1.143 tests/usr.bin/ftp/custom_headers.sh: revision 1.1 usr.bin/ftp/ssl.c: revision 1.20 usr.bin/ftp/complete.c: revision 1.48 tests/usr.bin/ftp/Makefile: revision 1.1 tests/usr.bin/ftp/t_custom_headers.sh: revision 1.1 usr.bin/ftp/fetch.c: revision 1.240 usr.bin/ftp/fetch.c: revision 1.241 usr.bin/ftp/ftp.c: revision 1.176 usr.bin/ftp/ftp.c: revision 1.177 (all via patch) ftp(1): wording and formatting improvements Fix grammar issue with "Support values" reported in private mail. Document all file transfer types in "type" and cross-reference that. Consistency fixes in describing file transfer parameters and types. Fix some mandoc -Tlint issues (except "useless macro: Tn"). Add -b <buflen> to specify the buffer size. ftp: bump FTPBUFLEN from 4kB to 16kB sourceforge.net returns a 5kB content-security-policy. Analyzed by mlelstv@ who reports usual limits are between 4kB and 48kB. default is now 16K ftp: improve -b documentation Order -b bufsize in the synopsis. Document the actual default value. ftp: improve units used in comments and errors Use "KiB" instead of "K" in errors. Clarify related comments. pass some lint. PR/58581: Sunil Nimmagadda: Add flag to allow specifying extra http header fields. ftp(1): Nix trailing whitespace in man page. No functional change intended. PR bin/58581: ftp(1) should allow specifying header fields in http requests fix markup (h -> H), explain about multiple headers, fix usage (from RVP) Don't forget the dot, use the intended macro name (I think), and improve the wording a little. (All related to the -H option.) ftp(1): Add test for custom HTTP header fields. Based on a patch from Sunil Nimmagadda. PR bin/58581: ftp(1) should allow specifying header fields in http requests |
| t_custom_headers.sh | 1.1.2.2 Sun Oct 13 16:06:37 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #970): tests/usr.bin/Makefile: revision 1.42 usr.bin/ftp/ruserpass.c: revision 1.34 usr.bin/ftp/main.c: revision 1.130 usr.bin/ftp/ssl.c: revision 1.17 usr.bin/ftp/main.c: revision 1.131 usr.bin/ftp/ssl.c: revision 1.18 usr.bin/ftp/main.c: revision 1.132 usr.bin/ftp/ssl.c: revision 1.19 usr.bin/ftp/main.c: revision 1.133 distrib/sets/lists/tests/mi: revision 1.1342 usr.bin/ftp/ftp.1: revision 1.151 usr.bin/ftp/ftp.1: revision 1.152 usr.bin/ftp/progressbar.c: revision 1.25 usr.bin/ftp/ftp.1: revision 1.153 usr.bin/ftp/progressbar.c: revision 1.26 usr.bin/ftp/ftp.1: revision 1.155 usr.bin/ftp/ftp.1: revision 1.156 usr.bin/ftp/fetch.c: revision 1.239 usr.bin/ftp/ftp.1: revision 1.157 usr.bin/ftp/ftp.1: revision 1.158 usr.bin/ftp/ftp.1: revision 1.159 usr.bin/ftp/ftp_var.h: revision 1.87 etc/mtree/NetBSD.dist.tests: revision 1.208 usr.bin/ftp/ftp_var.h: revision 1.88 usr.bin/ftp/ftp_var.h: revision 1.89 usr.bin/ftp/cmds.c: revision 1.142 usr.bin/ftp/util.c: revision 1.168 usr.bin/ftp/cmds.c: revision 1.143 tests/usr.bin/ftp/custom_headers.sh: revision 1.1 usr.bin/ftp/ssl.c: revision 1.20 usr.bin/ftp/complete.c: revision 1.48 tests/usr.bin/ftp/Makefile: revision 1.1 tests/usr.bin/ftp/t_custom_headers.sh: revision 1.1 usr.bin/ftp/fetch.c: revision 1.240 usr.bin/ftp/fetch.c: revision 1.241 usr.bin/ftp/ftp.c: revision 1.176 usr.bin/ftp/ftp.c: revision 1.177 (all via patch) ftp(1): wording and formatting improvements Fix grammar issue with "Support values" reported in private mail. Document all file transfer types in "type" and cross-reference that. Consistency fixes in describing file transfer parameters and types. Fix some mandoc -Tlint issues (except "useless macro: Tn"). Add -b <buflen> to specify the buffer size. ftp: bump FTPBUFLEN from 4kB to 16kB sourceforge.net returns a 5kB content-security-policy. Analyzed by mlelstv@ who reports usual limits are between 4kB and 48kB. default is now 16K ftp: improve -b documentation Order -b bufsize in the synopsis. Document the actual default value. ftp: improve units used in comments and errors Use "KiB" instead of "K" in errors. Clarify related comments. pass some lint. PR/58581: Sunil Nimmagadda: Add flag to allow specifying extra http header fields. ftp(1): Nix trailing whitespace in man page. No functional change intended. PR bin/58581: ftp(1) should allow specifying header fields in http requests fix markup (h -> H), explain about multiple headers, fix usage (from RVP) Don't forget the dot, use the intended macro name (I think), and improve the wording a little. (All related to the -H option.) ftp(1): Add test for custom HTTP header fields. Based on a patch from Sunil Nimmagadda. PR bin/58581: ftp(1) should allow specifying header fields in http requests |
| /src/sys/arch/i386/include/ | |
| cpu.h | 1.143 Mon Jul 09 20:52:17 UTC 2007 ad branches: 1.143.4; 1.143.8; 1.143.10; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements Mon Jul 09 20:52:17 UTC 2007 ad branches: 1.143.4; 1.143.8; 1.143.10; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements .4; 1.143.8; 1.143.10; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements .8; 1.143.10; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements 1.143.10.3 Sun Mar 23 02:04:07 UTC 2008 matt sync with HEAD 1.143.10.2 Wed Jan 09 01:46:41 UTC 2008 matt sync with HEAD 1.143.10.1 Tue Nov 06 23:17:40 UTC 2007 matt sync with HEAD 1.143.8.6 Sun Dec 09 19:35:24 UTC 2007 jmcneill Sync with HEAD. 1.143.8.5 Mon Oct 29 02:57:22 UTC 2007 joerg Sync with HEAD. 1.143.8.4 Sun Oct 28 20:10:39 UTC 2007 joerg Sync with HEAD. |
| /src/distrib/notes/common/ | |
| contents | 1.143 Mon Sep 08 16:10:14 UTC 2008 tsutsui branches: 1.143.2; Remove obsolete description for old xen-i386 port. Ok'ed by bouyer@. Mon Sep 08 16:10:14 UTC 2008 tsutsui branches: 1.143.2; Remove obsolete description for old xen-i386 port. Ok'ed by bouyer@. 1.143.2.7 Sat Apr 24 06:48:22 UTC 2010 snj branches: 1.143.2.7.2; Update for 5.1. .2.7 Sat Apr 24 06:48:22 UTC 2010 snj branches: 1.143.2.7.2; Update for 5.1. 1.143.2.6 Sat Apr 25 23:16:34 UTC 2009 snj branches: 1.143.2.6.4; Pull up following revision(s) (requested by rmind in ticket #728): distrib/alpha/README.files: revision 1.14 distrib/notes/acorn26/upgrade: revision 1.2 distrib/notes/acorn32/hardware: revision 1.2 distrib/notes/acorn32/prep: revision 1.14 distrib/notes/acorn32/prep.RISCOS: revision 1.20 distrib/notes/alpha/hardware: revisions 1.16-1.17 distrib/notes/alpha/install: revisions 1.35-1.37 distrib/notes/amd64/prep: revision 1.2 distrib/notes/amiga/hardware: revision 1.46 distrib/notes/amiga/install: revision 1.35 distrib/notes/amiga/prep: revision 1.28 distrib/notes/amiga/upgrade: revision 1.28 distrib/notes/arc/prep: revision 1.2 distrib/notes/atari/hardware: revision 1.22 distrib/notes/atari/prep: revision 1.13 distrib/notes/cats/hardware: revision 1.7 distrib/notes/cats/prep: revision 1.11 distrib/notes/cats/upgrade: revision 1.4 distrib/notes/common/contents: revisions 1.150-1.155 distrib/notes/common/legal.common: revision 1.52 distrib/notes/common/main: revisions 1.444-1.446 distrib/notes/common/postinstall: revisions 1.73, 1.74 distrib/notes/common/sysinst: revisions 1.97, 1.98 distrib/notes/common/upgrade: revisions 1.27, 1.28 distrib/notes/common/xfer: revisions 1.64-1.66 distrib/notes/evbarm/prep: revision 1.10 distrib/notes/evbarm/upgrade: revision 1.2 distrib/notes/evbppc/hardware: revision 1.5 distrib/notes/evbppc/upgrade: revision 1.2 distrib/notes/hp300/prep: revision 1.24 distrib/notes/i386/upgrade: revision 1.23 distrib/notes/i386/prep: revision 1.14 distrib/notes/mac68k/hardware: revision 1.24 distrib/notes/mac68k/prep: revision 1.16 distrib/notes/mac68k/upgrade: revision 1.21 distrib/notes/mac68k/xfer: revision 1.20 distrib/notes/macppc/prep: revisions 1.43, 1.44 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.13 distrib/notes/macppc/hardware: revision 1.47 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.12 distrib/notes/mvme68k/hardware: revision 1.11 distrib/notes/mvme68k/install: revision 1.21 distrib/notes/next68k/prep: revision 1.8 distrib/notes/pmax/hardware: revision 1.17 distrib/notes/pmax/install: revision 1.41 distrib/notes/sgimips/hardware: revision 1.14 distrib/notes/sgimips/prep: revision 1.10 distrib/notes/shark/install: revision 1.5 distrib/notes/sparc/hardware: revisions 1.35, 1.36 distrib/notes/sparc/prep: revision 1.26 distrib/notes/sparc/upgrade: revision 1.16 distrib/notes/sparc64/prep: revision 1.15 distrib/notes/sun2/hardware: revision 1.4 distrib/notes/sun3/hardware: revision 1.10 distrib/notes/vax/hardware: revision 1.10 distrib/notes/vax/install: revision 1.18 distrib/notes/vax/prep: revision 1.7 distrib/notes/xen/xfer: revision 1.4 distrib/notes/x68k/hardware: revision 1.17 distrib/notes/x68k/prep: revision 1.9 Update release notes. .2.6 Sat Apr 25 23:16:34 UTC 2009 snj branches: 1.143.2.6.4; Pull up following revision(s) (requested by rmind in ticket #728): distrib/alpha/README.files: revision 1.14 distrib/notes/acorn26/upgrade: revision 1.2 distrib/notes/acorn32/hardware: revision 1.2 distrib/notes/acorn32/prep: revision 1.14 distrib/notes/acorn32/prep.RISCOS: revision 1.20 distrib/notes/alpha/hardware: revisions 1.16-1.17 distrib/notes/alpha/install: revisions 1.35-1.37 distrib/notes/amd64/prep: revision 1.2 distrib/notes/amiga/hardware: revision 1.46 distrib/notes/amiga/install: revision 1.35 distrib/notes/amiga/prep: revision 1.28 distrib/notes/amiga/upgrade: revision 1.28 distrib/notes/arc/prep: revision 1.2 distrib/notes/atari/hardware: revision 1.22 distrib/notes/atari/prep: revision 1.13 distrib/notes/cats/hardware: revision 1.7 distrib/notes/cats/prep: revision 1.11 distrib/notes/cats/upgrade: revision 1.4 distrib/notes/common/contents: revisions 1.150-1.155 distrib/notes/common/legal.common: revision 1.52 distrib/notes/common/main: revisions 1.444-1.446 distrib/notes/common/postinstall: revisions 1.73, 1.74 distrib/notes/common/sysinst: revisions 1.97, 1.98 distrib/notes/common/upgrade: revisions 1.27, 1.28 distrib/notes/common/xfer: revisions 1.64-1.66 distrib/notes/evbarm/prep: revision 1.10 distrib/notes/evbarm/upgrade: revision 1.2 distrib/notes/evbppc/hardware: revision 1.5 distrib/notes/evbppc/upgrade: revision 1.2 distrib/notes/hp300/prep: revision 1.24 distrib/notes/i386/upgrade: revision 1.23 distrib/notes/i386/prep: revision 1.14 distrib/notes/mac68k/hardware: revision 1.24 distrib/notes/mac68k/prep: revision 1.16 distrib/notes/mac68k/upgrade: revision 1.21 distrib/notes/mac68k/xfer: revision 1.20 distrib/notes/macppc/prep: revisions 1.43, 1.44 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.13 distrib/notes/macppc/hardware: revision 1.47 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.12 distrib/notes/mvme68k/hardware: revision 1.11 distrib/notes/mvme68k/install: revision 1.21 distrib/notes/next68k/prep: revision 1.8 distrib/notes/pmax/hardware: revision 1.17 distrib/notes/pmax/install: revision 1.41 distrib/notes/sgimips/hardware: revision 1.14 distrib/notes/sgimips/prep: revision 1.10 distrib/notes/shark/install: revision 1.5 distrib/notes/sparc/hardware: revisions 1.35, 1.36 distrib/notes/sparc/prep: revision 1.26 distrib/notes/sparc/upgrade: revision 1.16 distrib/notes/sparc64/prep: revision 1.15 distrib/notes/sun2/hardware: revision 1.4 distrib/notes/sun3/hardware: revision 1.10 distrib/notes/vax/hardware: revision 1.10 distrib/notes/vax/install: revision 1.18 distrib/notes/vax/prep: revision 1.7 distrib/notes/xen/xfer: revision 1.4 distrib/notes/x68k/hardware: revision 1.17 distrib/notes/x68k/prep: revision 1.9 Update release notes. 1.143.2.5 Fri Feb 06 01:06:58 UTC 2009 snj Pull up following revision(s) (requested by abs in ticket #408): distrib/evbppc/ramdisk/dot.hdprofile: revision 1.1 distrib/evbppc/ramdisk/list: revision 1.6 distrib/notes/common/contents: revision 1.148 distrib/utils/sysinst/arch/evbppc/msg.md.de: revision 1.6 distrib/utils/sysinst/arch/evbppc/msg.md.en: revision 1.10 distrib/utils/sysinst/arch/evbppc/msg.md.es: revision 1.5 distrib/utils/sysinst/arch/evbppc/msg.md.fr: revision 1.10 distrib/utils/sysinst/arch/evbppc/msg.md.pl: revision 1.10 Switch evbpcc sysinst and install notes to referencing WALNUT/OPENBLOCKS266 kernels, rather than (nonexistant) GENERIC from KIYOHARA Takashi 1.143.2.4 Mon Jan 26 03:30:53 UTC 2009 snj Pull up following revision(s) (requested by abs in ticket #320): distrib/notes/common/contents: revision 1.147 etc/etc.atari/Makefile.inc: revision 1.19 Move ATARITT and FALCON to the main list of kernels 1.143.2.3 Mon Jan 26 03:28:40 UTC 2009 snj Pull up following revision(s) (requested by abs in ticket #320): distrib/notes/common/contents: revision 1.146 distrib/utils/sysinst/arch/atari/md.h: revision 1.19 distrib/utils/sysinst/arch/atari/msg.md.de: revision 1.4 distrib/utils/sysinst/arch/atari/msg.md.en: revision 1.8 distrib/utils/sysinst/arch/atari/msg.md.es: revision 1.3 - Sync atari sysinst install kernel list with reality: - BOOT reanamed to SMALL030 - ATARITT and FALCON were missing - Update release notes to kernel list and also clarify Milan kernels 1.143.2.2 Mon Jan 26 03:21:05 UTC 2009 snj Pull up following revision(s) (requested by abs in ticket #320): distrib/notes/common/contents: revision 1.145 etc/etc.atari/Makefile.inc: revision 1.18 Follow up the rename of BOOT to SMALL030, and the removal of BOOTX. |
| /src/sys/arch/hp300/hp300/ | |
| locore.s | 1.143 Mon Jan 28 16:21:19 UTC 2008 tsutsui branches: 1.143.6; 1.143.10; 1.143.18; 1.143.20; - account idepth in a clock interrupt handler too - use idepth for CLKF_INTR() Mon Jan 28 16:21:19 UTC 2008 tsutsui branches: 1.143.6; 1.143.10; 1.143.18; 1.143.20; - account idepth in a clock interrupt handler too - use idepth for CLKF_INTR() .6; 1.143.10; 1.143.18; 1.143.20; - account idepth in a clock interrupt handler too - use idepth for CLKF_INTR() .10; 1.143.18; 1.143.20; - account idepth in a clock interrupt handler too - use idepth for CLKF_INTR() .18; 1.143.20; - account idepth in a clock interrupt handler too - use idepth for CLKF_INTR() 1.138.4.1 Mon Jun 18 09:31:10 UTC 2007 liamjfoy Pull up following revision(s) (requested by mhitch in ticket #728): sys/arch/mvme68k/mvme68k/locore.s: revision 1.98 sys/arch/mac68k/mac68k/trap.c: revision 1.128 sys/arch/next68k/next68k/locore.s: revision 1.48 sys/arch/mac68k/mac68k/locore.s: revision 1.152 sys/arch/sun3/sun3/locore.s: revision 1.88 sys/arch/sun2/sun2/locore.s: revision 1.19 sys/arch/sun2/sun2/trap.c: revision 1.32 sys/arch/m68k/m68k/db_trace.c: revision 1.51 sys/arch/mvme68k/mvme68k/trap.c: revision 1.90 sys/arch/news68k/news68k/trap.c: revision 1.53 sys/arch/luna68k/luna68k/locore.s: revision 1.27 sys/arch/atari/atari/locore.s: revision 1.99 sys/arch/sun3/sun3/trap.c: revision 1.130 sys/arch/x68k/x68k/trap.c: revision 1.89 sys/arch/next68k/next68k/trap.c: revision 1.67 sys/arch/x68k/x68k/locore.s: revision 1.79 sys/arch/news68k/news68k/locore.s: revision 1.43 sys/arch/luna68k/luna68k/trap.c: revision 1.46 sys/arch/hp300/hp300/locore.s: revision 1.140 sys/arch/cesfic/cesfic/locore.s: revision 1.15 sys/arch/cesfic/cesfic/trap.c: revision 1.35 sys/arch/m68k/m68k/trap_subr.s: revision 1.12 sys/arch/amiga/amiga/locore.s: revision 1.143 Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 was optimizing away modifications to the frame contents (it's not nice to trick gcc). Pass the pointer as the first argument to reduce the number of places that would be changed otherwise. Fixes the getcwd regression test on most m68k ports. 1.143.20.2 Sat Dec 27 04:00:19 UTC 2008 snj Pull up following revision(s) (requested by tsutsui in ticket #207): sys/arch/hp300/include/intr.h: revision 1.32 sys/arch/hp300/hp300/locore.s: revision 1.145 sys/arch/hp300/hp300/intr.c: revision 1.39 Remove obsolete code for old software interrupt emulation. The MI softint(9) handles it in the kernel threads nowadays. Note "Emulation of VAX REI instruction" is still there to handle ASTs. 1.143.20.1 Sat Dec 27 03:57:43 UTC 2008 snj Pull up following revision(s) (requested by tsutsui in ticket #207): sys/arch/hp300/hp300/locore.s: revision 1.144 sys/arch/hp300/hp300/intr.c: revision 1.38 Account idepth in locore.s. 1.143.18.1 Mon Jan 19 13:16:10 UTC 2009 skrll Sync with HEAD. 1.143.10.3 Wed Aug 11 22:52:01 UTC 2010 yamt sync with head. |
| /src/sys/arch/sun3/sun3/ | |
| pmap.c | 1.143 Mon Jun 23 11:01:46 UTC 2003 martin branches: 1.143.2; Make sure to include opt_foo.h if a defflag option FOO is used. Mon Jun 23 11:01:46 UTC 2003 martin branches: 1.143.2; Make sure to include opt_foo.h if a defflag option FOO is used. 1.143.2.6 Thu Nov 10 13:59:54 UTC 2005 skrll Sync with HEAD. Here we go again... 1.143.2.5 Fri Apr 01 14:28:41 UTC 2005 skrll Sync with HEAD. 1.143.2.4 Mon Jan 24 08:34:54 UTC 2005 skrll Sync with HEAD. 1.143.2.3 Tue Sep 21 13:23:28 UTC 2004 skrll Fix the sync with head I botched. 1.143.2.2 Sat Sep 18 14:41:48 UTC 2004 skrll Sync with HEAD. 1.143.2.1 Tue Aug 03 10:42:12 UTC 2004 skrll Sync with HEAD |
| /src/sys/kern/ | |
| kern_malloc.c | 1.143 Mon May 19 02:51:24 UTC 2014 rmind branches: 1.143.2; 1.143.4; - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. - Replace malloc with kmem and eliminate M_PCB while here. - Sprinkle more asserts. Mon May 19 02:51:24 UTC 2014 rmind branches: 1.143.2; 1.143.4; - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. - Replace malloc with kmem and eliminate M_PCB while here. - Sprinkle more asserts. .2; 1.143.4; - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. - Replace malloc with kmem and eliminate M_PCB while here. - Sprinkle more asserts. 1.143.4.2 Mon Aug 28 17:53:07 UTC 2017 skrll Sync with HEAD 1.143.4.1 Mon Apr 06 15:18:20 UTC 2015 skrll Sync with HEAD 1.143.2.2 Wed Aug 09 06:32:49 UTC 2017 snj Pull up following revision(s) (requested by martin in ticket #1461): sys/kern/kern_malloc.c: revision 1.146 Avoid integer overflow in kern_malloc(). Reported by Ilja Van Sprundel. 1.143.2.1 Wed Mar 25 16:54:37 UTC 2015 snj branches: 1.143.2.1.2; 1.143.2.1.6; Pull up following revision(s) (requested by maxv in ticket #617): sys/kern/kern_malloc.c: revision 1.144, 1.145 sys/kern/kern_pmf.c: revision 1.37 sys/rump/librump/rumpkern/rump.c: revision 1.316 sys/uvm/uvm_extern.h: revision 1.193 sys/uvm/uvm_km.c: revision 1.139 Don't include <uvm/uvm_extern.h> -- Kill kmeminit(). -- Remove this MALLOC_DEFINE (M_PMF unused). .2.1 Wed Mar 25 16:54:37 UTC 2015 snj branches: 1.143.2.1.2; 1.143.2.1.6; Pull up following revision(s) (requested by maxv in ticket #617): sys/kern/kern_malloc.c: revision 1.144, 1.145 sys/kern/kern_pmf.c: revision 1.37 sys/rump/librump/rumpkern/rump.c: revision 1.316 sys/uvm/uvm_extern.h: revision 1.193 sys/uvm/uvm_km.c: revision 1.139 Don't include <uvm/uvm_extern.h> -- Kill kmeminit(). -- Remove this MALLOC_DEFINE (M_PMF unused). .2.1.2; 1.143.2.1.6; Pull up following revision(s) (requested by maxv in ticket #617): sys/kern/kern_malloc.c: revision 1.144, 1.145 sys/kern/kern_pmf.c: revision 1.37 sys/rump/librump/rumpkern/rump.c: revision 1.316 sys/uvm/uvm_extern.h: revision 1.193 sys/uvm/uvm_km.c: revision 1.139 Don't include <uvm/uvm_extern.h> -- Kill kmeminit(). -- Remove this MALLOC_DEFINE (M_PMF unused). 1.143.2.1.6.1 Wed Aug 09 06:32:22 UTC 2017 snj Pull up following revision(s) (requested by martin in ticket #1461): sys/kern/kern_malloc.c: revision 1.146 Avoid integer overflow in kern_malloc(). Reported by Ilja Van Sprundel. |
| /src/share/man/man9/ | |
| cpu_rootconf.9 | 1.6.10.1 Wed Aug 08 15:51:07 UTC 2012 martin Pull up following revision(s) (requested by mlelstv in ticket #466): sys/arch/amiga/amiga/autoconf.c: revision 1.113 sys/arch/rs6000/rs6000/autoconf.c: revision 1.4 sys/arch/emips/emips/autoconf.c: revision 1.6 sys/arch/sandpoint/sandpoint/autoconf.c: revision 1.27 sys/arch/evbmips/alchemy/autoconf.c: revision 1.18 sys/arch/sgimips/sgimips/autoconf.c: revision 1.43 sys/arch/atari/atari/autoconf.c: revision 1.63 sys/arch/powerpc/oea/ofw_autoconf.c: revision 1.17 sys/arch/mmeye/mmeye/autoconf.c: revision 1.9 distrib/sets/lists/comp/mi: revision 1.1771 sys/arch/mipsco/mipsco/autoconf.c: revision 1.25 sys/arch/iyonix/iyonix/autoconf.c: revision 1.14 sys/arch/hp300/hp300/autoconf.c: revision 1.100 sys/kern/init_main.c: revision 1.445 sys/arch/pmax/pmax/autoconf.c: revision 1.79 sys/arch/netwinder/netwinder/autoconf.c: revision 1.11 sys/arch/dreamcast/dreamcast/autoconf.c: revision 1.10 sys/arch/ibmnws/ibmnws/autoconf.c: revision 1.12 sys/arch/evbppc/ev64260/autoconf.c: revision 1.17 sys/arch/evbmips/gdium/autoconf.c: revision 1.5 sys/arch/algor/algor/autoconf.c: revision 1.21 share/man/man9/Makefile: revision 1.367 sys/arch/ews4800mips/ews4800mips/autoconf.c: revision 1.9 sys/arch/amigappc/amigappc/autoconf.c: revision 1.5 sys/arch/x86/x86/x86_autoconf.c: revision 1.65 sys/arch/acorn26/acorn26/autoconf.c: revision 1.9 sys/arch/mvmeppc/mvmeppc/autoconf.c: revision 1.13 sys/arch/vax/vax/autoconf.c: revision 1.94 sys/arch/usermode/dev/cpu.c: revision 1.72 sys/arch/evbppc/virtex/autoconf.c: revision 1.5 sys/arch/next68k/next68k/autoconf.c: revision 1.26 sys/arch/mac68k/mac68k/autoconf.c: revision 1.73 sys/arch/ia64/ia64/autoconf.c: revision 1.6 sys/arch/evbppc/obs405/obs405_autoconf.c: revision 1.6 share/man/man9/cpu_rootconf.9: revision 1.7 sys/arch/landisk/landisk/autoconf.c: revision 1.6 sys/arch/evbmips/malta/autoconf.c: revision 1.16 sys/arch/sun3/sun3/autoconf.c: revision 1.76 sys/arch/evbppc/explora/autoconf.c: revision 1.13 sys/arch/sun3/sun3/autoconf.c: revision 1.77 sys/arch/evbmips/loongson/autoconf.c: revision 1.3 sys/arch/evbmips/atheros/autoconf.c: revision 1.11 sys/arch/sparc64/sparc64/autoconf.c: revision 1.188 sys/arch/acorn32/acorn32/autoconf.c: revision 1.18 sys/arch/evbarm/evbarm/autoconf.c: revision 1.13 sys/arch/cobalt/cobalt/autoconf.c: revision 1.30 sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.46 sys/arch/hp700/hp700/autoconf.c: revision 1.48 sys/arch/evbmips/adm5120/autoconf.c: revision 1.5 sys/arch/hpcmips/hpcmips/autoconf.c: revision 1.25 sys/arch/alpha/alpha/autoconf.c: revision 1.52 sys/arch/sparc/sparc/autoconf.c: revision 1.244 sys/arch/evbppc/pmppc/autoconf.c: revision 1.7 sys/arch/bebox/bebox/autoconf.c: revision 1.25 sys/arch/luna68k/luna68k/autoconf.c: revision 1.13 sys/arch/hpcarm/hpcarm/autoconf.c: revision 1.20 sys/arch/evbppc/walnut/autoconf.c: revision 1.21 sys/arch/cesfic/cesfic/autoconf.c: revision 1.26 sys/arch/cats/cats/autoconf.c: revision 1.17 sys/arch/x68k/x68k/autoconf.c: revision 1.67 sys/arch/news68k/news68k/autoconf.c: revision 1.21 sys/arch/arc/arc/autoconf.c: revision 1.34 sys/arch/evbsh3/evbsh3/autoconf.c: revision 1.11 sys/sys/conf.h: revision 1.143 sys/arch/evbmips/rasoc/autoconf.c: revision 1.3 sys/arch/hpcsh/hpcsh/autoconf.c: revision 1.26 sys/arch/sun68k/sun68k/autoconf.c: revision 1.29 sys/arch/evbmips/rmixl/autoconf.c: revision 1.6 sys/arch/zaurus/zaurus/autoconf.c: revision 1.12 sys/arch/xen/x86/autoconf.c: revision 1.15 sys/arch/evbppc/mpc85xx/autoconf.c: revision 1.6 sys/arch/shark/shark/autoconf.c: revision 1.18 sys/arch/prep/prep/autoconf.c: revision 1.25 sys/arch/newsmips/newsmips/autoconf.c: revision 1.36 sys/arch/sbmips/sbmips/autoconf.c: revision 1.8 Do not call setroot() from MD code and from MI code, which has unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732. No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information as a side effect. Instead call MI rootconf() from MD code which makes rootconf() now a wrapper to setroot(). Adjust several MD routines to set the global booted_device,booted_partition variables instead of passing partial information to setroot(). Make cpu_rootconf(9) describe the calling order. add rootconf(9) as a link to cpu_rootconf(9) make this compile again |
| usbnet.9 | 1.9.2.2 Sun Sep 01 13:00:37 UTC 2019 martin Pull up following revision(s) (requested by mrg in ticket #135): distrib/sets/lists/comp/mi 1.2279 distrib/sets/lists/modules/mi 1.123 share/man/man9/Makefile 1.438 share/man/man9/usbnet.9 1.1-1.9 sys/dev/ic/rndisreg.h 1.3 sys/dev/usb/TODO 1.47-1.52 sys/dev/usb/TODO.usbmp 1.15,1.16 sys/dev/usb/files.usb 1.157-1.167 sys/dev/usb/if_aue.c 1.155-1.161 sys/dev/usb/if_auereg.h 1.30-1.32 sys/dev/usb/if_axe.c 1.103-1.119 sys/dev/usb/if_axen.c 1.51-1.53,1.55-1.67 sys/dev/usb/if_axenreg.h 1.15 sys/dev/usb/if_cdce.c 1.54-1.67 sys/dev/usb/if_cue.c 1.85,1.86 sys/dev/usb/if_cuereg.h 1.23 sys/dev/usb/if_kue.c 1.97-1.100 sys/dev/usb/if_kuereg.h 1.23,1.24 sys/dev/usb/if_mue.c 1.51-1.55 sys/dev/usb/if_muereg.h 1.6 sys/dev/usb/if_muevar.h 1.9 sys/dev/usb/if_smsc.c 1.46-1.61 sys/dev/usb/if_smscreg.h 1.6 sys/dev/usb/if_smscvar.h delete sys/dev/usb/if_udav.c 1.60-1.71 sys/dev/usb/if_udavreg.h 1.14,1.15 sys/dev/usb/if_upl.c 1.65,1.66 sys/dev/usb/if_ure.c 1.15-1.31 sys/dev/usb/if_urevar.h 1.4,1.5 sys/dev/usb/if_url.c 1.67-1.70 sys/dev/usb/if_urlreg.h 1.14 sys/dev/usb/if_urndis.c 1.22-1.33 sys/dev/usb/if_urtwn.c 1.72 sys/dev/usb/ohci.c 1.290 sys/dev/usb/uhub.c 1.143 sys/dev/usb/usb.c 1.180 sys/dev/usb/usb.h 1.118 sys/dev/usb/usb_mem.c 1.71 sys/dev/usb/usb_subr.c 1.238,1.239 sys/dev/usb/usbdevs 1.772 sys/dev/usb/usbdi.c 1.183,1.186 sys/dev/usb/usbdi.h 1.97 sys/dev/usb/usbdi_util.c 1.75 sys/dev/usb/usbhist.h 1.5,1.6 sys/dev/usb/usbnet.c 1.1-1.24 sys/dev/usb/usbnet.h 1.1-1.14 sys/dev/usb/usbroothub.c 1.9 sys/dev/usb/xhci.c 1.109,1.110 sys/modules/Makefile 1.223 sys/modules/usbnet/Makefile 1.1 usbnet(9): Add common framework for USB network devices. This bring various safety fixes to all updated drivers, and includes locking clean up, detach safety when being used or not, separate rx/tx locks to improve performance, porting to NET_MPSAFE, many edge/error case bugs in drivers fixed, as well as resovling PRs 54303 and 54308. These drivers are converted: axe(4), axen(4), aue(4), cdce(4), cue(4), kue(4), mue(4), smsc(4), udav(4), upl(4), ure(4), url(4), and urndis(4). |