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 (15m)  netbsd-10 (4d)  netbsd-9 (4d)  netbsd-8 (9d) 

2024-05-20 21:01:39 UTC Now

2023-05-19 14:47:16 UTC MAIN commitmail json YAML

Creating Type&Creator mappings for .bin (macbinary encoded) files,
mkisofs changes files, then turns around and complains they have been
changed.

This is a self-inflicted wound, so demote the error to a warning.

Reported upstream as <https://codeberg.org/schilytools/schilytools/issues/58>.

Arguably fixes PR toolchain/42166

Request pull-ups to netbsd-{8,9,10}.

XXX What about macppc?

(hauke)

2023-04-11 10:34:52 UTC MAIN commitmail json YAML

Make vacation(1) check 'Auto-Submitted:' (RFC 3834) in addition to
'Precedence:' (RFC 2076), and set 'Precedence:' in addition to
'Auto-Submitted:'.

Update the man page accordingly.

(hauke)

2022-04-06 22:25:00 UTC MAIN commitmail json YAML

udf.c uses math library functions.

(hauke)

2021-12-21 15:08:14 UTC MAIN commitmail json YAML

Default files to BSD group ownership in line with ffs, after the lead
of FreeBSD <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=139076>
(patch by hannken@)

(hauke)

2021-05-13 08:47:21 UTC MAIN commitmail json YAML

We do not match machines whose SWIM does not support the IWM register
set used by this driver (SWIM II/III, SWIM behind IOP, AV models' DMA
based controllers).  Unfortunately, this distinction does not run
cleanly along MACH_CLASS* lines, and we have to look at MACH_MAC{model} tags.

(hauke)

2019-11-14 08:49:48 UTC MAIN commitmail json YAML

The 16C1054 and 16C1058 serial multi-port controllers need a clock
multiplier of 8, just like the 16C1050 controller.

Verified with an ExSys EX-41388.

ryo@ checked back with the hardware his original commit was based on,
and confirmed the change.

XXX Pull-up to netbsd-{7,8,9}

(hauke)

2019-10-22 13:19:47 UTC MAIN commitmail json YAML

When building r128drm(4), gcc objects to shifting into bit 31 of a
(signed) int. Make sure we are shifting an unsigned in those cases.

See also <http://mail-index.netbsd.org/tech-x11/2019/08/01/msg002010.html>.

XXX There are probably more of these in the header.

(hauke)

2019-08-02 14:55:57 UTC MAIN commitmail json YAML

Deal with gcc's "warning: this statement may fall through
[-Wimplicit-fallthrough=]" by adding the missing KNF FALLTHROUGH
comments.

christos@ approved.

(hauke)

2017-11-26 12:48:44 UTC MAIN commitmail json YAML

mDNSResponder: Update current version, and the home page link which
has been dead for ~nine years.

(hauke)

2017-08-14 11:49:30 UTC MAIN commitmail json YAML

Enable the IT8628E shipped with my gigabyte GA-N3150N-D3V board.

XXX These IT suoer IO chips appear to be all fairly alike. Maybe add a
comprehensive list of IDs to recognize them, then deal with the
fallout?

(hauke)

2017-05-26 15:40:27 UTC MAIN commitmail json YAML

Enable carp packets early during boot, to avoid gratuitous failovers.

Okayed by christos@

(hauke)

2017-05-04 14:21:01 UTC MAIN commitmail json YAML

Recognize the Sierra un2430 WWAN/GPS Module as found e.g. in HP's
Elitebook 2170p. Note the device will not do much without its
proprietary firmware loaded.

(hauke)

2017-05-04 14:07:34 UTC MAIN commitmail json YAML

Recognize the Ralink RT5370 adapter. It has been in usbdevs for a while.

(hauke)

2017-01-16 09:39:26 UTC MAIN commitmail json YAML

Add carp as an alias for vrrp - after all, we do not ship vrrp, but we
do ship carp(4).

Restore the pfsync entry that was added with 1.20, then wiped out by
the 1.21 import. Please merge any wholesale imports properly.

Remove http://www.sethwklein.net/projects/iana-etc/ which 404s.

Should fix PR bin/51568

(hauke)

2017-01-13 08:41:46 UTC MAIN commitmail json YAML

Add missing <sys/stat.h> for open(2) flags.

(hauke)

2016-11-10 15:42:13 UTC MAIN commitmail json YAML

Add entry for Intel Centrino Advanced-N 6235 bluetooth piggy-back
Add entry for Validity Sensors, Inc. VFS491

(hauke)

2016-11-10 15:38:51 UTC MAIN commitmail json YAML

Add entry for Intel Centrino Advanced-N 6235 bluetooth piggy-back
Add entry for Validity Sensors, Inc. VFS491

(hauke)

2013-07-19 11:44:51 UTC MAIN commitmail json YAML

Commit the patches in Wolfgang Stukenbrock's PR bin/41896.

(1) Do not serve UIDs below MINUID in master.passwd.* maps,
just like in passwd.* maps.

(2) Since stdethers(8) and stdhosts(8) strip comments, we do
not have to do it here, much less inconsistently.

(hauke)

2012-12-07 08:04:02 UTC MAIN commitmail json YAML

Remove the R1 syntactic sugar, since it collides with a #define in
<m68k/regs.h>, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.

(hauke)

2012-12-06 13:28:17 UTC MAIN commitmail json YAML

Remove the R1 syntactic sugar, since it collides with a #define in
<m68k/regs.h>, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.

(hauke)

2012-02-01 08:45:03 UTC MAIN commitmail json YAML

Document added timecounter support to the CSI Hurdler Centronics
Parallel Interface cpi(4) driver.

(hauke)

2012-01-31 22:13:20 UTC MAIN commitmail json YAML

Employ the two free 16 bit timers of the Hurdler Centronics Parallel
Interface card's Z8536 CIO for Timecounter support.

Builds, should work, but not testable yet because of pmap breakage.

(hauke)

2012-01-31 09:53:44 UTC MAIN commitmail json YAML

Fix AppleTalk name registration, as discussed on the port-macppc list
<http://mail-index.netbsd.org/port-macppc/2010/07/09/msg001119.html>
and in PR kern/44412, by looping back ddp broadcasts.

Patch submitted by David Riley against netbsd-5, adaptation for
-current and minor KNF touchup by me.

Needs to be pulled up to netbsd-5.

(hauke)

2012-01-24 15:24:55 UTC MAIN commitmail json YAML

Add support for BSD disklabels, scanning the beginning of the disk
in four-byte strides, like disklabel(8) does it.

Since the netbsd-6 branch is around the corner, this is a
minimally-intrusive addition.

Note there is no write support, for good reasons.
Note also that disksubr.c is in dire need of re-structuring.

(hauke)

2012-01-23 13:55:03 UTC MAIN commitmail json YAML

In the light of PR kern/29702, add swwdog(4) pseudo device.

(hauke)

2011-10-04 10:55:53 UTC MAIN commitmail json YAML

Create the sysmon device node for the software watchdog

(hauke)

2011-10-03 19:22:59 UTC MAIN commitmail json YAML

2011-05-19 15:18:29 UTC MAIN commitmail json YAML

Fix a tyop.
The intentions were good...

(hauke)

2011-05-11 12:22:34 UTC MAIN commitmail json YAML

Commit the patch from
<http://mail-index.netbsd.org/current-users/2010/09/12/msg014289.html>,
fixing a "panic: pool 'pfrktable' is IPL_NONE, but called from
interrupt context" that occurred on NetBSD/sparc.

(hauke)

2011-01-23 17:15:16 UTC MAIN commitmail json YAML

The previous commit removed a { }�block, and unintendedly introduced a
C99ism (inlined variable declaration), which hurts when pdksh is used
for bootstrapping pkgsrc. Move the two declarations to the beginning
of the block.

(hauke)

2011-01-23 17:11:55 UTC MAIN commitmail json YAML

The Solaris 7 "/usr/{,xpg4/}bin/sort"s expect whitespace between the "-k"
option and its argument.

(hauke)

2010-12-23 14:29:52 UTC MAIN commitmail json YAML

First release that shipped wdogctl(8) was 1.6, not 1.5.1.

(hauke)

2010-12-06 11:54:04 UTC MAIN commitmail json YAML

Sync the device names with reality; while we are here, polish a few
sentences, and mention the spif driver works on sun4u/sparc64.

(hauke)

2010-11-30 16:05:56 UTC MAIN commitmail json YAML

Fix an embarassing tyop. gcc should run aspell over the comments...

(hauke)

2010-11-24 13:54:50 UTC MAIN commitmail json YAML

Consistency in commenting COMPAT_nn options.

(hauke)

2010-11-24 13:53:34 UTC MAIN commitmail json YAML

Catch up on COMPAT* options -- it's been a while...

(hauke)

2010-11-24 13:48:20 UTC MAIN commitmail json YAML

One more page in the Big Book Of Things That We Can do Without --
COMPAT* options, puffs support.

(hauke)

2009-03-06 17:10:41 UTC MAIN commitmail json YAML

Workaround from jmcneill for a panic at shutdown.

Fixes PR kern/40947 and should be pulled up to netbsd-5.

(hauke)

2009-03-04 19:55:17 UTC MAIN commitmail json YAML

Add Nubus IDs for the Atto SiliconExpress IV, an isp1000 based
fast/wide SCSI adapter.

(hauke)

2008-12-11 17:18:03 UTC MAIN commitmail json YAML

I tested spif(4) in an Ultra 1 - enable it.

(hauke)

2008-12-11 15:50:35 UTC MAIN commitmail json YAML

Fix warning about missing initializer that showed up in sparc64
builds, but, strangely enough, not in sparc builds.

Relevant for netbsd-{4,5} release branches.

(hauke)

2008-11-27 15:44:04 UTC MAIN commitmail json YAML

Remove various COMPAT_ options for unsupported releases and optional
features; remove parallel printer driver.
Bring back pppoe support.

(hauke)

2008-07-22 14:43:45 UTC MAIN commitmail json YAML

Having read Frank Kardel's web page again, I think the XXX comment
wrt. the splhigh() guard can go.

(hauke)