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

2024-05-20 13:54:51 UTC Now

2012-07-05 02:56:40 UTC MAIN commitmail json YAML

Change read_eeprom().  We don't use bus_space(9) here.  This is MD-part and,
don't support bus_space_unmap() to a space on reserved space?

(kiyohara)

2012-07-04 20:53:30 UTC MAIN commitmail json YAML

* add entry for lvm(8)
* add subsection for block device subsystem setup
* s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
* add missing type specifications of variables

(jdf)

2012-07-04 20:46:14 UTC MAIN commitmail json YAML

Change little wording error (s/associate/associated/) and formatting error.
Patch proposal was sent upstream to Heimdal as well.
Patch by jklowden in PR lib/46651.

(jdf)

2012-07-04 18:35:58 UTC MAIN commitmail json YAML

2012-07-04 13:54:20 UTC MAIN commitmail json YAML

Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current
autobuild-system.

(reinoud)

2012-07-04 13:34:24 UTC MAIN commitmail json YAML

2012-07-04 11:39:42 UTC MAIN commitmail json YAML

The lockless list can lead to corruption.  Instead use a spinlock to control
access to the head of the free segtab list.

(matt)

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

Ensure the ramdisk has bpf for dhcpcd

(abs)

2012-07-04 07:53:55 UTC MAIN commitmail json YAML

New sentence, new line.
Use more markup.
Fix typo.
Improve wording.

(wiz)

2012-07-04 07:03:31 UTC MAIN commitmail json YAML

Appease gcc -Wuninitialized when cross-compiling on amd64.  Problem noticed
by Hisashi Fujinaka on current-users.

(jdc)

2012-07-04 06:09:38 UTC MAIN commitmail json YAML

As discussed on tech-net@: Don't display expected EHOSTUNREACH for all but
the last connect attempts in terse mode.

(is)

2012-07-04 01:08:58 UTC MAIN commitmail json YAML

2012-07-04 01:08:27 UTC MAIN commitmail json YAML

add another sierra device

(christos)

2012-07-03 22:42:48 UTC MAIN commitmail json YAML

Sync devices with GENERIC, and include bpfilter to allow dhcpcd to work

(abs)

2012-07-03 21:49:56 UTC MAIN commitmail json YAML

All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)

(abs)

2012-07-03 21:35:05 UTC MAIN commitmail json YAML

Fix documentation for function kauth_register_key (PR 46641).

(cheusov)

2012-07-03 21:07:41 UTC MAIN commitmail json YAML

no home-brewed NETBSDSRCDIR please (fix the build)

(christos)

2012-07-03 21:03:41 UTC MAIN commitmail json YAML

An X!= command, can cause Shell_Init() to be called before Job_ParseShell().
Job_ParseShell() should call Shell_Init() again if needed
to ensure shellPath is correct.

(sjg)

2012-07-03 19:09:44 UTC MAIN commitmail json YAML

Add DIAGNOSTICS section.

(rkujawa)

2012-07-03 18:12:06 UTC MAIN commitmail json YAML

mudflap debug libraries are gcc 4.5 specific.

(njoly)

2012-07-03 15:24:37 UTC MAIN commitmail json YAML

Apply patch:
PR/46583: BIOS bootloader problems with partitions that start above 1TB

Should be pulled up to netbsd-6.

(tsutsui)

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

Don't kill the iso partition at 'a' when we have a udf raw partition.
Makes cd0a mountable again. Should be pulled up to 6 (after people
verify that it works in the broken cases)
http://mail-index.netbsd.org/current-users/2012/06/14/msg020415.html

(christos)

2012-07-03 09:28:08 UTC MAIN commitmail json YAML

Finish previous.

(wiz)

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

Reference libusbhid instead of usb(3) (which was the predecessor for libusbhid).
Bump date.

(wiz)

2012-07-02 22:42:18 UTC MAIN commitmail json YAML

- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
  mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media

(abs)

2012-07-02 21:44:09 UTC MAIN commitmail json YAML

add reference to usb(3) and zlib(3).

(oki)

2012-07-02 21:10:31 UTC MAIN commitmail json YAML

2012-07-02 20:02:43 UTC MAIN commitmail json YAML

Sort description of flags.

(wiz)

2012-07-02 18:16:47 UTC MAIN commitmail json YAML

ata(4): added support for sata Port MultiPliers (PMP)

(bouyer)

2012-07-02 18:15:48 UTC MAIN commitmail json YAML

Add sata Port MultiPlier (PMP) support to the ata bus layer,
as described in
http://mail-index.netbsd.org/tech-kern/2012/06/23/msg013442.html
PMP support in integrated to the atabus layer.
struct ata_channel's ch_drive[] is not dynamically allocated, and ch_ndrive
(renamed to ch_ndrives) closely reflects the size of the ch_drive[] array.
Add helper functions atabus_alloc_drives() and atabus_free_drives()
to manage ch_drive[]/ch_ndrives.
Add wdc_maxdrives to struct wdc_softc so that bus front-end can specify
how much drive they really support (master/slave or single).
ata_reset_drive() callback gains a uint32_t *sigp argument which,
when not NULL, will contain the signature of the device being reset.
While there, some cosmetic changes:
- added a drive_type enum to ata_drive_datas, and stop encoding the
  probed drive type in drive_flags (we were out of drive flags anyway).
- rename DRIVE_ATAPIST to DRIVE_ATAPIDSCW to better reflect what this
  really is
- remove ata_channel->ata_drives, it's redundant with the pointer in
  ata_drive_datas
- factor out the interpretation of SATA signatures in sata_interpet_sig()

propagate these changes to the ATA HBA drivers, and add support for PMP
to ahcisata(4) and siisata(4).

Thanks to:
- Protocase (http://www.protocase.com/) which provided a system
  with lots of controllers, SATA PMP and drive slots
- Conservation Genomics Laboratory, Department of Biology, New Mexico State
  University for hosting the above system
- Brook Milligan, who set up remote access and has been very responsive
  when SATA cable move was needed

(bouyer)

2012-07-02 18:13:13 UTC MAIN commitmail json YAML

Update minimal requirements. Note Mediator PCI 1200 support.

(rkujawa)

2012-07-02 15:40:33 UTC MAIN commitmail json YAML

Increase the retry count in sparc64_send_ipi(), and add loops in
mp_pause_cpus() and mp_resume_cpus().
Fixes "RED State Exception" on an 8-way E3500, and allows it to enter and
leave DDB without failing to pause or resume one or more CPU's.

(jdc)

2012-07-02 12:17:12 UTC MAIN commitmail json YAML

Fix missing <stdarg.h> include that breaks the autobuild

(reinoud)

2012-07-02 11:23:41 UTC MAIN commitmail json YAML

Apply lockup fixes from Havard Eidnes/OpenBSD in PR port-sparc64/46260:
  - add an additional watchdog for RX overflow
  - re-initialise the chip on device timeout
Also alter the interrupt blanking rate to 8 packets, as per OpenSolaris.

(jdc)

2012-07-02 06:55:58 UTC MAIN commitmail json YAML

npf_packet_handler: fix gcc unused warning.

(rmind)

2012-07-02 06:52:21 UTC MAIN commitmail json YAML

xz-5.0.4 out.

(wiz)

2012-07-02 01:05:49 UTC MAIN commitmail json YAML

in cpu_boot_secondary_processors(), wait until all the other CPUs
have registered themselves in kcpuset_running before returning.
recent changes to the TLB invalidation xcall code assume that
any CPU which will receive a broadcast IPI is registered in
kcpuset_running, so ensure that is true by waiting here.

(chs)

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

2012-07-01 22:04:44 UTC MAIN commitmail json YAML

Remove the wrapper of frag6_input(), restore the behaviour changed in r1.50.
Fix ip6_reass_packet() wrapper used by NPF.  Remove #if 0 code for handling
overlaping fragments - IPv6 desupported them anyway.  Convert to kmem(9).

(rmind)

2012-07-01 18:13:51 UTC MAIN commitmail json YAML

npf_state_tcp: fix for FIN retransmission and out-of-order ACK case.

(rmind)

2012-07-01 17:00:32 UTC MAIN commitmail json YAML

Remove weird markup.

(wiz)

2012-07-01 16:18:00 UTC MAIN commitmail json YAML

2012-07-01 16:17:06 UTC MAIN commitmail json YAML

forgot the "7"...

(perry)

2012-07-01 16:09:12 UTC MAIN commitmail json YAML

Add reference to rfc6056.7

(perry)

2012-07-01 04:21:10 UTC MAIN commitmail json YAML

2012-07-01 04:20:26 UTC MAIN commitmail json YAML

Add NTT DOCOMO L-02C entry.

(nonaka)

2012-06-30 23:36:20 UTC MAIN commitmail json YAML

2012-06-30 23:33:10 UTC MAIN commitmail json YAML

trap: move out info printing to trap_print() on amd64, reduce the differences
between amd64 and i386, add lowest kernel stack address.

(rmind)

2012-06-30 22:50:37 UTC MAIN commitmail json YAML

Extend the xpmap API, as described in [1]. This change is mechanical and
avoids exposing the MD phys_to_machine/machine_to_phys tables directly.
Added:

- xpmap_ptom handles PFN (pseudo physical) to MFN (machine frame number)
translations, and is under control of the domain.
- xpmap_mtop is its counterpart (MFN to PFN), and is under control of
hypervisor.

xpmap_ptom_map()      map a pseudo-phys address to a machine address
xpmap_ptom_unmap()    unmap a pseudo-phys address (invalidation)
xpmap_ptom_isvalid()  check for pseudo-phys address validity

The parameters are physical/machine addresses, like bus_dma/bus_space(9).
As x86 MFNs are tracked by u_long (Xen's choice) while machine addresses
can be 64 bits entities (PAE), use ptoa() to avoid truncation when bit
shifting by PAGE_SHIFT.

I kept the same namespace (xpmap_) to avoid code churn.

[1] http://mail-index.netbsd.org/port-xen/2009/05/09/msg004951.html

XXX will document ptoa/atop/trunc_page separately.

(jym)

2012-06-30 21:31:15 UTC MAIN commitmail json YAML

2012-06-30 15:34:02 UTC MAIN commitmail json YAML

Use 32KB/4KB for default block/fragment size on >= 128 GB partitions
for modern AFT disks.  No particular comments against PR install/46629.

(tsutsui)

2012-06-30 15:03:58 UTC MAIN commitmail json YAML

2012-06-30 12:42:37 UTC MAIN commitmail json YAML

2012-06-30 11:01:42 UTC MAIN commitmail json YAML

Add a sanity check if secsize returned from getdisksize() isn't bogus.
This prevent possible panic "panic: buf mem pool index 23" later in
vfs_bio.c:buf_mempoolidx().
(I'm not sure if it's okay for getdisksize() to assume that
partinfo taken from DIOCGPART is properly initialized
on all disk(9) devices or not)

See also:
http://mail-index.NetBSD.org/source-changes/2012/06/30/msg035298.html

(tsutsui)

2012-06-30 10:52:32 UTC MAIN commitmail json YAML

Make sure that disklabel of md(4) device is initialized
in the case where it's configured in MD md_open_hook().

Without this, msdosfs_mountfs() (which is called from msdosfs_mountroot())
will be called with uninitialized disklabel (d_secsize == 0) and
it gets "panic: buf mem pool index 23" later on atari.
This is because getdisksize() doesn't check returned d_secsize value
and msdosfs_mountfs() blindly calls bread(9) with size==0 in that case.

Should be pulled up to netbsd-6 (at least for atari).

(tsutsui)

2012-06-30 10:37:00 UTC MAIN commitmail json YAML

Add a dirty hack for atari's ancient installation ramdisk:
Forcibly configure md0, md1, and md2 devices before setroot()
for atari's traditional "auto-load from floppy on open" md_root device
which loads installation ramdisk image from floppy.
md(4) has been changed dynamically configured at first open after 5.0
and md devices won't appear in "root device:" prompt without this hack.
Tested on TT030.

Should be pulled up to netbsd-6.

(tsutsui)

2012-06-30 10:20:26 UTC MAIN commitmail json YAML

Simply use "mount -u" to (re)mount root file system read-write
rather than denoting it using temporary /tmp/.root_writable file,
because it will never be removed if root file system is on floppy.
Fixes PR port-atari/37470.

Should be pulled up to netbsd-6.

(tsutsui)

2012-06-30 09:25:55 UTC MAIN commitmail json YAML

Replace wrong variable type (s/ITEMS/ITEM).

(jdf)

2012-06-29 13:20:25 UTC MAIN commitmail json YAML

implement descriptor passing.

(yamt)

2012-06-29 12:51:38 UTC MAIN commitmail json YAML

handle realloc failure

(yamt)

2012-06-29 10:40:29 UTC MAIN commitmail json YAML

* Size argument for memset when clearing cbuf was wrong, cbuf is an array
  of char not int so memset was stomping memory past the end of the array.
  Use sizeof properly to correctly determine the amount of memory to clear.

(blymn)

2012-06-28 18:55:04 UTC MAIN commitmail json YAML

2012-06-28 17:53:43 UTC MAIN commitmail json YAML

Fix typo in __KERNEL_RCSID().

(tsutsui)

2012-06-28 16:34:07 UTC MAIN commitmail json YAML

2012-06-28 15:28:45 UTC MAIN commitmail json YAML

Don't panic if you can't allocate a contiguous stack for system threads.
Just use a mapped a stack.

(matt)

2012-06-28 13:59:55 UTC MAIN commitmail json YAML

drop some blank lines - no functional change

(abs)

2012-06-28 13:59:26 UTC MAIN commitmail json YAML

dependent not dependend

(abs)

2012-06-28 13:58:21 UTC MAIN commitmail json YAML

Define and use VS_REGS_KA49 rather than magic numbers. From OpenBSD.

(abs)

2012-06-28 13:53:49 UTC MAIN commitmail json YAML

Include racd0 and racd1 on ramdisk

(abs)

2012-06-28 13:53:13 UTC MAIN commitmail json YAML

Fix the build by adding (unused) flags argument to perfuse_node_setattr_ttl

(abs)

2012-06-28 08:55:10 UTC MAIN commitmail json YAML

Don't attempt to parse a termcap/terminfo string ourselves;
always use tputs(3).

(roy)

2012-06-28 01:20:42 UTC MAIN commitmail json YAML

unmap THC when we mean THC, remove spurious return in CloseScreen()

(macallan)

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

actually unmap what we mapped in CloseScreen(). While there nuke a spurious
return.

(macallan)

2012-06-27 23:05:28 UTC MAIN commitmail json YAML

2012-06-27 22:57:27 UTC MAIN commitmail json YAML

Small fix: Changed 'Nm .' to 'Nm' (introduced by me before).

(jdf)

2012-06-27 22:31:27 UTC MAIN commitmail json YAML

Various formatting changes:
* Remove superfluous Pp macro (fixes mandoc(1) warning)
* use Xr macro instead of Nm where appropriate
* escape punctuation (so Ic actually 'sees' it) (fixed mandoc(1) warning)
* remove redundant argument to successive Nm macros
* remove double spaces

Patch supplied by Bug Hunting.

(jdf)

2012-06-27 22:23:45 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-06-27 22:18:07 UTC MAIN commitmail json YAML

Add manpage link entries for libmenu, reformat MAN entry.
On the way, sort the mi list for comp alphabetically.

(jdf)

2012-06-27 22:07:36 UTC MAIN commitmail json YAML

Clean up #includes in progress(1).

Sort them, omit needless ones, and add omitted needful ones.

Omissions revealed by pilfering the code and trying to build it on
Mac OS X.  We ought to have a better way to reveal these omissions...

(riastradh)

2012-06-27 22:04:02 UTC MAIN commitmail json YAML

Elaborate and clarify rules about #include order.

ok christos

(riastradh)

2012-06-27 21:35:40 UTC MAIN commitmail json YAML

PCI memory space access is not buggy anymore. At least not as much as earlier.

(rkujawa)

2012-06-27 20:30:53 UTC MAIN commitmail json YAML

Bump date for previous, remove trailing whitespace.

(wiz)

2012-06-27 20:29:38 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-06-27 20:00:30 UTC MAIN commitmail json YAML

when using dixSetPrivate() and friends it helps to initialize the key before
using it. Now colours on suncg6 look right again and we don't spin or crash
on exit anymore.
probably needs to be pulled into -6

(macallan)

2012-06-27 18:53:04 UTC MAIN commitmail json YAML

Fix Mediator 1200 memory space support. Now it's good enough to drive a Voodoo 3.

(rkujawa)

2012-06-27 17:22:58 UTC MAIN commitmail json YAML

gcc 4.2 doesn't like externs inside functions

(sjg)

2012-06-27 13:25:24 UTC MAIN commitmail json YAML

Pass the FAF flag to handlers:
- setattr_ttl is updated to add a flag argument. Since it was not present in
  a previous release, we can change its API
- write2 is introduced, this is write with an extra flag for FAF.
- fsync already has the FAF information in a flag and needs no change
- for other operations, FAF is unconditional

(manu)

2012-06-27 12:28:29 UTC MAIN commitmail json YAML

Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope.
Reviewed and approved by elad@.

(cheusov)

2012-06-27 11:53:36 UTC MAIN commitmail json YAML

* Corrected menu drawing when O_ROWMAJOR is not set
* Corrected menu item neighbour calculation so it works when O_ROWMAJOR
  is set and unset.  This corrects item navigation which was previously
  broken when O_ROWMAJOR was not set.

This resolves lib/46620.

(blymn)

2012-06-27 11:39:14 UTC MAIN commitmail json YAML

Extraneous whitespace removal.

(blymn)

2012-06-27 10:15:25 UTC MAIN commitmail json YAML

2012-06-27 10:06:55 UTC MAIN commitmail json YAML

KNF fix. space vs. tab

(cheusov)

2012-06-27 10:02:02 UTC MAIN commitmail json YAML

Fix a typo. s/seperate/separate/

(cheusov)

2012-06-27 07:12:19 UTC MAIN commitmail json YAML

don't spam the EDID block to the console unless options RADEONFB_DEBUG

(macallan)

2012-06-27 00:37:10 UTC MAIN commitmail json YAML

2012-06-26 20:15:57 UTC MAIN commitmail json YAML

lua is at 5.2.1 upstream

(drochner)

2012-06-26 20:14:38 UTC MAIN commitmail json YAML

mention new upstream OpenPAM release

(drochner)

2012-06-26 19:03:09 UTC MAIN commitmail json YAML

2012-06-26 19:01:00 UTC MAIN commitmail json YAML

fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards

(drochner)

2012-06-26 09:49:25 UTC MAIN commitmail json YAML

In some case, when an error is reported by the disk, the ahci controller
still reports a number of bytes transfered equal to bcount.
This then triggers a KASSERT in physio_biodone:
        if (done == todo)
KASSERT(bp->b_error == 0);
Detect this case in wd(4) (so that the workaround works for other controllers
too if they have the same issue, or if the issue is with the drive)
and claim we didn't read/write anything.

(bouyer)

2012-06-26 02:05:43 UTC MAIN commitmail json YAML

do as sparc64 does and switch the default terminal type to wsvt25

(macallan)

2012-06-26 02:04:56 UTC MAIN commitmail json YAML

switch to WSEMUL_VT100 to reduce differences with sparc64 and other wscons
and fb console using ports
WSEMUL_SUN is left in but commented out so whoever wants it back can have it
with minimal effort

(macallan)

2012-06-25 22:32:47 UTC MAIN commitmail json YAML

2012-06-25 20:39:54 UTC MAIN commitmail json YAML

2012-06-25 20:34:26 UTC MAIN commitmail json YAML

Make digests work also on big endian machines.

(mlelstv)

2012-06-25 20:33:56 UTC MAIN commitmail json YAML

report luns returns a 32bit list length.

(mlelstv)

2012-06-25 20:23:43 UTC MAIN commitmail json YAML

PR/46612 - Lloyd Parkes -- add a terminating newline to error messages

(jnemeth)

2012-06-25 19:25:07 UTC MAIN commitmail json YAML

Adjust to rfc6056 rename to portalgo

(martin)

2012-06-25 17:25:29 UTC MAIN commitmail json YAML

Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.

(abs)

2012-06-25 16:48:55 UTC MAIN commitmail json YAML

Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets,
give the same treatment to gcc-4.1.

(abs)

2012-06-25 16:47:03 UTC MAIN commitmail json YAML

Casting an uint32_t pointer to (long *) may have been acceptable
in the eighties but that time has long past. Minimally invasive
fix using a temporary long variable, so while we can still overflow
at least we're less broken.

(abs)

2012-06-25 15:30:18 UTC MAIN commitmail json YAML

rename rfc6056.h to portalgo.h

(christos)

2012-06-25 15:28:40 UTC MAIN commitmail json YAML

2012-06-25 14:47:56 UTC MAIN commitmail json YAML

2012-06-25 14:43:54 UTC MAIN commitmail json YAML

Implement dummy `cpu_mcontext_validate' to make it compile again. This
function needs to be implemented in the target secton one day for extra
security.

(reinoud)

2012-06-25 07:22:46 UTC MAIN commitmail json YAML

PR/46601 - Jim Bernard -- add support for rc_directories

(jnemeth)

2012-06-25 04:52:23 UTC MAIN commitmail json YAML

Rewrite fpu_int().
Especially, remove the special treatment when |x| < 1
because it forgets to consider FPCR round mode.
See PR/46627 for the detail.  Thanks Y.Sugahara for advice.

(isaki)

2012-06-25 02:32:12 UTC MAIN commitmail json YAML

Omit outdated cryptographic claims as noted in PR 44160.

Interested readers can follow the references or read Wikipedia; this
is the wrong place to explain cryptographic hash functions and give
security advice.

(riastradh)

2012-06-24 18:31:53 UTC MAIN commitmail json YAML

Enable the map/unmap recursive mapping functions for all Xen ports for
save/restore.

For an unknown reason (to me) Xen refuses to update VM translations
when the entry is pointing back to itself (which is precisely
what our recursive VM model does). So enable the functions that take
care of this, which will avoid all sort of memory corruption upon restore
leading domU to trample upon itself.

Save/restore works again for amd64. The occasional domU frontend corruption is
still present, but is harmless to dom0. Now we have a working shell and
ddb inside domU, that helps debugging a tiny bit.

XXX pull-up to -6.

(jym)

2012-06-24 17:28:10 UTC MAIN commitmail json YAML

2012-06-24 17:01:35 UTC MAIN commitmail json YAML

Add more debugging, fix filehandle usage, login negotiation and session
shutdown.
Add #ifdef'd code to send negotiation parameters in hex instead of base64,
so it works against older Linux targets.

(mlelstv)

2012-06-24 16:24:35 UTC MAIN commitmail json YAML

PR/44647: commit fix proposed by Takahiro HAYASHI
verified to be working in -current and also helps NetBSD-6 BETA2

(kardel)

2012-06-24 15:26:04 UTC MAIN commitmail json YAML

2012-06-24 13:56:10 UTC MAIN commitmail json YAML

Update comment: we stopped using xcall to sync PTP between CPUs.
pmap_kpm_sync_xcall => xen_kpm_sync

(jym)

2012-06-24 13:08:39 UTC MAIN commitmail json YAML

use first successful connection to a ISNS server

(mlelstv)

2012-06-24 10:06:34 UTC MAIN commitmail json YAML

stopgap fix for recursive locking on suspend/resume
(This can be simplified imo because interrupts should be disabled
at this point.)

(drochner)

2012-06-24 09:38:54 UTC MAIN commitmail json YAML

Note that the PHY instance changes when a MII transceiver is connected.

(jdc)

2012-06-24 09:37:28 UTC MAIN commitmail json YAML

PR kern/46424
Revert the part of revision 1.77 that altered the PHY attachment order.

(jdc)

2012-06-24 08:39:39 UTC MAIN commitmail json YAML

Flush current empty descriptor in emac_rxeob_intr().

(kiyohara)

2012-06-24 07:48:01 UTC MAIN commitmail json YAML

Take the kernel lock in atapibusdetach just like atapibuschilddet.

Fixes kassert in scsipi_lookup_periph when I press the power button
on one of my laptops (and maybe another one) to power it off.

ok mrg

(riastradh)

2012-06-23 23:41:25 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-06-23 23:17:46 UTC MAIN commitmail json YAML

Clarify use of the union option for mount, as proposed in PR 45919.
Text proposed by apb.

(jdf)

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

* Remove spurious period in name section
* remove spurious argument to Nm macro
Patch supplied by Bug Hunting.

(jdf)

2012-06-23 20:29:06 UTC MAIN commitmail json YAML

Remove superfluous word.

(wiz)

2012-06-23 19:14:35 UTC MAIN commitmail json YAML

Document DIOCTUR (test unit ready)

(abs)

2012-06-23 17:49:58 UTC MAIN commitmail json YAML

Do not assign to a const pointer, but set the value of the target variable
instead. Makes sysinst at least start up again.

(martin)

2012-06-23 17:21:12 UTC MAIN commitmail json YAML

Fix multicast filter set up: we need to byte-swap the hash before writing to
the chip.  While here, remove open-coded copy of ether_crc32_le().

(jdc)

2012-06-23 14:06:02 UTC MAIN commitmail json YAML

Trying to print a function pointer as a string is likely to cause tears.
While here, don't match on the unit either

(christos)

2012-06-23 08:48:16 UTC MAIN commitmail json YAML

Change to the 2-clauses license.

(minoura)

2012-06-23 05:47:50 UTC MAIN commitmail json YAML

"appeared in", not "appeared on".

(dholland)

2012-06-23 03:16:03 UTC MAIN commitmail json YAML

new ip6 sysctls

(christos)

2012-06-23 03:14:04 UTC MAIN commitmail json YAML

2012-06-23 03:13:42 UTC MAIN commitmail json YAML

4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

(christos)

2012-06-22 22:54:26 UTC MAIN commitmail json YAML

Replace nonexistant Lx macro. Use full NetBSD version for Nx.

(wiz)

2012-06-22 22:54:10 UTC MAIN commitmail json YAML

Fix macro. Replace another one (there is no .Lx). Use full NetBSD version.

(wiz)

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

Remove trailing whitespace. Sort errors. Bump date for previous.

(wiz)

2012-06-22 22:48:38 UTC MAIN commitmail json YAML

Remove trailing whitespace. Use more markup. Bump date for previous.

(wiz)

2012-06-22 22:38:40 UTC MAIN commitmail json YAML

Disable azalia(4) now that hdaudio(4) was switched on

ok bouyer@

(khorben)

2012-06-22 20:54:39 UTC MAIN commitmail json YAML

- Replace the CD_NAME definition with a CD_NAMES comma separate list,
  the default remains "cd0a", but i386 sets "cd0a", "mcd0a" while vax
  takes "cd0a", "racd0a"
- Add get_default_cdrom() to disks.c, which is called in init(). This
  checks the contents of hw.disknames against CD_NAMES. The first one
  found (minus partition letter) is picked, otherwise the first entry
  in CD_NAMES is used
The primary beneficiary is vax systems with an MSCP but no SCSI CD
drive, which now default to (a valid) racd0a rather than an invalid
cd0a.  The obvious example being simh-vax

(abs)

2012-06-22 20:42:24 UTC MAIN commitmail json YAML

- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
  to mixing them in with the ra* disks, modelled loosely on how MSCP
  rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
  rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number

(abs)

2012-06-22 20:32:35 UTC MAIN commitmail json YAML

Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has
time to look at the gcc 4.5 codegen issues we should at least have a usable
-current for vax.

(abs)

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

2012-06-22 18:47:09 UTC MAIN commitmail json YAML

mention {send,recv}mmsg

(christos)

2012-06-22 18:45:23 UTC MAIN commitmail json YAML

2012-06-22 18:30:23 UTC MAIN commitmail json YAML

2012-06-22 18:28:38 UTC MAIN commitmail json YAML

2012-06-22 18:27:26 UTC MAIN commitmail json YAML

2012-06-22 18:26:36 UTC MAIN commitmail json YAML

2012-06-22 15:09:36 UTC MAIN commitmail json YAML

remove unintended commit (this was to avoid a bug in the hme driver which
I have not been able to reproduce)

(christos)

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

2012-06-22 13:43:17 UTC MAIN commitmail json YAML

2012-06-22 12:45:43 UTC MAIN commitmail json YAML

rumpkern:
- Add subr_kcpuset.c and subr_pserialize.c modules.
- Add kcpuset_{running,attached} for RUMP env.

(rmind)

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

Fix fallout from revision 1.68, and call ether_ioctl() in the default path.
Patch from John D. Baker in PR port-sparc/46572.

(jdc)

2012-06-22 08:47:48 UTC MAIN commitmail json YAML

From the "parse errors that you just do not see as a human" department:
build fix.

(martin)

2012-06-22 06:15:18 UTC MAIN commitmail json YAML

Add -Z to enable sparse files - for ffs at least.
Based on a patch from shesha at juniper.

(sjg)

2012-06-22 00:12:24 UTC MAIN commitmail json YAML

fix locking for isoc transfers, as reported (and the fix tested) by prlw1.

(mrg)

2012-06-21 23:29:23 UTC MAIN commitmail json YAML

All error path must go through the free function call after an
allocation of resolved path might succeeded.

(enami)

2012-06-21 21:35:25 UTC MAIN commitmail json YAML

Drop trailing whitespace and avoid xr to itself.

(wiz)

2012-06-21 21:13:29 UTC MAIN commitmail json YAML

sprinkle restrict in realpath(3)

(christos)

2012-06-21 21:13:07 UTC MAIN commitmail json YAML

PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes
flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.

(christos)

2012-06-21 19:22:08 UTC MAIN commitmail json YAML

Add raid0 to init), in case we have /tmp on mfs.

(jdc)

2012-06-21 17:55:16 UTC MAIN commitmail json YAML

2012-06-21 10:35:29 UTC MAIN commitmail json YAML

for the default "bsd" algorithm, restore the pre rfc6056 changes behaviour.
fix anonportmin/max.

probably other algorithms need similar fixes.

(yamt)

2012-06-21 10:31:45 UTC MAIN commitmail json YAML

constify, comments.
no functional changes.

(yamt)

2012-06-21 10:30:47 UTC MAIN commitmail json YAML

whitespace and cosmetics.  no functional changes.

(yamt)

2012-06-21 04:30:04 UTC MAIN commitmail json YAML

Add directory for usr/include/dev/filemon/

(pgoyette)

2012-06-21 04:29:28 UTC MAIN commitmail json YAML

2012-06-20 21:38:27 UTC MAIN commitmail json YAML

2012-06-20 18:50:11 UTC MAIN commitmail json YAML

better to print (null) than core-dump

(christos)

2012-06-20 17:55:06 UTC MAIN commitmail json YAML

Improve wording and macro usage; bump date.
From Bug Hunting.

(wiz)

2012-06-20 17:54:17 UTC MAIN commitmail json YAML

- sync `SYNOPSIS' with dd.c's `usage' line;
- correct spelling (prepositions).

From Bug Hunting.

(wiz)

2012-06-20 17:53:39 UTC MAIN commitmail json YAML

- remove trailing white space;
- synchronize argument name to `-d' in `usage' line with man page.

From Bug Hunting.

(wiz)

2012-06-20 17:53:19 UTC MAIN commitmail json YAML

cut.1:
- bump date;
- synchronize argument name to `-d' (prefer ``string'' above
  ``delim'' since it's not just a single character that can be
  given (even though only one, being the first one, is actually
  used));
- improve wording;
- use macro for `EXIT STATUS' section.

From Bug Hunting.

(wiz)

2012-06-20 17:46:29 UTC MAIN commitmail json YAML

Do not include make_malloc.h or declare progname,
both are already done in make.h

(sjg)

2012-06-20 15:03:18 UTC MAIN commitmail json YAML

2012-06-20 14:19:40 UTC MAIN commitmail json YAML

Remove another Pf. From Bug Hunting.

(wiz)

2012-06-20 10:09:43 UTC MAIN commitmail json YAML

- remove trailing white space;
- sync `usage' with man page.

From patch by Bug Hunting.

(wiz)

2012-06-20 10:09:21 UTC MAIN commitmail json YAML

- improve wording, and create more consistency within the text;
- correct `SYNOPSIS';
- improve macro usage;
- mention argument name for `-f' (and change list width for it);
- correct misplacement of periods (`.') and a parenthese (`(');
- fix typo;
- bump date.

From Bug Hunting.

(wiz)

2012-06-20 09:56:19 UTC MAIN commitmail json YAML

- Use more consistent wording;
- create separate section, and use `.Ex' macro, for exit status
  information.

From patch by Bug Hunting.

Bump date.

(wiz)

2012-06-20 09:43:51 UTC MAIN commitmail json YAML

- Remove redundant argument to (successive) `.Nm' macro;
- copy exact line from root's crontab(5) file (and the user name
  is indeed unneeded, as root's crontab(5) file is not the system's
  one);
- reword the warning: cron(8) _is_ running, by default.

From patch by Bug Hunting.

While here, remove xref to itself.

(wiz)

2012-06-20 08:19:49 UTC MAIN commitmail json YAML

2012-06-20 08:11:12 UTC MAIN commitmail json YAML

Avoid printing values past the end of the buffer, and a size_t underflow.

(martin)

2012-06-20 07:42:28 UTC MAIN commitmail json YAML

Add the history of wm(4).

(msaitoh)

2012-06-20 06:49:34 UTC MAIN commitmail json YAML

Fix date string (use full month name)

(wiz)

2012-06-20 04:57:56 UTC MAIN commitmail json YAML

Modify about PCH*.

It seems that 82579 with Intel 7 series chipset is the same as
82579 with Intel 6 series chipset.

(msaitoh)

2012-06-20 01:39:35 UTC MAIN commitmail json YAML

2012-06-19 23:25:53 UTC MAIN commitmail json YAML

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

Remove extra Ed macro.

(njoly)

2012-06-19 21:48:34 UTC MAIN commitmail json YAML

Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all.

(hans)

2012-06-19 21:25:26 UTC MAIN commitmail json YAML

Use CTLTYPE_QUAD for uint64_t type in sysctl_createv.

(njoly)