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

2024-05-20 20:18:19 UTC Now

2013-05-31 14:40:48 UTC MAIN commitmail json YAML

Don't rely on "kill -0" to check whether a background shell command
has exited; it does not work reliably because the process may still
exist as a zombie.  OK mlelstv.

(gson)

2013-05-31 10:56:17 UTC MAIN commitmail json YAML

2013-05-31 10:55:03 UTC MAIN commitmail json YAML

2013-05-31 10:39:02 UTC MAIN commitmail json YAML

add a note about xsrc updates.

(mrg)

2013-05-31 09:58:36 UTC MAIN commitmail json YAML

add some casts to appease GCC; this code is kind of ugly but it
seems to be mostly not broken.

(mrg)

2013-05-31 09:33:32 UTC MAIN commitmail json YAML

2013-05-31 09:33:18 UTC MAIN commitmail json YAML

2013-05-31 09:21:06 UTC MAIN commitmail json YAML

2013-05-31 09:14:19 UTC MAIN commitmail json YAML

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

2013-05-31 08:59:45 UTC MAIN commitmail json YAML

use some more __UNCONST().  sigh.

(mrg)

2013-05-31 08:18:42 UTC MAIN commitmail json YAML

icetrans.c has a const/char * issue as well; avoid it for now.

(mrg)

2013-05-31 08:18:27 UTC MAIN commitmail json YAML

update this for xmag 1.0.5

(mrg)

2013-05-31 08:02:00 UTC MAIN commitmail json YAML

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

2013-05-31 07:22:22 UTC MAIN commitmail json YAML

2013-05-31 07:21:57 UTC MAIN commitmail json YAML

2013-05-31 06:50:45 UTC MAIN commitmail json YAML

find newly named and relocated app defaults.

(mrg)

2013-05-31 06:48:43 UTC MAIN commitmail json YAML

add LIBX11_XCB; unfortunately since the library is named with a -
in it, we have to use an ugly hard coded assignment for now.
(could be cleaned up with more make variable magic i'm sure.)

(mrg)

2013-05-31 06:47:44 UTC MAIN commitmail json YAML

add generated config.h for xdpyinfo

(mrg)

2013-05-31 06:47:31 UTC MAIN commitmail json YAML

convert to generated config.h.  add libX11-xcb.

(mrg)

2013-05-31 06:47:07 UTC MAIN commitmail json YAML

this needs xrandr now.

(mrg)

2013-05-31 06:46:55 UTC MAIN commitmail json YAML

find the new manual location.

(mrg)

2013-05-31 06:46:39 UTC MAIN commitmail json YAML

apply __UNCONST() if it exists.

(mrg)

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

2013-05-31 06:18:16 UTC MAIN commitmail json YAML

2013-05-31 05:56:38 UTC MAIN commitmail json YAML

Re-do completely the way that external modules are loaded in eawk.
For now, use a

use("digest")

style statement in the script to enable the bindings in a
libeawk-digest.so to be loaded via dlopen(3).

Also add readrec() and writerec() callbacks for use in embedded
programs, so that eawk can really be deeply embedded in other things,
and used as a command interpreter, etc.

Other headline changes include:
+ added gawk-style bit arithmetic ops
+ added gawk-style asort/asorti
+ added eawk_readrec() and eawk_writerec() callbacks for use
  in embedded operations
+ added extension use via use() command
+ added extensions for
base64
c
circa
db
digests
dirent
getopt2
hmac
http
mat
netdiff
netpgp
progress
rs
soundex
termcap

The upshot is that we can extend awk quite easily, as shown by this example
script:

% cat scripts/conn2.sh
#! /bin/sh

env LD_LIBRARY_PATH=lib:extend/c bin/eawk -v host=$1 '
BEGIN {
        use("c");
        if (host == "") print "phooey#0";
        addr["ai_family"] = PF_INET;
        if (getaddrinfo(host, "http", addr) != 0) print "phooey#1";
        sd = socket(PF_INET, SOCK_STREAM, 0);
        if (connect(sd, addr["ai_addr"], addr["ai_addrlen"]) != 0) print "phooey#2";
        s = sprintf("GET / HTTP/1.1\r\nHost: %s\r\nUser-Agent: eawk-2.1\r\n\r\n", host);
        write(sd, s, length(s));
        url = read(sd, 4096);
        print url;
        close(sd);
}'
% sh scripts/conn2.sh www.netbsd.org
HTTP/1.1 200 OK
Date: Fri, 31 May 2013 05:49:44 GMT
Server: Apache/2.2.24 (Unix)
Last-Modified: Sun, 19 May 2013 17:44:20 GMT
ETag: "83765-4fd9-4dd15c40bc500"
Accept-Ranges:  none
Content-Length: 20441
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <!-- Copyright (c) 1994-2011
        The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
    <link rev="made" href="mailto:www@NetBSD.org">
    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
    <link rel="stylesheet" href="global.css" type="text/css">
    <link rel="alternate" type="application/rss+xml" title="NetBSD news"
          href="http://www.NetBSD.org/changes/rss-netbsd.xml">
    <title>The NetBSD Project</title>
    <meta name="DESCRIPTION" content="PowerPC, Alpha, SPARC, MIPS, SH3, ARM, amd64, i386, m68k, VAX: Of course it runs NetBSD.">
    <meta name="KEYWORDS" content="NetBSD, BSD, 4.4BSD, UNIX, acorn26, acorn32, algor, algorithmics, alpha, amiga, amigappc, arc, arm26, arm32, atari, bebox, cats, cesfic, cobalt, evbarm, evbmips, evbppc, evbsh3, ews4800, hp300, hp700, hpcarm, hpcmips, hpcsh, hppa, i386, ibmnws, iyonix, luna68k, m68k, mac68k, macppc, mips, mmeye, mvme68k, mvmeppc, netwinder, news68k, newsmips, next68k, mipsco, ofppc, pica, pmax, pmppc, p
%

(agc)

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

remove a couple of 'const' that aren't OK for the caller.

(mrg)

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

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)