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

2024-05-09 23:46:24 UTC Now

2024-04-23 15:34:07 UTC MAIN commitmail json YAML

Sync the statistics DMA memory correctly before it is accessed.

(hans)

2024-01-05 17:29:29 UTC MAIN commitmail json YAML

Include leds.h to make /dev/leds work.

(hans)

2018-03-11 10:14:04 UTC MAIN commitmail json YAML

Fix build of tools/lex on platforms lacking sys/cdefs.h by including
nbtool_config.h in tools/compat/regex.h. Tested on illumos.

(hans)

2014-04-09 21:02:32 UTC MAIN commitmail json YAML

Fix build of non-debug kernels, mark err __diagused in uart_enable().

(hans)

2014-04-09 20:52:14 UTC MAIN commitmail json YAML

Fix build in non-debug kernels, mark eopi __diagused in cpsw_start().

(hans)

2013-02-21 15:56:07 UTC MAIN commitmail json YAML

2013-02-21 15:13:11 UTC MAIN commitmail json YAML

Use HOST_SH to run scripts. Makes mkimage work on SunOS.

(hans)

2012-07-14 12:59:55 UTC MAIN commitmail json YAML

2012-07-08 14:25:49 UTC MAIN commitmail json YAML

It's msdos, not msdosfs.

(hans)

2012-06-19 21:48:34 UTC MAIN commitmail json YAML

Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all.

(hans)

2012-06-19 16:50:44 UTC MAIN commitmail json YAML

Add support for the watchdog timer in mvsoctmr.
Tested on DreamPlug system.

(hans)

2011-06-15 13:42:46 UTC MAIN commitmail json YAML

remove -q argument, it is useless with Xorg and fails with XFree

(hans)

2011-06-01 15:52:49 UTC MAIN commitmail json YAML

2010-10-07 19:55:02 UTC MAIN commitmail json YAML

2010-10-07 19:39:31 UTC MAIN commitmail json YAML

2010-07-29 12:56:16 UTC MAIN commitmail json YAML

Revert to 1.1 and fix the casts by using uintptr_t.  Ok jruoho.

(hans)

2010-05-09 22:29:26 UTC MAIN commitmail json YAML

The interrupt handler uses the softc, so it's probably a good idea to
initialize it before causing interrupts. Prevents a panic on VAXstation
4000/9x with SPX console.

(hans)

2010-05-09 22:24:44 UTC MAIN commitmail json YAML

Make console keyboard work on VAXstation 4000/9x. Seems not to break
anything on other VAXstations (tested on 4000 VLC).

(hans)

2010-05-09 22:19:46 UTC MAIN commitmail json YAML

Make SPX work as console device on VAXstation 4000/9x.

(hans)

2010-05-08 23:18:44 UTC MAIN commitmail json YAML

Fix tools build on Solaris with MKCROSSGDB=YES.

(hans)

2010-03-07 19:10:10 UTC MAIN commitmail json YAML

Fix build on Solaris. "seems reasonable" by joerg.

(hans)

2010-03-07 17:34:25 UTC MAIN commitmail json YAML

Make build.sh work again with /usr/xpg4/bin/sh on Solaris. Ok by pooka.

(hans)

2009-01-18 13:55:31 UTC MAIN commitmail json YAML

Use sed, awk and hexdump from tools to make this work on Solaris. Ok by apb.

(hans)

2009-01-18 13:53:03 UTC MAIN commitmail json YAML

Not every grep knows -q. Ok by apb.

(hans)

2009-01-17 23:24:30 UTC MAIN commitmail json YAML

Use ll instead of non-standard q as length modifier in format strings.
Makes this work on Solaris. OK by apb.

(hans)

2008-11-20 17:08:03 UTC MAIN commitmail json YAML

Fix unibus interrupts on SBI machines. OK by matt.

(hans)

2008-11-19 22:54:16 UTC MAIN commitmail json YAML

fix build for 11/780-only kernel configs. OK by matt.

(hans)

2008-11-19 20:26:40 UTC MAIN commitmail json YAML

fix build for kernel configs lacking KA46, KA48, KA49 and KA53 support.
OK by mhitch.

(hans)

2008-11-19 15:39:10 UTC MAIN commitmail json YAML

uba device registers should be volatile. OK by ragge.

(hans)

2008-11-18 22:31:35 UTC MAIN commitmail json YAML

remove unused definition of DEFAULT_CONFIG_FILE. OK by cube.

(hans)

2008-11-18 22:29:37 UTC MAIN commitmail json YAML

fix DEFAULT_CONFIG_FILE. OK by cube.

(hans)

2008-11-03 00:52:07 UTC MAIN commitmail json YAML

call pmf_device_deregister in detach functions. requested by jmcneill.

(hans)

2008-11-02 14:46:55 UTC MAIN commitmail json YAML

Add NULL pmf handlers. OK by cube.

(hans)

2008-11-01 20:31:26 UTC MAIN commitmail json YAML

Initialize sc->sc_dev before using it, and use it as argument for the
interrupt handler. Makes this work again. OK by christos.

(hans)

2008-11-01 19:22:25 UTC MAIN commitmail json YAML

Make the driver work (except for setting display brightness) on older
machines by removing the check for the CMOS method from thinkpad_match.
OK by jmcneill.

(hans)

2008-10-22 11:24:28 UTC MAIN commitmail json YAML

fix userret() and resurrect cpu_setfunc() to make vax build again. ok by matt.

(hans)

2008-10-19 23:28:31 UTC MAIN commitmail json YAML

if_input needs to be called at splnet(). ok by cube.

(hans)

2008-10-16 18:56:56 UTC MAIN commitmail json YAML

include bpf headers so that the bpf calls actually do something. ok by cube.

(hans)

2008-10-16 13:39:25 UTC MAIN commitmail json YAML

Set nexaddr on qbus vaxen to enable remapping of buffers when booting
from MSCP devices. Fixes MSCP boot problem introduced by moving boot up
to allow for bigger kernels. OK by matt.

(hans)

2008-10-16 12:47:23 UTC MAIN commitmail json YAML

2008-10-10 21:13:35 UTC MAIN commitmail json YAML

fix compile with options TRAPDEBUG, ok by matt

(hans)