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

2024-05-10 08:15:40 UTC Now

2012-01-16 17:58:03 UTC MAIN commitmail json YAML

Add DECchip EB140 reference design GPIO definitions.
From document EC-QD2SA-TE.

(jakllsch)

2012-01-16 17:38:16 UTC MAIN commitmail json YAML

2012-01-16 17:34:19 UTC MAIN commitmail json YAML

2012-01-16 16:27:59 UTC MAIN commitmail json YAML

move kame_ipsec.4 almost completely into ipsec.4 because it is valid
for fast_ipsec as well

(drochner)

2012-01-16 15:33:50 UTC MAIN commitmail json YAML

Only match supported boards.

(jmcneill)

2012-01-16 14:57:46 UTC MAIN commitmail json YAML

PR/45843: Henning Petersen: Fix resource leak on error.

(christos)

2012-01-16 14:44:07 UTC MAIN commitmail json YAML

add irmce(4), cir@irmce, and cir@emdtv

(jmcneill)

2012-01-16 14:43:10 UTC MAIN commitmail json YAML

2012-01-16 12:28:47 UTC MAIN commitmail json YAML

use enum instead of macros
add some input validation
cleanup

(ahoka)

2012-01-16 12:17:56 UTC MAIN commitmail json YAML

2012-01-16 10:36:16 UTC MAIN commitmail json YAML

include limits.h for PATH_MAX. Reported by njoly@.

(cegger)

2012-01-16 09:01:35 UTC MAIN commitmail json YAML

Don't NULL deref on unknown subop, e.g. PA2.0 instruction.

Print undefined instead of ???.

(skrll)

2012-01-15 22:34:34 UTC MAIN commitmail json YAML

2012-01-15 20:43:24 UTC MAIN commitmail json YAML

fix previous; use append instead of write.

(christos)

2012-01-15 20:27:58 UTC MAIN commitmail json YAML

2012-01-15 20:08:55 UTC MAIN commitmail json YAML

Add WDCTL_HOB.  Will be used for LBA48 support in AT_READREG.

(jakllsch)

2012-01-15 17:36:55 UTC MAIN commitmail json YAML

Now that the name of the ISO image is no longer stable, rename the
variable to make it possible to overwrite the default with
build.sh -V CDROM_IMAGE=...

(joerg)

2012-01-15 17:33:24 UTC MAIN commitmail json YAML

2012-01-15 16:48:31 UTC MAIN commitmail json YAML

for xen on amd64 PDP_BASE points to the per-cpu ci->ci_kpm_pdir copy of *pmap_kernel()*'s L4 pdir, which is an alias for ci->ci_kpm_pdir. This is unlike PAE, where PDP_BASE points to the per-pmap pm_pdir consisting of 4 pages, the last of which is the "shadow". This "shadow" is not used directly in an active pmap, since it duplicates the kernel space and, for PAE, xen dissallows multiple cpus pointing to the same L3[3] page. Therefore, we use a per-cpu copy of the pmap_kernel() pdir's L3[3] page, ci->ci_pae_l3_pdir[3], while L3[0-2] point to the original pmap's pm_pdir[0 - 2]. Thus the "shadow" pdir only exists on i386 PAE. Note that on PAE, the recursive PDIR_SLOT_PTE is not per-cpu, and therefore cannot be made to point to per-cpu pdirs via (L4_BASE + PDIR_SLOT_PTE), unlike xen x86_64 where this is exactly the case.

(cherry)

2012-01-15 15:05:07 UTC MAIN commitmail json YAML

2012-01-15 14:40:15 UTC MAIN commitmail json YAML

2012-01-15 14:35:56 UTC MAIN commitmail json YAML

Extend the list of supported NAS products for satmgr(4).
Describe the sysctl(8) variables for Iomega StorCenter.

(phx)

2012-01-15 10:59:51 UTC MAIN commitmail json YAML

Don't lock sc->sc_intr_lock at halt_output(), halt_input().
sc->sc_intr_lock is already locked by audio_close().

(nonaka)

2012-01-15 10:51:13 UTC MAIN commitmail json YAML

2012-01-15 10:45:03 UTC MAIN commitmail json YAML

sync disks and unmount at shutdown, and run shutdownhooks + pmf shutdown
handlers

(jmcneill)

2012-01-15 10:35:08 UTC MAIN commitmail json YAML

if syscallemu returns -1 and sets errno = EACCES, it means it's already
enabled for this pid. don't treat this as a failure.

(jmcneill)

2012-01-15 10:30:21 UTC MAIN commitmail json YAML

don't modify command-line parameters

(jmcneill)

2012-01-15 10:18:58 UTC MAIN commitmail json YAML

allow specifing the root device with 'root=ldN' parameter

(jmcneill)

2012-01-15 06:53:23 UTC MAIN commitmail json YAML

2012-01-15 04:42:04 UTC MAIN commitmail json YAML

Corrections to part of rev 1.140. lfs_bmapv, not lfs_markv, marks vnodes
LFSI_BMAP and recycles them.  This greatly reduces the writing leakage
occurring when the filesystem has no space available for non-cleaning
writes.

(perseant)

2012-01-15 03:58:28 UTC MAIN commitmail json YAML

make -R work the same in ftp:// like it does for http:// (i.e. work if
there is no local file).

(christos)

2012-01-15 03:11:13 UTC MAIN commitmail json YAML

Thanks to rmind for the feedback; explain the status of some roadmap items
a bit more fully.

(agc)

2012-01-15 02:58:40 UTC MAIN commitmail json YAML

update the things in NetBSD 6.0

(agc)

2012-01-15 02:56:17 UTC MAIN commitmail json YAML

bring the networking roadmap up to date.

(agc)

2012-01-15 02:49:13 UTC MAIN commitmail json YAML

sync the system roadmap with reality

(agc)

2012-01-15 02:45:42 UTC MAIN commitmail json YAML

bring the virtualization roadmap up to date.

(agc)

2012-01-15 02:01:03 UTC MAIN commitmail json YAML

Add 3 scripts which are useful for making images for usermode, or any
embedded platform in particular.

+ mkimage will make an autosized image in a file (using vnd) from sets
the resulting image can be mounted read-only, with tmpfs used for volatile
files on top of read-only bases

+ mkpkgs will make an autosized image in a file (using vnd) from binary
packages

+ usermode is an easy way to invoke usermode, making sure that bridging
is set up properly, and that the host syscallemu module is loaded. This
script then runs usermode with two file images (as produced by mkimage
and mkpkgs)

(agc)

2012-01-15 00:49:49 UTC MAIN commitmail json YAML

2012-01-15 00:25:33 UTC MAIN commitmail json YAML

Add options INSECURE, as sysinst requires it. Now I can boot an x86 install
CD image.

(jmcneill)

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

2012-01-14 22:56:31 UTC MAIN commitmail json YAML

PR# install/44593: Please give release ISO's more meaningful names

Change release ISO filenames, what was once 'i386cd.iso' will now look
like 'NetBSD-5.99.60-i386.iso'.

ok snj@

(jmcneill)

2012-01-14 22:40:29 UTC MAIN commitmail json YAML

The manufacturer is called Netronix, not Netronics.

(phx)

2012-01-14 22:36:54 UTC MAIN commitmail json YAML

2012-01-14 22:06:16 UTC MAIN commitmail json YAML

Bring the storage roadmap up to date wrt 6.0 and features. A huge thank you
to dholland for his help on this.

This still has some updates to happen for post-6.0 features; they will
be added RSN.

(agc)

2012-01-14 21:45:29 UTC MAIN commitmail json YAML

Reimplement userret() to also include AST for preemption.

Note it would be nice if we could do the check "are we going to userland?" in
a less intrusive way.

(reinoud)

2012-01-14 21:42:52 UTC MAIN commitmail json YAML

Revert back to IPL_SOFTCLOCK so its lower than IPL_SHED

(reinoud)

2012-01-14 21:38:00 UTC MAIN commitmail json YAML

don't behave differently when DIAGNOSTIC is defined

(plunky)

2012-01-14 21:37:18 UTC MAIN commitmail json YAML

don't behave differently when DIAGNOSTIC is defined

(plunky)

2012-01-14 21:24:52 UTC MAIN commitmail json YAML

Cleanup clock.c removing unneeded function

(reinoud)

2012-01-14 21:23:24 UTC MAIN commitmail json YAML

Define astpending flag and the aston() setter

(reinoud)

2012-01-14 21:21:48 UTC MAIN commitmail json YAML

2012-01-14 21:20:56 UTC MAIN commitmail json YAML

Bump UPAGES with one more to allow for AST processing. Somehow the space was a
bit tight OR i am checking too regorously on stack space needed.

(reinoud)

2012-01-14 21:15:48 UTC MAIN commitmail json YAML

Remove small vestige of debug code.

(jakllsch)

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

Rework uslsa(4) based on publicly-available Silicon Labs AN571 document.

(jakllsch)

2012-01-14 20:51:00 UTC MAIN commitmail json YAML

Stopgap XXX kludge for PR kern/42848 and PR kern/45013.

Someone should really find and fix the real problem,
but it's better to not crash in the meantime.

(jakllsch)

2012-01-14 20:41:49 UTC MAIN commitmail json YAML

Don't notify about zero length reads without UCOM_DEBUG && ucomdebug > 0.
It's typical for uslsa(4) hardware to do this occasionally.

(jakllsch)

2012-01-14 20:25:46 UTC MAIN commitmail json YAML

In ucompoll() also bail out if we don't have a valid softc.
Seems to prevent occasional crashes when a open ucom is removed.

(jakllsch)

2012-01-14 20:20:31 UTC MAIN commitmail json YAML

Note sandpoint NH230/231 NAS support.

(phx)

2012-01-14 20:16:53 UTC MAIN commitmail json YAML

2012-01-14 20:03:12 UTC MAIN commitmail json YAML

Add 0x70000000 BAT-mapping for NH230/231.
NH23x: Initialize LEDs on startup (status off, to indicate the bootloader
is running). Hardware reset routine.

(phx)

2012-01-14 19:39:25 UTC MAIN commitmail json YAML

2012-01-14 19:35:59 UTC MAIN commitmail json YAML

Some PICs have the capability to define the interrupt's polarity (OpenPIC
for example). So the accepted interrupt types have been extended to:
- IST_EDGE_FALLING (which is the same as IST_EDGE)
- IST_EDGE_RISING (new)
- IST_LEVEL_LOW (is the same as IST_LEVEL)
- IST_LEVEL_HIGH (new)
Old code will continue to work without modification.

(phx)

2012-01-14 17:42:52 UTC MAIN commitmail json YAML

Revamp the NetBSD/usermode pagefault and illegal instruction handing. It now
can handle recursive entry and is a lot more memory tight compared to the old
implementation. Performance wise:

* slightly less number of syscalls/sec possible though could be optimized
* a lot faster context creation / destruction making overall operation faster.

(reinoud)

2012-01-14 17:36:32 UTC MAIN commitmail json YAML

2012-01-14 17:31:09 UTC MAIN commitmail json YAML

Add md_get_sp() for MI stack frame manipulation. Note that NetBSD/usermode
only works on decending stacks for now!

(reinoud)

2012-01-14 16:09:19 UTC MAIN commitmail json YAML

+ Fix IPL_VM sr_bits for alchemy_ipl_sr_map.  Alchemy peripherals connects to
  MIPS_INT_MASK_[0-3].
+ Also add IPL_DDB.

(kiyohara)

2012-01-14 13:46:57 UTC MAIN commitmail json YAML

Update ISC DHCP's current version and remove EOL'd.

(taca)

2012-01-14 12:30:12 UTC MAIN commitmail json YAML

Add "CPU_UCODE" option.

(tron)

2012-01-14 12:14:28 UTC MAIN commitmail json YAML

Use "options<SPC><TAB>CPU_UCODE" to keep the indentation if the option
is commented out.

(tron)

2012-01-14 04:44:45 UTC yamt-pagecache commitmail json YAML

2012-01-14 04:36:39 UTC yamt-pagecache commitmail json YAML

implement a rump stub of uvm_loanobj

(yamt)

2012-01-14 04:22:56 UTC MAIN commitmail json YAML

No need for CPU_UCODE here now that it is global

(pgoyette)

2012-01-14 04:18:49 UTC MAIN commitmail json YAML

options CPU_UCODE requires firmload.c

(pgoyette)

2012-01-14 00:59:57 UTC MAIN commitmail json YAML

Sort sections. Uppercase CPU.

(wiz)

2012-01-13 23:12:32 UTC MAIN commitmail json YAML

Use more markup. Increase table width since longest string changed.

(wiz)

2012-01-13 23:09:51 UTC MAIN commitmail json YAML

New sentence, new line. Use more markup. Bump date for previous.

(wiz)

2012-01-13 21:46:00 UTC MAIN commitmail json YAML

2012-01-13 21:02:03 UTC MAIN commitmail json YAML

Reduce difference between recvfrom/recvmsg for netbsd32 and the native
version. This fixes the bug of lost file descriptors when the control
space is not large enough.

(joerg)

2012-01-13 16:50:28 UTC MAIN commitmail json YAML

document some rasops_info flags that have been added recently ( and not so
recently )

(macallan)

2012-01-13 16:28:44 UTC MAIN commitmail json YAML

PR/44196 is now fixed, so don't expect a failure.

(christos)

2012-01-13 16:25:16 UTC MAIN commitmail json YAML

wsfont_find() and wsfont_matches() got a new parameter to allow drivers to
request bitmap or alpha fonts ( or both )
welcome to 5.99.60

(macallan)

2012-01-13 16:15:48 UTC MAIN commitmail json YAML

cpu ucode loading support for x86 and xen

(cegger)

2012-01-13 16:08:02 UTC MAIN commitmail json YAML

make this compile again with rotation enabled

(macallan)

2012-01-13 16:06:20 UTC MAIN commitmail json YAML

2012-01-13 16:05:16 UTC MAIN commitmail json YAML

2012-01-13 13:41:25 UTC MAIN commitmail json YAML

Make it actually build without PCI_NETBSD_CONFIGURE too.

(rkujawa)

2012-01-13 13:36:36 UTC MAIN commitmail json YAML

Make it build without PCI_NETBSD_CONFIGURE too.

(rkujawa)

2012-01-13 09:21:11 UTC MAIN commitmail json YAML

Mention chfs, which I forgot to include here when I merged it to NetBSD.

(ahoka)

2012-01-13 08:54:00 UTC MAIN commitmail json YAML

Officially terminate the cherry-xenmp branch.

(cherry)

2012-01-13 07:05:57 UTC MAIN commitmail json YAML

Allow uturn(4) to provide the boot device.

(skrll)

2012-01-13 07:01:04 UTC MAIN commitmail json YAML

Make device_register less ugly.

(skrll)

2012-01-12 23:10:28 UTC MAIN commitmail json YAML

Copyright correction

(skrll)

2012-01-12 23:08:50 UTC MAIN commitmail json YAML

Real mode is no longer used.

(skrll)

2012-01-12 23:06:45 UTC MAIN commitmail json YAML

Support virtual mode as PCX-U/U+ (and probably other) CPU based machines
required it. Only PCX-W seemed to work with real mode.

Gratuitous copying of code from astro. Deadlines!

(skrll)

2012-01-12 22:22:10 UTC MAIN commitmail json YAML

Update hp700 key sequences section.

(skrll)

2012-01-12 20:41:33 UTC MAIN commitmail json YAML

2012-01-12 19:49:37 UTC MAIN commitmail json YAML

relocate pte_lock initialisation to the earliest points after %fs is first usable in the XEN bootpath

(cherry)

2012-01-12 19:37:46 UTC MAIN commitmail json YAML

re-order call to x86_bus_space_init() until after %fs is initialised via initgdt().

x86_bus_space_init() uses mutex(9) since it uses extent(9), which requires %fs to be setup before use.

(cherry)

2012-01-12 18:50:33 UTC matt-nb5-mips64 commitmail json YAML

Add an optimization for UP system with non-virtually tagged caches (which are
most of them these days).

If a page needs to be have an icache_sync performed and the page has a direct
map alias (XKPHYS or KSEG0), then don't do an index op; instead do a range op
on the XKPHYS or KSEG0 address.  This results in unneeded fewer cache line
invalidations.

(matt)

2012-01-12 14:10:56 UTC MAIN commitmail json YAML

Second try to sort out the dangling elses. Just use {} markers.
Produces identical on amd64.

(joerg)

2012-01-12 13:28:54 UTC MAIN commitmail json YAML

Remove old comment about space not being freed; it is now done correctly so
remove it to avoid confusion later.

(reinoud)

2012-01-11 23:24:49 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r147888. Most importantly, this fixes a
number of ABI issues for i386 and provides the correct
__FLT_EVAL_METHOD__ when using i387.

(joerg)

2012-01-11 21:26:13 UTC MAIN commitmail json YAML

2012-01-11 21:23:38 UTC MAIN commitmail json YAML

2012-01-11 21:23:07 UTC MAIN commitmail json YAML

add some register definitions

(macallan)

2012-01-11 21:17:33 UTC MAIN commitmail json YAML

2012-01-11 21:15:46 UTC MAIN commitmail json YAML

2012-01-11 21:14:33 UTC MAIN commitmail json YAML

2012-01-11 21:12:37 UTC MAIN commitmail json YAML

2012-01-11 20:50:00 UTC MAIN commitmail json YAML

add extra parameter for wsfont_find()

(macallan)

2012-01-11 20:46:48 UTC MAIN commitmail json YAML

2012-01-11 20:41:28 UTC MAIN commitmail json YAML

wsfont_matches() and wsfont_find() take an extra parameter now

(macallan)

2012-01-11 20:36:26 UTC MAIN commitmail json YAML

2012-01-11 20:33:46 UTC MAIN commitmail json YAML

Update to pcc-20120105

The full changelog is at

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

notable improvements since 2011-09-01

- the previous version failed to compile an i386 kernel, this works
  (and the kernel boots though I would consider it experimental)
- MacOS X fixes
- misc documentation improvements
- improved regression tests
- some work has been done towards supporting C++


Status:

Vendor Tag: ragge
Release Tags: pcc-20120105

(plunky)

2012-01-11 19:44:56 UTC MAIN commitmail json YAML

Remove trailing whitespace; wording.

(wiz)

2012-01-11 17:28:53 UTC MAIN commitmail json YAML

Add cv3dpb(4) page to set list

(rkujawa)

2012-01-11 17:27:45 UTC MAIN commitmail json YAML

offset processing of input reports to a kernel thread, to avoid
locking issues when a child device needs to call back into the
Bluetooth stack (eg when caps-lock is pressed, and wskbd wants
to change a LED)

(as discussed with Radoslaw Kujawa)

(plunky)

2012-01-11 17:25:19 UTC MAIN commitmail json YAML

2012-01-11 17:18:51 UTC MAIN commitmail json YAML

2012-01-11 17:16:36 UTC MAIN commitmail json YAML

2012-01-11 17:04:29 UTC MAIN commitmail json YAML

2012-01-11 16:29:32 UTC MAIN commitmail json YAML

include a big and a small font now that rasops should pick the one more
appropriate for whatever video mode we're in

(macallan)

2012-01-11 16:18:30 UTC MAIN commitmail json YAML

2012-01-11 16:13:12 UTC MAIN commitmail json YAML

use rasops_init(0, 0)

(macallan)

2012-01-11 16:12:38 UTC MAIN commitmail json YAML

2012-01-11 16:10:14 UTC MAIN commitmail json YAML

2012-01-11 16:08:57 UTC MAIN commitmail json YAML

2012-01-11 16:07:29 UTC MAIN commitmail json YAML

use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA()

(macallan)

2012-01-11 16:02:30 UTC MAIN commitmail json YAML

2012-01-11 15:54:44 UTC MAIN commitmail json YAML

2012-01-11 15:53:32 UTC MAIN commitmail json YAML

2012-01-11 15:52:32 UTC MAIN commitmail json YAML

make rasops_init()'s font selection code a bit less boneheaded by:
- actually trying to pick a font which gets as close as possible to the
  requested terminal size
- accepting 0,0 as 'use system default' which can be changed by
  options RASOPS_DEFAULT_WIDTH=100
  options RASOPS_DEFAULT_HEIGHT=30
  default is 80x25
- putting alpha and bitmap fonts in the same list and making wsfont_find()
  aware of wether we support alpha fonts or not
- if supported, prefer alpha fonts over otherwise equally suitable bitmap
  fonts

(macallan)

2012-01-11 14:39:08 UTC MAIN commitmail json YAML

fix build in the (FAST_)IPSEC & TCP_SIGNATURE case

(drochner)

2012-01-11 14:37:45 UTC MAIN commitmail json YAML

protect "union sockaddr_union" from being defined twice by a CPP symbol
(copied from FreeBSD), allows coexistence of (FAST_)IPSEC and pf

(drochner)

2012-01-11 12:40:26 UTC MAIN commitmail json YAML

Cleanup trap.c and add a stop_all_signal_handlers(void) i: bluntly stopping
all known usages of signal handlers, to be used in shutdown.

(reinoud)

2012-01-11 12:37:50 UTC MAIN commitmail json YAML

2012-01-11 10:15:36 UTC MAIN commitmail json YAML

Remove trailing whitespace.
New sentence, new line.
Use more markup.

(wiz)

2012-01-11 01:20:10 UTC MAIN commitmail json YAML

Various changes and corrections from Snader_LB:

- clarify and correct the notes on the format of the file on top;
- remove spurious trailing whitespace on several places;
- update `Version' (4.1.34 was imported on 2010-04-17) and `Current
  Version' fields for the `ipf' entry, as well as correct the path
  to its license file (which uses the non-American spelling, using
  a `c' instead of an `s') and use a semicolon in its line instead
  of a comma;
- update / correct `Curr Vers', `Home page' and `Notes' fields for
  the pkg_install entry, as well as correct some minor typing
  mistakes there;
- add note for the license change for rcs-5.8;
- since 5.8 is released, change the note on rcs concerning its
  Purdue FTP site (the line as it was dates from r1.1 of this file);
- clarify the license field for the `texinfo' entry;
- update version fields of the `services' / `protocols' entry,
  split those for the two (like was already done for the `Archive
  Site' field in r1.780 of this file), clarify the `Archive Site'
  fields for the two, and add a trailing slash (`/') to its `Home
  Page' field.

(riz)

2012-01-11 00:30:56 UTC MAIN commitmail json YAML

MENU_name -> MSG_name

(riz)

2012-01-11 00:11:32 UTC MAIN commitmail json YAML

2012-01-11 00:09:51 UTC yamt-pagecache commitmail json YAML

turn an error return to an assertion

(yamt)

2012-01-11 00:08:41 UTC yamt-pagecache commitmail json YAML

2012-01-10 23:39:33 UTC MAIN commitmail json YAML

2012-01-10 23:39:11 UTC MAIN commitmail json YAML

2012-01-10 21:02:48 UTC MAIN commitmail json YAML

2012-01-10 20:47:02 UTC MAIN commitmail json YAML

Add p5membar(4) to man set list.

(rkujawa)

2012-01-10 20:41:45 UTC MAIN commitmail json YAML

2012-01-10 20:29:50 UTC MAIN commitmail json YAML

Changes to Phase5 hardware support:
- Rework p5pb driver - simplify, cleanup, make more flexible.
- Add p5membar driver, which handles PCI resources autoconfigured by the firmware.
- Introduce intermediate p5bus layer, between zbus and CSPPC/BPPC on-board devices (p5pb, cbiiisc, bppcsc).
- Add experimental G-REX support to p5pb (first slot support only).
- Split CV64/3D PCI bridge support into separate cv3dpb driver (to be committed later).

Approved by phx.

(rkujawa)

2012-01-10 20:05:37 UTC MAIN commitmail json YAML

remove conditionals which can't succeed, and also shouldn't because
one would get a kernel NULL dereference immediately

(drochner)

2012-01-10 20:01:57 UTC MAIN commitmail json YAML

add patch from Arnaud Degroote to handle IPv6 extended options with
(FAST_)IPSEC, tested lightly with a DSTOPTS header consisting
of PAD1

(drochner)

2012-01-10 18:55:38 UTC MAIN commitmail json YAML

2012-01-10 18:36:59 UTC matt-nb5-mips64 commitmail json YAML

Fix gimplish in a comment.

(matt)

2012-01-10 18:34:03 UTC matt-nb5-mips64 commitmail json YAML

Deal with KMEM reading KSEG0 addresses and limit those reads to available
memory.  Also deal with the case that there may be memory beyond the end
of KSEG0 so compare the physical address against mips_avail_end.

(matt)

2012-01-10 18:01:09 UTC matt-nb5-mips64 commitmail json YAML

Allow access to KSEGX from /dev/mem

(matt)

2012-01-10 17:53:51 UTC MAIN commitmail json YAML

Call aprint_naive for quiet boot message.

(njoly)

2012-01-10 16:26:43 UTC MAIN commitmail json YAML

G/C vm_{offset,size}_t

(skrll)

2012-01-10 16:03:17 UTC MAIN commitmail json YAML

reduce VM_MAX_KERNEL_ADDRESS so that it does not include
the direct-map or APTE regions.

(chs)

2012-01-10 16:01:16 UTC MAIN commitmail json YAML

fix handling of large pages.

(chs)

2012-01-10 15:23:11 UTC MAIN commitmail json YAML

Call aprint_naive for quiet boot message.

(njoly)

2012-01-10 13:49:32 UTC MAIN commitmail json YAML

fix signed/unsigned comparison.

(christos)

2012-01-10 12:27:54 UTC MAIN commitmail json YAML

2012-01-10 12:26:45 UTC MAIN commitmail json YAML

Fix (harmless?) HAVE_GCC comparison version.

(skrll)

2012-01-10 12:17:20 UTC MAIN commitmail json YAML

Establish the cascading uic[12] by calling pic_finish_setup().

(kiyohara)

2012-01-10 12:07:30 UTC MAIN commitmail json YAML

From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Enhance splitnet
environment variable string value generation.

(tteras)

2012-01-10 12:07:18 UTC MAIN commitmail json YAML

Use thunk_madvise() on the memory space hinting the kernel we are using it in
a random order and hint the kernel that we we need the memory.i

No measured effect on a memory file on tmpfs /tmp though.

(reinoud)

2012-01-10 12:04:56 UTC MAIN commitmail json YAML

Add thunk_madvise() for memory access hints to the host kernel.

(reinoud)

2012-01-10 11:32:25 UTC MAIN commitmail json YAML

Delete Linux Ethernet Gadget from special handling.
This makes at least the Openmoko Freerunner work again.
Fixes PR kern/45591.
Ok Jeff Rizzo (releng).

(ws)

2012-01-10 10:19:38 UTC MAIN commitmail json YAML

Clarify comment about PAGER_MAP_DEFAULT_SIZE

(reinoud)

2012-01-10 10:09:49 UTC MAIN commitmail json YAML

Explicitly protect the kernel image against tampering by marking it R-X

(reinoud)

2012-01-10 08:42:22 UTC MAIN commitmail json YAML

Fix a segfault in ctfmerge.

GCC can generate bogus dwarf attributes with DW_AT_byte_size set to 0xFFFFFFFF.
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35998 .

GCC is currently doing this for external/bsd/tmux/dist/compat/imsg-buffer.c:
    readelf -a --debug-dump imsg-buffer.o
...
<2><6e3>: Abbrev Number: 32 (DW_TAG_union_type)
    <6e4>  DW_AT_byte_size  : 0xffffffff
    <6e8>  DW_AT_decl_file  : 1
    <6e9>  DW_AT_decl_line  : 229
    <6ea>  DW_AT_sibling    : <0x705>

This resulted in ctfconvert generating a faulty CTF entry which then caused the
segfault in ctfmerge.

The fix has ctfconvert check for the bogus 0xFFFFFFFF value and works around it.
It also adds some protection to ctfmerge to avoid the segfault and fail
more gracefully if the error should occur in the future.

(darran)

2012-01-10 01:57:27 UTC MAIN commitmail json YAML

spz and riz request that we don't list ftp.NetBSD.org's IP addresses.

(snj)

2012-01-10 01:43:05 UTC MAIN commitmail json YAML

When a port reset fails, it is important to know which port.

(jakllsch)

2012-01-09 22:26:44 UTC MAIN commitmail json YAML

2012-01-09 22:20:53 UTC MAIN commitmail json YAML

If the spl list is full also notify on the ttycons since it might otherwise
not allways be possible to print the panic correctdue due to the spl level.

(reinoud)

2012-01-09 22:08:12 UTC MAIN commitmail json YAML

Fix NetBSD version in history.

(skrll)

2012-01-09 22:03:13 UTC matt-nb5-mips64 commitmail json YAML

Use a map of bar0 sizes instead of a switch statement.
Return the proper IRT entry for the 2nd i2c controller.

(matt)

2012-01-09 21:01:31 UTC MAIN commitmail json YAML

Re-implement aio for ld_thunkbus. It seems to work fine though its not set by
default; define LD_USE_AIO or uncomment its setting at the top of the
sourcefile to enable it.

(reinoud)

2012-01-09 20:39:39 UTC MAIN commitmail json YAML

Don't directly call softint_shedule() when we might be in an SPL level too
high.

(reinoud)

2012-01-09 19:40:55 UTC MAIN commitmail json YAML

2012-01-09 19:40:09 UTC MAIN commitmail json YAML

Update for hp700. Bump date.

(skrll)

2012-01-09 19:39:19 UTC MAIN commitmail json YAML

s/ISO9660/ISO 9660/ for consistency with rest of man page.

(skrll)

2012-01-09 19:25:41 UTC MAIN commitmail json YAML

also add union file system

(agc)

2012-01-09 17:45:03 UTC MAIN commitmail json YAML

Add dkctl to install ramdisk so that you can enable disk writecaches before
install, if necessary.

(sborrill)

2012-01-09 16:59:37 UTC MAIN commitmail json YAML

Fix set list. kame_ipsec.html was missing.

(skrll)

2012-01-09 16:36:48 UTC MAIN commitmail json YAML

2012-01-09 16:35:20 UTC MAIN commitmail json YAML

Fix another reference to point to kame_ipsec for setup instructions (for now).

(wiz)

2012-01-09 16:17:37 UTC MAIN commitmail json YAML

2012-01-09 16:08:56 UTC MAIN commitmail json YAML

2012-01-09 16:04:46 UTC MAIN commitmail json YAML

2012-01-09 16:03:27 UTC MAIN commitmail json YAML

2012-01-09 15:45:19 UTC MAIN commitmail json YAML

Implement quota_put and quota_delete for the fallback direct file
access backend.

(dholland)

2012-01-09 15:44:42 UTC MAIN commitmail json YAML

"quotaclass" -> "idtype". After lengthy wrangling on the mailing lists
the best conclusion for naming was to give up on "classes" and "types"
and use "idtype" for users vs. groups and "objtype" for blocks vs. files.

(dholland)

2012-01-09 15:44:05 UTC MAIN commitmail json YAML

Use quota_put() and quota_delete() to update quotas instead of making
quota proplib RPCs.

(dholland)

2012-01-09 15:43:19 UTC MAIN commitmail json YAML

2012-01-09 15:42:37 UTC MAIN commitmail json YAML

Remove the explicit fallback direct file access code from repquota and
rely on libquota.

(dholland)

2012-01-09 15:42:08 UTC MAIN commitmail json YAML

allow the ESP fragment length in the NAT-T case to be reported back
through the pfkey interface, kernel part of PR kern/44952
by Wolfgang Stukenbrock

(drochner)

2012-01-09 15:41:59 UTC MAIN commitmail json YAML

Implement fallback direct access to quota1-type quota files.
Uses (mostly) code from repquota. Add some missing pieces that
weren't in repquota.

Use the direct file access code for cursors if proplib reports the
quota version is 1.

(dholland)

2012-01-09 15:41:22 UTC MAIN commitmail json YAML

2012-01-09 15:40:47 UTC MAIN commitmail json YAML

Make repquota use the libquota cursor interface.

(dholland)

2012-01-09 15:40:10 UTC MAIN commitmail json YAML

Implement the libquota cursor interface, using proplib code from repquota.

(dholland)