Module Name:src
Committed By: mrg
Date: Tue Sep 18 06:19:28 UTC 2018
Modified Files:
src/sys/dev/wscons: wsdisplay.c wskbd.c
Log Message:
fix wsdisplay/wskbd and cngetc() return value issues:
- return -1 for error / no character
- allow 0 as a character
cngetc() itself co
Module Name:src
Committed By: mrg
Date: Tue Sep 18 05:37:54 UTC 2018
Modified Files:
src/share/man/man4: usb.4
src/sys/dev/usb: usb.c
Log Message:
remove usb(4)'s "flags 1" code. it has been dead for a while,
as it runs during the interrupts part of configuration
Module Name:src
Committed By: mrg
Date: Tue Sep 18 05:24:10 UTC 2018
Modified Files:
src/sys/dev/pci: xhci_pci.c
src/sys/dev/usb: usb.c
Log Message:
deal with partial attach failures in usb_attach vs usb_detach aka PR 53598.
- make sure xhci's sc->sc_ios is NULL i
Module Name:src
Committed By: pgoyette
Date: Tue Sep 18 03:32:35 UTC 2018
Modified Files:
src/sys/sys [pgoyette-compat]: compat_stub.h
Added Files:
src/sys/sys [pgoyette-compat]: compat_hook.h
Log Message:
Split the HOOK-related macros out from the declarations.
W
Module Name:src
Committed By: rin
Date: Tue Sep 18 02:58:10 UTC 2018
Modified Files:
src/sys/dev/hpc: hpckbd.c
Log Message:
Apply workaround introduced in r1.31 to hpcmips.
Fix kernel crash when console is attached. Now, my MC/R550 boots multiuser.
Thanks Masahiko Ito fo
Module Name:src
Committed By: mrg
Date: Tue Sep 18 02:00:07 UTC 2018
Modified Files:
src/sys/dev/usb: ehci.c ehcivar.h
Log Message:
implement a gross hack to fix "boot -a" on systems with usb keyboards on
systems with ehci handover to uhci (and maybe ohci), and fix a simil
Module Name:src
Committed By: mrg
Date: Tue Sep 18 01:36:44 UTC 2018
Modified Files:
src/sys/dev/usb: uhub.c usb_subr.c
Log Message:
add config_pending usage to uhub and general USB device attachment.
- call config_pending_incr() and config_pending_decr() around attaching
Module Name:src
Committed By: mrg
Date: Tue Sep 18 01:25:09 UTC 2018
Modified Files:
src/sys/kern: kern_drvctl.c subr_autoconf.c
src/sys/sys: device.h systm.h
Log Message:
- move export for devmon_insert_vec into sys/device.h.
- export root_is_mounted for future US
Module Name:src
Committed By: pgoyette
Date: Tue Sep 18 01:15:58 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: if_43.c usb_subr_30.c
src/sys/dev [pgoyette-compat]: bio.c ccd.c clockctl.c vnd.c
src/sys/dev/raidframe [pgoyette-compat]: rf_n
Module Name:src
Committed By: pgoyette
Date: Tue Sep 18 01:11:33 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Update for having (mostly) finished the netbsd32 module split.
Renumber so each entry is unique.
To generate a diff of th
Module Name:src
Committed By: jdolecek
Date: Mon Sep 17 20:54:41 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq ata.c ata_raid.c
ata_raid_adaptec.c ata_raid_intel.c ata_raid_jmicron.c
ata_raid_nvidia.c ata_raid_promise.c ata_r
Module Name:src
Committed By: aymeric
Date: Mon Sep 17 20:25:49 UTC 2018
Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h
Log Message:
Add support for the enhanced descriptors feature.
This makes "recent" dwc gmac controllers, as found e.g. on the
Module Name:src
Committed By: jdolecek
Date: Mon Sep 17 19:30:26 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: atavar.h
src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c mvsata.c siisata.c
src/sys/dev/scsipi [jdolecek-ncqfixes]: atapi_wdc.c
Module Name:src
Committed By: jdolecek
Date: Mon Sep 17 19:00:43 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: ata.c ata_subr.c atavar.h
Log Message:
switch from TAILQ to SIMPLEQ for ata_xfer pending queue to save
space, don't need doubly linked queue
To
Module Name:src
Committed By: jdolecek
Date: Mon Sep 17 18:36:14 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: ata.c ata_subr.c ata_wdc.c
atavar.h
src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c mvsata.c siisata.c
wdc.c
Module Name:src
Committed By: tsutsui
Date: Mon Sep 17 16:52:29 UTC 2018
Modified Files:
src/sys/arch/pmax/pmax: dec_3min.c
Log Message:
Fix hangup after framebuffers are attached on 3MIN. PR port-pmax/53611
Ok'ed by mrg@. Should be pulled up to netbsd-7 and netbsd-8.
Module Name:src
Committed By: maxv
Date: Mon Sep 17 15:53:06 UTC 2018
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Reduce the noise, reorder and rename some things for clarity.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86
Module Name:src
Committed By: tsutsui
Date: Mon Sep 17 15:19:29 UTC 2018
Modified Files:
src/usr.sbin/sysinst/arch/sgimips: md.c
Log Message:
Make sure to install a bootloader even on upgrade installation.
Fixes another part of port-sgimips/53583.
Should be pulled up (wit
Module Name:src
Committed By: pgoyette
Date: Mon Sep 17 11:04:31 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: bio_30.c clockctl_50.c if_43.c
if_spppsubr50.c kern_mod_80.c rtsock_14.c sysmon_power_40.c
vnd_30.c
src/sys/com
Module Name:src
Committed By: pgoyette
Date: Mon Sep 17 10:06:29 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Update for recent work and recent discoveries
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/
Module Name:src
Committed By: mrg
Date: Mon Sep 17 08:27:42 UTC 2018
Modified Files:
src/sys/dev/usb: uhcivar.h
Log Message:
reorder some struct members to remove holes.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/uhcivar.h
Please note
Module Name:src
Committed By: maxv
Date: Mon Sep 17 08:11:27 UTC 2018
Modified Files:
src/sys/netinet: ip_reass.c
Log Message:
Kick fragments that would introduce several !MFFs in a reassembly chain.
The problem arises if we receive three fragments of the kind
3.
22 matches
Mail list logo