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

2024-05-10 01:32:41 UTC Now

2020-04-03 19:09:43 UTC MAIN commitmail json YAML

Avoid overflows when reading strings.

(maxv)

2020-04-03 18:44:50 UTC MAIN commitmail json YAML

Add KASAN instrumentation on strcat/strchr/strrchr.

(maxv)

2020-04-03 18:39:15 UTC MAIN commitmail json YAML

Just declare driver and buf

(joerg)

2020-04-03 18:26:14 UTC MAIN commitmail json YAML

Verify that the terminating '\0', too, is initialized.

(maxv)

2020-04-03 18:12:39 UTC MAIN commitmail json YAML

Add KASAN instrumentation on on-stack VLAs.

(maxv)

2020-04-03 18:11:29 UTC MAIN commitmail json YAML

2020-04-03 17:57:30 UTC MAIN commitmail json YAML

Switch to binutils.old

(christos)

2020-04-03 17:51:48 UTC MAIN commitmail json YAML

2020-04-03 16:42:00 UTC MAIN commitmail json YAML

2020-04-03 16:22:23 UTC MAIN commitmail json YAML

Don't define max_user_fd in the header.

(joerg)

2020-04-03 16:20:52 UTC MAIN commitmail json YAML

2020-04-03 16:13:32 UTC MAIN commitmail json YAML

Move definition of chdname and do_chroot to options.c

(joerg)

2020-04-03 15:02:11 UTC MAIN commitmail json YAML

Try a better syntax for building 30-hostname

(roy)

2020-04-03 14:04:27 UTC MAIN commitmail json YAML

PR/55030: Avoid locking against myself panic by moving the icmp error outside
the lock. Thanks ozaki-r!

(christos)

2020-04-03 13:57:48 UTC MAIN commitmail json YAML

2020-04-03 12:28:24 UTC netbsd-9 commitmail json YAML

2020-04-03 12:27:56 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #819):

sys/dev/usb/usbdi.c: revision 1.199

Avoid crashes if we fail to allocate a transfer buffer and avoid an
unnecessary usbd_free_buffer before usbd_free_xfer

Worked out by Riastradh

(martin)

2020-04-03 06:13:07 UTC MAIN commitmail json YAML

Update usage for ioctlprint.

(wiz)

2020-04-03 06:12:48 UTC MAIN commitmail json YAML

Increase column widths. Improve -l description wording to match ioctl(2).
Fix Xr.

(wiz)

2020-04-03 06:05:00 UTC MAIN commitmail json YAML

Avoid crashes if we fail to allocate a transfer buffer and avoid an
unnecessary usbd_free_buffer before usbd_free_xfer

Worked out by Riastradh

(skrll)

2020-04-03 06:02:51 UTC MAIN commitmail json YAML

make OpenFirmware info available via sysctl.ofw
tested on macppc, shark and sparc64

(macallan)

2020-04-03 03:35:16 UTC MAIN commitmail json YAML

Revert arraycount

(sjg)

2020-04-03 03:32:28 UTC MAIN commitmail json YAML

CHECK_VALID_META is too agressive for CMD check.

An empty CMD is perfectly valid.
So using CHECK_VALID_META results in too much rebuilding.

(sjg)

2020-04-03 03:05:39 UTC MAIN commitmail json YAML

Fix TSC drift is observed almost every time wrongly.

Ths "TSC drift" in tsc_tc_init() means the cpu_cc_skew delta between
first measurement (in cpu_start_secondary) and second measurement
(in cpu_boot_secondary), that is, the TSC drift is expected to be
almost zero.  However, the second measument in current implementation
is added extra cpu_cc_skew accidentally, so current delta value means
almost cpu_cc_skew wrongly.

tsc_sync_bp and tsc_sync_ap should use rdtsc() to get raw values.

Advised by nonaka@n.o, thanks.

(knakahara)

2020-04-02 21:36:04 UTC MAIN commitmail json YAML

2020-04-02 20:57:20 UTC MAIN commitmail json YAML

2020-04-02 19:24:39 UTC netbsd-9 commitmail json YAML

2020-04-02 19:23:42 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by nia in ticket #818):

sys/dev/pckbport/synaptics.c: revision 1.64

synaptics: Maintain the left/right buttons when up/down are remapped
Reported on current-users by Mandacar� Cascavel

(martin)

2020-04-02 19:22:05 UTC netbsd-9 commitmail json YAML

2020-04-02 19:20:07 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #817):

sys/arch/evbarm/conf/GENERIC: revision 1.73
sys/arch/evbarm/conf/GENERIC64: revision 1.136

add MIDI sequencer device.  now midiplay works on usb midi devices.

(martin)

2020-04-02 19:17:04 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #816):

sys/sys/stdarg.h: revision 1.5

Use __builtin_va_start for clang as well. This avoids a bug in the
warning engine for the compatibility alias.

(martin)

2020-04-02 19:15:35 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #814):

sys/dev/scsipi/cd.c: revision 1.343
sys/kern/subr_disk.c: revision 1.130

Avoid division by zero if label isn't valid.

Allow open of RAWPART even when no medium is loaded.
Keep errors silent if no medium is loaded.

Fixes PR kern/55104

(martin)

2020-04-02 19:11:36 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by kim in ticket #812):

etc/crontab: revision 1.16

Fix skipped daily in Eastern Europe
- Move /etc/daily from 03:15 -> 04:15
- Move /etc/weekly from 04:30 -> 05:30 (to keep the spacing)

This should prevent problems during daylight savings changeover (which
is usually between 01:00 -> 04:00, depending upon the region) where the
cronjobs may be executed twice, or never at all...

This expands on the previous fix in revision 1.13 from 1997.

(martin)

2020-04-02 18:32:32 UTC MAIN commitmail json YAML

2020-04-02 17:41:34 UTC MAIN commitmail json YAML

Add the ability to:
1. list all ioctls (-l)
2. print the internal definition symbolically
3. search by name

$ ioctlprint -f "%n %E %e\n" TIOCGETA
TIOCGETA _IOR('t', 19, struct termios) _IOR('t',0x13,0x2c)

(christos)

2020-04-02 17:40:33 UTC MAIN commitmail json YAML

2020-04-02 16:31:37 UTC MAIN commitmail json YAML

Add a comment.

(maxv)

2020-04-02 16:29:30 UTC MAIN commitmail json YAML

Hide 'hardclock_ticks' behind a new getticks() function, and use relaxed
atomics internally. Only one caller is converted for now.

Discussed with riastradh@ and ad@.

(maxv)

2020-04-02 16:18:51 UTC MAIN commitmail json YAML

No functional change:
- s/u_int64_t/uint64_t/
- s/alignes/aligns/
- indent, tabify

(msaitoh)

2020-04-02 15:30:27 UTC MAIN commitmail json YAML

2020-04-02 14:12:00 UTC MAIN commitmail json YAML

Note import of dhcpcd-9.0.0

(roy)

2020-04-02 14:05:28 UTC MAIN commitmail json YAML

Fix the build by building 30-hostname

(roy)

2020-04-02 13:44:46 UTC MAIN commitmail json YAML

postinstall: add checks for _dhcpcd to do_uid and do_gid

Thanks to jmcneill@

(roy)

2020-04-02 13:38:50 UTC MAIN commitmail json YAML

add aprint_debug_dev() call for CI20

(nisimura)

2020-04-02 13:04:09 UTC MAIN commitmail json YAML

postinstall: move dhcpcd files to the chroot

(roy)

2020-04-02 13:03:54 UTC MAIN commitmail json YAML

add ukphy as the last resort. enable dmphy for dme

(nisimura)

2020-04-02 13:03:22 UTC MAIN commitmail json YAML

Adjust set lists for dhcpcd chroot

(roy)

2020-04-02 13:03:03 UTC MAIN commitmail json YAML

add miivar.h and put a stop gap to compile.

(nisimura)

2020-04-02 13:02:05 UTC MAIN commitmail json YAML

Add a default dhcpcd_chrootdir

(roy)

2020-04-02 12:58:49 UTC MAIN commitmail json YAML

2020-04-02 12:56:01 UTC MAIN commitmail json YAML

2020-04-02 12:41:48 UTC MAIN commitmail json YAML

2020-04-02 12:35:13 UTC MAIN commitmail json YAML

Add _dhcpcd user and group

(roy)

2020-04-02 11:52:41 UTC MAIN commitmail json YAML

Tweak a comment in previous

(skrll)

2020-04-02 11:37:23 UTC MAIN commitmail json YAML

Reduce the memory footprint by allocating a ring per endpoint/pipe on
pipe open.

From sc.dying on tech-kern

(skrll)

2020-04-02 11:34:33 UTC MAIN commitmail json YAML

2020-04-02 11:32:31 UTC MAIN commitmail json YAML

2020-04-02 11:27:55 UTC MAIN commitmail json YAML

Add NetBSD 9.0 & 8.2

Heads up by Harold Gutch

(sevan)

2020-04-02 11:19:09 UTC MAIN commitmail json YAML

Update with reality

Drop finished or not important tasks.

(kamil)

2020-04-02 11:18:24 UTC MAIN commitmail json YAML

Update with reality

Drop tasks not important or not relevant here.

(kamil)

2020-04-02 11:11:25 UTC MAIN commitmail json YAML

bsd-family-tree

(sevan)

2020-04-02 11:09:24 UTC MAIN commitmail json YAML

Sync with FreeBSD r359561

(sevan)

2020-04-02 08:38:22 UTC MAIN commitmail json YAML

Remove superfluous Pp. Add comma in enumeration. Add RCS Id.

(wiz)

2020-04-02 08:35:12 UTC MAIN commitmail json YAML

Add comma in enumeration.

(wiz)

2020-04-02 07:26:45 UTC MAIN commitmail json YAML

Fix evmips CI20 build

(skrll)

2020-04-02 05:55:02 UTC MAIN commitmail json YAML

Disks can sense vibes, DTrace confirms it.
https://youtu.be/tDacjrSCeq4

(sevan)

2020-04-02 04:09:36 UTC MAIN commitmail json YAML

iron out multicast filter logic and pick better name for its work

(nisimura)

2020-04-02 03:35:48 UTC MAIN commitmail json YAML

Note ioctlprint(1) in SEE ALSO

(kamil)

2020-04-02 03:34:49 UTC MAIN commitmail json YAML

ioctlprint(1): Add ioctl descriptive printer.

(kamil)

2020-04-02 03:32:46 UTC MAIN commitmail json YAML

2020-04-02 00:00:16 UTC MAIN commitmail json YAML

2020-04-01 21:04:34 UTC MAIN commitmail json YAML

improve error messages, minor cleanups.

(christos)

2020-04-01 20:37:32 UTC MAIN commitmail json YAML

Don't fail if we cannot compute the clock divider because the master
clock is too slow for what the slave device requested.
Instead warn and select the highest available slave clock rate.
Should fix boot hang on Pinebook Pro when using spiflash(4).

(tnn)

2020-04-01 20:24:50 UTC MAIN commitmail json YAML

Define a few more LCP options. Recognize, sanity-check and report (but
still reject for the moment) multilink PPP configuration options received.

(is)

2020-04-01 18:34:22 UTC MAIN commitmail json YAML

Newer PC Engines BIOS versions don't set up the Super I/O for GPIO the
way we want so ignore most of the existing settings and enable banks 0
and 1.

(ad)

2020-04-01 15:57:46 UTC MAIN commitmail json YAML

Calculate mask correctly for bit 31 in nvkm_gpio_fini(). Found by kUBSan.

(msaitoh)

2020-04-01 15:55:52 UTC MAIN commitmail json YAML

2020-04-01 15:54:07 UTC MAIN commitmail json YAML

2020-04-01 15:53:36 UTC MAIN commitmail json YAML

Add NVIDIA Quadro NVS 295.

(msaitoh)

2020-04-01 15:42:15 UTC MAIN commitmail json YAML

Fix incorrect device path.  OK jmcneill.

(gson)

2020-04-01 15:33:50 UTC MAIN commitmail json YAML

2020-04-01 15:32:21 UTC MAIN commitmail json YAML

Create the qemufwcfg device as part of "all".  Discussed with jmcneill.
Also, include it in the list of special purpose devices.

(gson)

2020-04-01 13:07:32 UTC MAIN commitmail json YAML

2020-04-01 11:45:53 UTC MAIN commitmail json YAML

Avoid comparison between signed and unsigned integer

Cast PAGE_SIZE to size_t.

(kamil)

2020-04-01 10:45:44 UTC MAIN commitmail json YAML

efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too

(tnn)

2020-04-01 08:21:39 UTC MAIN commitmail json YAML

Add AVX512_VP2INTERSECT, SERIALIZE and TSXLDTRK(TSX suspend load addr tracking)

(msaitoh)

2020-04-01 04:00:14 UTC MAIN commitmail json YAML

insert missing ETHER_UNLOCK()

(nisimura)

2020-04-01 02:38:17 UTC MAIN commitmail json YAML

Fix typo in comment.

(knakahara)

2020-04-01 01:57:20 UTC MAIN commitmail json YAML

Import a new example kernel module fopsmapper

fopsmapper - basic implementation of mmap with fileops fo_mmap

Submitted by Aditya Vardhan Padala.

(kamil)

2020-04-01 01:51:02 UTC MAIN commitmail json YAML

2020-04-01 01:49:26 UTC MAIN commitmail json YAML

2020-04-01 01:23:23 UTC MAIN commitmail json YAML


The manual page says:

    -r      Generate random data instead of sequential data, the default.

Adjust the default to produce random data instead of sequential data to match
the behaviour described in the man page.

--
(simonb)

2020-04-01 00:49:04 UTC MAIN commitmail json YAML

Enforce a standard path

(christos)

2020-04-01 00:07:04 UTC MAIN commitmail json YAML

switch to use ETHER_F_ALLMULTI flag

(nisimura)

2020-03-31 23:26:32 UTC MAIN commitmail json YAML

iron out multicast filter logic and pick better name for its work

(nisimura)

2020-03-31 19:08:19 UTC MAIN commitmail json YAML

synaptics: Maintain the left/right buttons when up/down are remapped

Reported on current-users by Mandacarç‚­ Cascavel

(nia)

2020-03-31 16:50:31 UTC MAIN commitmail json YAML

Add getsid(2) to the XOPEN namespace (again)

(kamil)

2020-03-31 16:49:06 UTC MAIN commitmail json YAML

Expose getsid(2) to POSIX >= 2008

(kamil)

2020-03-31 16:34:25 UTC MAIN commitmail json YAML

Publish the request/response structures too.

(maxv)

2020-03-31 16:28:29 UTC MAIN commitmail json YAML

2020-03-31 16:17:32 UTC MAIN commitmail json YAML

Allow short transfers. We introduce a third packet, in the U->H list, that
contains a vhci_response_t, which indicates the size.

(maxv)

2020-03-31 14:39:44 UTC MAIN commitmail json YAML

2020-03-31 13:53:44 UTC MAIN commitmail json YAML

2020-03-31 12:44:15 UTC MAIN commitmail json YAML

infocmp: don't crash when a terminfo description does not have an alias

(roy)

2020-03-31 12:23:17 UTC MAIN commitmail json YAML

2020-03-31 07:50:43 UTC MAIN commitmail json YAML

fix negated loop condition. make break when reset.

(nisimura)

2020-03-31 07:08:59 UTC MAIN commitmail json YAML

add missing netmos devices

- NetMos NM9900 PCIe (pucdata.c r1.106)
- NetMos NM9912 PCIe (pucdata.c r1.104)
- NetMos NM9855 PCIe (pucdata.c r1.49)

(ryo)

2020-03-31 05:08:40 UTC netbsd-8 commitmail json YAML

2020-03-31 03:42:10 UTC MAIN commitmail json YAML

2020-03-31 02:47:35 UTC MAIN commitmail json YAML

add comment to clearify hw nature

(nisimura)

2020-03-31 02:32:25 UTC MAIN commitmail json YAML

- reorgazine the entire structure to utilise ifmedia(4)/mii(4) and
  redefine starting point of debug.
- nuke duplicated standard MII register definition.  Davicom PHY extension
  is defined in dev/mii/dmphyreg.h

(nisimura)

2020-03-31 01:02:18 UTC MAIN commitmail json YAML

Allow env - atf-run to work by setting a default minimal path.

(christos)

2020-03-30 22:14:48 UTC MAIN commitmail json YAML

Add comma in enumeration.

(wiz)

2020-03-30 20:47:57 UTC MAIN commitmail json YAML

Don't mention a.out support, which does not exist in ddb any more.

(maya)

2020-03-30 20:45:59 UTC MAIN commitmail json YAML

Remove a.out leftovers (unused)

(maya)

2020-03-30 20:37:04 UTC MAIN commitmail json YAML

Mention elf rather than a.out some more.

(Also, inspired by freebsd, which removed the non-elf support)

(maya)

2020-03-30 20:35:12 UTC MAIN commitmail json YAML

2020-03-30 20:34:11 UTC MAIN commitmail json YAML

Be less of a minefield for new architectures. They're not going to be a.out.
Remove sh5, long gone.
(Hopefully nothing hits the #else case)

(maya)

2020-03-30 20:17:42 UTC MAIN commitmail json YAML

Expose F_DUPFD_CLOEXEC to POSIX >= 200809

(kamil)

2020-03-30 19:15:28 UTC MAIN commitmail json YAML

cache_lookup(): fix a use-after-free.

(ad)

2020-03-30 19:07:32 UTC MAIN commitmail json YAML

don't check for IFF_OACTIVE, nothing sets it

(jdolecek)

2020-03-30 18:58:35 UTC netbsd-9 commitmail json YAML

2020-03-30 18:54:56 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #811):

include/stdio.h: revision 1.98

move P_tmpdir from "/var/tmp/" to "/tmp/".

the main effect of this is to make GCC and other libiberty using
tools use /tmp instead of /var/tmp for compiler temp files,
which can be a bottleneck on larger systems.

a survey of other platforms shows only OSX also uses /var/tmp,
everyone else has switched to /tmp long ago.

cons:  some smaller systems may have a smaller /tmp than /var/tmp,
and this may cause builds to fail with out of space earlier.
point the build to /var/tmp using TMPDIR in this case.

one can argue that setting TMPDIR would work around this, but we
want to have the effect for all users without having special setup.

(martin)

2020-03-30 18:47:33 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by nia in ticket #810):

sys/dev/pckbport/synaptics.c: revision 1.57
sys/dev/pckbport/synaptics.c: revision 1.58

synaptics: Allow the max_speed sysctls to be set
synaptics: fix syntax

(martin)

2020-03-30 18:45:16 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by nia in ticket #809):

sys/dev/pckbport/synaptics.c: revision 1.55
sys/dev/pckbport/synaptics.c: revision 1.56
share/man/man4/pms.4: revision 1.35
share/man/man4/pms.4: revision 1.36

synaptics: Make up_down_emulation useful for single-button clickpads

On devices such as the Thinkpad X250, the clickpad can be pressed
to generate mouse button events 1 and 2. There are also additional
physical buttons which the pms(4) driver recognizes as "up/down" buttons
(mouse buttons 3 and 4). Allow these to be remapped to buttons 1 and 2
and used like normal touchpad buttons with the following sysctl:

While here, adjust the existing "middle button emulation"
(hw.synaptics.up_down_emulation=1) so it works with single-button
clickpads.

XXX: 3 may be a more useful default than the current default,
depending on hardware availability of touchpads with "up/down buttons".

Update the documentation accordingly.

synaptics: Set up_down_emulation=3 by default.

It's a less surprising default for modern hardware.

(martin)

2020-03-30 18:36:48 UTC netbsd-9 commitmail json YAML

2020-03-30 18:31:03 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #805):

share/man/man9/cprng.9: revision 1.11

Fix cprng_fast64 return type to match code

(martin)

2020-03-30 18:29:39 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by kim in ticket #804):

share/locale/monetary/converted/fi_FI.ISO8859-1.src: revision 1.2
share/locale/Makefile.common: revision 1.2

Fix the currency symbol for fi_FI.ISO8859-1

In the Finnish language, the recommended symbol for euro is the euro sign
where it is available, and the lowercase letter e otherwise.

The use of the ISO currency code EUR is not an abbreviation of the word
euro in the Finnish language, just like FIM is not an abbreviation of
the word markka.

Reference:
    <a  rel="nofollow" href="https://www.kielikello.fi/-/euro-">https://www.kielikello.fi/-/euro-</a>
    Euro
    Kielikello 3/1998
    Kotimaisten kielten keskus
    Institute for the Languages of Finland
    [Last retrieved 2020-03-23]

(martin)

2020-03-30 18:25:43 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by kim in ticket #803):

share/locale/locale.alias: revision 1.13

Add C.UTF-8

(martin)

2020-03-30 17:32:22 UTC MAIN commitmail json YAML

2020-03-30 15:47:15 UTC MAIN commitmail json YAML

Clarify that we always need a valid socket

(christos)

2020-03-30 15:31:52 UTC MAIN commitmail json YAML

batch the GNTTABOP_copy hypervisor calls in xvif(4) when processing
DomU requests in xennetback_evthandler()

some 25% speed increase observed over the single-copy version

(jdolecek)

2020-03-30 13:01:39 UTC MAIN commitmail json YAML

Some interfaces (gif) don't have a mac address...

(christos)

2020-03-30 12:19:28 UTC MAIN commitmail json YAML

Ooops, fix previous (PT_* enum values here are not DKW_PTYPE_* values)

(martin)

2020-03-30 11:57:50 UTC MAIN commitmail json YAML

On detach, destroy the mutex attach created, otherwise we crash with LOCKDEBUG.
XXX: other interface drivers have this issue.

(christos)

2020-03-30 11:38:29 UTC MAIN commitmail json YAML

Enable the cycle counter when a CPU hatches and store an estimate of the
frequency in ci_data.cpu_cc_freq.

(jmcneill)

2020-03-30 10:42:49 UTC MAIN commitmail json YAML

Support partition type ZFS

(martin)

2020-03-30 10:41:53 UTC MAIN commitmail json YAML

Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD marker
from the description.

(martin)

2020-03-30 09:32:46 UTC MAIN commitmail json YAML

Match indentation of previous entries.

(wiz)

2020-03-30 09:19:06 UTC MAIN commitmail json YAML

Now that we have a partition type for it, also add FS_ZFS.

(martin)

2020-03-30 08:45:09 UTC MAIN commitmail json YAML

2020-03-30 08:36:09 UTC MAIN commitmail json YAML

2020-03-30 08:34:38 UTC MAIN commitmail json YAML

PR/54992: fix hosts_access(5) to works for IPv6 linklocal address without scope-id

(ryo)

2020-03-30 08:24:36 UTC MAIN commitmail json YAML

fail to create a pidfile if hostname contains '/'

(ryo)

2020-03-30 06:56:38 UTC MAIN commitmail json YAML

patbuf must be updated if the length of patbuf is greater than or equal to 0. (that is always)
fix of r1.7 was incorrect.

(ryo)

2020-03-30 06:54:37 UTC MAIN commitmail json YAML

2020-03-30 03:02:41 UTC MAIN commitmail json YAML

Explain how configuration matching is done.

(christos)

2020-03-30 02:41:06 UTC MAIN commitmail json YAML

make: fix -fno-common build

debug was declared extern, but debug_file was not; correct this and define
debug_file in main.c (as debug is) to fix the -fno-common build.

-fno-common will become the default with GCC10/LLVM11.

Patch from kevans at freebsd

(sjg)

2020-03-30 02:12:38 UTC MAIN commitmail json YAML

2020-03-30 02:08:11 UTC MAIN commitmail json YAML

terminfo: satisfy gcc bitching

(roy)

2020-03-30 00:22:19 UTC MAIN commitmail json YAML

infocmp: strip versioning from aliases as well

(roy)

2020-03-30 00:09:07 UTC MAIN commitmail json YAML

terminfo: v3 records should create v3 aliases

(roy)

2020-03-30 00:01:57 UTC MAIN commitmail json YAML

DM9000 add register description

(nisimura)

2020-03-29 23:16:52 UTC MAIN commitmail json YAML

reorganise rcv frame address filter code

(nisimura)

2020-03-29 21:54:03 UTC MAIN commitmail json YAML

tic: Duplicate and promote v1 records when merging a v3 record

When this occurs, tic merges the matching v1 record into the original v1.

The screen-256color record by itself doesn't have any numerics bigger
than a short, but the xterm+256setaf record does.

The screen-256color record is now as it was before the recent terminfo2.cdb
merge into terminfo.cdb.

(roy)

2020-03-29 21:46:23 UTC MAIN commitmail json YAML

terminfo: Promote a terminfo description to v3 when required

Blindly scanning the capabilities for # and checking that the following
number is bigger than a short isn't reliable because this could be a
string value:

SomeString#1234

Instead, if we process the numeric as normal and if it's value is too big
for v1 then promote the record to v3.

(roy)

2020-03-29 21:34:33 UTC MAIN commitmail json YAML

Don't define pt_entry_t if _LOCORE

Reported by Patrick Welche

(skrll)

2020-03-29 21:06:03 UTC MAIN commitmail json YAML

Define GL_LIB_NAME somewhere that applies to dri_common.c, which is the
file that needs it.

(maya)

2020-03-29 19:50:46 UTC MAIN commitmail json YAML

rpcap://<host>/interface support.

(christos)

2020-03-29 19:50:23 UTC MAIN commitmail json YAML

make the patch compile on NetBSD

(christos)

2020-03-29 19:49:26 UTC MAIN commitmail json YAML

2020-03-29 19:10:08 UTC MAIN commitmail json YAML

infocmp: Strip versioning from terminfo name

(roy)

2020-03-29 18:54:58 UTC MAIN commitmail json YAML

terminfo: allow _ti_getname to convert from and to any version

(roy)

2020-03-29 18:32:45 UTC MAIN commitmail json YAML

terminfo: Clamp numeric bounds to storage not API.

While here, fix decoding of numeric -1 stored in uint16_t to still be -1.

(roy)

2020-03-29 17:50:23 UTC MAIN commitmail json YAML

2020-03-29 17:49:52 UTC MAIN commitmail json YAML

need bsd.init.mk to grab Makefile.inc

(christos)

2020-03-29 17:48:18 UTC MAIN commitmail json YAML

Document ktrace history

(sevan)

2020-03-29 17:30:30 UTC MAIN commitmail json YAML

2020-03-29 17:14:13 UTC MAIN commitmail json YAML

2020-03-29 17:13:47 UTC MAIN commitmail json YAML

2020-03-29 17:12:45 UTC MAIN commitmail json YAML

2020-03-29 15:38:29 UTC MAIN commitmail json YAML

completely g/c the #if 0'ed xennetback_tx_free(), it's not used any more

(jdolecek)

2020-03-29 15:35:31 UTC MAIN commitmail json YAML

in xennetback_evthandler() just copy the DomU packet into destination
mbuf via hypervisor GNTTABOP_copy op instead of mapping the buffer into
Dom0 memory

no performance difference observed for now - it would probably make more
difference if Dom0 was MP, or when Dom0 is under VM pressure

this will eventually be updated to batch copy the DomU packets

(jdolecek)

2020-03-29 14:58:22 UTC MAIN commitmail json YAML

2020-03-29 13:20:04 UTC MAIN commitmail json YAML

Try to use the existing HW address programmed into the device if possible.

(jmcneill)

2020-03-29 13:04:15 UTC MAIN commitmail json YAML

Avoid "hole in RX ring" condition by ensuring a new mbuf is available
before using an existing one.

(jmcneill)

2020-03-29 12:48:22 UTC netbsd-8 commitmail json YAML

Not distrib note changes

(martin)

2020-03-29 12:11:41 UTC netbsd-8 commitmail json YAML

2020-03-29 12:10:37 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1527):

sys/dev/scsipi/cd.c: revision 1.343
sys/kern/subr_disk.c: revision 1.130

Avoid division by zero if label isn't valid.
Allow open of RAWPART even when no medium is loaded.
Keep errors silent if no medium is loaded.
Fixes PR kern/55104

(martin)

2020-03-29 12:08:38 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1526):

include/stdio.h: revision 1.98

move P_tmpdir from "/var/tmp/" to "/tmp/".

the main effect of this is to make GCC and other libiberty using
tools use /tmp instead of /var/tmp for compiler temp files,
which can be a bottleneck on larger systems.

a survey of other platforms shows only OSX also uses /var/tmp,
everyone else has switched to /tmp long ago.

cons:  some smaller systems may have a smaller /tmp than /var/tmp,
and this may cause builds to fail with out of space earlier.
point the build to /var/tmp using TMPDIR in this case.

one can argue that setting TMPDIR would work around this, but we
want to have the effect for all users without having special setup.

(martin)

2020-03-29 11:59:06 UTC netbsd-8 commitmail json YAML

2020-03-29 11:48:21 UTC netbsd-8 commitmail json YAML

Note Rawrite32/distrib note changes

(martin)

2020-03-29 11:45:13 UTC netbsd-8 commitmail json YAML

Pull up following revision(s):

distrib/notes/ews4800mips/xfer: revision 1.3
distrib/notes/bebox/prep: revision 1.3
distrib/notes/newsmips/xfer: revision 1.3
distrib/notes/i386/xfer: revision 1.21
distrib/notes/common/main: revision 1.547
distrib/notes/news68k/xfer: revision 1.4

Replace references to i386 install media for Rawrite32 with
links to the homepage.

(martin)

2020-03-29 11:38:13 UTC netbsd-8 commitmail json YAML

2020-03-29 10:46:10 UTC MAIN commitmail json YAML

Summary: Introduce a keyboard event ring buffer for USB console keyboards

For the console keyboard, events must be handled separately from the
interrupt handler, because of the possibility that the user chooses to
drop into DDB by use of the designated key combination.  This delayed
handling is tied to the HZ clock through the callout(9) mechanism,
meaning that another keyboard event arriving within 10ms of the
previous one might overwrite its predecessor before it's handled.
This causes dropped events for fast typists - and the situation gets
worse with modern, programmable, keyboards.

This patch introduces a ring buffer in the ukbd_softc data structure,
so that multiple pending events may be safely stored.

(tih)

2020-03-29 10:25:28 UTC MAIN commitmail json YAML

2020-03-29 09:46:14 UTC MAIN commitmail json YAML

store the request buffer in the vxfer instead of the packet, clearer

(maxv)

2020-03-29 09:20:43 UTC MAIN commitmail json YAML

PTE_SYNC before TLB flush and no need to PTE_SYNC after an unmap.

(skrll)

2020-03-29 09:10:26 UTC MAIN commitmail json YAML

2020-03-29 09:06:38 UTC MAIN commitmail json YAML

2020-03-29 09:01:32 UTC MAIN commitmail json YAML

Provide a pt_entry_t and PRIxPTE

(skrll)

2020-03-29 08:27:41 UTC MAIN commitmail json YAML

Fix a c&p error from 1.3 that should fixes mrg's rk3399 slow vs fast CPU
problem.

My XU4 certainly reports the right relative speeds for the 5 (yes, 5) CPUs
that are avalable.

(skrll)

2020-03-29 06:44:16 UTC MAIN commitmail json YAML

Fix skipped daily in Eastern Europe

- Move /etc/daily from 03:15 -> 04:15
- Move /etc/weekly from 04:30 -> 05:30 (to keep the spacing)

This should prevent problems during daylight savings changeover (which
is usually between 01:00 -> 04:00, depending upon the region) where the
cronjobs may be executed twice, or never at all...

This expands on the previous fix in revision 1.13 from 1997.

(kim)

2020-03-28 20:13:13 UTC MAIN commitmail json YAML

Allow path components that start with ~

(jmcneill)

2020-03-28 19:50:41 UTC MAIN commitmail json YAML

2020-03-28 19:49:28 UTC MAIN commitmail json YAML

src/sys/external/bsd/acpica/dist/common/dmtables.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/acpica/dist/common/dmtbdump.c@1.12 / diff / nxr@1.12
src/sys/external/bsd/acpica/dist/common/dmtbinfo.c@1.18 / diff / nxr@1.18
src/sys/external/bsd/acpica/dist/compiler/aslanalyze.c@1.14 / diff / nxr@1.14
src/sys/external/bsd/acpica/dist/compiler/aslcompile.c@1.19 / diff / nxr@1.19
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h@1.16 / diff / nxr@1.16
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/compiler/aslerror.c@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/compiler/aslfileio.c@1.11 / diff / nxr@1.11
src/sys/external/bsd/acpica/dist/compiler/aslfiles.c@1.16 / diff / nxr@1.16
src/sys/external/bsd/acpica/dist/compiler/aslload.c@1.17 / diff / nxr@1.17
src/sys/external/bsd/acpica/dist/compiler/asllookup.c@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/compiler/aslopcodes.c@1.12 / diff / nxr@1.12
src/sys/external/bsd/acpica/dist/compiler/aslopt.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/compiler/asloptions.c@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/compiler/aslpredef.c@1.12 / diff / nxr@1.12
src/sys/external/bsd/acpica/dist/compiler/aslprepkg.c@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/compiler/aslsupport.l@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/compiler/asltree.c@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/compiler/aslutils.c@1.26 / diff / nxr@1.26
      :
(more 96 files)
merge conflicts

(christos)

2020-03-28 18:37:18 UTC MAIN commitmail json YAML

Don't set DVF_DETACH_SHUTDOWN.  The MII layer wants to manage the lifecycle
of the PHY devices, and if a NIC driver chooses not to detach its PHYs
at shutdown, that's the driver's business.

PR kern/55121.

(thorpej)

2020-03-28 17:29:57 UTC MAIN commitmail json YAML

autofs: Make autofs(5) timeout messages include affected process name and PID

Sync warning message with FreeBSD and DragonFlyBSD.
taken-from: FreeBSD

(tkusumi)

2020-03-28 15:50:25 UTC MAIN commitmail json YAML

Deal with both .db and .cdb extensions...

(christos)

2020-03-28 15:45:56 UTC MAIN commitmail json YAML

PR/55118: Andreas Gustafsson: Oops, set the right flag variable.

(christos)