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

2024-05-09 21:11:13 UTC Now

2012-03-27 07:09:03 UTC MAIN commitmail json YAML

add details of pcc

(plunky)

2012-03-27 07:07:47 UTC MAIN commitmail json YAML

note pcc upgrade

(plunky)

2012-03-27 00:36:07 UTC MAIN commitmail json YAML

Use :Q for quoting. Execute shell script using the host shell.

(joerg)

2012-03-26 22:06:04 UTC MAIN commitmail json YAML

Remove unnecessary Ns; fix formatting nit.

(wiz)

2012-03-26 21:59:01 UTC MAIN commitmail json YAML

correctly draw alpha fonts with an uneven number of pixels per characters
radeon is weird how it handles leftovers

(macallan)

2012-03-26 18:26:10 UTC MAIN commitmail json YAML

deal with PR#46232:  ensure locking around audio_clear() is handled
consistently and avoid locking against self.

(mrg)

2012-03-26 16:28:08 UTC MAIN commitmail json YAML

When backed by a sparse file limit the number of pending requests.

Should fix PR #45829: "writing to vnd on sparse file blocks on pager_map"
where the pager_map gets exhausted by requests enqueued on a vnd
device and the device worker thread blocks on putpages() needing the map.

While here always sync the underlying vnode before calling biodone().

XXX: vnd should be converted to mutex/condvar.

(hannken)

2012-03-26 15:13:20 UTC MAIN commitmail json YAML

Now that permissions for msdos have been fixed, kill times() special
case which was wrong.

(njoly)

2012-03-26 15:10:26 UTC MAIN commitmail json YAML

Initialise permissions mask to a sensible value (0755).
While here convert leading spaces to tabs.

(njoly)

2012-03-26 14:50:12 UTC MAIN commitmail json YAML

2012-03-26 14:43:01 UTC MAIN commitmail json YAML

2012-03-26 14:41:34 UTC MAIN commitmail json YAML

Import openresolv-3.5.0 with the following changes:
* Added resolv_conf_local_only which defaults to true.
  This means that if you configure a local nameserver we don't add
  any other nameservers to resolv.conf to avoid duplicate queries.
* Add domain_blacklist and name_server_blacklist variables.
  We default name_server_blacklist to 0.0.0.0 to handle some faulty
  routers.
* Add .Lk macro to URLs.
* Fix IPv6 parsing on domains which include an IPv4 server for dnsmasq.

Status:

Vendor Tag: roy
Release Tags: openresolv-3-5-0

(roy)

2012-03-26 14:31:12 UTC MAIN commitmail json YAML

2012-03-26 14:30:47 UTC MAIN commitmail json YAML

2012-03-26 14:27:27 UTC MAIN commitmail json YAML

Update to pcc-20120325

The full changelog is at

http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-03-25T06%3A00%3A00/pcc

and includes some bug and documentation fixes.

The siginifcant improvements were that the __returns_twice__ attribute is
now accepted, and a problem parsing attributes on parameters of function
prototypes was fixed.

(both of these issues caused problems compiling with the NetBSD headers)

Status:

Vendor Tag: ragge
Release Tags: pcc-20120325

(plunky)

2012-03-26 11:03:44 UTC MAIN commitmail json YAML

Fix wrong variable in snprintf. From Henning Petersen in PR 46259,
ok manu@

(wiz)

2012-03-26 06:49:16 UTC MAIN commitmail json YAML

don't use mutex_spin*() on an IPL_NONE mutex.  fixes PR#46120.

(mrg)

2012-03-25 22:37:08 UTC MAIN commitmail json YAML

From patch by Bug Hunting:
- bump the manpage's date (because of the next change);
- note that cp(1) does not preserve hard links (even with `-R'),
  and refer to pax(1) there as well as in the `SEE ALSO' section
  for such functionality (this change is based upon a similar note
  in FreeBSD's version of the manpage);
- change a wording, for more overall consistency.

(wiz)

2012-03-25 19:53:42 UTC MAIN commitmail json YAML

cast RHS of >>= operation to unsigned int

(christos)

2012-03-25 19:53:19 UTC MAIN commitmail json YAML

- change from size_t to unsigned int because we don't need the extra width
- cast to unsigned int results of quad ops

(christos)

2012-03-25 18:50:19 UTC MAIN commitmail json YAML

2012-03-25 18:49:14 UTC MAIN commitmail json YAML

PR/43597: Don't break from parsing word tokens in we are in double quotes.
Fixes: sh -c 'echo "${foo:="first-word"} second-word"'

(christos)

2012-03-25 17:30:59 UTC MAIN commitmail json YAML

ksh trap has been fixed.

(christos)

2012-03-25 17:23:49 UTC MAIN commitmail json YAML

PR/6764: Charles M. Hannum: `trap 0' does not work in ksh subshells. When
subshells exit normally, use unwind(LEXIT) instead of unwind(LLEAVE) so that
traps get executed.

(christos)

2012-03-25 16:31:51 UTC MAIN commitmail json YAML

2012-03-25 16:31:23 UTC MAIN commitmail json YAML

PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead
of a backslash if FNM_NOESCAPE is not set. According to TOG: a backslash in
a pattern followed by any other character, will match that second character
in the string.

(christos)

2012-03-25 16:10:14 UTC MAIN commitmail json YAML

2012-03-25 16:07:04 UTC MAIN commitmail json YAML

PR/41061: Steven Drake: mtree -d complains about extra symlinks

(christos)

2012-03-25 15:40:32 UTC MAIN commitmail json YAML

Redo previous.  Print register as a hexadecimal.

(nakayama)

2012-03-25 13:44:05 UTC MAIN commitmail json YAML

Make 32bit kernels compilable

(martin)

2012-03-25 11:30:36 UTC netbsd-6 commitmail json YAML

2012-03-25 11:29:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #141):
tests/rump/rumpkern/t_vm.c: revision 1.3
sys/rump/librump/rumpkern/vm.c: revision 1.125
Don't take a mutex we already took 6 lines above.
Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
for at least 10 seconds before it can be reclaimed.
Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.

(bouyer)

2012-03-25 11:25:26 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #140):
sys/compat/linux/arch/i386/linux_exec.h: revision 1.11
define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.

(bouyer)

2012-03-25 10:01:06 UTC MAIN commitmail json YAML

2012-03-25 09:50:45 UTC MAIN commitmail json YAML

PRIu64 is not the right format string for unsigned long long.

(martin)

2012-03-25 09:15:20 UTC MAIN commitmail json YAML

Redo rev 1.154 by using an explicit MKSHNOECHO that does not output anything.

(martin)

2012-03-25 08:48:40 UTC MAIN commitmail json YAML

Make explicitly clear that we mean raw I/O on device passthru, not just
generic passthru.

(martin)

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

Fix Dd argument, add serial comma, capitalize NetBSD.

(wiz)

2012-03-25 08:42:21 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-03-25 08:17:54 UTC MAIN commitmail json YAML

2012-03-25 06:55:20 UTC MAIN commitmail json YAML

2012-03-25 06:54:04 UTC MAIN commitmail json YAML

2012-03-25 06:52:42 UTC MAIN commitmail json YAML

2012-03-25 05:55:07 UTC MAIN commitmail json YAML

2012-03-25 04:11:42 UTC MAIN commitmail json YAML

use check_eq instead of require.

(christos)

2012-03-25 03:51:33 UTC MAIN commitmail json YAML

replace splhigh() usage with an IPL_HIGH mutex.

(mrg)

2012-03-25 03:13:08 UTC MAIN commitmail json YAML

- save the "version#" in the softc, we will want it later
- enable some more things in the schizo CSR:
- tomatillo: DMA arbitration enable:
- tomatillo: prefetch read multiple / one / line
- schizo: enable parking unless "no-bus-parking" is set
- schizo: enable streaming buffer interrupts
- schizo: enable bus arbitration for schizo, not these reseved
  bits for tomatillo

partly from and entirely inspired by freebsd schizo_attach().

(mrg)

2012-03-25 02:31:00 UTC MAIN commitmail json YAML

reduce the #ifdef DEBUG usage by using the optimiser.

(mrg)

2012-03-25 01:56:02 UTC MAIN commitmail json YAML

Don't print blank lines when !CTFCONVERT.

(uebayasi)

2012-03-25 01:41:04 UTC MAIN commitmail json YAML

print %i7 for data faults

(mrg)

2012-03-25 00:16:30 UTC MAIN commitmail json YAML

Mention about urtwn(4).

(nonaka)

2012-03-25 00:11:18 UTC MAIN commitmail json YAML

2012-03-24 21:51:23 UTC MAIN commitmail json YAML

byte swap the inet6 ports.

(christos)

2012-03-24 20:28:42 UTC MAIN commitmail json YAML

Avoid the need to escape the # in :[#] when parsing conditionals.

(sjg)

2012-03-24 20:09:30 UTC MAIN commitmail json YAML

From: Jilles Tjoelker: Add a mapping for the cursor delete key

(christos)

2012-03-24 20:08:44 UTC MAIN commitmail json YAML

From Jilles Tjoelker:
Do not move the cursor for ed-delete-next-char in emacs mode.
This makes ed-delete-next-char suitable for mapping to the <Delete> key.
Behaviour in vi mode is unchanged (for 'x').

(christos)

2012-03-24 19:04:06 UTC MAIN commitmail json YAML

mdocml-1.12.1 out.

(wiz)

2012-03-24 18:27:53 UTC MAIN commitmail json YAML

Update entries for IPFilter regression tests.

(tron)

2012-03-24 18:27:16 UTC MAIN commitmail json YAML

Set "BINDIR" to get binaries installed in the correct directory.

(tron)

2012-03-24 17:52:35 UTC MAIN commitmail json YAML

When a stack is specified, make sure the stack has enough for a previous
callframe in which the LR can be stored.  (atf test t_clone:clone_basic
now passes).

(matt)

2012-03-24 16:55:54 UTC netbsd-6 commitmail json YAML

2012-03-24 16:55:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #139):
distrib/sparc/bootfs/Makefile: revision 1.40
etc/etc.sparc/Makefile.inc: revision 1.43
Disable generation of boot floppy images for sparc, which do not fit on
floppy disks anymore, to unbreak the build (for now).
If someone feels like adding and testing ustarfs support in the floppy
/boot, please reenable again.

(bouyer)

2012-03-24 08:22:24 UTC MAIN commitmail json YAML

Avoid non-literal format string. Raise WARNS to 4 and disable
sign warnings instead.

(joerg)

2012-03-24 07:03:13 UTC MAIN commitmail json YAML

Mark ipf entries with ipfilter so that MKIPFILTER=no works.

(matt)

2012-03-24 02:19:01 UTC MAIN commitmail json YAML

2012-03-24 02:08:34 UTC MAIN commitmail json YAML

2012-03-24 01:36:51 UTC MAIN commitmail json YAML

Only descend into ipf if MKIPFILTER != "no"

(matt)

2012-03-24 00:32:50 UTC MAIN commitmail json YAML

Use sys/external, not sys/dist

(matt)

2012-03-24 00:06:21 UTC MAIN commitmail json YAML

Fix a bug introduced by lint cleanup.

(matt)

2012-03-23 23:59:50 UTC MAIN commitmail json YAML

2012-03-23 23:45:31 UTC MAIN commitmail json YAML

If one of the tests with eps fails, print the failing eps.

(matt)

2012-03-23 23:14:48 UTC MAIN commitmail json YAML

2012-03-23 23:12:29 UTC MAIN commitmail json YAML

Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed.

(matt)

2012-03-23 23:08:04 UTC MAIN commitmail json YAML

2012-03-23 21:34:17 UTC MAIN commitmail json YAML

2012-03-23 21:31:27 UTC MAIN commitmail json YAML

2012-03-23 21:30:57 UTC MAIN commitmail json YAML

2012-03-23 21:30:18 UTC MAIN commitmail json YAML

move back to 5.1.1 in the new place

(christos)

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

2012-03-23 21:29:34 UTC MAIN commitmail json YAML

make this work again. Kill tests and kernel module for now

(christos)

2012-03-23 21:28:57 UTC MAIN commitmail json YAML

2012-03-23 21:20:27 UTC MAIN commitmail json YAML

2012-03-23 20:49:06 UTC MAIN commitmail json YAML

Comment in --version description. It works, it's just not in the getopt
array.

(wiz)

2012-03-23 20:39:50 UTC MAIN commitmail json YAML

2012-03-23 20:37:05 UTC MAIN commitmail json YAML

src/sys/external/bsd/ipf/netinet/fil.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_auth.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_auth.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_compat.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_dns_pxy.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_dstlist.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_dstlist.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_fil.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_fil_compat.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_frag.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_frag.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_ftp_pxy.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_htable.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_htable.h@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_ipsec_pxy.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_irc_pxy.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_log.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_lookup.c@1.1.1.1 / diff / nxr@1.1.1.1
src/sys/external/bsd/ipf/netinet/ip_lookup.h@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 23 files)
import kernel portion of ipfilter 5.1.1

Status:

Vendor Tag: DARRENR
Release Tags: v5-1-1

(christos)

2012-03-23 18:37:42 UTC MAIN commitmail json YAML

2012-03-23 18:28:13 UTC MAIN commitmail json YAML

Remove unexpected newline between Em macro and text.

(njoly)

2012-03-23 18:08:35 UTC MAIN commitmail json YAML

2012-03-23 15:46:44 UTC MAIN commitmail json YAML

2012-03-23 14:49:55 UTC MAIN commitmail json YAML

More c89 prototypes, mostly just filling in void where needed.

(he)

2012-03-23 14:46:05 UTC MAIN commitmail json YAML

Switch off per-cpu states by default (i.e. display a single CPU line with a
mean average). Program behaviour now tallies with the man page, but more
importantly, the default behaviour is now sensible for modern multi-core
machines.

If you want the previous behaviour, please set TOP="-1" in your environment.

Fix multiple "1" options not toggling and thus allow settings in TOP
environmental variable to be reversed by a command line option.

Tweak description of "1"  command in interactive mode.

OK christos@

(sborrill)

2012-03-23 13:32:51 UTC MAIN commitmail json YAML

Mention that 1 can be used as an interactive command.

(sborrill)

2012-03-23 12:35:59 UTC MAIN commitmail json YAML

Sort short options in SYNOPSIS.

(wiz)

2012-03-23 12:33:43 UTC MAIN commitmail json YAML

Comment out --version in SYNOPSIS as well.

(wiz)

2012-03-23 11:19:18 UTC MAIN commitmail json YAML

Fix Dd and Dt arguments.
New sentence, new line.
Sort options and option descriptions.
Sort SEE ALSO.
Use Fl Fl for long options.
Comment out --version description which binary doesn't support.

(wiz)

2012-03-23 11:18:30 UTC MAIN commitmail json YAML

2012-03-23 09:58:23 UTC MAIN commitmail json YAML

Extend times testcase to check for non null time values too.

(njoly)

2012-03-23 09:42:47 UTC MAIN commitmail json YAML

2012-03-23 09:40:18 UTC MAIN commitmail json YAML

2012-03-23 09:39:19 UTC MAIN commitmail json YAML

Import dhcpcd-5.5.5 with the following changes:
* We store the RA against the interface so we can do a comparsion
  so we don't spam the log frequently.
* By default only fork on RA if it has a valid RDNSS option
* Add .Lk macros to the man pages
* Use correct event loop calls in RA handling code
* Fix several memory overrun issues
* Use CSR more than once
* Allow operation on Bridge and VLAN interfaces

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-5-5

(roy)

2012-03-23 09:34:10 UTC MAIN commitmail json YAML

2012-03-22 23:46:49 UTC MAIN commitmail json YAML

2012-03-22 23:46:28 UTC MAIN commitmail json YAML

2012-03-22 23:05:17 UTC netbsd-6 commitmail json YAML

2012-03-22 23:04:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #138):
sys/dev/pci/mfi_pci.c: revision 1.13
sys/dev/ic/mfi.c: revision 1.38
sys/dev/ic/mfivar.h: revision 1.15
sys/dev/ic/mfireg.h: revision 1.5
Add support for skinny variants (e.g. IBM ServeRAID M1015). Based on OpenBSD
changes with some improvements. Tested on IBM x3550M3 with RAID0 and RAID1
volumes including bioctl(8) operation.

(riz)

2012-03-22 23:01:06 UTC netbsd-6 commitmail json YAML

2012-03-22 23:00:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #137):
sys/dev/pci/pcidevs: revision 1.1107
Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).

(riz)

2012-03-22 22:59:43 UTC MAIN commitmail json YAML

2012-03-22 22:58:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #136):
sys/dev/ic/mfi.c: revision 1.37
From OpenBSD. Fixes a deadlock during autoconf.
scrub more fields in the ccb when returning them to the free list after
theyve been used, in particular the mfi header flags which has a bit
that specifies if a command should be completed via the interrupt path.
if we use a ccb during boot we set that bit, but it isnt necessarily
cleared by things that use it later on. this means a ccb we expected to
complete via an interrupt never actually generates an interrupt or appears
in the reply queue. this obviously stalls the io.

(riz)

2012-03-22 22:58:15 UTC MAIN commitmail json YAML

Format the diagnostic with vasprintf once and use plain syslog instead
of messing with format strings.

(joerg)

2012-03-22 22:56:55 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #135):
sys/kern/kern_sysctl.c: revision 1.234
Fix query of IMMEDIATE bool values (copy & pasto).

(riz)

2012-03-22 22:55:18 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nisimura in ticket #134):
sys/dev/pci/if_iwi.c: revision 1.90
Unbreak the endian issue in firmware header decoding. Comfirmed good and
running by a powerpc machine.

(riz)

2012-03-22 22:50:49 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #126):
sys/arch/amd64/amd64/machdep.c: revision 1.180
sys/arch/i386/i386/machdep.c: revision 1.724
make i386 and amd64 cpu_reboot() more similar.  in particular, bring
in the unmount/sync code from i386 to amd64, and call doshutdownhooks()
for i386.  the amd64 changes avoid umass triggering an assert later
when sd@umass is trying to sync the cache.
XXX merge x86 cpu_reboot(), but there's non-trivially different still.

(riz)

2012-03-22 22:48:56 UTC MAIN commitmail json YAML

Use the appropriates vop_*_args structures.

(njoly)

2012-03-22 22:16:21 UTC MAIN commitmail json YAML

Pass operations flags to genfs_can_chtimes(), not file ones.

(njoly)

2012-03-22 21:47:20 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-03-22 20:52:47 UTC MAIN commitmail json YAML

2012-03-22 20:49:55 UTC MAIN commitmail json YAML

From Garo Taft:
- Add a -w flag which will make the sanity script sleep for a second before
  and after checkouts, commits, and updates.
- Fix expected output to look for the right default action on empty log
  message. It's now "abort".
- Add new requests "Checkin-prog" and "Update-prog" to expectation values.
- Add new "access"秣nd "group" files to CVSROOT admin database expectation
  values.
- All tests pass except client-20, which hangs.

(christos)

2012-03-22 20:34:43 UTC MAIN commitmail json YAML

2012-03-22 20:01:19 UTC MAIN commitmail json YAML

don't reuse a dynamically allocated stack if a fixed one is requested

(drochner)

2012-03-22 18:20:46 UTC MAIN commitmail json YAML

2012-03-22 17:46:07 UTC MAIN commitmail json YAML

Misplaced parenthesis; fixes PR 44927

(dholland)

2012-03-22 17:32:22 UTC MAIN commitmail json YAML

2012-03-22 16:06:02 UTC MAIN commitmail json YAML

only +1 for the 0'th thread (if we did not find any other)

(christos)

2012-03-22 15:57:29 UTC MAIN commitmail json YAML

bring the casts to the operands, not the operation results.

(christos)

2012-03-22 15:43:37 UTC MAIN commitmail json YAML

Add IBM ServeRAID M1015 and M5014

(sborrill)

2012-03-22 15:34:14 UTC MAIN commitmail json YAML

add constcond, make shifts unsigned

(christos)

2012-03-22 15:26:32 UTC MAIN commitmail json YAML

complete the mapping of the lwp -> (lwp - 1), by adding 1 where appropriate.

(christos)

2012-03-22 15:05:37 UTC MAIN commitmail json YAML

Add IBM ServeRAID M5014 as subtype

(sborrill)

2012-03-22 14:18:34 UTC MAIN commitmail json YAML

get rid of the cheesy BAD macros

(christos)

2012-03-22 13:42:36 UTC MAIN commitmail json YAML

Make this lint-free (only built for real for the __sh__ ports):
* Mark some code after goto as /* NOTREACHED */
* Add a cast for file size (off_t) to size_t to avoid warning about
  possibly losing bits.
* Avoid a "pointer casts may be troublesome" warning from lint
  by doing a cast via "void *" instead of directly to "struct
  coff_filehdr *".

(he)

2012-03-22 13:25:45 UTC MAIN commitmail json YAML

Add a pair of casts to silence lint about conversion possibly losing bits.

(he)

2012-03-22 13:15:48 UTC MAIN commitmail json YAML

A few modifications to make this build for vax:
* The decpt variable is only used if INFNAN_CHECK, which isn't defined
  for vax.
* Use a cast to avoid warning about shift of a signed variable.
* Mark a condition as (potentially) a constant condition.

(he)

2012-03-22 13:09:13 UTC MAIN commitmail json YAML

A few fixes to make this build for vax:
* The fivesbits[] variable is not used for vax
* The decpt variable is only used if INFNAN_CHECK, which isn't
  defined for vax

(he)

2012-03-22 13:02:16 UTC MAIN commitmail json YAML

Convert to use c89 function declaration.

(he)

2012-03-22 12:59:33 UTC MAIN commitmail json YAML

Fix typo in kauth name. From PR 46234 by Matthew Mondor.
Tested by Geoff Adams and Ryo ONODERA.

(wiz)

2012-03-22 12:31:32 UTC MAIN commitmail json YAML

2012-03-22 09:32:04 UTC MAIN commitmail json YAML

Follow the pattern from powerpc, make lint happy.

(he)

2012-03-22 08:58:39 UTC MAIN commitmail json YAML

Add a void to make function declaration c89.

(he)

2012-03-22 08:56:52 UTC MAIN commitmail json YAML

Add a void to make function declaration c89.

(he)

2012-03-22 08:54:48 UTC MAIN commitmail json YAML

Add a cast of the shift count to int32_t, so that we don't try
to do int32_t << long, since ANSI C doesn't perform "balancing"
before the shift operation according to lint.  Should not make a
difference, offset is limited to 0..3 anyway.

(he)

2012-03-22 08:52:22 UTC MAIN commitmail json YAML

Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint.

(he)

2012-03-22 08:39:44 UTC MAIN commitmail json YAML

Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid
"ANSI C treats constant as unsigned" warning from lint.

(he)

2012-03-22 07:58:20 UTC MAIN commitmail json YAML

2012-03-22 05:36:50 UTC MAIN commitmail json YAML

Make lint happy.
While here, make sure the top of stack is aligned properly.

(matt)

2012-03-22 03:06:06 UTC MAIN commitmail json YAML

typo in comment

(dholland)

2012-03-21 23:20:58 UTC MAIN commitmail json YAML

Use tid - 1 for the thread id, so that thread 1 matches the main thread
before the threaded code gets loaded. fixes spurious breakpoints. Is
there a better way?

(christos)

2012-03-21 22:29:21 UTC MAIN commitmail json YAML

For BookE kernels, use -mmultiple and -misel and enable -fstack-protector

(matt)

2012-03-21 21:37:29 UTC MAIN commitmail json YAML

2012-03-21 21:31:07 UTC netbsd-5-1 commitmail json YAML

2012-03-21 21:31:04 UTC netbsd-5-0 commitmail json YAML

2012-03-21 21:30:57 UTC netbsd-5 commitmail json YAML

2012-03-21 21:29:32 UTC netbsd-5 commitmail json YAML

Apply patch (requested by bouyer in ticket #1738).

Do not special-case XEN and always use the proper selectors for %fs and %gs
in buildcontext() and setregs(). The consequence was that signal handlers
would have the wrong %fs/%gs. Found by running atf tests under Xen/i386.

(jdc)

2012-03-21 21:27:47 UTC netbsd-5-1 commitmail json YAML

Pull up revisions (requested by bouyer in ticket #1727):
  src/sys/dev/wscons/wsemul_vt100.c        1.31
  src/sys/dev/wscons/wsemul_vt100_chars.c  1.12
  src/sys/dev/wscons/wsksymdef.h            1.62

s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.

(jdc)

2012-03-21 21:27:42 UTC netbsd-5-0 commitmail json YAML

Pull up revisions (requested by bouyer in ticket #1727):
  src/sys/dev/wscons/wsemul_vt100.c        1.31
  src/sys/dev/wscons/wsemul_vt100_chars.c  1.12
  src/sys/dev/wscons/wsksymdef.h            1.62

s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.

(jdc)

2012-03-21 21:27:37 UTC netbsd-5 commitmail json YAML

Pull up revisions (requested by bouyer in ticket #1727):
  src/sys/dev/wscons/wsemul_vt100.c        1.31
  src/sys/dev/wscons/wsemul_vt100_chars.c  1.12
  src/sys/dev/wscons/wsksymdef.h            1.62

s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.

(jdc)

2012-03-21 21:25:38 UTC MAIN commitmail json YAML

Undo previous, it was wrong:
The problem has to do with the threaded initialization.
After we take the first breakpoint and we enter single step mode,
we set trap_expected = 1 in the thread_info structure for main <pid,0,0>.
After the threads initialize, the main thread becomes <pid,1,0>, and so
we get a new thread_info struct with trap_expected = 0, and so we break.

(christos)

2012-03-21 20:07:52 UTC MAIN commitmail json YAML

Add some casts to get rid of "bitwise op on signed value is non-portable"
warning from lint.

(he)

2012-03-21 20:04:57 UTC MAIN commitmail json YAML

Use c89 function declaration.

(he)

2012-03-21 20:02:56 UTC MAIN commitmail json YAML

Lint seems to prefer that we cast via (void*) and not directly to
(u_char*), so follow suit.

(he)

2012-03-21 19:59:18 UTC MAIN commitmail json YAML

Use c89 function declarations in MCOUNT definition.

(he)

2012-03-21 18:01:34 UTC MAIN commitmail json YAML

Disable OS supplied single step functionality, because the code here is
wrong.

(christos)

2012-03-21 16:16:00 UTC netbsd-6 commitmail json YAML

2012-03-21 16:14:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by buhrow in ticket #133):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.296
Add the ability to autoconfigure raid components on raw disks.
This change causes components on raw disks, as opposed to components inside
partitions or wedges, to be autoconfigured if the raid set is configured
for autoconfiguration.
Approved by oster@ and mrg@ for submission after the NetBSD-6 tag.  I've
been running these changes in production at my day job for over a year
without a problem.
See http://mail-index.NetBSD.org/tech-kern/2010/11/09/msg009167.html
for the original discussion of this patch and for a version of this patch
that works with NetBSD-5.x systems.

(riz)

2012-03-21 16:12:19 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #132):
sys/dev/pci/radeonfb.c: revision 1.59
sys/dev/pci/radeonfbvar.h: revision 1.16
adjust the backlight control interface to match the other drivers ( genfb,
r128fb, voyagerfb etc. ) so the lid_switch script does the right thing
noticed by riz, I thought I fixed that a long time ago

(riz)

2012-03-21 16:11:26 UTC MAIN commitmail json YAML

Convert from K&R to c89 function definitions.

(he)

2012-03-21 16:10:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #131):
sys/arch/sparc64/sparc64/trap.c: revision 1.170
sys/arch/sparc64/sparc64/trap.c: revision 1.171
sys/arch/sparc64/sparc64/locore.s: revision 1.341
port the corrected ECC error handling code from freebsd.  i noticed my U10
took one of these and then hang.  it shouldn't hang, there's a 'sir' here that
doesn't seem to reset properly.  oh well.
tested by simulated a trap via 'ta 0x10' and considering that the same, but
it hasn't been tested against a real ECC error yet.
count ECC corrected traps with evcnt(9).

(riz)

2012-03-21 16:07:13 UTC netbsd-6 commitmail json YAML

src/external/lgpl3/gmp/README@1.2.4.1 / diff / nxr@1.2.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/alpha/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/alpha/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/hppa/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/hppa/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/m68000/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/m68000/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/m68k/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/m68k/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp.h@1.2.4.1 / diff / nxr@1.2.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp.h@1.2.4.1 / diff / nxr@1.2.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/config.h@1.1.4.1 / diff / nxr@1.1.4.1
      :
(more 7 files)
Pull up following revision(s) (requested by mrg in ticket #130):
external/lgpl3/gmp/lib/libgmp/arch/alpha/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/armeb/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/sh3eb/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/powerpc64/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/m68k/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/hppa/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/arm/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp.h: revision 1.3
external/lgpl3/gmp/lib/libgmp/arch/sh3el/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/hppa/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/m68000/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/sh3eb/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/sparc/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp.h: revision 1.3
external/lgpl3/gmp/lib/libgmp/arch/m68k/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/powerpc64/config.m4: revision 1.3
external/lgpl3/gmp/lib/libgmp/arch/alpha/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/m68000/gmp.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/powerpc64/config.h: revision 1.2
external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h: revision 1.2
external/lgpl3/gmp/README: revision 1.3
remove references to my src/obj trees, and make a note about avoiding
this in the future / should automate it too.

(riz)

2012-03-21 15:55:50 UTC MAIN commitmail json YAML

don't re-define MIN

(christos)

2012-03-21 15:38:32 UTC MAIN commitmail json YAML

Remove remaining references to pccons options for i386 and shark.
pccons has not existed on either port since late 2007.

(jakllsch)

2012-03-21 15:32:26 UTC MAIN commitmail json YAML

2012-03-21 14:52:40 UTC MAIN commitmail json YAML

welcome to WARNS=5

(christos)

2012-03-21 14:51:36 UTC MAIN commitmail json YAML

Fix query of IMMEDIATE bool values (copy & pasto).

(martin)

2012-03-21 14:32:22 UTC MAIN commitmail json YAML

rename umax2s->size_t2s function per apb's request.

(christos)

2012-03-21 14:28:32 UTC MAIN commitmail json YAML

fix argument order.

(christos)

2012-03-21 14:22:36 UTC MAIN commitmail json YAML

Add support for skinny variants (e.g. IBM ServeRAID M1015). Based on OpenBSD
changes with some improvements. Tested on IBM x3550M3 with RAID0 and RAID1
volumes including bioctl(8) operation.

(sborrill)

2012-03-21 14:20:47 UTC MAIN commitmail json YAML

unsigned char portability casts

(christos)

2012-03-21 14:19:15 UTC MAIN commitmail json YAML

unsigned char portability casts

(christos)

2012-03-21 14:17:54 UTC MAIN commitmail json YAML

2012-03-21 14:17:22 UTC MAIN commitmail json YAML

-0 is not unary overflow.

(christos)

2012-03-21 14:11:24 UTC MAIN commitmail json YAML

cast CHAR_MAX to (char) for unsigned character machines

(christos)

2012-03-21 14:10:47 UTC MAIN commitmail json YAML

do not need lint overrides anymore

(christos)

2012-03-21 14:03:06 UTC MAIN commitmail json YAML

2012-03-21 13:31:41 UTC MAIN commitmail json YAML

2012-03-21 13:30:12 UTC MAIN commitmail json YAML

Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).

(sborrill)

2012-03-21 13:19:12 UTC MAIN commitmail json YAML

From OpenBSD. Fixes a deadlock during autoconf.

scrub more fields in the ccb when returning them to the free list after
theyve been used, in particular the mfi header flags which has a bit
that specifies if a command should be completed via the interrupt path.

if we use a ccb during boot we set that bit, but it isnt necessarily
cleared by things that use it later on. this means a ccb we expected to
complete via an interrupt never actually generates an interrupt or appears
in the reply queue. this obviously stalls the io.

(sborrill)

2012-03-21 10:14:19 UTC MAIN commitmail json YAML

Use an unsigned value to hold the pci_class

(matt)

2012-03-21 10:11:34 UTC MAIN commitmail json YAML

2012-03-21 10:10:37 UTC MAIN commitmail json YAML

2012-03-21 10:09:21 UTC MAIN commitmail json YAML

Use __UNCONST to unconst a ""

(matt)

2012-03-21 10:08:31 UTC MAIN commitmail json YAML

2012-03-21 09:49:03 UTC MAIN commitmail json YAML

Cast an int argument to umax2s() to size_t.

(he)

2012-03-21 09:05:36 UTC MAIN commitmail json YAML

2012-03-21 05:49:39 UTC MAIN commitmail json YAML

Add a Makefile dependency

(matt)

2012-03-21 05:49:18 UTC MAIN commitmail json YAML

Use special ed and umount.

(matt)

2012-03-21 05:47:54 UTC MAIN commitmail json YAML

2012-03-21 05:44:39 UTC MAIN commitmail json YAML

2012-03-21 05:43:55 UTC MAIN commitmail json YAML

2012-03-21 05:43:09 UTC MAIN commitmail json YAML

Add missing MKDEBUG=yes X11 files

(matt)

2012-03-21 05:42:26 UTC MAIN commitmail json YAML

Use C89 function definitions for the inlines.

(matt)