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

2024-05-10 13:18:39 UTC Now

2009-11-24 03:46:19 UTC MAIN commitmail json YAML

Make TcxDownloadFromScreen() and TcxUploadToScreen() work and use them.

(macallan)

2009-11-23 23:48:58 UTC matt-nb5-mips64 commitmail json YAML

fix types in struct clockframe and args to cpu_intr
to be corect for 32 or 64 bit kernel

(cliff)

2009-11-23 18:46:51 UTC matt-nb5-mips64 commitmail json YAML

2009-11-23 18:28:47 UTC matt-nb5-mips64 commitmail json YAML

2009-11-23 18:23:02 UTC matt-nb5-mips64 commitmail json YAML

2009-11-23 18:20:46 UTC MAIN commitmail json YAML

Amend #ifdef with DIAGNOSTIC case, avoids gcc warning about unused var.

(rmind)

2009-11-23 17:16:50 UTC MAIN commitmail json YAML

2009-11-23 16:41:27 UTC MAIN commitmail json YAML

Fix rev 1.10 a bit: currently raw devices are correct for newfs/tunefs,
and the cooked one should be used for mount.

(pooka)

2009-11-23 14:42:39 UTC MAIN commitmail json YAML

evaluate _RTV as preparation for passive cooling.

(cegger)

2009-11-23 14:39:35 UTC MAIN commitmail json YAML

Include link.h instead of the NetBSD-specific link_elf.h.  Use
dlinfo() only if __ELF__ is defined.

(pooka)

2009-11-23 14:07:46 UTC MAIN commitmail json YAML

Add more rumpdev configurations to rumptest.

(pooka)

2009-11-23 13:40:11 UTC MAIN commitmail json YAML

If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.
This allows use of subr_disk_mbr on all archs.  Default to it for
the rump disk component.  No functional change for regular kernels.
(The other option would've been to include dkbad in disklabels
everywhere, but arguably this approach has less possible side-effects,
especially given that wedges and related magic will take over the
world any second now).

(pooka)

2009-11-23 13:25:02 UTC MAIN commitmail json YAML

Don't try installboot(8) if offset of PART_A is not zero.

As man page says, installboot(8) is required only OpenFirmware 1 and 2
machines and even on such machines the root partition has to be at the
beginning of the disk to make installboot(8) work.

On OpenFirmware version 3 machines, the strategy provided by
installboot(8) doesn't work, and they need to have an extra
native partition (HFS or FAT16) which can be recognized by
the newer firmware to put a loadable bootloader.
If PART_A has some offset, we can assume the disk is partitioned
for a machine with OF3, which does't require installboot(8).

Eventually, we should provide an independent partitioning method
for OpenFirmware 3 machines (fdisk MBR partition + FAT16 partition
for ofwboot.xcf as OpenBSD does), but it may require some new API
to get OF version in sysinst.

(tsutsui)

2009-11-23 12:23:20 UTC MAIN commitmail json YAML

Add rf_paritymap.c, which is now required for raidframe.

(pooka)

2009-11-23 11:20:25 UTC MAIN commitmail json YAML

kern_physio is already provided by rumpvfs

(pooka)

2009-11-23 10:50:38 UTC MAIN commitmail json YAML

Update ACPI_SRAT_CPU_AFFINITY to match ACPI specification 4.0.

XXX I don't know if this already happened upstream but it will sooner or later
if not.

(cegger)

2009-11-23 10:08:47 UTC MAIN commitmail json YAML

fix VIS_HTTPSTYLE to not convert "safe" ($-_.+) and "extra" (!*'(),)
characters as mentioned in rfc1738 and rfc1808 and, I think intended
all along in this code but the logic was inverted.

Don't use strchr as it also matches the NUL character which we want
to escape, just compare against the chars directly as done in the
FreeBSD code.

(plunky)

2009-11-23 09:41:53 UTC MAIN commitmail json YAML

- Wait the ready 5sec, not 5msec.
- Set IFM_ACTIVE to ifm_status instead of ifm_active.  ifconfig(8) always said
  'no carrier'...

(kiyohara)

2009-11-23 05:01:12 UTC MAIN commitmail json YAML

When converting an if/panic to a KASSERT it's necessary to reverse the
sense of the test. Makes i386 boot again.

HI RMIND

(dholland)

2009-11-23 03:21:05 UTC netbsd-5 commitmail json YAML

2009-11-23 03:13:29 UTC netbsd-5 commitmail json YAML

src/external/bsd/dhcpcd/dist/arp.c@1.1.1.2.2.3 / diff / nxr@1.1.1.2.2.3
src/external/bsd/dhcpcd/dist/bind.c@1.1.1.2.2.4 / diff / nxr@1.1.1.2.2.4
src/external/bsd/dhcpcd/dist/common.c@1.1.1.2.6.4 / diff / nxr@1.1.1.2.6.4
src/external/bsd/dhcpcd/dist/common.h@1.1.1.2.6.2 / diff / nxr@1.1.1.2.6.2
src/external/bsd/dhcpcd/dist/compat/getline.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/dhcpcd/dist/compat/getline.h@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/dhcpcd/dist/config.h@1.1.1.2.6.5 / diff / nxr@1.1.1.2.6.5
src/external/bsd/dhcpcd/dist/configure.c@1.1.1.2.6.3 / diff / nxr@1.1.1.2.6.3
src/external/bsd/dhcpcd/dist/control.c@1.1.1.2.2.3 / diff / nxr@1.1.1.2.2.3
src/external/bsd/dhcpcd/dist/defs.h@1.1.1.3.2.2 / diff / nxr@1.1.1.3.2.2
src/external/bsd/dhcpcd/dist/dhcp.c@1.1.1.2.6.4 / diff / nxr@1.1.1.2.6.4
src/external/bsd/dhcpcd/dist/dhcp.h@1.1.1.2.6.2 / diff / nxr@1.1.1.2.6.2
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu@1.1.1.1.8.3 / diff / nxr@1.1.1.1.8.3
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname@1.1.1.2.6.2 / diff / nxr@1.1.1.2.6.2
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf@1.1.1.2.6.4 / diff / nxr@1.1.1.2.6.4
src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in@1.1.1.2.6.3 / diff / nxr@1.1.1.2.6.3
src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in@1.1.1.2.6.3 / diff / nxr@1.1.1.2.6.3
src/external/bsd/dhcpcd/dist/dhcpcd.8.in@1.1.1.2.6.3 / diff / nxr@1.1.1.2.6.3
src/external/bsd/dhcpcd/dist/dhcpcd.c@1.1.1.2.6.5 / diff / nxr@1.1.1.2.6.5
src/external/bsd/dhcpcd/dist/dhcpcd.conf@1.1.1.1.8.3 / diff / nxr@1.1.1.1.8.3
      :
(more 11 files)
Apply patch (requested by roy in ticket 1099):
Update dhcpcd to 5.1.3.

(snj)

2009-11-23 02:13:48 UTC MAIN commitmail json YAML

2009-11-23 00:46:07 UTC MAIN commitmail json YAML

2009-11-23 00:18:38 UTC MAIN commitmail json YAML

Do not include FPU_EMULATE in ATARITT only config

(abs)

2009-11-23 00:11:45 UTC MAIN commitmail json YAML

2009-11-22 21:41:03 UTC MAIN commitmail json YAML

For amd64, introduce a third free list distinct from the default free list
for memory between 16M and 4G. On large memory machine, this avoids
the 32bit-accessible memory being eaten by various kernel early allocation,
causing 32bit bus_dma(9) memory allocation to fail at boot time.
Tested on a system with 48GB RAM; based on netbsd-5 patch proposed on
port-amd64 3 days ago.

(bouyer)

2009-11-22 21:18:42 UTC MAIN commitmail json YAML

Remove "splurious interrupt" message. The IRQ might be shared.
Fixes PR/11410

(dsl)

2009-11-22 19:34:56 UTC MAIN commitmail json YAML

PR/42363: Yasuoka Masahiko:

racoon uses a wrong IPsec-SA handle that is for other peer in case it
receives a ISAKMP message for IPsec-SA that has the same message-id as
the message-id that is received before.

racoon uses message-id to find the handle of IPsec-SA.  The message-id
is a unique number for each peer, but different peers may use the same
value.

Different Windows Vista or Windows 7 peers seem to use the same
message-id.  racoon can handle the first Windows's Phase-2, but it
cannot handle the second Windows.  Because racoon misunderstands the
message for the second Windows as the message for the first Windows.

>Category:      bin
>Synopsis:      racoon uses a wrong IPsec-SA that is for different peer
>Confidential:  no
>Severity:      serious
>Priority:      medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:  net
>Arrival-Date:  Sun Nov 22 18:25:00 +0000 2009
>Originator:    yasuoka@iij.ad.jp

(christos)

2009-11-22 19:09:16 UTC MAIN commitmail json YAML

2009-11-22 18:53:44 UTC MAIN commitmail json YAML

add translation for "802.1Q" ethertype

(plunky)

2009-11-22 18:45:27 UTC MAIN commitmail json YAML

2009-11-22 18:43:28 UTC MAIN commitmail json YAML

2009-11-22 18:40:27 UTC MAIN commitmail json YAML

2009-11-22 18:36:16 UTC MAIN commitmail json YAML

Remove extra crud which hasn't been up-to-date in eons.

(pooka)

2009-11-22 18:14:49 UTC MAIN commitmail json YAML

Update.  Especially, describe ukfs_mount_disk(), ukfs_release() flags
and return value, and remove obsolete info in BUGS.

(pooka)

2009-11-22 18:07:39 UTC MAIN commitmail json YAML

2009-11-22 18:05:50 UTC MAIN commitmail json YAML

remove one the to much.

(mbalmer)

2009-11-22 18:04:37 UTC MAIN commitmail json YAML

the doo doo doo, the daa daa daa...

(mbalmer)

2009-11-22 18:02:23 UTC MAIN commitmail json YAML

remove the the double the.

(mbalmer)

2009-11-22 17:25:47 UTC MAIN commitmail json YAML

Align to the destination buffer.
This probably costs 1 clock (on modern cpus) in the normal case.
But gives a big benefit when the destination is misaligned.
In particular when the source has the same misalignment - although
that may not be a gain on Nehalem!
Fixes PR/35535

(dsl)

2009-11-22 17:09:58 UTC MAIN commitmail json YAML

Fix panic when trying to delete a directory entry (hi yamt!) by not
attempting to release a pnbuf that does not exist.

I.e. fixes "mkdir a ; unlink a/.".  And actually, this was caught by the
automated tests.

(jmmv)

2009-11-22 16:50:13 UTC MAIN commitmail json YAML

Kill space before a period.

(snj)

2009-11-22 12:05:14 UTC MAIN commitmail json YAML

Move definition 'void gxlcd_cnattach(void)' to gumstixvar.h.

(kiyohara)

2009-11-22 12:00:56 UTC MAIN commitmail json YAML

Add GPIO configuration 'LCD backlight on'.
Remove 'XXXX' in comment.  That GPIO config is power on the Marvell 88W8385.

(kiyohara)

2009-11-22 05:37:40 UTC matt-nb5-mips64 commitmail json YAML

Correct register renaming oversight.
This makes sbmips GENERIC run again.

(cyber)

2009-11-22 00:30:07 UTC matt-nb5-mips64 commitmail json YAML

in BS(unmap), uvm/pmap mappings only apply if _LP64, #ifdef as needed

(cliff)

2009-11-22 00:02:56 UTC MAIN commitmail json YAML

don't use the raw device in example. From rudolph

(christos)

2009-11-21 23:47:01 UTC MAIN commitmail json YAML

Change bus_space_subregion() size for each SATA PHY register from 1 to 4,
as we do a bus_space_read_4() within these subregions.

(jakllsch)

2009-11-21 23:44:25 UTC MAIN commitmail json YAML

Fix matching of CX700. Should address PR/39063.

Also,

Change bus_space_subregion() size for each SATA PHY register from 1 to 4,
as we do a bus_space_read_4() within these subregions.

Use PCI_MAPREG_START where appropriate.

(jakllsch)

2009-11-21 22:59:03 UTC MAIN commitmail json YAML

2009-11-21 22:58:17 UTC MAIN commitmail json YAML

Add CX700 and VX800/VX820 LPC bridge IDs.

(jakllsch)

2009-11-21 22:32:53 UTC MAIN commitmail json YAML

Fix typo and uppercase UID.

(wiz)

2009-11-21 22:22:27 UTC MAIN commitmail json YAML

Make IgsDownloadFromScreen() and IgsUploadToScreen() actually work.
While there clean up some cargo-culted comments that no longer apply.

(macallan)

2009-11-21 21:57:47 UTC MAIN commitmail json YAML

2009-11-21 20:32:28 UTC MAIN commitmail json YAML

2009-11-21 20:10:39 UTC netbsd-5 commitmail json YAML

2009-11-21 20:07:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1129):
sys/kern/vfs_subr.c: revision 1.387
Fix getcleanvnode() in previous: in the if (vp->v_usecount != 0)
case we didn't bump the refcount, so don't decrease it through vrelel().
call mutex_exit() on v_interlock directly instead.

(snj)

2009-11-21 20:07:02 UTC netbsd-5-0 commitmail json YAML

2009-11-21 19:59:51 UTC MAIN commitmail json YAML

Don't call lwp_getpcb() when not KERNEL.

(dsl)

2009-11-21 19:56:35 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1156):
sys/net/if_arcsubr.c: revision 1.61
sys/net/if_ethersubr.c: revision 1.173
sys/net/if_fddisubr.c: revision 1.78
sys/net/if_tokensubr.c: revision 1.58 via patch
sys/netinet/if_arp.c: revision 1.149
ar_tha() can return NULL; treat this as an error.

(snj)

2009-11-21 19:54:49 UTC MAIN commitmail json YAML

Revert last change - don't expose lwp_getpcb() to userspace.

(dsl)

2009-11-21 19:52:54 UTC MAIN commitmail json YAML

Avoid doing two 'rep movs' operations.

(dsl)

2009-11-21 19:43:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1156):
sys/net/if_arcsubr.c: revision 1.61
sys/net/if_ethersubr.c: revision 1.173
sys/net/if_fddisubr.c: revision 1.78
sys/net/if_tokensubr.c: revision 1.58 via patch
sys/netinet/if_arp.c: revision 1.149
ar_tha() can return NULL; treat this as an error.

(snj)

2009-11-21 18:53:08 UTC MAIN commitmail json YAML

Export lwp_getpcb() to userland, since crash(8) needs it.

(rmind)

2009-11-21 17:57:09 UTC MAIN commitmail json YAML

Better fix for PR/42320 by Takehiko NOZAKI.

(christos)

2009-11-21 17:45:02 UTC MAIN commitmail json YAML

Add uvm_lwp_getuarea() and uvm_lwp_setuarea().  OK matt@.

(rmind)

2009-11-21 17:40:29 UTC MAIN commitmail json YAML

2009-11-21 15:38:43 UTC MAIN commitmail json YAML

Missed fix for Xen builds.

(rmind)

2009-11-21 15:36:34 UTC MAIN commitmail json YAML

2009-11-21 15:13:14 UTC MAIN commitmail json YAML

Include sys/user.h for MD proc.h (hppa and m68k ports).

(rmind)

2009-11-21 14:51:04 UTC MAIN commitmail json YAML

Cleanup boot messages, use aprint functions.

(njoly)

2009-11-21 13:37:18 UTC MAIN commitmail json YAML

Redo the previous inverted logic.  Sort alphabetically.

(uebayasi)

2009-11-21 13:30:23 UTC MAIN commitmail json YAML

Don't build quad support code on 64-bit platforms.

(uebayasi)

2009-11-21 13:19:04 UTC MAIN commitmail json YAML

Reduce diffs against GENERIC.

(tsutsui)

2009-11-21 12:28:51 UTC MAIN commitmail json YAML

Update for recent interface additions.

(pooka)

2009-11-21 12:16:19 UTC MAIN commitmail json YAML

nuke leading whitespace

(pooka)

2009-11-21 12:15:55 UTC MAIN commitmail json YAML

- more options<space><tab>
- capitalize Ethenet

(tsutsui)

2009-11-21 12:09:15 UTC MAIN commitmail json YAML

- use options<space><tab>
- remove an extra whitespace

(tsutsui)

2009-11-21 11:54:54 UTC MAIN commitmail json YAML

2009-11-21 11:54:47 UTC MAIN commitmail json YAML

Replace EPIA_HACK code with a version that 'just' trashes any return
address cache.  This seems to be rather more effective!
This seems to be adequate and is more justifyable than the previous hack.

(dsl)

2009-11-21 11:52:57 UTC MAIN commitmail json YAML

Preserve %ds over bios calls.
Not strickly necessary because real_to_prot doesn't normally rely on in.
However it caused much confusion while debugging, and does no harm.

(dsl)

2009-11-21 11:40:52 UTC MAIN commitmail json YAML

document P2K_WIZARDUID

(pooka)

2009-11-21 08:41:38 UTC MAIN commitmail json YAML

The variable ckenreg is used only when defined macro {FF,ST,BT,HW}UARTCONSOLE.

(kiyohara)

2009-11-21 08:33:51 UTC MAIN commitmail json YAML

Fix a bug.
  sc = device_private(self);
  sc->dev = self;

(kiyohara)

2009-11-21 07:54:00 UTC MAIN commitmail json YAML

Use resolvconf(8) to manage /etc/resolv.conf

(roy)

2009-11-21 05:54:04 UTC MAIN commitmail json YAML

Catch-up Xen and usermode with lwp_getpcb() and unbreak Xen build.

(rmind)

2009-11-21 05:35:41 UTC MAIN commitmail json YAML

2009-11-21 04:45:39 UTC MAIN commitmail json YAML

2009-11-21 04:16:53 UTC MAIN commitmail json YAML

2009-11-21 04:04:07 UTC MAIN commitmail json YAML

Include sys/proc.h for sparc/sparc64, which is required for now.

(rmind)

2009-11-21 03:29:14 UTC MAIN commitmail json YAML

2009-11-21 03:24:31 UTC MAIN commitmail json YAML

2009-11-21 03:11:02 UTC MAIN commitmail json YAML

2009-11-21 02:40:55 UTC MAIN commitmail json YAML

2009-11-20 22:51:33 UTC MAIN commitmail json YAML

Pull in fixes from binutils_2_19 branch.

Bump version and re-run mknative to pick up.

(skrll)

2009-11-20 20:16:30 UTC MAIN commitmail json YAML

Switch VT8237R SATA to via_sata_chip_map_7().  via_sata_chip_map_7()
works fine and is consistent with the other VIA SATA controllers.

Tested on VT8237R+.

(Somewhat amazing that via_sata_chip_map_0() worked at all for the
second port.)

(jakllsch)

2009-11-20 19:25:38 UTC MAIN commitmail json YAML

EXT13_DEVPATH_SIGNATURE should be EXTINFO_DEVPATH_SIGNATURE

(dsl)

2009-11-20 18:24:30 UTC MAIN commitmail json YAML

Remove duplicate PCI_PRODUCT_BROADCOM_BCM5709 entries.
BNX_MAX_MRU is now the 1500-bytes MTU; use BNX_MAX_JUMBO_MRU instead.

(bouyer)

2009-11-20 17:48:53 UTC MAIN commitmail json YAML

Generate fictional disklabel and return that from ioctl() instead
of the halfwitted semi-host semi-virtual ioctl nonsense that was
here previously.

(pooka)

2009-11-20 17:43:35 UTC MAIN commitmail json YAML

Give rump virtual disks their own type.

(pooka)

2009-11-20 17:28:19 UTC MAIN commitmail json YAML

Change relay address for mbr and bootxx code to be 0x8800.
I'm not sure why I used 0x600, but I have a feeling that might
sometimes corrupt bios data.
0x8800 is far enough above 0x7e00 for a sector read to the latter address.

(dsl)

2009-11-20 15:37:44 UTC MAIN commitmail json YAML

include components required by smbfs

(pooka)

2009-11-20 15:23:37 UTC MAIN commitmail json YAML

2009-11-20 15:21:18 UTC MAIN commitmail json YAML

When writing an ascii-armoured message, push the linebreak writer onto
the write function stack for the body of the message as well as the
headers.

This means that an ascii-armoured signed file created by netpgp conforms
to RFC 4880 (and 2440, thanks, moof[1]), and can be verified by gpg now, as
well as netpgp.

[1] Are there any other RFCs which are superceded by their double?

(agc)

2009-11-20 14:24:58 UTC MAIN commitmail json YAML

Report actual group array size instead of 0 (which always gives back 0 grousp).

(pooka)

2009-11-20 14:23:54 UTC MAIN commitmail json YAML

In getgroups(), copy only up to the number of supplementary groups
that actually exist.

(pooka)

2009-11-20 14:11:38 UTC MAIN commitmail json YAML

Add "wizardmode", which allows to specify the uid which is used to
access the file system instead of using the caller uid.  This is
useful for example when modifying the root fs image for an OS
installation without wanting to dance around as root on the host.

idspispopd

(pooka)

2009-11-20 13:42:43 UTC MAIN commitmail json YAML

Allow chown if caller is in the new group.

(roy)

2009-11-20 13:19:46 UTC MAIN commitmail json YAML

Disallow chown for files the caller does not own.

(pooka)

2009-11-20 12:24:17 UTC MAIN commitmail json YAML

Hmm, in addition to leaving out -lc, -nostdlibs also leaves out
libgcc, and causes problems on some platforms.  Currently there is
no easy way to say "link against libgcc but not against libc", so
just comment out -nostdlibs until a better way is invented.

(pooka)

2009-11-20 11:54:08 UTC MAIN commitmail json YAML

Make linux32_msqid_ds l_msg_[src]time members use the right type,
linux32_time_t.

(njoly)

2009-11-20 07:17:07 UTC MAIN commitmail json YAML

2009-11-20 03:12:13 UTC MAIN commitmail json YAML

Add lwp_getpcb().  OK matt@.

(rmind)

2009-11-20 02:17:07 UTC MAIN commitmail json YAML

make atomics usable from c++!

(christos)

2009-11-20 02:14:57 UTC MAIN commitmail json YAML

2009-11-19 22:27:26 UTC MAIN commitmail json YAML

allow comparing v2 and v3 filehandles.

(christos)

2009-11-19 22:13:17 UTC MAIN commitmail json YAML

Add 32 bit versions of message and dump_eax that write directly to
the serial port. Useful for debugging - especially real_to_prot!

(dsl)

2009-11-19 22:10:03 UTC MAIN commitmail json YAML

Move code for outputting directly to the serial port into message.S
Allows it to be enabled for other parts of the boot sequence.

(dsl)

2009-11-19 22:08:14 UTC MAIN commitmail json YAML

2009-11-19 21:56:01 UTC MAIN commitmail json YAML

Commit some changes that have been in a private tree for a while:

+ add a netpgp library function - netpgp_get_key(3) - to print a
specific key
+ add functionality to call this function in netpgpkeys(1)
+ add test for netpgp_get_key
+ add a verbose switch to the tst script
+ add netpgp functions to expose the memory signing and verification
functions - netpgp_sign_memory(3) and netpgp_verify_memory(3)
+ coalesced signing and verification ops file functions

(agc)

2009-11-19 19:57:40 UTC MAIN commitmail json YAML

remove some unnecessary .OBJDIR prefixes in make targets
being here, add NetBSD.dist to CLEANFILES

(drochner)

2009-11-19 19:28:14 UTC MAIN commitmail json YAML

Fix itlb_cf and dtlb_cf.

(skrll)

2009-11-19 16:21:04 UTC MAIN commitmail json YAML

Send VOP_ABORTOP() in case attempting cross-dev rename, part of
PR kern/42210.  Also, fix a memory management error in said case.

(pooka)

2009-11-19 15:50:49 UTC MAIN commitmail json YAML

Send VOP_ABORTOP() as a FAF -- we don't care about the return value.

(pooka)

2009-11-19 14:44:58 UTC MAIN commitmail json YAML

2009-11-19 13:46:56 UTC MAIN commitmail json YAML

* don't open device when calling getfileinfo(), it might need to open
  the device and will f-a-i-l if it's a block device
* use rumpuser_ioctl() as little as possible (going away completely
  wewy wewy soon)
* improve some variable scoping

(pooka)

2009-11-19 13:42:29 UTC MAIN commitmail json YAML

.. umm, and use correct device value for previous.
And use 64bit arithmetic.

(pooka)

2009-11-19 13:25:49 UTC MAIN commitmail json YAML

Improve host file size detection for devices (i.e. make it work).
Use ioctl() on NetBSD since it appears to be the only way to get
the info.  On other platforms, attempt lseek() and if that doesn't
work, punt, and hope someone comes along with a better implementation
later.

(pooka)

2009-11-19 06:48:38 UTC MAIN commitmail json YAML

New sentence, new line; remove trailing whitespace.

(wiz)

2009-11-19 03:01:06 UTC MAIN commitmail json YAML

Fix indentation, wrap long line and remove unused variable.

(enami)

2009-11-19 02:59:34 UTC MAIN commitmail json YAML

Add missing vfs_unbusy() call in error path of sysctl_kern_vnode().
This allows us to reboot machine successfully even if pstat -v fails once.

(enami)

2009-11-19 02:52:54 UTC MAIN commitmail json YAML

Prevent sign extension when reading device number in ufs1 on disk inode
so that devname(3) correctly converts it to device filename.

(enami)

2009-11-19 00:30:25 UTC MAIN commitmail json YAML

2009-11-18 23:13:09 UTC MAIN commitmail json YAML

bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.

(bouyer)

2009-11-18 23:11:16 UTC MAIN commitmail json YAML

Sync with OpenBSD: if_bnx.c,v 1.85. Major changes:
Add support for the Broadcom BCM5709 and BCM5716 chips. This upgrade
the B06 firmware, and add the B09 firmware required by the BCM5709.
Remplace TX dmamap array with a dynamically-grown list.

Tested with:
bnx0 at pci4 dev 0 function 0: Broadcom NetXtreme II BCM5708 1000Base-T
and
bnx0 at pci0 dev 0 function 0: Broadcom NetXtreme II BCM5709 1000Base-SX

(bouyer)

2009-11-18 23:02:13 UTC MAIN commitmail json YAML

Support BCM5709CAX and BCM5709C PHYs.

(bouyer)

2009-11-18 23:01:47 UTC MAIN commitmail json YAML

Regen: Add BCM5709CAX and BCM5709C PHYs.

(bouyer)

2009-11-18 23:00:46 UTC MAIN commitmail json YAML

Add BCM5709CAX and BCM5709C PHYs.

(bouyer)

2009-11-18 22:59:56 UTC MAIN commitmail json YAML

Regen: Complete BROADCOM BCM5709 family, and add BCM5716 family.

(bouyer)

2009-11-18 22:57:38 UTC MAIN commitmail json YAML

Complete BROADCOM BCM5709 family, and add BCM5716 family.

(bouyer)

2009-11-18 22:51:07 UTC MAIN commitmail json YAML

2009-11-18 21:59:38 UTC MAIN commitmail json YAML

Make colour depths higher than 8bit work in X.
Now igsfb will switch to 16 or 32 bit colour when entering graphics mode,
depending on available video memory and the given mode.
While there re-initialize the colour map etc. when leaving graphics mode.

(macallan)

2009-11-18 21:04:12 UTC MAIN commitmail json YAML

Reinstate the banner.
This was added to detect problems when the mbr code gets written into the pbr.
(When the code loops reading the pbr!)
It is also a useful diagnosting that the boot it proceeding normally.

(dsl)

2009-11-18 21:02:16 UTC MAIN commitmail json YAML

Reinstate the 'banner'.
It is a useful diagnostic that the boot sequence is proceeding.

(dsl)

2009-11-18 20:51:22 UTC MAIN commitmail json YAML

Adjust the way references to the unrelocated addresses are done so
that the address doesn't have to be passed in.
Adjust #ifdef so that only one item is checked - at it is the one used.

(dsl)

2009-11-18 20:33:39 UTC MAIN commitmail json YAML

Keep the output of 'ld' prior to extracting the image.
Useful for debugging (etc) since it contains the symbols.

(dsl)

2009-11-18 19:42:19 UTC MAIN commitmail json YAML

Match VT8251 IDE controller and enable UDMA Mode 6 thereon.
Should fix PATA speed issue in PR/37517.
Due to lack of hardware, only compile tested at this point.

(jakllsch)

2009-11-18 18:44:56 UTC MAIN commitmail json YAML

2009-11-18 18:42:09 UTC MAIN commitmail json YAML

Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.

(jakllsch)

2009-11-18 18:12:00 UTC MAIN commitmail json YAML

Add a command to dump all thread stacks in the system and a command to dump
lockdebug state.

(eeh)

2009-11-18 18:05:51 UTC MAIN commitmail json YAML

Add the lwp address so you don't have to leave gdb and use ps to grab an lwp's
stack.

(eeh)

2009-11-18 18:05:19 UTC MAIN commitmail json YAML

Add rumptest command for testing rump linkage.

(pooka)

2009-11-18 18:04:26 UTC MAIN commitmail json YAML

Print out all 64-bits of 64-bit values on 64-bit machines and add documentation
of these commands to gdb.

(eeh)

2009-11-18 18:02:00 UTC MAIN commitmail json YAML

Get gdb to document the command.

(eeh)

2009-11-18 17:40:45 UTC MAIN commitmail json YAML

* make it possible to include kern_module in a kernel without vfs
  support, i.e. move vfs functionality to a separate module
  (kern_module_vfs.c)
* make module proplist size an MI constant (now 8k) instead of PAGE_SIZE
* change some error values to something else than the karmic EINVAL

(pooka)

2009-11-18 17:06:23 UTC MAIN commitmail json YAML

if changing the password, don't clear PAM_AUTHTOK at the beginning -- this
sabotages external password strength checkers

(drochner)

2009-11-18 15:19:24 UTC MAIN commitmail json YAML

Make compat linux/linux32 msgrcv_msgarg type member of type
long/netbsd32_long to match linux definition.

(njoly)

2009-11-18 12:29:22 UTC MAIN commitmail json YAML

comment which bits of uc_flags are used by MD code.

+ * if your port needs more MD bits, please try to choose bits from _UC_MD
+ * first, rather than picking random unused bits.

(yamt)

2009-11-18 12:27:58 UTC MAIN commitmail json YAML

Make linux32 msgsnd/msgrcv use the netbsd32 syscalls instead of native
ones, to ensure that msgbuf mtype member will be of the right type.

(njoly)

2009-11-18 12:26:22 UTC MAIN commitmail json YAML

turnstile_block: reduce code duplication.

(yamt)

2009-11-18 12:25:15 UTC MAIN commitmail json YAML

turnstile_block: turn a comment into KASSERTs.

(yamt)

2009-11-18 12:24:05 UTC MAIN commitmail json YAML

2009-11-18 12:22:48 UTC MAIN commitmail json YAML

use NULL instead of 0 for pointers

(yamt)

2009-11-18 12:01:26 UTC MAIN commitmail json YAML

2009-11-18 10:02:26 UTC MAIN commitmail json YAML

Free the right pointer on fsu_getcwd

(stacktic)

2009-11-18 09:47:18 UTC MAIN commitmail json YAML

Fixed security.models.suser.curtain to deny when uid does not match.
OK pooka@

(stacktic)

2009-11-18 06:10:50 UTC MAIN commitmail json YAML

Write something more sane into the pixel format register - it's not pixel size
in bytes although that works in 8 and 16 bit colour depth.
While there do some magic number reduction.

(macallan)

2009-11-18 01:16:07 UTC matt-nb5-mips64 commitmail json YAML

2009-11-18 01:15:32 UTC matt-nb5-mips64 commitmail json YAML

- use PRIxBUSADDR as needed
- make cfg_oba, ecfg_oba type bus_addr_t

(cliff)

2009-11-18 01:14:49 UTC matt-nb5-mips64 commitmail json YAML

- use PRIxBUSADDR, PRIxBUSSIZE formats as needed

(cliff)

2009-11-18 01:14:28 UTC matt-nb5-mips64 commitmail json YAML

- in BS(unmap), if handle is for addr mapped in page table,
free up the pmap and uvm resources.  Otherwise manage
kseg[0,1] mapped handle as usual.
- also in BS(unmamp), use bus_addr_t addr (not the handle)
when calculating offset in extent.
- use PRIxBUSADDR, PRIxBUSSIZE and PRIxBSH formats as needed
- use function names instead of "xxx" in printfs

(cliff)

2009-11-18 00:28:09 UTC MAIN commitmail json YAML

Add an entry for AVlab's low profile PCI 4 port serial card, which is
sold in japan from kuroutoshikou as SERIAL4P-LPPCI2.

(enami)

2009-11-17 23:51:59 UTC MAIN commitmail json YAML

Don't #include <sys/extent.h> any more because this module doesn't use
struct extent any more.

(dyoung)

2009-11-17 23:46:27 UTC MAIN commitmail json YAML

Delete unused functions eisa_mem_alloc() and eisa_mem_free().

(dyoung)

2009-11-17 23:45:40 UTC MAIN commitmail json YAML

Fix spelling in a comment, s/extentions/extensions/.

(dyoung)

2009-11-17 22:49:24 UTC MAIN commitmail json YAML

This should fix a deadlock.

(eeh)

2009-11-17 22:35:43 UTC MAIN commitmail json YAML

Fix spelling in comments, s/extention/extension/.

(dyoung)

2009-11-17 22:20:14 UTC MAIN commitmail json YAML

Fix getcleanvnode() in previous: in the if (vp->v_usecount != 0)
case we didn't bump the refcount, so don't decrease it through vrelel().
call mutex_exit() on v_interlock directly instead.

(bouyer)

2009-11-17 21:09:54 UTC MAIN commitmail json YAML

Update with status for some projects.

Add some new projects, and sync with reality.

(agc)

2009-11-17 20:49:34 UTC MAIN commitmail json YAML

Set LC_ALL=C before we try to parse the output from any command.
This will ensure that awk is not invoked in a way that tickles
the bug described in PR 42320.

(apb)

2009-11-17 20:47:59 UTC MAIN commitmail json YAML

add some prototypes for checked string functions

(drochner)

2009-11-17 20:46:20 UTC MAIN commitmail json YAML

-delete prototypes which are already in <ssp/ssp.h>
-make __fail __noreturn__

(drochner)

2009-11-17 20:44:26 UTC MAIN commitmail json YAML

make the "src" strings const as in the unchecked equivalents

(drochner)

2009-11-17 19:47:00 UTC MAIN commitmail json YAML

2009-11-17 19:35:48 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2009-11-17 19:34:29 UTC MAIN commitmail json YAML

Remove trailing space. Remove unnecessary Pp before Sh.

(wiz)

2009-11-17 19:24:35 UTC matt-nb5-mips64 commitmail json YAML

Build GENERIC64 on sbmips64 and GENERIC on sbmips.

(matt)

2009-11-17 19:19:21 UTC MAIN commitmail json YAML

Note RAIDframe parity map commit.

(jld)

2009-11-17 19:09:38 UTC MAIN commitmail json YAML

Bump date; also fix typo pointed out by snj@.

(jld)

2009-11-17 18:58:07 UTC MAIN commitmail json YAML

2009-11-17 18:54:26 UTC MAIN commitmail json YAML

Finally commit the RAIDframe parity map Summer Of Code project.

Drastically reduces the amount of time spent rewriting parity after an
unclean shutdown by keeping better track of which regions might have had
outstanding writes.  Enabled by default; can be disabled on a per-set
basis, or tuned, with the new raidctl(8) commands.

Discussed on tech-kern@ to a general air of approval; exhortations to
commit from mrg@, christos@, and others.

Thanks to Google for their sponsorship, oster@ for mentoring the
project, assorted developers for trying very hard to break it, and
probably more I'm forgetting.

(jld)

2009-11-17 18:44:33 UTC MAIN commitmail json YAML

Make _rtld_pagesz of type size_t.

Fixes round_down for alpha which made ldd(1) break.

(skrll)

2009-11-17 18:37:45 UTC MAIN commitmail json YAML

2009-11-17 18:36:07 UTC MAIN commitmail json YAML

2009-11-17 18:31:13 UTC MAIN commitmail json YAML

2009-11-17 17:54:15 UTC MAIN commitmail json YAML

Describe 'options SPLDEBUG'.

(dyoung)

2009-11-17 17:08:57 UTC MAIN commitmail json YAML

Create unwind log in global variable instead of automatic variable.

memory leak spotted by njoly's valgrind run

(pooka)

2009-11-17 16:17:06 UTC MAIN commitmail json YAML

Don't link rump kernel libs against libc.  They have no host system
dependencies apart from indirect ones via rumpuser.

(pooka)

2009-11-17 15:36:28 UTC MAIN commitmail json YAML

Don't build rumpuser if NORUMPUSER is set.

(pooka)

2009-11-17 15:27:39 UTC MAIN commitmail json YAML

Fixed fsu_ecp when source is '/'

(stacktic)