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

2024-05-10 07:29:19 UTC Now

2013-05-31 05:42:14 UTC MAIN commitmail json YAML

mkfontdir was renamed to a .in using @bindir, instead of CPP.  deal.

(mrg)

2013-05-31 05:41:50 UTC MAIN commitmail json YAML

2013-05-31 05:41:26 UTC MAIN commitmail json YAML

add -Wno-error to work around some const issues.

(mrg)

2013-05-31 05:24:50 UTC MAIN commitmail json YAML

2013-05-31 05:24:01 UTC MAIN commitmail json YAML

merge bdftopcf 1.0.4 and imake 1.0.5 configure output.

(mrg)

2013-05-31 05:11:36 UTC MAIN commitmail json YAML

2013-05-31 01:50:25 UTC MAIN commitmail json YAML

remove cache.c from SRCS list for xfs 1.1.3

(mrg)

2013-05-31 01:49:26 UTC MAIN commitmail json YAML

2013-05-31 01:49:13 UTC MAIN commitmail json YAML

2013-05-31 01:41:56 UTC MAIN commitmail json YAML

find the relocated sxpm.man

(mrg)

2013-05-31 01:41:08 UTC MAIN commitmail json YAML

find the relocated cxpm.1 manual.

(mrg)

2013-05-31 01:37:29 UTC MAIN commitmail json YAML

2013-05-31 01:19:57 UTC MAIN commitmail json YAML

2013-05-31 01:19:45 UTC MAIN commitmail json YAML

2013-05-31 01:19:21 UTC MAIN commitmail json YAML

2013-05-31 01:19:01 UTC MAIN commitmail json YAML

2013-05-31 01:18:45 UTC MAIN commitmail json YAML

2013-05-31 01:18:29 UTC MAIN commitmail json YAML

2013-05-31 00:54:59 UTC MAIN commitmail json YAML

2013-05-31 00:50:10 UTC MAIN commitmail json YAML

don't declare a 'const char *' when you pass it to a 'char *'.

(mrg)

2013-05-31 00:47:53 UTC MAIN commitmail json YAML

need to define HAVE__XEATDATAWORDS.

(mrg)

2013-05-31 00:38:29 UTC MAIN commitmail json YAML

merge libXau 1.0.8

(mrg)

2013-05-31 00:38:16 UTC MAIN commitmail json YAML

2013-05-31 00:37:09 UTC MAIN commitmail json YAML

2013-05-30 23:42:20 UTC MAIN commitmail json YAML

2013-05-30 23:10:29 UTC MAIN commitmail json YAML

FSServerName() returns const char *.

(mrg)

2013-05-30 23:09:16 UTC MAIN commitmail json YAML

2013-05-30 20:24:25 UTC MAIN commitmail json YAML

2013-05-30 20:20:39 UTC MAIN commitmail json YAML

2013-05-30 20:20:23 UTC MAIN commitmail json YAML

2013-05-30 20:10:14 UTC MAIN commitmail json YAML

2013-05-30 20:09:23 UTC MAIN commitmail json YAML

add SX_SELECT_S instruction

(macallan)

2013-05-30 20:08:47 UTC MAIN commitmail json YAML

2013-05-30 16:01:25 UTC MAIN commitmail json YAML

Make it compile again

(martin)

2013-05-30 08:28:13 UTC MAIN commitmail json YAML

Avoid dereferencing an uninitialized pointer

(martin)

2013-05-30 05:50:06 UTC MAIN commitmail json YAML

0x4B657654(BGE_SRAM_FW_MB_MAGIC) == ~0xB49A89AB(BGE_SRAM_FW_MB_RESET_MAGIC),
so the same code I added in rev. 1.223 exists in bge_poll_fw(), too. Remove it.

And then, call bge_poll_fw() before writing BGE_MODE_CTL register like the
latest linux tg3 dirver.

(msaitoh)

2013-05-30 00:07:07 UTC MAIN commitmail json YAML

Note Armada XP support.

(rkujawa)

2013-05-29 23:50:35 UTC MAIN commitmail json YAML

2013-05-29 23:37:11 UTC MAIN commitmail json YAML

eliminate sc_size and fix printf formats

(christos)

2013-05-29 23:29:44 UTC MAIN commitmail json YAML

Explicitely cast to unsigned. Avoid bugs caused by misintepreting the result as
signed.

riastradh@ suggested to change these macros into static inline functions.
But I'm still not convinced...

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-29 23:25:55 UTC MAIN commitmail json YAML

2013-05-29 23:25:39 UTC MAIN commitmail json YAML

eliminare dk_geom

(christos)

2013-05-29 23:11:56 UTC MAIN commitmail json YAML

2013-05-29 22:52:19 UTC MAIN commitmail json YAML

2013-05-29 22:35:34 UTC MAIN commitmail json YAML

2013-05-29 22:26:39 UTC MAIN commitmail json YAML

2013-05-29 22:25:23 UTC MAIN commitmail json YAML

2013-05-29 21:59:51 UTC MAIN commitmail json YAML

regen using 'make regen' from src/doc.

(wiz)

2013-05-29 21:26:44 UTC MAIN commitmail json YAML

Use TOOL_MANDOC_ASCII instead of TOOL_GROFF to format BUILDING.mdoc,
and use TOOL_SED to flatten backspace sequences.

(apb)

2013-05-29 20:47:14 UTC MAIN commitmail json YAML

2013-05-29 19:55:56 UTC MAIN commitmail json YAML

Import cleaned up MD parts of Armada XP port.

Compared to what was posted to port-arm, the main difference is that now it uses
arm32_kvminit, arm32_boot, arm32_reboot as advised by nick@.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-29 19:02:30 UTC MAIN commitmail json YAML

While visibility "protected" is nominaly supported by gcc 4.0 and 4.1
it does not actually work - the compiler does not emmit ".protected"
asm statements for used references to protected symbols, which then
causes the linker to fail and/or produce unloadable libraries.
This recently happened to port vax by the locale changes.

Backporting a fix (ASM_OUTPUT_EXTERNAL in gcc target config) is not
feasible.

So: define __dso_protected only starting with gcc 4.2.

(martin)

2013-05-29 15:22:19 UTC MAIN commitmail json YAML

Add disk_set_info() prototype

(martin)

2013-05-29 15:11:11 UTC MAIN commitmail json YAML

Add dk_geom to struct disk, from Christos.

(martin)

2013-05-29 15:08:30 UTC MAIN commitmail json YAML

Expand "it's", and fix fix convention notation.

From Bug Hunting.

(wiz)

2013-05-29 15:05:43 UTC MAIN commitmail json YAML

- Reference tr(1) in `SEE ALSO' section;
- bump date.

From Bug Hunting.

(wiz)

2013-05-29 15:04:37 UTC MAIN commitmail json YAML

- Improve wording and punctuation;
- use `.Ex' macro for `EXIT STATUS' section;
- add `SEE ALSO' section, referencing (back) dd(1) and sed(1);
- bump date.

From Bug Hunting.

(wiz)

2013-05-29 15:03:09 UTC MAIN commitmail json YAML

- Remove unneeded argument in non-first `.Nm' macro;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning);
- capitalization and punctuation fix.

From Bug Hunting.

(wiz)

2013-05-29 15:02:12 UTC MAIN commitmail json YAML

- Add the actual binary to `FILES' section;
- bump date.

From Bug Hunting.

(wiz)

2013-05-29 15:00:35 UTC MAIN commitmail json YAML

- Remove redundant argument to non-first `.Nm' macro;
- reference `-u' at `-c', to make more clear that the former can
  be used with the latter;
- bump date.

From Bug Hunting.

While here, use Aq.

(wiz)

2013-05-29 14:56:19 UTC MAIN commitmail json YAML

De-capitalize `.Nd' macro argument.

From Bug Hunting.

(wiz)

2013-05-29 14:55:24 UTC MAIN commitmail json YAML

Improve wording.

From Bug Hunting.

(wiz)

2013-05-29 14:50:24 UTC MAIN commitmail json YAML

- White space corrections;
- remove NetBSD OS specific notes regarding window(1) and tmux(1);
- extend `HISTORY' section, regarding window(1)'s removal from
  NetBSD;
- bump date.

From Bug Hunting.

(wiz)

2013-05-29 14:47:22 UTC MAIN commitmail json YAML

regen (using mandoc doc/BUILDING.mdoc > BUILDING -- let me know
if a different way is preferred, I see that it now contains formatting).

(wiz)

2013-05-29 14:45:55 UTC MAIN commitmail json YAML

- Bump date (for r1.93);
- remove superfluous macros (fixes mandoc(1) warnings).

From Bug Hunting.

(wiz)

2013-05-29 12:07:58 UTC MAIN commitmail json YAML

Generate RTM_NEWADDR when adding a pre-existing IPv6 address.

(roy)

2013-05-29 09:26:02 UTC MAIN commitmail json YAML

Fix signature of capi_ll_control.
From Wolfgang Stukenbrock in PR kern/47863.

(martin)

2013-05-29 08:24:06 UTC MAIN commitmail json YAML

Use BGE_SETBIT() instead of CSR_WRITE_4() for the BGE_MISC_LOCAL_CTL register
to not to modify some GPIO bits.

(msaitoh)

2013-05-29 02:27:39 UTC MAIN commitmail json YAML

Fix amd64 feraiseexcept so that it actually traps.

The call to fwait got lost somewhere along the line; the i387 code
has it.

XXX pullup to 6

(riastradh)

2013-05-29 00:53:20 UTC MAIN commitmail json YAML

Fix sense of fegetexcept on x86.

Somehow I overlooked this when I fixed feenableexcept and
fedisableexcept last summer.

XXX pullup to 6

(riastradh)

2013-05-29 00:47:49 UTC MAIN commitmail json YAML

2013-05-29 00:23:31 UTC MAIN commitmail json YAML

Clean up some left overs

(sjg)

2013-05-28 20:13:17 UTC MAIN commitmail json YAML

document the anon account for anonymous access
fixing PR misc/5545
(the last bits thereof)

(spz)

2013-05-28 19:10:16 UTC MAIN commitmail json YAML

Update for Clang 3.4.

(joerg)

2013-05-28 17:37:35 UTC MAIN commitmail json YAML

2013-05-28 17:29:41 UTC MAIN commitmail json YAML

mark __libc_thr_exit_stub dead here too

(christos)

2013-05-28 17:03:34 UTC MAIN commitmail json YAML

Fix a bug that the MAC_MODE register is incorrectly set in bge_reset().

(msaitoh)

2013-05-28 16:57:57 UTC MAIN commitmail json YAML

2013-05-28 15:25:37 UTC MAIN commitmail json YAML

add a bunch of register definitions and clarify some comments

(macallan)

2013-05-28 12:24:24 UTC MAIN commitmail json YAML

2013-05-28 12:13:55 UTC MAIN commitmail json YAML

2013-05-28 12:03:26 UTC MAIN commitmail json YAML

2013-05-28 11:04:04 UTC MAIN commitmail json YAML

in vcons_redraw_screen():
- if RI_FULLCLEAR is set and we use it to clear the screen, don't draw any
  whitespaces with the default background colour
- draw stretches of whitespaces with the same background colour using erasecols

(macallan)

2013-05-28 10:55:34 UTC MAIN commitmail json YAML

support RI_FULLCLEAR

(macallan)

2013-05-28 05:55:40 UTC MAIN commitmail json YAML

Fix a bug that the PHY address bits in MI_MODE register is wrongly cleard.
Set the PHY address correctly.

(msaitoh)

2013-05-28 00:10:34 UTC MAIN commitmail json YAML

expose rl_catch_signals and explain what we are doing.

(christos)

2013-05-27 23:55:55 UTC MAIN commitmail json YAML

Test early for EOF to avoid infinite loop in the wide char case. From
Linas Vepstas: linasvepstas at gmail dot com

(christos)

2013-05-27 23:15:51 UTC MAIN commitmail json YAML

PR/47861: Fredrik Pettai: keep track of the address family for each socket
opened and don't send the a message to the wrong family type.

(christos)

2013-05-27 21:32:38 UTC MAIN commitmail json YAML

2013-05-27 21:31:44 UTC MAIN commitmail json YAML

2013-05-27 20:29:13 UTC khorben-n900 commitmail json YAML

KNF

Thanks jmcneill@ for the hint.

(khorben)

2013-05-27 20:23:28 UTC khorben-n900 commitmail json YAML

Fixed use of workqueue_create(9), as it expects a pri_t as the priority.
The IPL level was changed to IPL_SOFTBIO which seems more correct.

Thanks jmcneill@ for the hint.

XXX test on the Nokia N900

(khorben)

2013-05-27 16:38:35 UTC MAIN commitmail json YAML

2013-05-27 16:32:58 UTC MAIN commitmail json YAML

Add vendor KingSun and IrDA product.

(kiyohara)

2013-05-27 16:23:20 UTC MAIN commitmail json YAML

2013-05-27 07:37:20 UTC MAIN commitmail json YAML

Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR
partitioning.

(msaitoh)

2013-05-26 21:26:17 UTC MAIN commitmail json YAML

Instead of 'no space', say 'not enough space' in error message.

(wiz)

2013-05-26 18:07:42 UTC MAIN commitmail json YAML

Extend kernel PPS api with pps_ref_event().
pps_ref_event() allows capturing PPS time stamps
that are not generated at precisely 1Hz (e. g.
by reading a precision clock via callout()).

This extension allows clock drivers to supply PPS
time-stamps and drive the kernel NTP PLL
without the overhead of interrupt-handling and
-processing.

(kardel)

2013-05-26 17:25:53 UTC MAIN commitmail json YAML

Reword to work around phrasing that caused lots of discussions.
From Robert Elz.

(wiz)

2013-05-26 12:18:06 UTC MAIN commitmail json YAML

2013-05-26 12:15:51 UTC MAIN commitmail json YAML

Revert previous (to grow the ramdisk size).
> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.

(isaki)

2013-05-26 05:52:13 UTC MAIN commitmail json YAML

Fix failed substitution in 1.10 (christos@) and
revert 1.12 (christos@) which was necessary by broken 1.10.

(isaki)

2013-05-25 21:17:51 UTC MAIN commitmail json YAML

Add more wireless networking acronyms:

* BSA    basic service area
* BSS    basic service set
* BSSID  basic service set identifier
* ESS    extended service set
* ESSID  extended service set identifier
* IBSS  independent basic service set
* SSID  service set identifier
* TKIP  Temporal Key Integrity Protocol
* WAP    wireless access point
* WPA2  Wi-Fi Protected Access II
* WPS    Wi-Fi Protected Setup

Also properly capitalize the existing `WPA' entry.

Patch supplied by Bug Hunting.

(jdf)

2013-05-25 19:37:32 UTC MAIN commitmail json YAML

Some code for a journal container/log manager.
This is untested draft stuff and will need more attention later,

(dholland)

2013-05-25 15:07:49 UTC MAIN commitmail json YAML

Added another three NH23x compatible products.

(phx)

2013-05-24 23:09:45 UTC MAIN commitmail json YAML

2013-05-24 23:02:27 UTC MAIN commitmail json YAML

Disable interrupts after calling data_access_error as with
data_access_fault.

(nakayama)

2013-05-24 23:02:08 UTC MAIN commitmail json YAML

- use gettick directly, not via cpu_counter.
- bump timecounter quality of stick-counter so we prefer to use it.

(nakayama)

2013-05-24 21:34:19 UTC MAIN commitmail json YAML

Add IMGMAKEFSOPTIONS like in the bootimage Makefile

(christos)

2013-05-24 21:33:00 UTC MAIN commitmail json YAML

2013-05-24 18:24:27 UTC MAIN commitmail json YAML

2013-05-24 18:06:05 UTC MAIN commitmail json YAML

2013-05-24 17:54:36 UTC MAIN commitmail json YAML

mention x68k hacks.

(christos)

2013-05-24 17:44:27 UTC MAIN commitmail json YAML

avoid compiler bug

(christos)

2013-05-24 17:18:12 UTC MAIN commitmail json YAML

workaround for internal compiler error

(christos)

2013-05-24 16:38:46 UTC MAIN commitmail json YAML

Correct a phrase. From jmc@openbsd.

Already fixed once by mbalmer and unfixed by me. Oops.

(wiz)

2013-05-24 16:37:33 UTC MAIN commitmail json YAML

2013-05-24 16:04:37 UTC MAIN commitmail json YAML

Add missing functions needed by loadbsd.

(christos)

2013-05-24 16:00:17 UTC MAIN commitmail json YAML

fix more of the same kind of shortcut rule lossage

(christos)

2013-05-24 15:59:57 UTC MAIN commitmail json YAML

discard debug sections that are not representable in the a.out object format.

(christos)

2013-05-24 15:35:36 UTC MAIN commitmail json YAML

2013-05-24 15:34:59 UTC MAIN commitmail json YAML

Don't play tricks trying to shortcut source rules because it breaks MKDEBUGLIB.

(christos)

2013-05-24 14:41:32 UTC MAIN commitmail json YAML

Kill extra El macro.

(njoly)

2013-05-24 14:40:18 UTC MAIN commitmail json YAML

Remove extra dot.

(njoly)

2013-05-24 13:45:46 UTC MAIN commitmail json YAML

Update description for -a:
-a autoprobes multiple ifs, and does not exit with error.

Diff originally from Mark Johnston (markj@freebsd), via jmc@openbsd.

Bump date.

(wiz)

2013-05-24 12:45:40 UTC MAIN commitmail json YAML

Fix POLYD/Mariah fallout and include the scalbn sources (which do not
use polyd).
Fix global names and weak aliases.

(martin)

2013-05-24 11:47:47 UTC MAIN commitmail json YAML

On sparc64, the memory arbiter may be disabled by OF.
Move the HW config checking stuff to after bge_reset(). bge_reset()
initializes both byte order settings and the memory arbiter.

The hwcfg stuff will be required in bge_reset() in future, so we should
rethink about hwconfig and bge_reset().

(msaitoh)

2013-05-24 11:47:13 UTC MAIN commitmail json YAML

Backout previous - real fix for vax libm upcoming.

(martin)

2013-05-24 10:01:15 UTC MAIN commitmail json YAML

2013-05-24 09:35:11 UTC MAIN commitmail json YAML

More markup. Merge two error entries for the same error.

(wiz)

2013-05-24 08:25:12 UTC MAIN commitmail json YAML

2013-05-24 08:15:36 UTC MAIN commitmail json YAML

Slight improvements. No colour change (yet!).

(wiz)

2013-05-24 03:20:18 UTC MAIN commitmail json YAML

Update ERRORS section:
- Remove some system calls from the list of functions which may set errno
  during the execution of realpath(3) since they are no longer used
  to implement it.
- Document some errno set by the realpath(3) itself.

(enami)

2013-05-24 02:35:28 UTC MAIN commitmail json YAML

Document says 5717 and newer chips have no BGE_PCISTATE_INTR_NOT_ACTIVE bit,
so don't use the bit on those chips. Same as OpenBSD.

(msaitoh)

2013-05-24 02:29:36 UTC MAIN commitmail json YAML

bge_init_tx_ring() uses BGE_RSLOTS (==256) but bge_free_tx_ring() uses
BGE_TX_RING_CNT (== 512). Delete BGE_RSLOTS and use BGE_TX_RING_CNT. Same as
OpenBSD's if_bge.c rev. 1.86.

(msaitoh)

2013-05-24 00:41:31 UTC MAIN commitmail json YAML

Stuff distilled from my notes and previous arguments and bikeshed sessions

(dholland)

2013-05-24 00:40:25 UTC MAIN commitmail json YAML

2013-05-23 21:39:49 UTC MAIN commitmail json YAML

2013-05-23 21:08:13 UTC MAIN commitmail json YAML

slight improvement in layout; no semantic change intended.

(apb)

2013-05-23 20:57:35 UTC MAIN commitmail json YAML

remove redundant rule that creates a make cycle.

(christos)

2013-05-23 20:45:47 UTC MAIN commitmail json YAML

vaxinate the new tests.

(christos)

2013-05-23 16:49:46 UTC MAIN commitmail json YAML

Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.

(msaitoh)

2013-05-23 14:15:52 UTC MAIN commitmail json YAML

PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdown
XXX: Fix this properly by using the memory allocated from the autoconf
subsystem and use raidput in all the places needed.

(christos)

2013-05-23 05:44:29 UTC ipsec-tools-0_8-branch commitmail json YAML

From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Fix
SADB_X_EALG_CASTCBC definition to use system definition (which
differs at least on Linux).

(tteras)

2013-05-23 05:42:29 UTC MAIN commitmail json YAML

From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Fix
SADB_X_EALG_CASTCBC definition to use system definition (which
differs at least on Linux).
------------------------

(tteras)

2013-05-22 19:35:11 UTC MAIN commitmail json YAML

2013-05-22 19:30:35 UTC MAIN commitmail json YAML

put a note on what FRC means.

(christos)

2013-05-22 18:41:08 UTC MAIN commitmail json YAML

Instead of .Ar use .Fa or .Vt as appropriate.

(uwe)

2013-05-22 18:29:41 UTC MAIN commitmail json YAML

Use .Er for errors instead of .Dv

(uwe)

2013-05-22 16:03:43 UTC MAIN commitmail json YAML

2013-05-22 16:01:44 UTC MAIN commitmail json YAML

2013-05-22 16:00:52 UTC MAIN commitmail json YAML

Make ts2timo(9) always return the absolute start time if the start argument
is present, and handle the TIMER_ABSTIME case in nanosleep1(9).

(christos)

2013-05-22 13:34:32 UTC MAIN commitmail json YAML

Including missing include file <sys/ioctl.h> that broke compilation.

(reinoud)

2013-05-22 01:29:59 UTC MAIN commitmail json YAML

add release dates for 6.0.1 and 6.1

(jnemeth)

2013-05-21 16:25:55 UTC MAIN commitmail json YAML

ts2timo(): if TIMER_ABSTIME is set and start is not NULL, initialize
it to 0. Some callers (e.g. nanosleep1()) expect *start to always be
initialized and would use random values from stack otherwise.
While there, remove an always-true conditionnal.

(bouyer)

2013-05-21 15:57:21 UTC MAIN commitmail json YAML

Fix another typo which causes decrement against a NULL pointer.

Also revert rev 1.9, which shut up gcc's "uninitialized variable"
warning that actually pointed out the typo correctly.  Oh well.

(tsutsui)

2013-05-21 15:50:09 UTC MAIN commitmail json YAML

Fix fatal (but probably unused) typo in ri->ri_hwbits case in copycols.

(tsutsui)

2013-05-21 12:07:03 UTC MAIN commitmail json YAML

2013-05-21 09:54:12 UTC MAIN commitmail json YAML

Disable nd6_newaddrmsg debug

(roy)

2013-05-21 08:37:27 UTC MAIN commitmail json YAML

For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
changes. Tentative addresses are not emitted.

Version bumped so userland can detect this behaviour change.

(roy)

2013-05-21 06:59:28 UTC MAIN commitmail json YAML

Stopgap: disable access to BGE_SRAM_DATA_SIG, it is not implemented in all
variants and access may crash the kernel.
msaitoh: please fix properly, I have no idea how.

(martin)

2013-05-20 20:27:43 UTC MAIN commitmail json YAML

2013-05-20 19:40:09 UTC MAIN commitmail json YAML

2013-05-20 19:28:44 UTC MAIN commitmail json YAML

If minwrites is set:
- set noatime, nodevmtime for root
- use tmpfs for frequently written files
- use unix sockets instead of fifos for postfix
From:
http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html

(christos)

2013-05-20 19:27:17 UTC MAIN commitmail json YAML

- explanations for single letter flags
- flag to add debug sets
- flag to minimize writes to sd's

(christos)

2013-05-20 18:36:14 UTC MAIN commitmail json YAML

use working email address.

(mbalmer)

2013-05-20 18:34:39 UTC MAIN commitmail json YAML

2013-05-20 15:49:03 UTC MAIN commitmail json YAML

gpiosim(4) is 64-bit wide now.

(mbalmer)

2013-05-20 15:48:25 UTC MAIN commitmail json YAML

Make the gpiosim(4) device a 64 bit wide GPIO.

(mbalmer)

2013-05-20 15:46:41 UTC MAIN commitmail json YAML

When returning the old value, use the value read from the device.

(mbalmer)

2013-05-20 15:13:36 UTC MAIN commitmail json YAML

Use correct alias for scalbn(). Tested by martin@.

(mlelstv)

2013-05-20 12:21:42 UTC MAIN commitmail json YAML

Add a few test cases to test "ordinary" values with the various scalbn
variants. While there, make some spuriously failing tests print out the
broken values on failure.

(martin)

2013-05-20 11:40:06 UTC MAIN commitmail json YAML

Actually our Lua is at 5.1.5, not 5.1.4 (wiz!! :)

(mbalmer)

2013-05-20 11:37:02 UTC MAIN commitmail json YAML

Rename the 'gpio' group to '_gpio' as new group names should start with an
underscore.  While here, fix the awk script to properly expand such group
names.

(mbalmer)

2013-05-20 10:24:26 UTC MAIN commitmail json YAML

Return 0 for success instead of returning an uninitialized automatic variable.

from Gal Sagie, PR 47837

(pooka)

2013-05-20 09:31:31 UTC MAIN commitmail json YAML

lua-5.2.2 out (mbalmer!!)

(wiz)

2013-05-19 22:20:17 UTC netbsd-6 commitmail json YAML

2013-05-19 22:18:06 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #871):
crypto/external/bsd/heimdal/bin/krb5-config/Makefile: revision 1.2
Don't force pthread linkage.

(riz)

2013-05-19 21:54:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #850):
sys/dev/usb/usb.h: revision 1.101
sys/dev/usb/usb.h: revision 1.102
sys/dev/usb/usb.h: revision 1.103
Add some defines from the USB 2.0 specification and suppliments. Also,
add some accessor macros while I'm here.
Add a UPS_PORT_L1 define
Add a UPS_C_PORT_L1 define

(riz)

2013-05-19 21:51:46 UTC netbsd-6 commitmail json YAML

2013-05-19 21:51:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by garbled in ticket #849):
sys/dev/usb/usb_quirks.c: revision 1.78
sys/dev/usb/usbdevs: revision 1.639
Add my tripplite UPS
If the tripplite SMARTLCD ups connects as a usbhid device, it doesn't
work at all, connect as ugen instead.  Verified working with ups-nut.

(riz)

2013-05-19 21:45:00 UTC MAIN commitmail json YAML

2013-05-19 21:44:51 UTC netbsd-6-1 commitmail json YAML

2013-05-19 21:22:29 UTC netbsd-6 commitmail json YAML

Welcome to 6.1_STABLE!

(riz)

2013-05-19 21:22:01 UTC netbsd-6 commitmail json YAML

2013-05-19 20:50:02 UTC MAIN commitmail json YAML

Try to fix bogus underflow test (obvious copy & pasto) - someone please
review to make sure I got it right.
This fixes PR 47834.

(martin)

2013-05-19 20:45:34 UTC MAIN commitmail json YAML

2013-05-19 17:07:05 UTC MAIN commitmail json YAML

from kre: Don't fail if we are seeking on a pipe, clear the append bit
since we always append.

(christos)

2013-05-19 16:53:58 UTC MAIN commitmail json YAML

2013-05-19 16:52:04 UTC MAIN commitmail json YAML

from the failed builds, it seems we always build ofctl and eeprom

(christos)

2013-05-19 16:09:04 UTC MAIN commitmail json YAML

Add a group 'gpio' and create gpio(4) device nodes under /dev with
mode 664 and group ownership set to 'gpio'.  This allows controlled access
to specifically enabled gpio pins to members of the gpio group.  See
gpioctl(8), and, gpio(4) for details.

(mbalmer)

2013-05-19 15:51:11 UTC MAIN commitmail json YAML

2013-05-19 15:42:23 UTC MAIN commitmail json YAML

Plug support for PJ4B into our ARM CPU infrastructure.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-19 15:37:06 UTC MAIN commitmail json YAML

Plug support for PJ4B core into our ARM CPU support infrastructure.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-19 15:34:55 UTC MAIN commitmail json YAML

Add CPU functions for PJ4B core.

(rkujawa)

2013-05-19 15:31:23 UTC MAIN commitmail json YAML

Make it easier to use gpioctl(8) in shell scripts:  Add a -s flag which
instructs gpioctl(8) to only output a single numeric value, either the
number of pins if no pin number was passed as argumenti, or, the current
state of the pin.

(mbalmer)

2013-05-19 15:04:39 UTC MAIN commitmail json YAML

Added NetBSD 5.2, 6.0.1, 6.0.2 and 6.1. Someone *please* clean up my
artwork.

(riz)

2013-05-19 14:06:35 UTC MAIN commitmail json YAML

2013-05-19 11:02:12 UTC MAIN commitmail json YAML

Redo case where buf_map is not yet mapped when buf_memcalc() is called
early from pmap_bootstrap(). Makes alpha, and probably others, boot
again.

(njoly)

2013-05-18 13:27:59 UTC MAIN commitmail json YAML

Update the bootstrap.sh invocation suggestion.

(riz)