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 (3m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 09:30:54 UTC Now

2016-09-29 15:21:09 UTC MAIN commitmail json YAML

Now that sppp announces address additions and removals with state
flags, we no longer need the custom sppp code to detect if we are
connected or not.

Add commentary on if we really need to handle RTM_DELADDR only when
detached.

(roy)

2016-09-29 15:18:18 UTC MAIN commitmail json YAML

in_ifscrub is no longer needed.

(roy)

2016-09-29 15:10:37 UTC MAIN commitmail json YAML

Add NetBSD 7.0.1
heads up by wiz@

(sevan)

2016-09-29 15:04:17 UTC MAIN commitmail json YAML

Set dstaddr in in_ifinit so that sppp consumers announce the correct
dstaddr in routing messages.

(roy)

2016-09-29 14:32:51 UTC MAIN commitmail json YAML

Sync with FreeBSD r305215
Add NetBSD rcs tag which was lost with r1.13.

(sevan)

2016-09-29 14:18:38 UTC MAIN commitmail json YAML

When changing an address via in_ifinit, ensure that the old address
is correctly scrubbed.
This allows sppp consumers to announce removal of the old address.

(roy)

2016-09-29 14:08:40 UTC MAIN commitmail json YAML

Ensure we only call pfil_run_hooks if if_init succeeded.
While here, improve improve some logging.

(roy)

2016-09-29 13:36:30 UTC MAIN commitmail json YAML

Don't invoke scripts for INADDR_ANY or INADDR_BROADCAST addresses.

(roy)

2016-09-29 12:19:47 UTC MAIN commitmail json YAML

Now that we disallow sending or receiving from invalid addresses,
allow binding to tentative addresses.

(roy)

2016-09-29 11:38:43 UTC MAIN commitmail json YAML

Explain dty/tty a bit and point to tty(4). Bump date.
Ok gdt@

(wiz)

2016-09-29 03:53:13 UTC MAIN commitmail json YAML

enable xorg-server 1.18 for sparc64.  minor consistency

(mrg)

2016-09-28 20:24:43 UTC netbsd-7 commitmail json YAML

2016-09-28 20:24:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #1243):
sys/netinet6/raw_ip6.c: revision 1.150 via patch
sys/netinet6/in6_pcb.c: revision 1.149 via patch
Allow explicit binding to detached addresss.
Fixes PR kern/51435.

(bouyer)

2016-09-28 18:23:00 UTC MAIN commitmail json YAML

2016-09-28 18:17:10 UTC MAIN commitmail json YAML

makr pnozz, ag10e, sunleo as 1.10 only

(macallan)

2016-09-28 18:12:06 UTC MAIN commitmail json YAML

enable igs driver on shark, build pnozz and ag10e drivers only for old xorg
for now

(macallan)

2016-09-28 11:44:16 UTC MAIN commitmail json YAML

2016-09-28 06:47:55 UTC MAIN commitmail json YAML

2016-09-27 23:25:10 UTC MAIN commitmail json YAML

Missed the mlx_pci module in previous commit (to disable)

(pgoyette)

2016-09-27 22:54:57 UTC MAIN commitmail json YAML

2016-09-27 22:27:50 UTC MAIN commitmail json YAML

Add some additional comments resulting from my recent efforts to provide
ld(4) modularization.

(pgoyette)

2016-09-27 20:52:43 UTC MAIN commitmail json YAML

For now, disable all the newly-created ld(4) related modules.  We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.

(pgoyette)

2016-09-27 20:37:06 UTC MAIN commitmail json YAML

remove stray debugging, fix debugging message.

(christos)

2016-09-27 20:20:06 UTC MAIN commitmail json YAML

- use ether_snprintf() so that we don't overwrite our buffer for printing
  ethernet-like addresses
- make this compile againw without IEEE80211_DEBUG.

(christos)

2016-09-27 20:16:36 UTC MAIN commitmail json YAML

works, tested without privacy, wep and wpa. Soft crypto only for now.

(christos)

2016-09-27 19:26:06 UTC MAIN commitmail json YAML

Split -mv8plus into the appropiate flags for GCC and clang.

(joerg)

2016-09-27 19:24:19 UTC MAIN commitmail json YAML

Don't bail out on the const lose for the driver name for clang. Also
accepts differences in pointer signs.

(joerg)

2016-09-27 19:18:42 UTC MAIN commitmail json YAML

2016-09-27 19:15:10 UTC MAIN commitmail json YAML

2016-09-27 19:12:54 UTC MAIN commitmail json YAML

CARD32 might not be an int, so cast explicitly to uint32_t and print
that correctly.

(joerg)

2016-09-27 19:11:51 UTC MAIN commitmail json YAML

Don't directly use assignments in if (), but add the commonly accepted
explicit pair of parenthesis.

(joerg)

2016-09-27 19:10:47 UTC MAIN commitmail json YAML

Silently report success for enabling IO on platforms without it.

(joerg)

2016-09-27 16:47:01 UTC MAIN commitmail json YAML

set X11SRCDIR.xf86-video-modesetting correctly for xorg-server 1.18.4.
should fix build errors for x86.

(mrg)

2016-09-27 16:44:04 UTC MAIN commitmail json YAML

apply the previous typo in another place as well.

(mrg)

2016-09-27 13:01:18 UTC MAIN commitmail json YAML

Clean up some commented out x86-specific things.

(maya)

2016-09-27 12:04:16 UTC MAIN commitmail json YAML

Add a missing ')' in the call to bswap64().

Should fix compile error of twa module for sparc and sparc64

(pgoyette)

2016-09-27 11:13:57 UTC MAIN commitmail json YAML

Sort sections. Formatting nitpicks. Fix typo.

(wiz)

2016-09-27 11:11:43 UTC MAIN commitmail json YAML

Remove duplicate Pp.

(wiz)

2016-09-27 08:05:34 UTC MAIN commitmail json YAML

Remove some debug printf's that slipped through.  Thanks, wiz!

(pgoyette)

2016-09-27 04:00:33 UTC MAIN commitmail json YAML

2016-09-27 03:53:09 UTC MAIN commitmail json YAML

2016-09-27 03:33:33 UTC MAIN commitmail json YAML

2016-09-27 02:33:16 UTC MAIN commitmail json YAML

2016-09-26 22:41:25 UTC MAIN commitmail json YAML

2016-09-26 22:37:32 UTC MAIN commitmail json YAML

2016-09-26 20:08:58 UTC MAIN commitmail json YAML

Add register definitions that will be necessary for future
tegraxusbpadctl(4) changes.

(jakllsch)

2016-09-26 20:05:03 UTC MAIN commitmail json YAML

Add xhci(4) attachment glue and firmware handler for Tegra K1 "XUSB"
xHCI controller.  Adjustments to tegraxusbpad(4) will be needed
to connect the controller to actual USB ports.

(jakllsch)

2016-09-26 19:43:43 UTC MAIN commitmail json YAML

restore rules after the database is open, add error message to prevent
silent failure in the future. (Kurt Lidl)

(christos)

2016-09-26 14:50:54 UTC MAIN commitmail json YAML

From Alexander Nasonov:
- Make constants static: Shrinks code and data size.
- Avoid overflow in limit calculation.
- Use uint8_t instead of u_char to match types
While here:
- Remove unnecessary casts
- s/u_int8_t/uint8_t/g

(christos)

2016-09-26 00:21:22 UTC MAIN commitmail json YAML

Missed in previous: exit 1 if html_cmp says no match.

(schmonz)

2016-09-25 17:14:59 UTC MAIN commitmail json YAML

adjust ffs_realloccg() so that the logic about allocating full
contiguous block for future fragment expansion doesn't need to
UFS_WAPBL_REGISTER_DEALLOCATION() or ffs_blkfree(); the free blocks
are now immediatelly available for use by the expanding file in further i/o

primary driver is safe removal of the deallocation registration and
hence failure point, but this also fixes degenerate case for wapbl,
and similar also for discard - if the file would be actually expanded
before wapbl commit, or before discard queue would be processed,
the filesystem would not yet see the contiguous free blocks, and
would be forced to allocate another fragment elsewhere

(jdolecek)

2016-09-25 12:59:19 UTC MAIN commitmail json YAML

Fix outdated comment, and #ifdef.

(maxv)

2016-09-25 12:53:24 UTC MAIN commitmail json YAML

Revert my previous change. It is too severe: a fault might be happening in
the kernel page if the map is pageable - implying it is not pmap_kernel. I
thought it wouldn't be the case.

(maxv)

2016-09-25 12:25:13 UTC netbsd-7 commitmail json YAML

2016-09-25 12:24:51 UTC netbsd-7-0 commitmail json YAML

2016-09-25 12:13:54 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1257):
sys/arch/sparc64/sparc64/locore.s: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(bouyer)

2016-09-25 12:13:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1257):
sys/arch/sparc64/sparc64/locore.s: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(bouyer)

2016-09-25 12:11:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #1255):
sys/arch/xen/conf/files.xen: revision 1.137
Include files.sljit as i386/amd64 do.

(bouyer)

2016-09-25 11:45:39 UTC MAIN commitmail json YAML

fix typo in #ifdef notyet part

(jdolecek)

2016-09-25 11:39:00 UTC netbsd-7-0 commitmail json YAML

2016-09-25 11:38:50 UTC netbsd-7 commitmail json YAML

2016-09-25 11:35:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1254):
sys/net/if_spppsubr.c: revision 1.149
Report link state changes for sppp consumers. The link is considered up,
if the current phase is SPPP_PHASE_NETWORK, otherwise it is down. Useful
when using dhcpcd for DHCPv6 PD.

(bouyer)

2016-09-25 11:32:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #1253):
lib/libm/Makefile: revision 1.185 via patch
Actually get fma(3) and friends into ARM libm.

(bouyer)

2016-09-25 11:28:41 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1250):
sys/lib/libsa/checkpasswd.c: revision 1.10
Check bounds on input. From Michael Plass.

(bouyer)

2016-09-25 11:28:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1250):
sys/lib/libsa/checkpasswd.c: revision 1.10
Check bounds on input. From Michael Plass.

(bouyer)

2016-09-25 11:24:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by darcy in ticket #1241):
tests/lib/libc/net/getaddrinfo/Makefile: revision 1.2
tests/lib/libc/regex/Makefile: revision 1.10
Replace MKMAN with NOMAN as suggested by christos@.  Allows
userland to build when building man pages.

(bouyer)

2016-09-25 11:16:02 UTC netbsd-7 commitmail json YAML

Pull up the following revisions, requested by salazar in ticket 1251:
external/mit/lua/dist/Makefile sync to 1.6
external/mit/lua/dist/README sync to 1.6
external/mit/lua/dist/doc/contents.html sync to 1.5
external/mit/lua/dist/doc/lua.css sync to 1.6
external/mit/lua/dist/doc/manual.html sync to 1.6
external/mit/lua/dist/doc/readme.html sync to 1.5
external/mit/lua/dist/src/lapi.c sync to 1.7
external/mit/lua/dist/src/lauxlib.c sync to 1.7
external/mit/lua/dist/src/lbaselib.c sync to 1.7
external/mit/lua/dist/src/lcode.c sync to 1.8
external/mit/lua/dist/src/lcode.h sync to 1.5
external/mit/lua/dist/src/lcorolib.c sync to 1.4
external/mit/lua/dist/src/ldebug.c sync to 1.7
external/mit/lua/dist/src/ldo.c sync to 1.6
external/mit/lua/dist/src/ldo.h sync to 1.6
external/mit/lua/dist/src/lgc.c sync to 1.6
external/mit/lua/dist/src/lgc.h sync to 1.5
external/mit/lua/dist/src/liolib.c sync to 1.6
external/mit/lua/dist/src/llex.c sync to 1.9
external/mit/lua/dist/src/llex.h sync to 1.5
external/mit/lua/dist/src/lobject.c sync to 1.9
external/mit/lua/dist/src/loslib.c sync to 1.8
external/mit/lua/dist/src/lparser.c sync to 1.7
external/mit/lua/dist/src/lparser.h sync to 1.5
external/mit/lua/dist/src/lstate.h sync to 1.6
external/mit/lua/dist/src/lstrlib.c sync to 1.15
external/mit/lua/dist/src/ltablib.c sync to 1.6
external/mit/lua/dist/src/ltm.c sync to 1.6
external/mit/lua/dist/src/ltm.h sync to 1.5
external/mit/lua/dist/src/lua.h sync to 1.7
external/mit/lua/dist/src/luaconf.h sync to 1.19
external/mit/lua/dist/src/lvm.c sync to 1.11
external/mit/lua/dist/src/lvm.h sync to 1.7
doc/3RDPARTY 1.1360 via patch

Update Lua to 5.3.3

(bouyer)

2016-09-25 00:06:49 UTC MAIN commitmail json YAML

add some examples:  "pcictl pci0 list" and "pcictl pci0 list -N".
inspired by PR 51243.

(mrg)

2016-09-24 23:54:49 UTC MAIN commitmail json YAML

weak alias some pcmcia functions (to an returns error function) so this
links when pcmcia isn't in the kernel.  PR#7253.

(mrg)

2016-09-24 23:15:26 UTC MAIN commitmail json YAML

revert the previous; it seems to have been a mistake (adding nsd
entries) and had nothing to do with the message (libc bump.)

(mrg)

2016-09-24 23:14:21 UTC MAIN commitmail json YAML

use PCI_IOC_DRVNAMEONBUS if it exists.

(mrg)

2016-09-24 23:12:54 UTC MAIN commitmail json YAML

introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus()
and PCI_IOC_DRVNAMEONBUS.  the new ones also take a (autoconf) PCI bus
number, which allows lookups for any device on any pci bus node.  use this
in pcictl which current reports the wrong values sometimes.

up next: use these in libpciaccess.

(mrg)

2016-09-24 21:57:38 UTC MAIN commitmail json YAML

2016-09-24 21:31:25 UTC MAIN commitmail json YAML

2016-09-24 21:18:23 UTC MAIN commitmail json YAML

2016-09-24 21:18:09 UTC MAIN commitmail json YAML

remove mpool_getf

(christos)

2016-09-24 21:13:44 UTC MAIN commitmail json YAML

LDT handling fixes:
  - add missing membar_store_store ("membar_producer") when setting a
    new ldt;
  - use UVM_KMF_WAITVA when allocating space for a new ldt instead of
    crashing if uvm_km_alloc fails;
  - if uvm_km_alloc fails in pmap_fork, bail instead of crashing;
  - clarify what else is going on in pmap_fork;
  - don't uvm_km_free while holding a mutex.

(dholland)

2016-09-24 21:00:54 UTC MAIN commitmail json YAML

fix swapped KASSERT()

(jdolecek)

2016-09-24 20:59:51 UTC MAIN commitmail json YAML

i/o optimization for wapbl flush - only sync superblock and cgs when
they were actually changed

(jdolecek)

2016-09-24 20:13:48 UTC MAIN commitmail json YAML

2016-09-24 20:12:33 UTC MAIN commitmail json YAML

2016-09-24 20:12:07 UTC MAIN commitmail json YAML

2016-09-24 20:11:43 UTC MAIN commitmail json YAML

2016-09-24 20:11:12 UTC MAIN commitmail json YAML

2016-09-24 20:08:29 UTC MAIN commitmail json YAML

When writing out pages in the "other endian" format, make a copy instead of
trashing the in-memory one.

(christos)

2016-09-24 15:06:29 UTC MAIN commitmail json YAML

Truncate the transfer length if an overflow is seen rather than halting.

Don't consider an EP11_STAT_SETUP as an error as it's not valid for
host operation.

Should fix kern/51500: axe(4) at slhci(4) does not attach, but there are
more problems with axe(4)

(skrll)

2016-09-24 14:55:17 UTC MAIN commitmail json YAML

Use bit defines to create bit groups for SL11_EPSTAT

(skrll)

2016-09-24 13:40:55 UTC MAIN commitmail json YAML

say that you need to destroy it first.

(christos)

2016-09-24 13:25:33 UTC netbsd-6 commitmail json YAML

tickets 1401, 1403, 1404, 1405, 1406, 1407, 1408

(bouyer)

2016-09-24 13:24:43 UTC netbsd-6-0 commitmail json YAML

2016-09-24 13:24:36 UTC netbsd-6-1 commitmail json YAML

2016-09-24 13:21:10 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1401):
sys/dev/pci/if_vioif.c: revision 1.25
Fix initializing wrong queues
Pointed out by Mike Larkin.
PR kern/51448

(bouyer)

2016-09-24 13:21:06 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1401):
sys/dev/pci/if_vioif.c: revision 1.25
Fix initializing wrong queues
Pointed out by Mike Larkin.
PR kern/51448

(bouyer)

2016-09-24 13:19:09 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1408):
sys/arch/sparc64/sparc64/locore.s: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(bouyer)

2016-09-24 13:19:08 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1408):
sys/arch/sparc64/sparc64/locore.s: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(bouyer)

2016-09-24 13:18:43 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1408):
sys/arch/sparc64/sparc64/locore.s: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(bouyer)

2016-09-24 13:14:57 UTC netbsd-6 commitmail json YAML

Apply patch, requested by martin in ticket #1407:
sys/dev/pci/if_wm.c patch
fix evbppc build, where the older gcc wrongly warns about uninitialized
variable.

(bouyer)

2016-09-24 13:10:57 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1406):
sys/lib/libsa/checkpasswd.c: revision 1.10
Check bounds on input. From Michael Plass.

(bouyer)

2016-09-24 13:10:55 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1406):
sys/lib/libsa/checkpasswd.c: revision 1.10
Check bounds on input. From Michael Plass.

(bouyer)

2016-09-24 13:10:52 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1406):
sys/lib/libsa/checkpasswd.c: revision 1.10
Check bounds on input. From Michael Plass.

(bouyer)

2016-09-24 13:06:48 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1405):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)

(bouyer)

2016-09-24 13:06:45 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1405):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)

(bouyer)

2016-09-24 13:06:41 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1405):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)

(bouyer)

2016-09-24 13:04:51 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1404):
lib/libc/gen/glob.c: revision 1.36
Bump the glob limits to 512KB for total string size and 64K path
entries. The old limits were too small for some important FTP use cases
like a pkgsrc repository.

(bouyer)

2016-09-24 13:01:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #1403):
etc/namedb/root.cache: revision 1.21
Update root.cache to 2016/8/25 version, l.root-servers.net has AAAA record
now.

(bouyer)

2016-09-24 13:01:38 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #1403):
etc/namedb/root.cache: revision 1.21
Update root.cache to 2016/8/25 version, l.root-servers.net has AAAA record
now.

(bouyer)

2016-09-24 13:01:33 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #1403):
etc/namedb/root.cache: revision 1.21
Update root.cache to 2016/8/25 version, l.root-servers.net has AAAA record
now.

(bouyer)

2016-09-24 12:56:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1401):
sys/dev/pci/if_vioif.c: revision 1.25
Fix initializing wrong queues
Pointed out by Mike Larkin.
PR kern/51448

(bouyer)

2016-09-24 01:05:51 UTC MAIN commitmail json YAML

move the description of CLOCK_REALTIME in the list.

(christos)

2016-09-23 22:07:12 UTC MAIN commitmail json YAML

Given Xen/i386 the same process and file limit as native i386.

(joerg)

2016-09-23 21:30:49 UTC MAIN commitmail json YAML

switch sparc to new Xorg

(macallan)

2016-09-23 20:51:57 UTC MAIN commitmail json YAML

provide driverFunc()
now this works with xorg 1.18

(macallan)

2016-09-23 20:50:54 UTC MAIN commitmail json YAML

2016-09-23 19:59:03 UTC MAIN commitmail json YAML

2016-09-23 19:56:30 UTC MAIN commitmail json YAML

2016-09-23 19:54:40 UTC MAIN commitmail json YAML

2016-09-23 19:53:52 UTC MAIN commitmail json YAML

Fix inverted logic in iwm(4).

The PROT_REQUIRE flag in should be set for data frames above a certain
length, but we were setting it for !data frames above a certain length,
which makes no sense at all.

- taken from all other BSDs (OpenBSD, FreeBSD, DragonflyBSD...)

(maya)

2016-09-23 19:36:50 UTC MAIN commitmail json YAML

PR/51497: Clare: Allow gpt -p <n> create to work.

(christos)

2016-09-23 17:45:25 UTC MAIN commitmail json YAML

- finally fix tcx_clearscreen() and tcx_eraserows() to actually work, and
  not just by accident
- sprinkle volatile in order to force gcc 5.4 to emit ldd/std for 64bit
  accesses - BLIT and STIP spaces require those

(macallan)

2016-09-23 16:55:56 UTC MAIN commitmail json YAML

Add a VERBOSE knob to the testsuite ("yes" by default, producing
basically the same output as before). When turned off, tests run
silently except when there's a failure.

Reviewed by mrg@.

(schmonz)

2016-09-23 14:16:44 UTC MAIN commitmail json YAML

Trailing whitespace

(skrll)

2016-09-23 14:16:32 UTC MAIN commitmail json YAML

2016-09-23 14:12:25 UTC MAIN commitmail json YAML

2016-09-23 14:12:00 UTC MAIN commitmail json YAML

Types for wait6 and clock_getcpuclockid2

(skrll)

2016-09-23 14:10:28 UTC MAIN commitmail json YAML

Add wait6 and clock_getcpuclockid2

(skrll)

2016-09-23 14:09:39 UTC MAIN commitmail json YAML

2016-09-23 13:31:33 UTC MAIN commitmail json YAML

Use the same process and file limits as normal AND64 for Xen kernels.

(joerg)

2016-09-22 23:18:11 UTC MAIN commitmail json YAML

Since the argument buf is earlier described as a buffer, replace all
references to "the array" with "the buffer" for consistency.

Bump date.

(pgoyette)

2016-09-22 18:22:52 UTC MAIN commitmail json YAML

fix bugs in ssid printing

(christos)

2016-09-22 17:14:59 UTC MAIN commitmail json YAML

2016-09-22 17:11:58 UTC MAIN commitmail json YAML

2016-09-22 17:08:16 UTC MAIN commitmail json YAML

Catch up with mdsetimage changes.

(christos)

2016-09-22 16:22:29 UTC MAIN commitmail json YAML

2016-09-22 16:20:56 UTC MAIN commitmail json YAML

store the number of block records per block into wl as wl_brperjblock,
so that it's visible it's same value everywhere; no functional change

(jdolecek)

2016-09-22 15:57:05 UTC MAIN commitmail json YAML

add missing attribute

(christos)

2016-09-22 15:50:17 UTC MAIN commitmail json YAML

2016-09-22 13:13:09 UTC MAIN commitmail json YAML

2016-09-22 08:43:26 UTC MAIN commitmail json YAML

cast to intmax_t for machine-independent printing.

(mlelstv)

2016-09-22 08:09:40 UTC MAIN commitmail json YAML

Add COMPAT_70 to ERLITE for ifa_msghdr changes.

(roy)

2016-09-22 03:43:08 UTC MAIN commitmail json YAML

Avoid definining a prototype for signal(3) from <sys/param.h> because the
INTERCEPTOR macro cannot handle function returns easily.
TODO: fix <sys/param.h> to avoid this kind of name pollution.

(christos)

2016-09-22 01:53:39 UTC MAIN commitmail json YAML

2016-09-21 23:18:42 UTC MAIN commitmail json YAML

2016-09-21 22:11:16 UTC MAIN commitmail json YAML

2016-09-21 21:53:03 UTC MAIN commitmail json YAML

moved to /usr/src/external/gpl3/binutils/usr.sbin/mdsetimage

(christos)

2016-09-21 21:52:26 UTC MAIN commitmail json YAML

move from /usr/src/usr.sbin/mdsetimage

(christos)

2016-09-21 21:30:56 UTC MAIN commitmail json YAML

2016-09-21 21:07:29 UTC MAIN commitmail json YAML

Check address is not tentative, duplicated or detached before running
scripts.

XXX Do we want new script actions for detached or duplicated addresses?

(roy)

2016-09-21 20:32:47 UTC MAIN commitmail json YAML

update nvme entry to current reality

(jdolecek)

2016-09-21 20:31:32 UTC MAIN commitmail json YAML

We should always know the interface the address message was for.

(roy)

2016-09-21 20:19:08 UTC MAIN commitmail json YAML

mention the ext2fs and nvme(4) work

(jdolecek)

2016-09-21 20:12:12 UTC MAIN commitmail json YAML

Various fixes: wording, sections, sort order, articles.

(wiz)

2016-09-21 20:01:03 UTC MAIN commitmail json YAML

expand driver description

(jdolecek)

2016-09-21 19:18:01 UTC MAIN commitmail json YAML

2016-09-21 18:18:10 UTC MAIN commitmail json YAML

Add some consistency for dispatching .... always send the whole message.

(roy)

2016-09-21 18:00:26 UTC MAIN commitmail json YAML

always build the XAA files as well.  they have functions used
by the EXA code and besides a minor fix, were already setup to
build with HAVE_XAA_H not defined.

this should really fix PR#51480.

(mrg)

2016-09-21 17:59:20 UTC MAIN commitmail json YAML

hide RivaSetRopPattern() behind HAVE_XAA_H.

(mrg)

2016-09-21 17:58:19 UTC MAIN commitmail json YAML

2016-09-21 17:48:18 UTC MAIN commitmail json YAML

2016-09-21 16:47:35 UTC MAIN commitmail json YAML

Sprinkle some const.

(roy)

2016-09-21 16:29:48 UTC MAIN commitmail json YAML

2016-09-21 16:27:55 UTC MAIN commitmail json YAML

2016-09-21 16:26:18 UTC MAIN commitmail json YAML

2016-09-21 16:25:41 UTC MAIN commitmail json YAML

2016-09-21 14:50:48 UTC MAIN commitmail json YAML

Skip message if not our RTM_VERSION and silently ignore old message types.

(roy)

2016-09-21 14:46:55 UTC MAIN commitmail json YAML

Use recvmsg to ensure we get every message rather than potentially overflowing our buffer.

(roy)

2016-09-21 14:11:40 UTC MAIN commitmail json YAML

2016-09-21 14:00:29 UTC MAIN commitmail json YAML

2016-09-21 13:32:27 UTC MAIN commitmail json YAML

Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!)

(roy)

2016-09-21 10:54:36 UTC MAIN commitmail json YAML

Bump libc version for ifaddrs.

(roy)

2016-09-21 10:53:24 UTC MAIN commitmail json YAML

2016-09-21 10:52:13 UTC MAIN commitmail json YAML

Bump kernel version for new routing socket message versions.

(roy)

2016-09-21 10:50:23 UTC MAIN commitmail json YAML

2016-09-21 06:49:40 UTC MAIN commitmail json YAML

Fix for [on]{32,64}

/usr/tests/lib/libc/sys/t_getcontext
/usr/tests/lib/libc/sys/t_swapcontext
/usr/tests/lib/libc/sys/t_ucontext
/usr/tests/lib/libpthread/t_swapcontext

All pass now.

Changes amount to

- saving GP from caller in context for n{32,64}
- performing (the equivalient of) PIC_PROLOGUE for swapcontext and
  __resumecontext
- Call setcontext via the PLT in __resumecontext

(skrll)

2016-09-21 06:41:42 UTC MAIN commitmail json YAML

2016-09-21 01:33:42 UTC MAIN commitmail json YAML

2016-09-21 00:00:07 UTC MAIN commitmail json YAML

Set hw.acpi.sleep.vbios when a non-HW accelerated VGA driver attaches.
If the VGA_POST option is present in the kernel the default value is 2,
otherwise 1. PR kern/50781

Reviewed by:    agc, mrg

(jmcneill)

2016-09-20 21:18:08 UTC MAIN commitmail json YAML

cache flush call must wait for completion; cap wait to 60 seconds just in case
controller won't respond

(jdolecek)

2016-09-20 20:57:45 UTC MAIN commitmail json YAML

2016-09-20 20:56:57 UTC MAIN commitmail json YAML

The booter contains a kernel which contains a ramdisk. The kernel grew
and does not fit in the booter anymore, grow it a bit.

(christos)

2016-09-20 20:55:54 UTC MAIN commitmail json YAML

Add the ability to specify more sections to strip.

(christos)

2016-09-20 20:55:11 UTC MAIN commitmail json YAML

Strip more sections, and verbose printing.

(christos)

2016-09-20 20:54:22 UTC MAIN commitmail json YAML

Put back the original size, this is not the reason we don't fit.

(christos)

2016-09-20 18:25:20 UTC MAIN commitmail json YAML

2016-09-20 17:19:29 UTC MAIN commitmail json YAML

print what went wrong.

(christos)

2016-09-20 15:03:07 UTC MAIN commitmail json YAML

use a define, and cast.

(christos)

2016-09-20 14:30:13 UTC MAIN commitmail json YAML

Drop UDP packets as well as TCP without error when sending from detached or
tentative addresses.

(roy)

2016-09-20 13:09:08 UTC MAIN commitmail json YAML

put back part of the code that determines the smallest of INT_MAX and
SIZE_MAX to avoid llvm truncation warning.

(christos)

2016-09-20 09:24:13 UTC MAIN commitmail json YAML

Change page of the OEM_BITS register back to 0 again. The document
(Intel Ethernet Connection I219 Datasheet) says its in page 0.
FreeBSD/Linux code access page 768. WHY?

This change will fix a bug that the LPLU function isn't disabled.

See: http://mail-index.netbsd.org/source-changes-d/2016/09/19/msg008720.html

(msaitoh)

2016-09-20 08:56:34 UTC MAIN commitmail json YAML

Fix RAS for 32-bit kernels.  trapframe is always 64-bit.

(nakayama)

2016-09-20 08:38:55 UTC MAIN commitmail json YAML

use a value of hw.acpi.sleep.vbios that might actually
work for any real hardware suspend.

stop dragging feet through the ground in PR kern/50781

(maya)

2016-09-19 23:37:10 UTC MAIN commitmail json YAML

fix mistake fallthrough in the ioctl switch introduced in previous commit

(jdolecek)

2016-09-19 23:32:30 UTC MAIN commitmail json YAML

fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got broken
when the code was switched over to dk_ioctl() - countrary to disk_ioctl(),
dk_ioctl() returns ENOTTY for ioctls it doesn't support, so must be called
as last resort, not first

bug was introduced in rev 1.83 (2015-05-02) for ld(4), and 1.335 (2016-01-03)
for raid(4)

(jdolecek)

2016-09-19 22:11:41 UTC MAIN commitmail json YAML

slightly optimize memory access - change struct nvme_queue so that the
struct dmamem members are allocated as part of it, instead of separate
kmem_alloc()s

(jdolecek)

2016-09-19 22:05:05 UTC MAIN commitmail json YAML

2016-09-19 20:46:55 UTC MAIN commitmail json YAML

move function prototype to x86, so it is available to amd64 too

(maya)

2016-09-19 20:33:51 UTC MAIN commitmail json YAML

on further thought, just remove the separately allocated nvme_ns_context
altogether and fold into nvme_ccb; allocating this separately just isn't useful

(jdolecek)

2016-09-19 19:15:04 UTC MAIN commitmail json YAML

XXX: This driver still needs XFree86LOADER defined to expose intelModuleData.

(christos)

2016-09-19 19:13:14 UTC MAIN commitmail json YAML

remove unused ancient code and widen v6 address so that columns are aligned.

(christos)

2016-09-19 19:07:53 UTC MAIN commitmail json YAML

Don't permanantly disable port if drive probe times out,
reinitialize port instead.

(jakllsch)

2016-09-19 19:06:58 UTC MAIN commitmail json YAML

comment tyop and KNF; pointed out by Nick

(jdolecek)