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

2024-05-10 07:40:07 UTC Now

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

2016-09-18 17:03:12 UTC MAIN commitmail json YAML

need const otherwise we get a const qual error from the opcode printing
function that returns const char *.

(christos)

2016-09-18 16:36:02 UTC MAIN commitmail json YAML

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

2016-09-18 15:38:05 UTC MAIN commitmail json YAML

kill some useless programs (it is not like the dreamcast has a tape drive)

(christos)

2016-09-18 15:37:23 UTC MAIN commitmail json YAML

2016-09-18 14:39:15 UTC MAIN commitmail json YAML

Strip more useless for booters sections so that we fit.

(christos)

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

2016-09-18 14:20:23 UTC MAIN commitmail json YAML

2016-09-18 11:58:35 UTC MAIN commitmail json YAML

attach also the nvme_cdevsw when loaded as module, so /dev/nvme* works

(jdolecek)

2016-09-18 06:24:11 UTC netbsd-7-0 commitmail json YAML

2016-09-18 06:20:12 UTC netbsd-7 commitmail json YAML

2016-09-18 06:14:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1249):
external/bsd/kyua-testers/libexec/kyua-atf-tester/Makefile: revision 1.2, 1.3
external/bsd/kyua-testers/libexec/kyua-plain-tester/Makefile: revision 1.2, 1.3
external/bsd/kyua-testers/tests/kyua-testers/Makefile: revision 1.2, 1.3
Fix wrong objdir-finding logic. PR 51389.
--
Fix previous. (Sigh.) PR 51389 again.

(snj)

2016-09-18 06:10:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1247):
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.

(snj)

2016-09-18 06:06:13 UTC netbsd-7-0 commitmail json YAML

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

(snj)

2016-09-18 06:05:16 UTC netbsd-7 commitmail json YAML

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

(snj)

2016-09-18 06:01:07 UTC netbsd-7 commitmail json YAML

2016-09-18 06:00:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1245):
sys/dev/usb/if_axe.c: revision 1.73, 1.74
sys/dev/usb/usbdevs: revision 1.716
Add flxd's axe(4)
--
flxd's axe(4) - I think.
--
Fix harmless typo

(snj)

2016-09-18 05:57:17 UTC netbsd-7-0 commitmail json YAML

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

(snj)

2016-09-18 05:57:00 UTC netbsd-7 commitmail json YAML

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

(snj)

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

2016-09-18 02:17:43 UTC MAIN commitmail json YAML

2016-09-18 02:07:07 UTC MAIN commitmail json YAML

2016-09-18 02:05:38 UTC MAIN commitmail json YAML

2016-09-18 02:03:16 UTC MAIN commitmail json YAML

XXX: manually add uniform_int_dist.h because everyone else has it and
it breaks the build!

(christos)

2016-09-18 01:57:24 UTC MAIN commitmail json YAML

2016-09-18 01:56:42 UTC MAIN commitmail json YAML

2016-09-17 23:59:30 UTC MAIN commitmail json YAML

add macros to read AQA subvalues, is used by nvme_dumpregs()

(jdolecek)

2016-09-17 20:48:05 UTC MAIN commitmail json YAML

2016-09-17 20:46:35 UTC MAIN commitmail json YAML

Use Mt for email address.

(wiz)

2016-09-17 20:15:09 UTC MAIN commitmail json YAML

remove dev code included in previous commit by mistake

(jdolecek)

2016-09-17 20:12:53 UTC MAIN commitmail json YAML

#ifdef out MSI related code on platforms not supporting MSI, so that it's
possible to load the driver as module on those platforms (the weak symbols
are not found by module load, claiming they don't exist); this makes it possible
to load the driver on e.g. sparc64, which is supposed to be working
under OpenBSD

unfortunately QEMU sparc64 emulator starts causing data access errors
on first device register read in nvme_attach(), so can't confirm the driver
is actually working on sparc64; same happens in QEMU when booting OpenBSD
image, so it seems to be emulator bug

(jdolecek)

2016-09-17 19:52:16 UTC MAIN commitmail json YAML

make nvme_dumpregs() compile on LP64 hosts

sprinkle some delays() and extra checks into attach code, so that it follows
more closely what FreeBSD driver does, and is easier to cross-check

(jdolecek)

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

link back to intrctl(8), it xrefs cpuctl(8)

(jdolecek)

2016-09-17 18:53:13 UTC MAIN commitmail json YAML

2016-09-17 18:37:46 UTC MAIN commitmail json YAML

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

2016-09-17 18:08:33 UTC MAIN commitmail json YAML

2016-09-17 18:08:02 UTC MAIN commitmail json YAML

2016-09-17 17:38:11 UTC MAIN commitmail json YAML

note that pci_intr_establish_xname() is new in NetBSD 8.0

(jdolecek)

2016-09-17 17:18:14 UTC MAIN commitmail json YAML

2016-09-17 17:13:00 UTC MAIN commitmail json YAML

include also @n.o email for Kengo Nakahara

(jdolecek)

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

add HISTORY and AUTHORS; listed there Kengo Nakahara as he seems to be the
primary author according to commits, feel free to adjust as appropriate

(jdolecek)

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

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

switch arm to new binutils.

(christos)

2016-09-17 12:58:51 UTC MAIN commitmail json YAML

actually detach the ld {b,c}devsw on unload, and fail load if it's already
present

(jdolecek)

2016-09-17 12:09:23 UTC MAIN commitmail json YAML

This is just a temporary stack that holds fake arguments, and that gets
remapped as RW in sys_execve. Still, in this small window, it does not need
to be executable.

(maxv)

2016-09-17 12:00:35 UTC MAIN commitmail json YAML

Use VM_MAXUSER_ADDRESS for proc0, not VM_MAX_ADDRESS. It normally does not
change anything, since kernel processes use the shared kernel map instead
of the one they are given here. For consistency though, it is better to
make sure UVM will not be tempted to access machine-dependent reserved
areas (e.g., the PTE space on x86).

(maxv)

2016-09-17 11:07:42 UTC MAIN commitmail json YAML

need to set PCI_COMMAND_MASTER_ENABLE flag; fixes the driver under QEMU

(jdolecek)

2016-09-17 06:29:50 UTC MAIN commitmail json YAML

Update from t-hash with some changes from me.

(skrll)

2016-09-17 06:06:15 UTC MAIN commitmail json YAML

2016-09-17 04:01:43 UTC MAIN commitmail json YAML

2016-09-17 03:02:03 UTC MAIN commitmail json YAML

Since the ld code included with the nvme module references stuff in
the dk_subr module, add a dependency.

(pgoyette)

2016-09-17 02:50:08 UTC MAIN commitmail json YAML

2016-09-17 02:45:24 UTC MAIN commitmail json YAML

2016-09-17 02:44:38 UTC MAIN commitmail json YAML

2016-09-17 02:37:59 UTC MAIN commitmail json YAML

protect arplog with INET

(christos)

2016-09-17 02:29:11 UTC MAIN commitmail json YAML

move aslr stuff to the aslr section

(christos)

2016-09-17 02:27:19 UTC MAIN commitmail json YAML

Fix sets lists for nvme module.  Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.

(pgoyette)

2016-09-17 01:00:00 UTC MAIN commitmail json YAML

switch m68k to new gcc/gdb/binutils and pie. Tested with sun3 and tmesh.
Too bad there is not enough memory for ASLR :-)

(christos)

2016-09-17 00:55:40 UTC MAIN commitmail json YAML

undo the attempt to figure out mult clobbering; breaks compilation; revert
to the fsf version

(christos)

2016-09-16 23:20:31 UTC MAIN commitmail json YAML

We need sys/module.h for built-in modules as well as for the .kmod so
#include it unconditionally.

(pgoyette)

2016-09-16 23:01:53 UTC MAIN commitmail json YAML

Add the new nvme module to the sets lists.

(pgoyette)

2016-09-16 22:39:36 UTC MAIN commitmail json YAML

wipe glyph cache as needed when re-entering text mode
now the console is readable again when leaving X

(macallan)

2016-09-16 22:07:25 UTC MAIN commitmail json YAML

do PictOpOver operations 4 pixels at a time - this is a vector processor,
let's do some vector processing
-> about 40% speed increase

(macallan)

2016-09-16 22:05:47 UTC MAIN commitmail json YAML

- DPRINTF() some debug output
- remove unused #defines

(macallan)

2016-09-16 21:16:37 UTC MAIN commitmail json YAML

2016-09-16 20:31:00 UTC MAIN commitmail json YAML

turn off split wide types to avoid gcc bug. Arguably this should be fixed
in m68k.md, but I will leave this to someone more qualified.

(christos)

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

put the clobber after the instruction.

(christos)

2016-09-16 17:32:36 UTC MAIN commitmail json YAML

Add note about 16 bit console brokenness

(scole)

2016-09-16 17:27:10 UTC MAIN commitmail json YAML

When removing a page, make sure to clear its execness regardless of whether
the page is clean or dirty.  This fixes the problem of execpages leaking
into the freepage lists.

(matt)

2016-09-16 17:13:06 UTC MAIN commitmail json YAML

2016-09-16 17:12:06 UTC MAIN commitmail json YAML

2016-09-16 15:24:47 UTC MAIN commitmail json YAML

change nvme(4) ld to use fcfs as default strategy to lower i/o processing
overhead and hence lower latency; the sorting doesn't provide any benefit
for SSDs

(jdolecek)

2016-09-16 15:20:50 UTC MAIN commitmail json YAML

2016-09-16 15:02:23 UTC MAIN commitmail json YAML

volunteer for the ext3/ext4 also

(jdolecek)

2016-09-16 14:55:29 UTC MAIN commitmail json YAML

I'm working on WAPBL fixes, adjust the entry

(jdolecek)

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

Drop hostIsNew from in_ifinit, let the function work out if the address
has changed.
Sync address flag setup with the IPv6 counterpart.
When scrubbing the address, or setting up the address fails, restore the
old address flags as well as the old address.

(roy)

2016-09-16 13:56:36 UTC MAIN commitmail json YAML

bump date for the typo fix

(jdolecek)

2016-09-16 13:47:47 UTC MAIN commitmail json YAML

Clear IN_IFF_TENTATIVE when stopping DaD here.

(roy)

2016-09-16 12:57:26 UTC MAIN commitmail json YAML

introduce optional timeout for the polled commands; currently 5 seconds for
queue creation/deletion, 10 seconds for controller/namespace identify,
and unlimited for cache sync and passthrough commands

this makes device attach error out instead of hanging the kernel when
the device fails to respond properly, such as under QEMU currently

(jdolecek)

2016-09-16 12:43:37 UTC MAIN commitmail json YAML

New sentence, new line. Use Dq.

(wiz)

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

document some bugs

(jdolecek)

2016-09-16 12:28:41 UTC MAIN commitmail json YAML

x86_copyargs takes as third argument a size, but still copies two chunks of
16 and 24 bytes, without checking the userland<->kernel limit accordingly.
Fix it by just checking the maximum size direcly.

It means that even if 16 bytes are copied, the kernel now makes sure 40
bytes are in userland. We could make it more fine-grained, but it would
probably unoptimize the function, and we don't care enough.

(maxv)

2016-09-16 11:48:10 UTC MAIN commitmail json YAML

Put two KASSERTs, to make sure the fault is happening in the correct
half of the vm space when using special copy functions. It can detect
bugs where the kernel would fault when copying a kernel buffer which
it wrongly believes comes from userland.

(maxv)

2016-09-16 11:41:40 UTC MAIN commitmail json YAML

make nvme_dumpregs() compile when NVME_DEBUG is defined

(jdolecek)

2016-09-16 11:35:07 UTC MAIN commitmail json YAML

make it possible to load nvme(4) as module to ease testing; currently somewhat
non-optimal, since it includes the ld(4) code also and hence requires the
kernel config to have 'no ld'

(jdolecek)

2016-09-16 11:13:47 UTC MAIN commitmail json YAML

PR/51478: Jose Luis Rodriguez Garcia: Fix leak mem fsck_lfs/lfs.c

(christos)

2016-09-16 10:59:28 UTC MAIN commitmail json YAML

fix nvme_pci_detach() to not pci_intr_disestablish(); the interrupts
are disestablished and handler pointers are set to NULL already by
nvme_detach(), leading to panic here; this was happening when running
on system without MSI/MSI-X

change all the alloc/dealloc code for sc_ih to use psc->psc_nintrs, so
that we avoid some duplicated logic

(jdolecek)

2016-09-16 10:54:45 UTC MAIN commitmail json YAML

add IO flags for FUA and also LR while here

(jdolecek)

2016-09-16 09:59:45 UTC MAIN commitmail json YAML

Don't setup DaD for INADDR_ANY

(roy)

2016-09-16 09:25:30 UTC MAIN commitmail json YAML

2016-09-16 08:26:16 UTC MAIN commitmail json YAML

Use Nm instead of Xr to itself. Add missing space. Bump date for previous.

(wiz)

2016-09-16 05:42:59 UTC MAIN commitmail json YAML

2016-09-16 05:42:22 UTC MAIN commitmail json YAML

- Add ASMEDIA ASM1083/1085/1142
- Add AMD RADEON 34xx HD Audio
- Add some Intel Core i7-6xxxK devices from "Intel Core i7 Processor Family
  for LGA2011-v3 Socket Datasheet - Volume 2 of 2: Registers"
- Add "Core i7-6xxxK" to some Intel devices' description.

(msaitoh)

2016-09-16 03:10:45 UTC MAIN commitmail json YAML

Move kern_ctf.c into the dtrace_fbt module (the only place it is used)
rather than including in kernels with KDTRACE_HOOKS defined.  Update
the dtrace_fbt module to depend on the zlib module.

Bump kernel version to avoid module mismatch.

Welcome to 7.99.38 !

(pgoyette)

2016-09-16 00:50:43 UTC MAIN commitmail json YAML

Ignore case in duplicated

(ozaki-r)

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

Ignore case in deprecated

(ozaki-r)

2016-09-16 00:14:33 UTC MAIN commitmail json YAML

Adjust for new ifconfig output

And use -o match to provide informative error messages.

(ozaki-r)

2016-09-15 21:47:26 UTC MAIN commitmail json YAML

update manpage with reality WRT BUS_SPACE_BARRIER_SYNC and
BUS_SPACE_BARRIER_X_BEFORE_Y flags

(jdolecek)

2016-09-15 21:45:37 UTC MAIN commitmail json YAML

remove last isolated islands using BUS_SPACE_BARRIER_SYNC and
BUS_SPACE_BARRIER_X_BEFORE_X - these were only ever defined for mips and ia64,
and never actually implemented even there

(jdolecek)

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

COMPAT_FREEBSD was dropped from GENERIC in rev. 1.1125, no need to disable in MODULAR any more

(jdolecek)

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

2016-09-15 18:40:34 UTC MAIN commitmail json YAML

oops removed too much

(christos)

2016-09-15 18:25:45 UTC MAIN commitmail json YAML

Ensure that packets are sent from a valid address.
If the packet is TCP and the address is detached or tentative then
it's just dropped, otherwise an error is returned.

This is needed because you can bind to a valid address and it can then
become invalid.

This satisfies RFC 4862 section 5.5.4.

(roy)

2016-09-15 18:17:30 UTC MAIN commitmail json YAML

Allow arplog to be used outside of if_arp.c

(roy)

2016-09-15 17:45:44 UTC MAIN commitmail json YAML

2016-09-15 17:44:16 UTC MAIN commitmail json YAML

m68k binaries load @ pagesize. unbreak.

(christos)

2016-09-15 16:23:05 UTC MAIN commitmail json YAML

gethostbyname_r should die.

(joerg)

2016-09-15 15:25:11 UTC MAIN commitmail json YAML

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

Reference rasops(9), not rasops(4) which doesn't exist

(scole)

2016-09-15 14:40:43 UTC MAIN commitmail json YAML

Always do the mbuf checks. The packet filters (npf) expect the mbuf to be
pulled-up. (Krists Krilovs)

(christos)

2016-09-15 09:41:33 UTC MAIN commitmail json YAML

fix typo in function names

(jdolecek)

2016-09-15 09:11:47 UTC MAIN commitmail json YAML

Use An in AUTHORS section.

(wiz)

2016-09-15 07:53:59 UTC MAIN commitmail json YAML

Fix function name macro.

(njoly)

2016-09-15 07:49:08 UTC MAIN commitmail json YAML

switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.

add a note to UPDATING about needing a clean objdir and destdir.

(mrg)

2016-09-15 06:59:32 UTC MAIN commitmail json YAML

kmem_alloc(size, KM_SLEEP) return value NULL check is not required any more.

kmem_alloc(size, KM_SLEEP) is already fixed, that is, it never return NULL.
see: sys/kern/subr_kmem.c:r1.62

(knakahara)

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

Fix error handling in cgdstrategy().

- check cgd_softc != NULL, may happen in rare memory shortage situations.
- no longer test geometry, the same check is done in dk_strategy which
  knows to check for an uninitialized geometry.

(mlelstv)

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

Set b_resid in error path.

(mlelstv)

2016-09-14 20:05:04 UTC MAIN commitmail json YAML

Add platinumfb man page

(scole)

2016-09-14 20:04:22 UTC MAIN commitmail json YAML

2016-09-14 16:18:31 UTC MAIN commitmail json YAML

Ignore case in deprecated/anycast

(christos)

2016-09-14 16:17:17 UTC MAIN commitmail json YAML

2016-09-14 16:00:10 UTC MAIN commitmail json YAML

adjust for new ifconfig output.

(christos)

2016-09-14 11:54:42 UTC MAIN commitmail json YAML

Call ifmedia_delete_instance() for safety.

(roy)

2016-09-14 11:46:43 UTC MAIN commitmail json YAML

Don't bail if SIOGIFMEDIA doesn't return any media lists because we
can still report link status.

(roy)

2016-09-14 11:43:08 UTC MAIN commitmail json YAML

Introduce IFM_GENERIC.
This allows use of the media interface, but without media as such.
It's sole purpose is to facilitate the reporting of the link status.

(roy)

2016-09-14 10:58:38 UTC MAIN commitmail json YAML

Add interface media for sppp consumers.
While there is no actual media to select,
the ioctl is used to query link status from userland.

(roy)

2016-09-14 09:21:37 UTC netbsd-7-nhusb commitmail json YAML

2016-09-14 08:19:24 UTC netbsd-7-nhusb commitmail json YAML

2016-09-14 03:19:11 UTC MAIN commitmail json YAML

Fill old_len which is required by sysctlbyname

(ozaki-r)

2016-09-14 03:04:19 UTC pgoyette-localcount commitmail json YAML

src/distrib/sets/lists/comp/mi@1.2051.2.5 / diff / nxr@1.2051.2.5
src/distrib/sets/lists/debug/md.ia64@1.1.2.2 / diff / nxr@1.1.2.2
src/external/bsd/llvm/dist/clang/test/CodeGen/builtins-sparc.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/clang/test/CodeGen/sparc-vaarg.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/bug-vopc-commute.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/hsa-default-device.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/multilevel-break.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-array-allocation.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-unhandled-intrinsic.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-volatile.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/ret_jump.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/split-smrd.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/Windows/builtin_longjmp.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/Windows/dbzchk.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/cconv/roundl-call.ll@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
      :
(more 944 files)
Sync with HEAD

(pgoyette)

2016-09-14 01:48:08 UTC MAIN commitmail json YAML

Disable rechallenge for chap test case.

NetBSD's PPPoE client doesn't support chap rechallenge yet.

From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.

(knakahara)

2016-09-14 00:41:05 UTC MAIN commitmail json YAML

2016-09-14 00:16:31 UTC MAIN commitmail json YAML

Update the history, shutdown was first in 4.1 BSD (and existed earlier).
Ride date bump for previous update.

(kre)

2016-09-13 19:51:12 UTC MAIN commitmail json YAML

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.

(joerg)

2016-09-13 16:54:26 UTC MAIN commitmail json YAML

Adapt driver to final CPLD implementation. (Felix Deichmann)

(christos)

2016-09-13 16:06:59 UTC MAIN commitmail json YAML

define the attribute first.

(christos)

2016-09-13 15:57:50 UTC MAIN commitmail json YAML

revert previous, roy says it breaks DaD.

(christos)

2016-09-13 15:41:34 UTC MAIN commitmail json YAML

When initializing addresses, reset the interface flags to 0. This fixes
an issue where point to point addresses that started down, and then came
up, were left with stale flags on one side of the point to point link.

(christos)

2016-09-13 07:41:18 UTC MAIN commitmail json YAML

Bump version for struct emul and do_sys_{send,recv}msg signature changes.
Welcome to 7.99.37!

(martin)

2016-09-13 07:39:45 UTC MAIN commitmail json YAML

Allow emulations to override the creation of ktrace records for posting
signals. In compat_netbsd32 use this to write the 32bit version of
the records, so a 32bit userland kdump is happy.

(martin)

2016-09-13 07:30:32 UTC MAIN commitmail json YAML

2016-09-13 07:01:08 UTC MAIN commitmail json YAML

2016-09-13 00:45:15 UTC MAIN commitmail json YAML

remove trailing spaces. userland does not catch this?

(christos)

2016-09-13 00:20:51 UTC MAIN commitmail json YAML

2016-09-13 00:19:49 UTC MAIN commitmail json YAML

add bits for address flags

(christos)

2016-09-13 00:19:28 UTC MAIN commitmail json YAML

add bits for address flags

(christos)

2016-09-12 23:11:50 UTC MAIN commitmail json YAML

Actually, V6 included clri before 3BSD.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8
Amend HISTORY once more.
Bump date.

(sevan)

2016-09-12 16:54:32 UTC MAIN commitmail json YAML

Add section number to the Xrefs
Remove a blank space at the end of the line 130 (makes mandoc -Tlint happy)

(abhinav)

2016-09-12 14:47:24 UTC MAIN commitmail json YAML

add a chap test; need to investigate what's wrong with it...

(christos)

2016-09-12 06:55:10 UTC MAIN commitmail json YAML

Use standard section header.

(wiz)

2016-09-12 06:54:00 UTC MAIN commitmail json YAML

Add .An -nosplit.

(wiz)

2016-09-12 06:52:59 UTC MAIN commitmail json YAML

Add .An -nosplit.

(wiz)

2016-09-12 06:34:08 UTC MAIN commitmail json YAML

2016-09-12 06:22:35 UTC MAIN commitmail json YAML

shutdown appeared as a standalone utility in 4.2BSD release, in 4BSD its a
target in init.
http://www.tuhs.org/cgi-bin/utree.pl?file=4BSD/usr/src/cmd/init.c
http://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/etc/shutdown.c

Amend HISTORY.
Bump date.

(sevan)

2016-09-12 05:47:21 UTC MAIN commitmail json YAML

Replace contractions.

(sevan)

2016-09-12 05:43:16 UTC MAIN commitmail json YAML

A standalone reboot utility showed up in 4.0BSD.
In AT&T UNIX init has a case for reboot and is present in the version shipped
with V5.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/init.c

Amend HISTORY section.
Bump date.

(sevan)

2016-09-12 05:35:21 UTC MAIN commitmail json YAML

pppoectl first appeared in NetBSD 1.6.
Bump date.

(sevan)

2016-09-12 05:23:32 UTC MAIN commitmail json YAML

Mention author in AUTHORS section.
Bump date.

(sevan)

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

Document newfs_v7fs appeared in NetBSD 6.0.
Add AUTHORS secton.
Bump date.

(sevan)

2016-09-12 05:11:53 UTC MAIN commitmail json YAML

Add AUTHORS section.
Bump date.

(sevan)

2016-09-12 05:09:39 UTC MAIN commitmail json YAML

Note the origin of the newfs_msdos command from FreeBSD 3.0.
Replace contraction.
s/filesystem/file system/
Bump date.

(sevan)

2016-09-12 04:50:48 UTC MAIN commitmail json YAML

Memory File System support appeared in 4.4BSD, implemented as an extension to
newfs(8). So while newfs may have appeared in 4.2BSD, MFS support was later.
https://svnweb.freebsd.org/csrg/sbin/newfs/Makefile?r1=39047&r2=39051
Adjust HISTORY.
Bump date.

(sevan)

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

modstat initially lived in src/usr.bin/modstat before being moved to src/modstat.
Note the history of the initial implementation and amend AUTHORS section to
credit Terrence R. Lambert.
Heads up by Matthew Green.

(sevan)

2016-09-12 02:57:09 UTC MAIN commitmail json YAML

Add HISTORY & AUTHORS section.
Bump date.

(sevan)

2016-09-12 02:45:07 UTC MAIN commitmail json YAML

Add HISTORY & AUTHORS section.
Bump date.

(sevan)

2016-09-12 02:38:31 UTC MAIN commitmail json YAML

Add AUTHORS section.
Bump date.

(sevan)

2016-09-12 02:06:16 UTC MAIN commitmail json YAML

Add HISTORY section.
Bump date.
Not sure where mount_nfs first showed up but the version in the moder BSDs originates
from 4.4BSD according to CSRG archive
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.4BSD/usr/src/sbin/mount_nfs
Commercial offerings from Sun and others covers older systems, eg
https://groups.google.com/forum/#!topic/net.unix-wizards/lMe7aQikqJI

(sevan)

2016-09-12 01:44:52 UTC MAIN commitmail json YAML

- mount_pcfs appeared in 386BSD
https://groups.google.com/forum/#!search/mount_pcfs.c/comp.unix.bsd/9qhH0v1tZm0/inlPnXZj_2sJ
- Edit history to note name change version & rewrite.
- Add authors section.
- s/filesystem/file systems
- Bump date.

(sevan)

2016-09-12 00:38:42 UTC MAIN commitmail json YAML

Document the version mount_chfs appeared.
Add An macro to AUTHORS section.
Bump date.

(sevan)

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

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

Document author and the version modunload appeared.
Bump date.

(sevan)

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

Document author and the version modstat appeared.
Bump date.

(sevan)

2016-09-12 00:03:01 UTC MAIN commitmail json YAML

Document the version modload appeared and authors.
Correct spelling mistakes.
Bump date.

(sevan)

2016-09-11 23:07:50 UTC MAIN commitmail json YAML

Revert previous change, textproc/igor is not around from these parts here.
Heads up by maya@

(sevan)

2016-09-11 23:02:54 UTC MAIN commitmail json YAML

2016-09-11 22:39:54 UTC MAIN commitmail json YAML

no comma after "i.e.", raised by textproc/igor

(sevan)

2016-09-11 22:22:57 UTC MAIN commitmail json YAML

init first appeared in V1 UNIX
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/init.s
Replace contraction.
Bump date.

(sevan)

2016-09-11 22:10:47 UTC MAIN commitmail json YAML

Replace contractions & abbreviation.

(sevan)

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

Document the version gpt first appeared.
Replace contractions.
Bump date.

(sevan)

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

Document author and the version fsirand appeared.
Bump date.

(sevan)

2016-09-11 09:09:54 UTC MAIN commitmail json YAML

file system police.

(wiz)

2016-09-11 04:59:54 UTC MAIN commitmail json YAML

Switch NetBSD/x68k to Xorg server 1.18 by default.

Build confirmed by build.sh -x release.

(tsutsui)

2016-09-11 04:19:52 UTC MAIN commitmail json YAML

Document author and the version fsck_v7fs appeared.
Replace contraction.
Bump date.

(sevan)

2016-09-11 04:12:08 UTC MAIN commitmail json YAML

Document the version fsck_msdos first appeared.
Bump date.

(sevan)

2016-09-11 04:07:38 UTC MAIN commitmail json YAML

Document the version fsck_ffs first appeared.
Bump date.

(sevan)

2016-09-11 03:56:00 UTC MAIN commitmail json YAML

Document the author and the version fsck_ext2fs first appeared.
Bump date.

(sevan)

2016-09-11 03:55:57 UTC MAIN commitmail json YAML

Pull more changes from Xnest to adapt X68k to Xorg server 1.18.

- use QueueKeyboardEvents() and QueuePointerEvents() which are provided
  by dix/getevents.c, instead of raw mieqEnqueue() with uninitialized
  local InternalEvent
- remove now actually unused local InternalEvent
- explicitly call mieqFini() in DDX CloseInput()

Confirmed working on XM6i, and "please commit" from mrg@.

(tsutsui)

2016-09-11 03:48:11 UTC MAIN commitmail json YAML

Document the version fsck first appeared.
Bump date.

(sevan)

2016-09-11 03:35:08 UTC MAIN commitmail json YAML

- Document the HISTORY of fdisk based on the original post to comp.unix.bsd by
  Julian Elischer [1] and the Mach 2.5 Installation notes [2].
I was unable to pin point the exact version of Mach the fdisk utility appeared
as I didn't find documentation older than version 2.5 & no source code or repo
history. fdisk utility appears as a separate utility[3] in v2.5. Due to this,
I've avoided stating the exact version fdisk first appeared in Mach.
- Make correction pointed by textproc/igor
- Bump date

[1] https://groups.google.com/forum/#!searchin/comp.unix.bsd/14-Dec-89$20Robert$20Baron$20(rvb)$20at$20Carnegie-Mellon$20University%7Csort:relevance/comp.unix.bsd/Hhi45vAHxDg

[2] ftp://ftp.mcs.vuw.ac.nz/doc/misc/mach-i386-doc/i386_install.ps
[3] ftp://ftp.mcs.vuw.ac.nz/doc/misc/mach-i386-doc/i386_manpages.ps

(sevan)

2016-09-11 02:59:11 UTC MAIN commitmail json YAML

Document the version drvctl appeard.
Reword bad sentence.
Remove space in License.
Bump date.

(sevan)

2016-09-11 02:24:01 UTC MAIN commitmail json YAML

2016-09-11 02:18:52 UTC MAIN commitmail json YAML

Mention author in AUTHORS section.
Bump date.

(sevan)

2016-09-11 02:10:31 UTC MAIN commitmail json YAML

Remove ignored Pp macro, highlighted by mandoc -Tlint.

(sevan)

2016-09-11 01:59:10 UTC MAIN commitmail json YAML

Grammar fix suggested by textproc/igor.
Syntax fix highlighted by mandoc -Tlint.
Bump date.

(sevan)

2016-09-11 01:48:00 UTC MAIN commitmail json YAML

Document the version disklabel first appeared.
Fix spelling mistakes.
Replace contraction.
Bump date.

(sevan)

2016-09-11 01:38:00 UTC MAIN commitmail json YAML

Document the version devpubd first appeared.
Bump date.

(sevan)

2016-09-11 01:31:39 UTC MAIN commitmail json YAML

Document the version clri first appeared.
Bump date.

(sevan)

2016-09-11 01:23:26 UTC MAIN commitmail json YAML

Document the version chown first appeared.
Replace contractions highlighted by textproc/igor.
Bump date.

(sevan)