Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (42m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 13:06:16 UTC Now

2014-12-04 17:05:55 UTC MAIN commitmail json YAML

Use MI MBR support code. Fixes disklabel writing problems during
sysinst.

(joerg)

2014-12-04 16:50:15 UTC MAIN commitmail json YAML

Enable nullfs, wedges for BEAGLEBONE

(riz)

2014-12-04 11:16:38 UTC MAIN commitmail json YAML

Add awinmp(4) glue.

It won't compile (uses nonexistent ioctls) but adding this for posterity.
In my testing, 2D accel for solid fill and copy is considerably slower than
with software rendering, so no sense in turning this on.

(jmcneill)

2014-12-04 11:09:28 UTC netbsd-7 commitmail json YAML

2014-12-04 11:08:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #294):
sys/arch/arm/allwinner/awin_mmc.c: revision 1.16
sys/arch/arm/allwinner/awin_board.c: revision 1.29
sys/arch/arm/allwinner/awin_reg.h: revision 1.55,1.57
Add mixer processor regs.
-
Fix some mixer processor definitions, add A31 PLL6 cfg lock bit and
some extra SD CLK bits for A31, when enabling pll, wait for pll to
become stable before returning
-
Clock fixes:
- Don't rely on U-boot to enable AHB gating
- Instead of always running at 100MHz (!), calculate proper clk dividers.
- Replace PLL6 parsing code with a call to awin_pll6_get_rate()

(martin)

2014-12-04 08:04:32 UTC nick-nhusb commitmail json YAML

2014-12-04 07:53:46 UTC nick-nhusb commitmail json YAML

Fix (harmless?) bug that set the roothub address to the device address.

(skrll)

2014-12-04 07:44:57 UTC netbsd-7 commitmail json YAML

2014-12-04 07:44:00 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #293):
share/man/man3/queue.3: revision 1.50
Fix some grammar and punctuation issues.  Remove a pasto.

(martin)

2014-12-04 07:42:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #292):
usr.bin/mktemp/mktemp.1: revision 1.22
minor wording nits and a typo fix

(martin)

2014-12-04 06:57:29 UTC nick-nhusb commitmail json YAML

Remove unused and commented out sc_dma_reserve

(skrll)

2014-12-04 06:12:16 UTC netbsd-6 commitmail json YAML

2014-12-04 06:04:07 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1203):
sys/dev/pci/if_wm.c: revisions 1.271, 1.273-1.274, 1.277-1.278,
      1.280, 1.282, 1.284-1.285, 1.287,
      1.293-1.294, 1.297-1.298,
      1.300-1.301, 1.305-1.307 via patch
sys/dev/pci/if_wmreg.h: revisions 1.57-1.62, 1.64-1.65 via patch
sys/dev/pci/if_wmvar.h: revisions 1.19, 1.21 via patch
- Acquire SW semaphore in wm_get_swsm_semaphore().
- Fix some bugs realted to semaphore. This change fixes a problem which
  was exposed in if_wm.c rev. 1.271. Tested by riastradh@.
  - Clear the SMBI bit in SWSM register before accessing NVM and PHY in
    wm_attach(). Same as FreeBSD.
  - Fix a bug that 82573 doesn't put the hardware semaphore. Same as
    FreeBSD r256200.
- Call wm_set_pcie_completion_timeout() on I350, I354, I210 and I211, too.
  Same as FreeBSD and OpenBSD.
- Drop PHPM_GO_LINK_D bit in WMREG_PHPM on some chips. From FreeBSD.
- Fix fiber link problem (PR#44776 and PR#30880). Tested with 82543GC, 82544EI,
  82545EM, 82546GB 82571EB and 82572EI fiber cards.
  - Don't use the RXCFG interrupt. It's not required and the interrupt is very
    heavy (a lot of interrupts). Same as {Free,Open}BSD.
  - Modify wm_tbi_mediachange() to be close to em_setup_fiber_serdes_link()
    of {Free,Open}BSD. At least, don't forget to set duplex setting.
  - WM_T_82545 is not 1000base-SX but 1000base-LX. Same as FreeBSD.
- Don't check SWSM_SMBI bit if WM_F_LOCK_SWSM isn't set. Fix a problem when
  using vmware with e1000"e". With e1000e which is regarded as 82574L,
  wm_gmii_init() fails with "could not acquire SWSM SMBI" message without
  this change. This problem doesn't occur with real 82574L card.
- Fix a bug that wm_get_swsm_semaphore() timed out when attaching device on
  some machines.
  - Calculate NVM word size correctly.
  - Determine timeout value based on the NVM word size.
- It's not required to print "failed to detect NVM bank" message.
  Only print while debugging. Same as {Free,Open}BSD.
- Add some new I218 devices.
- Delete 82580ER related code. It was from FreeBSD and was removed in r203049.
- Fix a bug that the offset of alt MAC address is wrongly calculated to 0
  when alt MAC address function is really used. This bug does not appear
  as real bug if the same MAC address is written in the default location
  and alt MAC address's location.
- Move some NVM related macros from if_wm.c to if_wmreg.h.
- Sort definitions in if_wmreg.h
  - move NVM related values to the bottom.
  - sort in register's address' order.
- Simplify wm_read_mac_addr().
- Fix debug message.
- Add missing prototypes.
- Rename some functions for consistency and clarify.
- Rename some macros for consistency.
- Remove a duplicated error message.
- Fix typo in comment.
- Cleanup comments.
- KNF.

(snj)

2014-12-04 05:55:00 UTC netbsd-6 commitmail json YAML

2014-12-04 05:54:04 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1202):
sys/dev/pci/pcidevs: revisions 1.1160-1.1161, 1.1163-1.1171,
      1.1173-1.1177, 1.1183-1.1194,
      1.1196, 1.1198-1.1205 via patch
Add some PCI devices to pcidevs:
- PR/48180: Christian Groessler: Add Oxford Semi OXuPCI952 dual serial
  PCI card.
- Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.
- Add some Intel devices mainly taken from "Mobile 4th Generation Intel Core
  Processor Family I/O" datasheet.
- Add some Intel Core internal devices.
- Add Intel Quark X1000 devices.
- Add devices of Intel Atom S1200 series from the datasheet.
- Add some Intel E600 and EG20T devices.
- Add some Intel X38 devices.
- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add some Intel Ivy Bridge devices.
- Add Intel 3200 Host and PCIe.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel Bay Trail devices.
- Add Intel Atom Z36xx and Z37xx devices.
- Add Intel Xeon E3-1200 v3 Host Bridge, DRAM.
- Add Intel DH89xx's SMBus controller.
- Add Intel Z68 LPC.
- Add yet another Intel 82599 device.
- Add Intel X540-AT2.
- Add some Intel gigabit Ethernet devices.
- PR/48150: Noriyuki Koizumi: Add Intel Centrino Advanced-N 6235 Wi-Fi
  controller.
- Add some Intel Wi-Fi devices.
- Add entries for Atheros AR9462 and a new flavour of Intel Haswell
  Integrated Graphics Device.
- Add Radeon HD6320 Graphics.
- Add ASMedia ASM1042 xHCI USB3 controller.
- Add Realtek RTL8402 PCI-E Card Reader.
- Add some Realtek devices.
- Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.
- Add ASPEED Graphics family.
- Add ASPEED AST1150 PCIe-to-PCI bridge.
- Add GeForce 210 High Definition Audio Controller.
- Add GeForce GT 640M.
- Add some Armada 370 IDs.
- Add some new Attansic ethernet devices.
- Add ITE IT8213.
- Add some HP iLO devices.
- Add Matrox MGA G200eH.
- Add Samsung Electronics XP941 M.2 SSD.

(snj)

2014-12-04 05:47:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1199):
sys/ufs/ufs/ufs_extattr.c: revision 1.46 via patch
Fix uninitialized mutex usage
We use extended attribute mount mutex before testing if it had been
initialized, and as reported by Christos,  this caused panic with
LOCKDEBUG. Fix it by testing before using.

(snj)

2014-12-04 05:43:55 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1197):
sys/ufs/ufs/ufs_extattr.c: revision 1.41, 1.45
Remove always-true condition and note that the current code is
suboptimal.
--
Fix UFS1 extended attribute backend autocreation deadlock
UFS1 extended attribute backend autocration goes through a vn_open()
to create the backend file, and this forces us to release the lock
on the target node, in case the target is within the parents of the
backend file. That created a window within which another thread could
acquire a lock on the target vnode and deadlock awaiting for the
mount extended attribute lock.
We fix the problem by also releasing the mount extended attribute lock
when calling vn_open(), but that lets another thread race us for backend
creation. We just detect this using O_EXCL for vn_open() and by checking
for EEXIST return code. If we are raced, we fail backend creation but
this is not a problem since another thread succeeded on it: we just have
to use the result.

(snj)

2014-12-04 05:38:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1196):
sys/kern/vfs_mount.c: revision 1.31
sys/ufs/ffs/ffs_vfsops.c: revision 1.302
sys/ufs/ufs/ufs_extattr.c: revision 1.44
Fix use-after-free on failed unmount with extended attribute enabled
When unmount failed, for instance because the mount is still busy,
UFS1 extended attributes structures were left freed while the kernel
assumes extended attributes were still enabled. This led to using
UFS1 extended attributes structures after free. With LOCKDEBUG, with
quickly triggers a panic.
The problem is fixed by:
1) clear MNT_EXTATTR flag after extended attributes structures are freed
2) attempt to restart extended attributes after failed unmount
2) set MNT_EXTATTR correctly after extended attributes restart
As a side effect, extended attribute structures are now only initialized
when extended attributes are started for the filesystem.

(snj)

2014-12-04 04:35:13 UTC MAIN commitmail json YAML

2014-12-04 03:03:44 UTC MAIN commitmail json YAML

Clock fixes:

- Don't rely on U-boot to enable AHB gating
- Instead of always running at 100MHz (!), calculate proper clk dividers.
- Replace PLL6 parsing code with a call to awin_pll6_get_rate()

(jmcneill)

2014-12-04 02:12:07 UTC MAIN commitmail json YAML

for A31, when enabling pll, wait for pll to become stable before returning

(jmcneill)

2014-12-04 02:11:03 UTC MAIN commitmail json YAML

fix some mixer processor definitions, add A31 PLL6 cfg lock bit and some extra SD CLK bits

(jmcneill)

2014-12-04 01:41:37 UTC MAIN commitmail json YAML

Instead of zerodivide, give a useful error message.

(christos)

2014-12-03 23:05:07 UTC nick-nhusb commitmail json YAML

2014-12-03 23:03:40 UTC netbsd-7 commitmail json YAML

2014-12-03 23:02:24 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #291):
sys/arch/ofppc/ofppc/locore.S: revision 1.49
sys/arch/macppc/macppc/locore.S: revision 1.72
in the initial asm code, save the interesting caller-saved registers
(containing "arg" and "len") across function calls to C code.
fixes kernels built with gcc 4.8.

(snj)

2014-12-03 23:00:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #290):
sys/external/bsd/drm2/radeon/radeondrmkmsfb.c: revision 1.4
apply several changes from intelfb.c revs 1.7 through 1.9:
- provide a setmode callback for genfb
- add a pmf shutdown handler to switch genfb into polling mode
- no need to call drm_fb_helper_set_config after genfb attaches,
  as the setmode callback is called by genfb_attach

(snj)

2014-12-03 22:59:22 UTC MAIN commitmail json YAML

nouveau_nv50_fence.c needs -Wno-shadow.

(riastradh)

2014-12-03 22:42:41 UTC nick-nhusb commitmail json YAML

Use designated initialisers.  No functional change.

(skrll)

2014-12-03 22:40:55 UTC nick-nhusb commitmail json YAML

2014-12-03 22:33:56 UTC nick-nhusb commitmail json YAML

2014-12-03 22:19:50 UTC nick-nhusb commitmail json YAML

Rearrange the usbd_bus struct member to match the comments about who
fills them.

(skrll)

2014-12-03 21:37:55 UTC MAIN commitmail json YAML

Explicitly delete the failing node; it would be killed with the unlink too but
explicitly deleting it is better than just setting the file size to zero.

(reinoud)

2014-12-03 21:34:55 UTC MAIN commitmail json YAML

Relax the KASSERT since an equal size is no issue

(reinoud)

2014-12-03 20:36:33 UTC MAIN commitmail json YAML

Fix some grammar and punctuation issues.  Remove a pasto.

(snj)

2014-12-03 18:33:02 UTC MAIN commitmail json YAML

Add explicit cast to ensure no intermediate integer promotion happens.

(joerg)

2014-12-03 15:26:44 UTC MAIN commitmail json YAML

+ "beaut"

XXX: also I question whether "beauti" as found a few lines later is
XXX: actually a word, but I don't have time to investigate right now.

(dholland)

2014-12-03 14:18:07 UTC nick-nhusb commitmail json YAML

2014-12-03 13:59:18 UTC netbsd-7 commitmail json YAML

2014-12-03 13:57:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #289):
external/gpl3/binutils/dist/gas/config/tc-arm.c: revision 1.7
Avoid undefined behaviour (merged from upstream commit
d840c081f8082e8b9e63fead5306643975a97bb3).

(martin)

2014-12-03 13:30:51 UTC nick-nhusb commitmail json YAML

2014-12-03 13:19:38 UTC nick-nhusb commitmail json YAML

2014-12-03 13:10:49 UTC MAIN commitmail json YAML

2014-12-03 13:09:00 UTC nick-nhusb commitmail json YAML

2014-12-03 13:04:48 UTC netbsd-6-0 commitmail json YAML

2014-12-03 13:04:32 UTC netbsd-6-1 commitmail json YAML

2014-12-03 13:00:39 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7

(msaitoh)

2014-12-03 13:00:07 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7

(msaitoh)

2014-12-03 12:53:26 UTC netbsd-6 commitmail json YAML

2014-12-03 12:52:07 UTC nick-nhusb commitmail json YAML

2014-12-03 12:49:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1190):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7

(msaitoh)

2014-12-03 11:25:51 UTC nick-nhusb commitmail json YAML

Remove dwc2_{alloc,free}m function declarations as these don't exist
anymore.

(skrll)

2014-12-03 11:24:45 UTC nick-nhusb commitmail json YAML

2014-12-03 08:14:26 UTC MAIN commitmail json YAML

2014-12-03 06:12:19 UTC MAIN commitmail json YAML

redo the previous; avoid a bunch of processing when running as "uptime",
and as a side effect, avoid any name lookups.

(mrg)

2014-12-03 03:44:45 UTC MAIN commitmail json YAML

2014-12-03 01:32:11 UTC MAIN commitmail json YAML

more debugging info...

(christos)

2014-12-03 01:31:37 UTC MAIN commitmail json YAML

add DL_PRINT macro

(christos)

2014-12-03 01:30:32 UTC MAIN commitmail json YAML

Reverts previous: Causes all processes to hang in tstile in rw_lock from
genfs_lock during a make -j 20 build

(christos)

2014-12-03 01:29:33 UTC MAIN commitmail json YAML

2014-12-03 00:52:52 UTC MAIN commitmail json YAML

add new test directories

(christos)

2014-12-03 00:19:04 UTC MAIN commitmail json YAML

2014-12-02 22:57:08 UTC MAIN commitmail json YAML

2014-12-02 22:42:04 UTC MAIN commitmail json YAML

Add Cortex-A17 support

(matt)

2014-12-02 22:24:36 UTC netbsd-6 commitmail json YAML

2014-12-02 22:23:44 UTC netbsd-6-1 commitmail json YAML

2014-12-02 22:23:14 UTC netbsd-6-0 commitmail json YAML

2014-12-02 22:19:19 UTC MAIN commitmail json YAML

if doing uptime, don't bother resolving names.

(christos)

2014-12-02 22:19:18 UTC netbsd-6-0 commitmail json YAML

2014-12-02 22:18:45 UTC netbsd-6-1 commitmail json YAML

2014-12-02 22:18:09 UTC netbsd-6 commitmail json YAML

2014-12-02 22:13:13 UTC MAIN commitmail json YAML

2014-12-02 22:08:01 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #1194):
sys/dev/raidframe/raidframevar.h: revision 1.17
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.316
sys/dev/raidframe/rf_reconstruct.c: revision 1.121
Fix a long-standing bug related to rebooting while a
reconstruct-to-spare is underway but not yet complete.
The issue was that a component was being marked as a used_spare when
the rebuild started, not when the rebuild was actually finished.
Marking it as a used_spare meant that the component label on the spare
was being updated such that after a reboot the component would be
considered up-to-date, regardless of whether the rebuild actually
completed!
This fix includes:
1) Add an additional state "rf_ds_rebuilding_spare" which is used
    to denote that a spare is currently being rebuilt from the live
    components.
2) Update the comments on the disk states, which were out-of-sync
    with reality.
3) When rebuilding to a spare component, that spare now enters the
    state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare.
4) When the rebuild is actually complete then the spare component
    enters the rf_ds_used_spare state.  rf_ds_used_spare is now used
    exclusively for the case where the rebuilding to the spare has
    completed successfully.
XXX: Someday we need to teach raidctl(8) about this new state, and
take out the backwards compatibility code in rf_netbsdkintf.c (see
RAIDFRAME_GET_INFO in raidioctl()).  For today, this fix needs to be
generic enough that it can get backported without major grief.
XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7
Fixes PR#49244.

(snj)

2014-12-02 22:06:58 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #1194):
sys/dev/raidframe/raidframevar.h: revision 1.17
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.316
sys/dev/raidframe/rf_reconstruct.c: revision 1.121
Fix a long-standing bug related to rebooting while a
reconstruct-to-spare is underway but not yet complete.
The issue was that a component was being marked as a used_spare when
the rebuild started, not when the rebuild was actually finished.
Marking it as a used_spare meant that the component label on the spare
was being updated such that after a reboot the component would be
considered up-to-date, regardless of whether the rebuild actually
completed!
This fix includes:
1) Add an additional state "rf_ds_rebuilding_spare" which is used
    to denote that a spare is currently being rebuilt from the live
    components.
2) Update the comments on the disk states, which were out-of-sync
    with reality.
3) When rebuilding to a spare component, that spare now enters the
    state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare.
4) When the rebuild is actually complete then the spare component
    enters the rf_ds_used_spare state.  rf_ds_used_spare is now used
    exclusively for the case where the rebuilding to the spare has
    completed successfully.
XXX: Someday we need to teach raidctl(8) about this new state, and
take out the backwards compatibility code in rf_netbsdkintf.c (see
RAIDFRAME_GET_INFO in raidioctl()).  For today, this fix needs to be
generic enough that it can get backported without major grief.
XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7
Fixes PR#49244.

(snj)

2014-12-02 22:05:14 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #1194):
sys/dev/raidframe/raidframevar.h: revision 1.17
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.316
sys/dev/raidframe/rf_reconstruct.c: revision 1.121
Fix a long-standing bug related to rebooting while a
reconstruct-to-spare is underway but not yet complete.
The issue was that a component was being marked as a used_spare when
the rebuild started, not when the rebuild was actually finished.
Marking it as a used_spare meant that the component label on the spare
was being updated such that after a reboot the component would be
considered up-to-date, regardless of whether the rebuild actually
completed!
This fix includes:
1) Add an additional state "rf_ds_rebuilding_spare" which is used
    to denote that a spare is currently being rebuilt from the live
    components.
2) Update the comments on the disk states, which were out-of-sync
    with reality.
3) When rebuilding to a spare component, that spare now enters the
    state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare.
4) When the rebuild is actually complete then the spare component
    enters the rf_ds_used_spare state.  rf_ds_used_spare is now used
    exclusively for the case where the rebuilding to the spare has
    completed successfully.
XXX: Someday we need to teach raidctl(8) about this new state, and
take out the backwards compatibility code in rf_netbsdkintf.c (see
RAIDFRAME_GET_INFO in raidioctl()).  For today, this fix needs to be
generic enough that it can get backported without major grief.
XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7
Fixes PR#49244.

(snj)

2014-12-02 22:01:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1193):
lib/libperfuse/ops.c: revision 1.81
Allow setxattr to be called with a NULL value, instead of crashing.

(snj)

2014-12-02 21:56:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by pettai in ticket #1191):
lib/libc/resolv/res_mkquery.c: revision 1.14
PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and
everyone is happy.

(snj)

2014-12-02 21:49:36 UTC MAIN commitmail json YAML

2014-12-02 21:28:31 UTC MAIN commitmail json YAML

fix debugging printf.

(christos)

2014-12-02 20:25:48 UTC MAIN commitmail json YAML

2014-12-02 19:57:11 UTC MAIN commitmail json YAML

zero out the sockaddrs when dup'ing.

(christos)

2014-12-02 19:56:17 UTC MAIN commitmail json YAML

2014-12-02 19:48:21 UTC MAIN commitmail json YAML

2014-12-02 19:45:58 UTC MAIN commitmail json YAML

- add diagnostic check for sa_len
- use new socket pretty printers to format sockaddr's

(christos)

2014-12-02 19:38:16 UTC MAIN commitmail json YAML

sockaddr_format now returns the number of chars written.

(christos)

2014-12-02 19:36:58 UTC MAIN commitmail json YAML

2014-12-02 19:35:27 UTC MAIN commitmail json YAML

add routines to print in_addr and sockaddr_in (in_print and sin_print)

(christos)

2014-12-02 19:34:33 UTC MAIN commitmail json YAML

2014-12-02 19:33:44 UTC MAIN commitmail json YAML

- s/u_intX/uintX/
- add routines to print sockaddr_at and ataddr.

(christos)

2014-12-02 19:32:09 UTC MAIN commitmail json YAML

- split struct dladdr out of struct sockaddr_dl
- add routines to print struct sockaddr_dl and struct dladdr
- make if_dl.h idempotent

(christos)

2014-12-02 14:34:19 UTC MAIN commitmail json YAML

Get rid of weak_alias for bridge_input

bridge_input is now not directly called from ether_input,
so we can remove weak_alias for it.

(ozaki-r)

2014-12-02 13:00:38 UTC MAIN commitmail json YAML

print kernel module path only in kernels which support paths

(pooka)

2014-12-02 10:34:27 UTC MAIN commitmail json YAML

. do not abort() if we read a zero cs or rip, or if we can't read them
. end the backtrace when encountering a soft interrupt, since they live in
  their own lwp

(aymeric)

2014-12-02 09:05:15 UTC MAIN commitmail json YAML

2014-12-02 09:00:34 UTC nick-nhusb commitmail json YAML

Step #1 of memory allocation re-organisation.

Centralised the buffer allocation routine which now supports DMA
and non-DMA capable host controllers.  Remove the
ubm_{alloc,free}m methods from usbd_bus_methods.

The buffer allocation is only allowed in thread context and,
therefore, negates the usefulness of the reserve dma code which
is removed in this change.

USBD_NO_COPY is also no longer required as usbd_transfer and
usbd_transfer_complete now track buffer usage and handle any
copying.

(skrll)

2014-12-02 08:31:18 UTC MAIN commitmail json YAML

Note riscv compiler workarounds for libasan

(dennis)

2014-12-02 04:43:36 UTC MAIN commitmail json YAML

Revert "Pull if_drain routine out of m_reclaim"

The commit broke dlopen()'d rumpnet on platforms where ld.so does not
override weak aliases (e.g. musl, Solaris, potentially OS X, ...).

Requested by pooka@.

(ozaki-r)

2014-12-02 03:51:49 UTC MAIN commitmail json YAML

Add missing src(7) reported by Patrick Welche.

(msaitoh)

2014-12-02 03:20:39 UTC MAIN commitmail json YAML

Work around RISC-V compiler bug in gcc 4.8.3 (at least).
Should be reconsidered if the compiler is updated.
PR toolchain/49425

(dennis)

2014-12-02 01:59:17 UTC MAIN commitmail json YAML

2014-12-02 01:52:13 UTC MAIN commitmail json YAML

most of this manpage moved to rumpkernel.7, so simplify a lot

(pooka)

2014-12-02 01:51:46 UTC MAIN commitmail json YAML

2014-12-01 23:08:15 UTC MAIN commitmail json YAML

need -Wno-unused-parameter with -Wextra

(pooka)

2014-12-01 22:58:41 UTC MAIN commitmail json YAML

define the warnings used for hypercall components once

(pooka)

2014-12-01 22:54:32 UTC MAIN commitmail json YAML

RUMPCOMP_USER has been deprecated for long enough, remove it.

(pooka)

2014-12-01 22:39:06 UTC MAIN commitmail json YAML

clean the a9 l2 cache before turning it on.

(matt)

2014-12-01 21:52:00 UTC nick-nhusb commitmail json YAML

2014-12-01 21:18:23 UTC netbsd-7 commitmail json YAML

2014-12-01 21:17:21 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #288):
etc/root/dot.cshrc: revision 1.25
etc/root/dot.profile: revision 1.27
Freshen up the commented-out suggested PKG_PATH a bit.

(martin)

2014-12-01 20:30:27 UTC MAIN commitmail json YAML

Complete the routing argument table by including the ID's used in the routing
display.

(christos)

2014-12-01 20:07:59 UTC netbsd-7 commitmail json YAML

2014-12-01 20:03:35 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #287):
tests/ipf/t_nat_exec.sh: revision 1.21
Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it
recently.

(snj)

2014-12-01 19:46:29 UTC MAIN commitmail json YAML

Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it
recently.

(martin)

2014-12-01 17:07:43 UTC MAIN commitmail json YAML

Don't pass junk in sin_family and sin_len for SIOCGIFNETMASK, and explain why.
XXX: pullup 7?

(christos)

2014-12-01 13:45:37 UTC netbsd-7 commitmail json YAML

2014-12-01 13:43:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by enami in ticket #286):
usr.bin/rsh/rsh.c: revision 1.38
lib/libc/net/rcmd.c: revision 1.71
Changes done in rsh.c rev. 1.36 was incomplete.  As chuq pointed
in private mail, it broke rcp(1).
To achieve the documented behavior and to fix long standing incorrect
rsh(1) behavior which I've tried to fix in rev. 1.36, rcmd(1) should have
two operation mode; whether it should relay signal information on
auxiliary channel or not, depending on the argument `fd2p' passed to rcmd(3).
So, make rcmd(1) behave differntly depending on the environment variable and
set it when necessary in rcmd(3) according to how auxiliary channel
is set up by rcmd(3).

(martin)

2014-12-01 13:30:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #285):
sys/arch/arm/allwinner/awin_fb.c: revision 1.8
make the full amount of reserved video memory available to userland

(martin)

2014-12-01 13:23:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #284):
sys/arch/arm/allwinner/awin_reg.h: revision 1.56
sys/arch/arm/allwinner/awin_debe.c: revision 1.9-1.10
sys/arch/arm/allwinner/awin_mp.c: revision 1.1
sys/arch/arm/allwinner/awin_fb.c: revision 1.7
hardware cursor support
hide the hw cursor when blanking the screen

(martin)

2014-12-01 13:13:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by lneto in ticket #283):
sys/modules/lua/lua.c: revision 1.15
lua(4): fixed require

(martin)

2014-12-01 13:11:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by lneto in ticket #282):
external/mit/lua/dist/src/luaconf.h: revision 1.10
lua(4): fixed Lua stack size

(martin)

2014-12-01 13:08:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #281):
sys/netinet/in4_cksum.c: revision 1.20
Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the
tcp and udp cases. From kre.

(martin)

2014-12-01 13:05:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #280):
sys/net/npf/npf_ruleset.c: revision 1.40
sys/net/npf/npf_nat.c: revision 1.36
sys/net/npf/npf_nat.c: revision 1.37
sys/net/npf/npf_conn.h: revision 1.7
sys/net/npf/npf_conf.c: revision 1.9
sys/net/npf/npf_ruleset.c: revision 1.39
sys/net/npf/npf_conn.c: revision 1.13
sys/net/npf/npf_impl.h: revision 1.60
NPF:
- npf_nat_import: take the port only if using the portmap.
- Sprinkle some comments and asserts.
- npf_config_load: if loading the connections, do not perform any actice
  NAT policy take over or or portmap sharing - just replace them all.
- npf_config_fini: flush with the empty connection database.
- npf_nat_import: fix the stat counter.

(martin)

2014-12-01 13:03:05 UTC nick-nhusb commitmail json YAML

2014-12-01 12:38:39 UTC nick-nhusb commitmail json YAML

2014-12-01 11:38:43 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #279):
sys/kern/kern_ktrace.c: revision 1.166
sys/dev/isa/aps.c: revision 1.16
sys/dev/sysmon/sysmonvar.h: revision 1.45
sys/dev/ir/irframe_tty.c: revision 1.60
sys/dev/sysmon/sysmon_envsys_events.c: revision 1.111
sys/dev/sysmon/sysmon_envsys_events.c: revision 1.112
sys/dev/pci/pccbb.c: revision 1.207
sys/dev/wscons/wskbd.c: revision 1.135
sys/dev/usb/ohci.c: revision 1.254
sys/net/if_ecosubr.c: revision 1.41
sys/dev/pcmcia/btbc.c: revision 1.17
sys/arch/x86/x86/via_padlock.c: revision 1.23
sys/dev/sdmmc/sdmmc.c: revision 1.23
sys/dev/bluetooth/btkbd.c: revision 1.17
sys/dev/bluetooth/bcsp.c: revision 1.25
sys/arch/x86/pci/fwhrng.c: revision 1.8
sys/dev/ic/nslm7x.c: revision 1.61
share/man/man9/callout.9: revision 1.28
Replace callout_stop with callout_halt
In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.
Discussed with martin@ and riastradh@.
Make it clear that we should use not callout_stop but callout_halt
before callout_destroy
Replace callout_stop with callout_halt
In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.
In this case, we need to pass an interlock to callout_halt to wait for
the callout complete.
Reviewed by riastradh@.
Kill sme_callout_mtx and use sme_mtx instead
We can use sme_mtx for the callout as well. Actually we should do so
because sme_events_list and some other data that are touched in the
callout should be protected by sme_mtx, not sme_callout_mtx.
Discussed with riastradh@ in
http://mail-index.netbsd.org/tech-kern/2014/11/11/msg017956.html
Replace callout_stop with callout_halt
In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.
In this case, we need to pass an interlock to callout_halt to wait for
the callout complete. And also we make sure that SME_CALLOUT_INITIALIZED
is unset before calling callout_halt to prevent the callout from calling
callout_schedule. This is the same as what we did in sys/netinet6/mld6.c@1.61.
Reviewed by riastradh@.

(martin)

2014-12-01 10:37:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #278):
tests/ipf/expected/n14: revision 1.6
tests/ipf/expected/n14_6: revision 1.5
Fix wrong expected outputs
IP addresses in the expected outputs looks reversed (in byte order).
It seems the expected outputs had been generated based on source code
with a bug and the bug was fixed by a commit titled "#534 destination
list hashing not endian neutral" by darrenr@.

(martin)

2014-12-01 10:35:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #277):
sys/netinet/ip_output.c: revision 1.233
Call looutput with holding KERNEL_LOCK
This fixes diagnostic assertion "KERNEL_LOCKED_P()" in if_loop.c.
PR kern/49410

(martin)

2014-12-01 09:54:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #276):
sys/kern/vfs_syscalls.c: revision 1.492
Do not follow symlinks in sys_unmount()
There are situations where the underlying filesystem is unreachable
(e.g: NFS) causing symlink resolution to hang. Such a situation
should be avoided by using umount -f -R (force and raw), but while -R
causes the symlink resolution to be skipped in umount(8), the kernel was
still doing it in sys_unmount(). This changes fixes that.
When the -R flag is not given, umount(8) does symlinks resolution
through
realpath(3) before calling unmount(2), hence not doing it in the kernel
would not change behavior.

(martin)

2014-12-01 09:31:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #275):
sys/rump/dev/lib/libnetsmb/netsmb_iconv.c: revision 1.1
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8: revision 1.3
sys/netsmb/smb_subr.c: revision 1.37
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8: revision 1.4
sys/fs/smbfs/smbfs_subr.c: revision 1.17
sys/rump/dev/lib/libnetsmb/Makefile: revision 1.5
sys/fs/smbfs/smbfs_smb.c: revision 1.46
sys/fs/smbfs/smbfs_node.c: revision 1.52
sys/netsmb/mchain.h: revision 1.10
external/bsd/smbfs/dist/lib/smb/ctx.c: revision 1.3
sys/netsmb/subr_mchain.c: revision 1.23
sys/rump/dev/lib/libnetsmb/netsmb_user.c: revision 1.1
sys/rump/dev/lib/libnetsmb/netsmb_user.c: revision 1.2
sys/rump/dev/lib/libnetsmb/netsmb_user.c: revision 1.3
sys/rump/dev/lib/libnetsmb/netsmb_user.h: revision 1.1
sys/netsmb/iconv.c: revision 1.14
external/bsd/smbfs/dist/smbutil/smbutil.1: revision 1.3
sys/fs/smbfs/smbfs_subr.h: revision 1.22
Make rump_smbfs(8) uses host iconv(3) to convert filenames
character set on NetBSD hosts.
Adjust smbfs/netsmb for filenames byte length changes that come as
a result of iconv conversion.  Most codes are taken from FreeBSD.
Disable unused codes that causes SIGBUS or SIGSEGV if character
sets option (-E) is specified to mount_smbfs/rump_smbfs.
Adjust man page accordingly.

(martin)

2014-12-01 09:02:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #274):
sys/net/npf/npf_nat.c: revision 1.35
sys/net/npf/npf_ruleset.c: revision 1.38
NPF: fix the reference counting and share the active NAT portmap correctly
when performing the reload.  Should fixes PR/49412, reported by kardel@.

(martin)

2014-12-01 08:59:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #273):
sys/arch/arm/include/profile.h: revision 1.16
Fix __mcount in the !(__ARM_EABI__) case by popping the right number of
registers on exit.

(martin)

2014-12-01 08:39:43 UTC MAIN commitmail json YAML

2014-12-01 08:12:09 UTC nick-nhusb commitmail json YAML

2014-12-01 07:15:42 UTC MAIN commitmail json YAML

Make more functions static

No functional change.

(ozaki-r)

2014-12-01 04:11:14 UTC MAIN commitmail json YAML

Sort in uvmexp_sysctl's order for readability. No functional change.

(msaitoh)

2014-12-01 04:02:40 UTC MAIN commitmail json YAML

Fix a bug that "vmstat -s" print uvmexp.ncolors incorrectly.

(msaitoh)

2014-12-01 02:08:34 UTC MAIN commitmail json YAML

Handle obsolete xen/pae-xen kernel modules; reported by John D. Baker.

(uebayasi)

2014-12-01 01:34:30 UTC MAIN commitmail json YAML

PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt
if any of their dependencies (i.e. the files they refer to) are changed.
This allows changes to transitive included headers to be handled properly.

(erh)

2014-12-01 00:27:05 UTC MAIN commitmail json YAML

PR/49437: jmcneill: revert broken changes that broke SIOCGIFCONF (mdnsd uses it)

(christos)

2014-11-30 23:43:30 UTC MAIN commitmail json YAML

Freshen up the commented-out suggested PKG_PATH a bit.

(riz)

2014-11-30 20:25:54 UTC MAIN commitmail json YAML

make the full amount of reserved video memory available to userland

(jmcneill)

2014-11-30 20:04:57 UTC MAIN commitmail json YAML

hide the hw cursor when blanking the screen

(jmcneill)

2014-11-30 19:15:53 UTC MAIN commitmail json YAML

2014-11-30 19:15:03 UTC MAIN commitmail json YAML

lua(4): fixed require

(lneto)

2014-11-30 19:12:59 UTC MAIN commitmail json YAML

lua(4): included <sys/param.h> into sys/lua.h

(lneto)

2014-11-30 19:00:46 UTC MAIN commitmail json YAML

lua(4): fixed Lua stack size

(lneto)

2014-11-30 18:15:41 UTC MAIN commitmail json YAML

Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the
tcp and udp cases. From kre.
XXX: pullup 7

(christos)

2014-11-30 16:39:51 UTC nick-nhusb commitmail json YAML

2014-11-30 16:38:45 UTC nick-nhusb commitmail json YAML

2014-11-30 15:54:34 UTC MAIN commitmail json YAML

2014-11-30 15:53:29 UTC MAIN commitmail json YAML

Add a new build make variable, CONFIGOPTS, which is passed to config(1)
when building kernels.  Revert "mkernel=*" and "mkernels" in favor of
this option.

Diff posted on source-changes-d@, approved by (null).

(uebayasi)

2014-11-30 13:46:00 UTC nick-nhusb commitmail json YAML

2014-11-30 13:14:11 UTC nick-nhusb commitmail json YAML

2014-11-30 12:18:58 UTC nick-nhusb commitmail json YAML

2014-11-30 04:11:03 UTC MAIN commitmail json YAML

Do a fairly mechanical reversion of the locking protocol to that
of revision 1.97.  Add a comment documenting my best guess about
the locking requirements in this subsystem.  Leave the locks
taken solely for stats counter increments in place for now; they
should ultimately go but that is a bigger change.

(dennis)

2014-11-30 01:37:53 UTC MAIN commitmail json YAML

- npf_config_load: if loading the connections, do not perform any actice
  NAT policy take over or or portmap sharing - just replace them all.
- npf_config_fini: flush with the empty connection database.
- npf_nat_import: fix the stat counter.

(rmind)

2014-11-30 00:40:55 UTC MAIN commitmail json YAML

NPF:
- npf_nat_import: take the port only if using the portmap.
- Sprinkle some comments and asserts.

(rmind)

2014-11-29 20:18:44 UTC MAIN commitmail json YAML

Update netpgpverify to version 20141129

+ get rid of old libnetpgp-based source from /usr/src/crypto/external
tree, it's not been used in a while

+ enhancement to tiger.c (from apb, IIRC) to use the union rather than
dubious and probably unportable casts.

+ bump version number

(agc)

2014-11-29 14:48:42 UTC MAIN commitmail json YAML

Adjust default packet size to 56 data bytes (64 total).
Make error messages consistent.

(christos)

2014-11-29 13:23:48 UTC MAIN commitmail json YAML

Create the stpncpy() inline only when GCC>=4.8 || clang

Mirrors the stpncpy() wrapper macro and avoids the following:
warning: implicit declaration of function ���__builtin___stpncpy_chk���

(pooka)

2014-11-29 11:55:39 UTC netbsd-6-1 commitmail json YAML

2014-11-29 11:51:44 UTC netbsd-6-0 commitmail json YAML

2014-11-29 11:42:12 UTC netbsd-6-1 commitmail json YAML

Pullup revision 1.260 (via patch), requested by msaitoh in #1200:

Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
For PCI-X BCM5704, set maximum outstanding split transactions to 0.
This change fixes a serious stability problem on those chips.

(martin)

2014-11-29 11:38:46 UTC netbsd-6-0 commitmail json YAML

Pullup revision 1.260 (via patch), requested by msaitoh in #1200:

Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
For PCI-X BCM5704, set maximum outstanding split transactions to 0.
This change fixes a serious stability problem on those chips.

(martin)

2014-11-29 08:15:07 UTC MAIN commitmail json YAML

Make this work with earm kernels. Not sure the test is realy worth it.

Partially from Greg Willatt

(skrll)

2014-11-29 03:35:57 UTC MAIN commitmail json YAML

Include "Synchronous connection-oriented" for SCO.
Bump date.

(ryoon)

2014-11-28 15:37:02 UTC MAIN commitmail json YAML

Fix __mconunt in the !(__ARM_EABI__) case by opoing the right number of
registers on exit.

(skrll)

2014-11-28 15:29:48 UTC MAIN commitmail json YAML

2014-11-28 15:14:39 UTC MAIN commitmail json YAML

grep-2.21 out.

(wiz)

2014-11-28 10:08:37 UTC netbsd-7 commitmail json YAML

2014-11-28 10:03:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #272):
sys/external/bsd/drm2/dist/drm/radeon/radeon_fb.c: revision 1.5
sys/external/bsd/drm2/radeon/radeondrmkmsfb.h: revision 1.2
sys/external/bsd/drm2/radeon/radeondrmkmsfb.c: revision 1.5
Use correct linebytes.

(martin)

2014-11-28 10:01:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #271):
sys/external/bsd/drm2/dist/drm/i915/intel_opregion.c: revision 1.8
Avoid NULL pointer dereference when acpivga isn't attached.

(martin)

2014-11-28 09:22:02 UTC MAIN commitmail json YAML

After handling an interrupt, try to handle more packets as we may have
space in the descriptor ring now.
Pointed out by Jared.

(martin)

2014-11-28 09:09:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #270):
usr.bin/patch/common.h: revision 1.20
usr.bin/patch/pch.c: revision 1.26
usr.bin/patch/pch.c: revision 1.27
Avoid coredumps when the linenumbers in the hunks turn negative.
From OpenBSD.
PR/49422: Ryo ONODERA: patch(1) cannot handle context diffs

(martin)

2014-11-28 09:01:05 UTC MAIN commitmail json YAML

Bits and values for checksum insertion controll

(martin)

2014-11-28 08:29:01 UTC MAIN commitmail json YAML

2014-11-28 08:28:17 UTC MAIN commitmail json YAML

Consistently use KPREEMPT_*() here.

(uebayasi)

2014-11-28 08:27:27 UTC MAIN commitmail json YAML

Consistently use KPREEMPT_*() here.

(uebayasi)

2014-11-28 08:03:46 UTC MAIN commitmail json YAML

Don't call if_free_sadl in ifnet_detach

It'll be called in if_detach below.

(ozaki-r)

2014-11-27 20:30:21 UTC MAIN commitmail json YAML

simplify, no functional change

(christos)

2014-11-27 20:30:05 UTC MAIN commitmail json YAML

Return ENOSPC instead of ENOMEM when there is no room in the buffer to
store results. ENOMEM in this subsystem means we cannot allocate more
requests or internal buffers for xforms.

(christos)

2014-11-27 20:00:10 UTC MAIN commitmail json YAML

2014-11-27 19:43:58 UTC MAIN commitmail json YAML

PR/49423: Martin Husemann: ping for small packets does not work in -7 or
-current
XXX: pullup 7?

(christos)

2014-11-27 16:29:44 UTC MAIN commitmail json YAML

Revert sys/arch/x86/x86/pmap.c 1.185; a CPU needs to get pmap updates,
especially for pmap_kernel(), as soon as it is up.
Instead move all pmap-related cpu_info initialisations, including
initializing ci_kpm_mtx, in cpu_attach_common() from cpu_init()
(ci_pmap and ci_tlbstate as already initialized in cpu_attach_common()).

(bouyer)

2014-11-27 15:07:23 UTC MAIN commitmail json YAML

PR/49422: Ryo ONODERA: patch(1) cannot handle context diffs

(christos)

2014-11-27 15:00:01 UTC MAIN commitmail json YAML

Consistently use kpreempt_*() outside scheduler path.

(uebayasi)

2014-11-27 14:38:09 UTC MAIN commitmail json YAML

Yield the main thread only after exiting critical section.

(uebayasi)

2014-11-27 14:25:01 UTC MAIN commitmail json YAML

Consistently use kpreempt_*() outside scheduler path.

(uebayasi)

2014-11-27 14:22:09 UTC MAIN commitmail json YAML

Consistently use kpreempt_*() outside scheduler path.

(uebayasi)

2014-11-27 11:42:02 UTC MAIN commitmail json YAML

Fix typo in comment.

(msaitoh)

2014-11-27 11:39:44 UTC netbsd-7 commitmail json YAML

2014-11-27 11:36:25 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by pettai in ticket #269):
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: revision 1.3
distrib/sets/lists/comp/mi: revision 1.1924-1.1929
distrib/sets/lists/man/mi: revision 1.1489
crypto/external/bsd/heimdal/sbin/kdigest/Makefile: revision 1.3
Add kdigest(8) and some more man references to kadm5_pwcheck(3).

(martin)

2014-11-27 11:23:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #268):
distrib/utils/embedded/conf/evbarm.conf: revision 1.17
disable wapbl for evbarm images until stability issues are sorted out

(martin)

2014-11-27 11:20:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #267):
external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c: revision 1.5
Change the "mDNSPlatformRawTime went backwards" message from LogMsg to
debugf. It's not that interesting, as it is comparing the results of two
gettimeofday() calls.

(martin)

2014-11-27 04:48:39 UTC MAIN commitmail json YAML

2014-11-27 04:41:55 UTC MAIN commitmail json YAML

2014-11-27 04:09:50 UTC MAIN commitmail json YAML

Add entry for Cortex-A17 r1

(matt)

2014-11-27 04:07:13 UTC MAIN commitmail json YAML

2014-11-27 03:15:51 UTC MAIN commitmail json YAML

Pull if_drain routine out of m_reclaim

It's if-specific and should be in if.c.

No functional change.

(ozaki-r)

2014-11-27 01:44:59 UTC MAIN commitmail json YAML

Welcome to 7.99.2 (struct ifnet change)

(ozaki-r)