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

2024-05-10 12:54:03 UTC Now

2010-02-09 13:06:17 UTC uebayasi-xip commitmail json YAML

Implement device page struct vm_page * handling.

(uebayasi)

2010-02-09 09:07:34 UTC uebayasi-xip commitmail json YAML

Define vm_physdev / vm_nphysdev, physical address segment data for managed
device pages.

(uebayasi)

2010-02-09 08:43:33 UTC uebayasi-xip commitmail json YAML

2010-02-09 08:31:34 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2010-02-09 08:23:10 UTC uebayasi-xip commitmail json YAML

Merge vm_physseg lookup routines.

(uebayasi)

2010-02-09 07:42:27 UTC uebayasi-xip commitmail json YAML

2010-02-09 07:32:09 UTC MAIN commitmail json YAML

fix the example code to be closer to compilation and update for aibs(4)

(cnst)

2010-02-09 06:49:41 UTC MAIN commitmail json YAML

Bump date for aibs.

(wiz)

2010-02-09 06:48:28 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2010-02-09 06:47:53 UTC MAIN commitmail json YAML

Nd argument does not need quotes (groff handles more than 9 arguments nicely);
add some commas.

(wiz)

2010-02-09 05:37:25 UTC MAIN commitmail json YAML

use the latest envstat in the example output for aibs(4)

(cnst)

2010-02-09 05:32:51 UTC MAIN commitmail json YAML

fix a typo resulting in warn-max being shown in two columns (one time instead of crit-min); ok pgoyette

(cnst)

2010-02-09 04:40:52 UTC MAIN commitmail json YAML

2010-02-09 04:40:22 UTC MAIN commitmail json YAML

Make some bge's name close to the real product names.

(msaitoh)

2010-02-09 03:32:57 UTC MAIN commitmail json YAML

* s/misformed/malformed/;

* don't change .status to anything other than SVALID and SINVALID in refresh();

suggested by <pgoyette>

(cnst)

2010-02-09 03:26:45 UTC MAIN commitmail json YAML

use ACPI_INTEGER and PRIx64, and check success of sensor_attach;    suggested by jruoho (Jukka Ruohonen)

(cnst)

2010-02-09 03:19:51 UTC MAIN commitmail json YAML

2010-02-09 01:48:29 UTC MAIN commitmail json YAML

mention about mfi(4)'s GEN2 support.

(msaitoh)

2010-02-09 00:21:27 UTC MAIN commitmail json YAML

Update the manual for mfi GEN2.

(msaitoh)

2010-02-09 00:05:18 UTC MAIN commitmail json YAML

Add newer cars supports. Tested on MegaRAID SAS 9260-8i.
- Add MFI gen2 support from OpenBSD.
- Add entry for MegaRAID SAS 9260-8i

(msaitoh)

2010-02-08 23:59:09 UTC MAIN commitmail json YAML

2010-02-08 23:58:39 UTC MAIN commitmail json YAML

Add some MegaRAID Entries

(msaitoh)

2010-02-08 23:54:33 UTC MAIN commitmail json YAML

Fix a bug that the system which has no logical volume panics in shutdown
hook. Without any logical volume, sysmon_envsys_register() fails. On such
case, sc->sc_sme must be NULL for the detach. Reviewed by dyoung and bouyer.

(msaitoh)

2010-02-08 23:10:35 UTC MAIN commitmail json YAML

After reviewing the datasheets, most of the supported Winbond chips can
handles the new flags for selecting sensor type.  Update code and man
page accordingly.

(pgoyette)

2010-02-08 22:55:37 UTC MAIN commitmail json YAML

Handle rump like the direct mapping case.

(joerg)

2010-02-08 21:47:20 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2010-02-08 21:45:32 UTC MAIN commitmail json YAML

2010-02-08 21:42:41 UTC MAIN commitmail json YAML

Document flags option for selecting temp sensor type

(pgoyette)

2010-02-08 21:42:01 UTC MAIN commitmail json YAML

Add temp-sensor type selection (via autoconfig flags).  Currently only
enabled for W83627HF but easily extended to others if appropriate.

Fixes PR kern-42758

(pgoyette)

2010-02-08 21:25:32 UTC MAIN commitmail json YAML

When a password is set for the bootloader ("installboot -o password=..."),
it currently complains about an unknown command and prints a usage if the
password is entered wrong:

        ...
        Choose an option; RETURN for default; SPACE to stop countdown.
        Option 1 will be chosen in 0 seconds.
        Password: *
        Password: *
        Password: *
        unknown command
        commands are:
        boot [xdNx:][filename] [-12acdqsvxz]
            (ex. "hd0a:netbsd.old -s"
        ls [path]
        dev xd[N[x]]:
        consdev {pc|com[0123]|com[0123]kbd|auto}
        modules {enabled|disabled}
        load {path_to_module}
        multiboot [xdNx:][filename] [<args>]
        help|?
        quit

        Choose an option; RETURN for default; SPACE to stop countdown.
        Option 1 will be chosen in 0 seconds.
        ...

This is confusing, plus someone may use it to determine bits of
information about the system. What should happen instead is that the user
is informed that the password is wrong:

        ...
        Choose an option; RETURN for default; SPACE to stop countdown.
        Option 1 will be chosen in 0 seconds.
        Password: ****
        Password: ****
        Password: ****
        Wrong password.

        Choose an option; RETURN for default; SPACE to stop countdown.
        ...

Implement the latter behaviour.

(hubertf)

2010-02-08 20:45:43 UTC MAIN commitmail json YAML

Add ZTE MF626.  From Marc Vertes in PR kern/41667.

(snj)

2010-02-08 20:45:22 UTC MAIN commitmail json YAML

Fix an off-by-one error.
Thanks to Matthias Drochner.

(roy)

2010-02-08 20:44:01 UTC MAIN commitmail json YAML

2010-02-08 20:43:01 UTC MAIN commitmail json YAML

Add ZTE MF626.  From Marc Vertes in PR kern/41667.

(snj)

2010-02-08 20:14:55 UTC MAIN commitmail json YAML

Some bugfixes and enhancements.  Support for case .. of and fix calculation
of branch offsets.

(eeh)

2010-02-08 19:11:18 UTC MAIN commitmail json YAML

Add entry for the mbuf cluster limit change.

(joerg)

2010-02-08 19:02:33 UTC MAIN commitmail json YAML

Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.

(joerg)

2010-02-08 17:59:06 UTC MAIN commitmail json YAML

Take another stab at fixing the LOCKDEBUG panic reported in PR
kern/39940 and by Martti Kuparinen on current-users@:  replace the
ioctl lock with finer-grained locking.  Lock the ports list and
wait to if_clone_destroy() until all threads are out of the softc.

Thanks to Martti Kuparinen for testing these changes.

(dyoung)

2010-02-08 17:19:12 UTC MAIN commitmail json YAML

Update netpgp to version 1.99.17/20100208

Changes to 1.99.17/20100208

+ get rid of last 2 static variables - use the __ops_printstate_t struct
  passed down, and add the indent variable here too
+ get rid of 3 occurrences in reader.c where an automatic buffer was
  addressed (as part of a subsequent callback) by a struct field from
  a calling scope, and only valid within the callback.  Found by
  Flexelint and phk - many thanks.
+ print filename/"memory" when time problems occur when validating signatures

(agc)

2010-02-08 09:54:27 UTC MAIN commitmail json YAML

Re-apply:

Invert the sense of the bit to mark if LOCKDEBUG is enabled to
disabled.

This will help my fellow developers spot "use before initialised"
problems that hppa picks up very well.

but fix the !LOCKDEBUG case by defining the "no debug" bits to zero so
they have no effect on lock stubs.

(skrll)

2010-02-08 08:49:57 UTC MAIN commitmail json YAML

Add USERCONF as per all other GENERIC kernels

(skrll)

2010-02-08 07:56:39 UTC MAIN commitmail json YAML

2010-02-08 07:56:06 UTC MAIN commitmail json YAML

use

.if defined(HAVE_GCC) && ${HAVE_GCC} == 4

rather than

.if ${HAVE_GCC} == 4

as HAVE_GCC may be undefined

(plunky)

2010-02-08 06:14:57 UTC uebayasi-xip commitmail json YAML

Abstract vm_physseg_find() to handle struct vm_page *.

(uebayasi)

2010-02-08 05:53:05 UTC uebayasi-xip commitmail json YAML

Make vm_physseg lookup into a real function.

(uebayasi)

2010-02-08 05:41:43 UTC uebayasi-xip commitmail json YAML

2010-02-08 05:01:09 UTC uebayasi-xip commitmail json YAML

Add XIP flag and globally enable it on this branch.

(uebayasi)

2010-02-08 03:36:16 UTC MAIN commitmail json YAML

Describe a new branch, uebayasi-xip.

(uebayasi)

2010-02-08 00:02:50 UTC MAIN commitmail json YAML

pgo_get needs the page array to be initialized.

(mlelstv)

2010-02-08 00:01:39 UTC MAIN commitmail json YAML

Move assertion to make check more clear.

(mlelstv)

2010-02-07 23:25:07 UTC MAIN commitmail json YAML

Make UVMHIST build again.

(mlelstv)

2010-02-07 20:55:46 UTC MAIN commitmail json YAML

Recognize the i2c bus on the AMD768 PCI-ISA/LPC Bridge

Resolves PR/42759 - thanks Michael Stapelberg

(pgoyette)

2010-02-07 19:43:12 UTC MAIN commitmail json YAML

Use http: for links to files on ftp.NetBSD.org.

(snj)

2010-02-07 18:50:49 UTC MAIN commitmail json YAML

Update version number examples for the post-2.0I world.

(snj)

2010-02-07 18:17:19 UTC MAIN commitmail json YAML

Note the import of uthum driver from openbsd

(tonio)

2010-02-07 18:09:01 UTC MAIN commitmail json YAML

Fix typo in Email address, spotted by pgoyette@

(tonio)

2010-02-07 17:12:40 UTC MAIN commitmail json YAML

- ufs_balloc_range(): on error, only PG_RELEASED the pages that were
  allocated to extend the file to the new size. Releasing all pages
  may release pages that contains previously-written data not yet flushed
  to disk. Should fix PR kern/35704
- {ffs,lfs,ext2fs}_truncate(): Even if the inode's size is the same as
  the new length, call uvm_vnp_setsize(). *_truncate() may have been
  called by *_write() in the error path (e.g. block allocation failure
  because of quota of file system full), and at this point v_writesize
  has been set to the desired size of the file and not reverted to the
  old size. Not adjusting v_writesize to the real size cause
  genfs_do_io() to write to disk past the real end of the file.

(bouyer)

2010-02-07 16:04:31 UTC MAIN commitmail json YAML

d_psize routine returns a number of blocks or -1 on error.
d_dump routine returns 0 or an error code.

(mlelstv)

2010-02-07 15:51:29 UTC MAIN commitmail json YAML

Use filesystem blocks to address filesystem objects. f_iosize just
happens to be the same for current filesystems.

(mlelstv)

2010-02-07 12:52:04 UTC MAIN commitmail json YAML

Remove a now-unused variable declaration.

(he)

2010-02-07 10:49:36 UTC MAIN commitmail json YAML

Xref i386/splraise.9 and bump date for previous.

(wiz)

2010-02-07 03:24:16 UTC MAIN commitmail json YAML

KNF.

XXX This should use bus_dma(9).

(uebayasi)

2010-02-06 23:45:27 UTC MAIN commitmail json YAML

2010-02-06 23:13:59 UTC MAIN commitmail json YAML

scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.h

(cegger)

2010-02-06 22:32:08 UTC MAIN commitmail json YAML

2010-02-06 21:57:08 UTC MAIN commitmail json YAML

2010-02-06 21:27:51 UTC MAIN commitmail json YAML

Enable acpismbus(4) for ALL kernel, per discussion on tech-kern

(pgoyette)

2010-02-06 20:37:14 UTC MAIN commitmail json YAML

Improve the error message that results when you have a multi-variable .for
and the substitution list doesn't divide evenly.

(dholland)

2010-02-06 20:15:54 UTC MAIN commitmail json YAML

Add man page for acpismbus(4)

(pgoyette)

2010-02-06 20:13:03 UTC MAIN commitmail json YAML

Mention acpismbus(4) (expermiental)

(pgoyette)

2010-02-06 20:12:32 UTC MAIN commitmail json YAML

2010-02-06 20:11:33 UTC MAIN commitmail json YAML

2010-02-06 20:10:18 UTC MAIN commitmail json YAML

Import my experimental ACPI SMBus Control Method Interface driver

XXX Should not be enabled in any configuration file until you have
XXX disabled corresponding "native" i2c driver!  Read the acpismbus(4)
XXX man page!

(pgoyette)

2010-02-06 18:18:01 UTC matt-nb5-mips64 commitmail json YAML

add entry for mips/spl.S so kernel can compile

(cliff)

2010-02-06 17:48:54 UTC MAIN commitmail json YAML

Enlarge temporary buffer, so that event counter's name is not truncated
for ioapic interrupts.

(bouyer)

2010-02-06 16:31:35 UTC netbsd-5-0 commitmail json YAML

2010-02-06 15:56:01 UTC netbsd-5-0 commitmail json YAML

2010-02-06 15:44:38 UTC netbsd-5-0 commitmail json YAML

Improve description of -mno-red-zone entry and use http for a couple
links.

(snj)

2010-02-06 14:43:15 UTC matt-nb5-mips64 commitmail json YAML

Split spl functions into their own sources.
Make sure fast softints clear l_ctxswtch in the softint thread, not their own.

(matt)

2010-02-06 14:41:40 UTC matt-nb5-mips64 commitmail json YAML

2010-02-06 14:41:09 UTC matt-nb5-mips64 commitmail json YAML

wait idle also needs to see if at least one interrupt is unmasked.

(matt)

2010-02-06 14:09:25 UTC MAIN commitmail json YAML

Attach to SMBus on Intel P55 chipset.

(tnn)

2010-02-06 12:44:32 UTC MAIN commitmail json YAML

Fix Dd, use Dq, and remove trailing comma.

(wiz)

2010-02-06 12:10:59 UTC MAIN commitmail json YAML

2010-02-06 11:29:03 UTC MAIN commitmail json YAML

2010-02-06 11:26:56 UTC MAIN commitmail json YAML

2010-02-06 11:17:17 UTC MAIN commitmail json YAML

Add uthum(4) driver from openbsd, adapted to handle both
TEMPerHUM and TEMPer devices

(tonio)

2010-02-06 11:14:41 UTC MAIN commitmail json YAML

Add uthum driver, ported from openbsd

Handles Tenx temperature sensors TEMPer and TEMPerHUM
and declares them to envsys

(tonio)

2010-02-06 10:50:52 UTC MAIN commitmail json YAML

2010-02-06 10:15:48 UTC MAIN commitmail json YAML

2010-02-06 10:11:55 UTC MAIN commitmail json YAML

Add TENX vendor and two devices

(tonio)

2010-02-06 07:12:25 UTC MAIN commitmail json YAML

Sync with terminfo(5): Remove /etc/terminfo.db.

(wiz)

2010-02-06 06:02:29 UTC matt-nb5-mips64 commitmail json YAML

Add some prelim poolpage debugging code.
Don't use ptoa to expand pfns to paddrs since it's cast with a vaddr_t.

(matt)

2010-02-06 05:54:14 UTC netbsd-5-0 commitmail json YAML

2010-02-06 05:52:39 UTC netbsd-5-0 commitmail json YAML

2010-02-06 05:28:30 UTC matt-nb5-mips64 commitmail json YAML

Allow uvm_km_alloc to allocate from a specific vm freelist if the port wants
it to.

(matt)

2010-02-06 04:55:01 UTC matt-nb5-mips64 commitmail json YAML

When choosing a msgbuf for a LP32 kernel, make sure it's mappable via KSEG0

(matt)

2010-02-06 04:50:19 UTC MAIN commitmail json YAML

Revert commit from Fri Feb  5 06:43:17 UTC 2010 by skrll:

      Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.

      This will help my fellow developers spot "use before initialised" problems
      that hppa picks up very well.

It has to be done differently, because the semantics of mtx_owner in the non-
LOCKDEBUG case can vary significantly between archs, and thus it is not
possible to simply flip a bit to 1.

Ok core@, as at least i386 is unbootable right now.

(cube)

2010-02-06 03:10:14 UTC matt-nb5-mips64 commitmail json YAML

- when establishing an intr, if malloc fails, be sure to splx on the way out
- in interrupt dispatch, when ack-ing EIRR, preserve the softint bits

(cliff)

2010-02-06 03:06:42 UTC MAIN commitmail json YAML

Typo in a wchan string.

(uebayasi)

2010-02-06 02:59:04 UTC matt-nb5-mips64 commitmail json YAML

A little constification and remove some old softintr cruft.

(matt)

2010-02-06 02:57:44 UTC matt-nb5-mips64 commitmail json YAML

2010-02-06 02:56:23 UTC matt-nb5-mips64 commitmail json YAML

Save curlwp in context (even though it should already be there).

(matt)

2010-02-06 02:56:17 UTC MAIN commitmail json YAML

Make vm_physseg lookup routines take the target vm_physseg.  This is for the
coming "managed" device segments.

(uebayasi)

2010-02-06 02:24:34 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.29 / diff / nxr@1.29
src/crypto/external/bsd/netpgp/dist/configure@1.22 / diff / nxr@1.22
src/crypto/external/bsd/netpgp/dist/configure.ac@1.21 / diff / nxr@1.21
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.15 / diff / nxr@1.15
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h@1.14 / diff / nxr@1.14
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.27 / diff / nxr@1.27
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.20 / diff / nxr@1.20
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.37 / diff / nxr@1.37
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpsdk.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.19 / diff / nxr@1.19
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.28 / diff / nxr@1.28
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.24 / diff / nxr@1.24
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h@1.17 / diff / nxr@1.17
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c@1.28 / diff / nxr@1.28
src/crypto/external/bsd/netpgp/dist/src/lib/signature.c@1.25 / diff / nxr@1.25
src/crypto/external/bsd/netpgp/dist/src/lib/signature.h@1.15 / diff / nxr@1.15
src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/validate.c@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/validate.h@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/lib/version.h@1.23 / diff / nxr@1.23
      :
(more 7 files)
Changes to 1.99.16/20100205

+ minor simplifications to netpgp(1) internally
+ fix a bug in netpgp_verify_file where a non-existent file while listing
  packets would cause a SIGSEGV
+ add duration arg to netpgp(1), and check for validity when verifying
  signatures
+ add birthtime arg to netpgp(1), and check for validity when verifying
  signatures
+ add netpgp commands to print pubkey, if desired
+ allow the passphrase for the signature to be taken from --pass-fd
+ get rid of static indent value when printing packet contents
+ print signature validity times when verifying a file's signature

(agc)

2010-02-06 00:39:47 UTC matt-nb5-mips64 commitmail json YAML

2010-02-06 00:23:30 UTC MAIN commitmail json YAML

- properly map the schizo interrupt registers, so we can use the normal
  virtual mappings to access them.
- with the above fxied, kill SCHIZO_BUS_SPACE_BROKEN, and introduce
  an options CHEETAH for now, that disables the SPITFIRE code in locore.
- merge schizo_init() into schizo_attach() and clean up the softc a bit.

with this we are only one more step away from GENERIC booting on USIII
machines.

(mrg)

2010-02-05 22:07:51 UTC MAIN commitmail json YAML

The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211.

(pooka)

2010-02-05 22:07:14 UTC MAIN commitmail json YAML

2010-02-05 22:01:38 UTC MAIN commitmail json YAML

2010-02-05 21:58:42 UTC MAIN commitmail json YAML

Don't touch past the end of allocated region.  It results segmentation
violation.

(enami)

2010-02-05 21:10:58 UTC MAIN commitmail json YAML

Include locators.h for SSIOCF_ADDR_DEFAULT.

(snj)

2010-02-05 20:03:36 UTC MAIN commitmail json YAML

Correct addressing of superblock updates.

(mlelstv)

2010-02-05 19:22:25 UTC MAIN commitmail json YAML

Fix a typo in one DPRINTF (s/edata->des/edata->desc/).

(jruoho)

2010-02-05 19:21:02 UTC MAIN commitmail json YAML

Don't look in /etc for a terminfo database.
Don't report the rescue database if we did not find the terminal in
there AND we were able to access prior databases.

(roy)

2010-02-05 19:08:26 UTC MAIN commitmail json YAML

2010-02-05 18:41:25 UTC MAIN commitmail json YAML

amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that

(plunky)

2010-02-05 18:26:38 UTC MAIN commitmail json YAML

add some missing (mostly hungarian or polish) dead accent combinations,
from lkundrak's netbsd-sk_cz-howto

(drochner)

2010-02-05 17:44:27 UTC MAIN commitmail json YAML

One more callback of sme_refresh() routine needs to check first that
there is a routine to be called!

(pgoyette)

2010-02-05 17:23:47 UTC MAIN commitmail json YAML

Mark up PKGDB_DIR with Dv (same as in pkg_install.conf).

(wiz)

2010-02-05 17:18:31 UTC MAIN commitmail json YAML

when making VERSSTR, provide the target os/machine rather than the host.
have the CVS checkout date in the PACKAGE_STRING rather than in a separate
definition

(plunky)

2010-02-05 17:16:05 UTC matt-nb5-mips64 commitmail json YAML

remove a debugging printf.  cleanup the reinit of the lwp.

(matt)

2010-02-05 16:54:12 UTC MAIN commitmail json YAML

2010-02-05 16:43:46 UTC MAIN commitmail json YAML

Fix infocmp when both -a and -x are given as arguments.

(roy)

2010-02-05 16:36:09 UTC MAIN commitmail json YAML

Note that -a no longer sets -x.

(roy)

2010-02-05 16:34:04 UTC MAIN commitmail json YAML

Retain commented out capabilities by default.

(roy)

2010-02-05 16:32:20 UTC MAIN commitmail json YAML

Note that pkgdb_dir is deprecated and point to the alternative setting.

(jmmv)

2010-02-05 16:29:02 UTC MAIN commitmail json YAML

Deprecate the pkgdb_dir settings from daily.conf and security.conf in
favor of the PKG_DBDIR variable in /etc/pkg_install.conf.  The purpose
of this is to only have to define the location of the packages database
in a single place and have all other system components pick it up.

pkgdb_dir is still honored if defined and the scripts will spit out a
warning in that case, asking the administrator to migrate to the
PKG_DBDIR setting.  We can't remove this compatibility workaround until,
at least, after NetBSD 6 is released.

(jmmv)

2010-02-05 14:40:07 UTC MAIN commitmail json YAML

More adaptation for ports where char is unsigned char.

(he)

2010-02-05 14:39:07 UTC MAIN commitmail json YAML

More adaptation for ports with unsigned char as char.

(he)

2010-02-05 12:46:33 UTC MAIN commitmail json YAML

+infocmp.debug +tic.debug

(njoly)

2010-02-05 12:31:57 UTC MAIN commitmail json YAML

Store the aliases against the entry, so that infocmp can reproduce them.
Handy for creating smaller terminfo databases.

(roy)

2010-02-05 12:13:36 UTC MAIN commitmail json YAML

Added two new macros to device.h:
amiga_membarrier() enforces a reorder protection on memory read/writes.
amiga_cpu_sync() makes sure the instruction pipelines are flushed.
Both macros may be used in all amiga device drivers for compatibility with
amigappc. For the start I fixed some SCSI drivers.
cbiiisc and ahsc were tested and seem to work really fast with DMA now.
Some stability problems with amigappc remain nevertheless (spontaneous
kernel DSI traps with high CPU/SCSI load).

(phx)

2010-02-05 12:05:26 UTC MAIN commitmail json YAML

dma_cachectl() flushes the data cache for Amiga SCSI drivers.
Drop into the debugger after oea_dumpsys(), which doesn't dump anything ATM.

(phx)

2010-02-05 12:04:10 UTC MAIN commitmail json YAML

Avoid taking a (not yet) initialized mutex early during bootstrap.

(martin)

2010-02-05 11:06:37 UTC MAIN commitmail json YAML

fix LOCKDEBUG panic 'uninitialized lock'.
seminit() calls exithook_establish(). exithook_establish() uses the exec_lock.
exec_lock is initialzed by exec_init(1).
Call exec_init(1) before seminit().

(cegger)

2010-02-05 10:10:04 UTC MAIN commitmail json YAML

Make our unsigned char ports happy.

(roy)

2010-02-05 10:01:21 UTC MAIN commitmail json YAML

2010-02-05 09:44:23 UTC MAIN commitmail json YAML

2010-02-05 09:42:22 UTC MAIN commitmail json YAML

2010-02-05 08:58:47 UTC MAIN commitmail json YAML

be more adaptable when choosing the target arch, try to relate
the MACHINE_ARCH to the supported architectures before failing.

(plunky)

2010-02-05 08:52:25 UTC MAIN commitmail json YAML

just use the actual date in PACKAGE_CHECKOUT definition

(plunky)

2010-02-05 08:46:26 UTC MAIN commitmail json YAML

don't build and install the crtbegin.o and crtend.o files at this stage,
they conflict with the system provided ones (lib/csu) and cause problems.

(plunky)

2010-02-05 08:42:40 UTC MAIN commitmail json YAML

2010-02-05 08:41:14 UTC MAIN commitmail json YAML

don't conditionally include the Makefile.inc, we need the BINDIR etc
definitions for installation

(plunky)

2010-02-05 08:37:48 UTC MAIN commitmail json YAML

2010-02-05 07:39:54 UTC matt-nb5-mips64 commitmail json YAML

Change to deal with new method of invoking softints.  Remove mips/softintr.c
from config files.  Fix SYMTAB_SPACE for WGT62V43

(matt)

2010-02-05 07:36:51 UTC matt-nb5-mips64 commitmail json YAML

2010-02-05 06:43:17 UTC MAIN commitmail json YAML

Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.

This will help my fellow developers spot "use before initialised" problems
that hppa picks up very well.

(skrll)

2010-02-05 03:49:12 UTC MAIN commitmail json YAML

vnode.h is not used here.

(uebayasi)

2010-02-05 02:27:15 UTC MAIN commitmail json YAML

Cosmetic.  Shorten some long names.

(uebayasi)

2010-02-05 00:55:31 UTC MAIN commitmail json YAML

Fix !DIAGNOSTIC build.  Reported by Geoff Wing.

(uebayasi)

2010-02-04 23:55:43 UTC MAIN commitmail json YAML

2010-02-04 22:56:11 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2010-02-04 22:25:21 UTC MAIN commitmail json YAML

Document termcap database removal.

(roy)

2010-02-04 21:48:36 UTC MAIN commitmail json YAML

2010-02-04 21:48:11 UTC MAIN commitmail json YAML

Explicitly include opt_gateway.h when depending on GATEWAY.

(joerg)

2010-02-04 21:01:45 UTC MAIN commitmail json YAML

Note .terminfo and .terminfo.db in /root.

(roy)

2010-02-04 21:01:16 UTC MAIN commitmail json YAML

Install a minimal .terminfo and .terminfo.db in /root.
This allows terminfo to be used when /usr is not available.
Fixes PR misc/6879.

(roy)

2010-02-04 19:50:20 UTC netbsd-5-0 commitmail json YAML

Remove duplicate entry for ticket 1257.

(snj)

2010-02-04 19:25:22 UTC MAIN commitmail json YAML

For the -d option, refer to parsedate(3) for examples.

(reed)

2010-02-04 18:06:53 UTC MAIN commitmail json YAML

If the AC adapter is flagged with SME_DISABLE_REFRESH, don't try to call
its refresh() callback.  Just assume that its value has been properly
updated by other means.

(pgoyette)

2010-02-04 14:04:59 UTC MAIN commitmail json YAML

Don't remove termcap.db from existing systems.

(roy)

2010-02-04 13:22:34 UTC MAIN commitmail json YAML

Define "HAVE_TERMCAP_H" to fix build with the new terminfo library.

(tron)

2010-02-04 13:07:55 UTC MAIN commitmail json YAML

add note of "pcc" and "pcccmds" attributes

(plunky)

2010-02-04 12:54:55 UTC MAIN commitmail json YAML

2010-02-04 12:25:08 UTC MAIN commitmail json YAML

Allow hash to be build on other hosts.

(roy)

2010-02-04 10:27:08 UTC MAIN commitmail json YAML

Include nbtool_config.h as we need to be part of the terminfo toolchain.

(roy)

2010-02-04 10:20:54 UTC MAIN commitmail json YAML

Don't increment when ICR_RXO is set because we count them by WMREG_MPC
counter.

(msaitoh)

2010-02-04 09:48:35 UTC MAIN commitmail json YAML

Sort SEE ALSO. New sentence, new line. Whitespace fix.

(wiz)

2010-02-04 09:46:26 UTC MAIN commitmail json YAML

2010-02-04 09:45:30 UTC MAIN commitmail json YAML

Sync terminfo.5 changes into terminfo.5.in

(roy)

2010-02-04 09:13:23 UTC MAIN commitmail json YAML

- Count Receive error, CRC error, Alignment error, Symbol error, Sequence
  error, Carrier extension error and Receive length error into ierror.
  Fixes PR#30349 reported by UMEZAWA Takeshi.
- Count Missed packet (rx fifo overflow) and Receive no buffers (rx ring full)
  into iqdrops.

(msaitoh)

2010-02-04 09:12:56 UTC MAIN commitmail json YAML

2010-02-04 09:07:30 UTC MAIN commitmail json YAML

Sort library descriptions.

(wiz)

2010-02-04 06:49:53 UTC netbsd-5 commitmail json YAML

2010-02-04 06:45:59 UTC netbsd-5 commitmail json YAML

2010-02-04 05:48:26 UTC MAIN commitmail json YAML

Reduce diff between upper/lower neighbor handlers.

(uebayasi)

2010-02-04 03:32:22 UTC MAIN commitmail json YAML

Merge "obfuscating layers" for readability.  Inline some functions.
Requested by rmind@.

(uebayasi)

2010-02-04 03:19:08 UTC MAIN commitmail json YAML

Move uvm_fault_* static func decls in one place.

(uebayasi)

2010-02-04 00:37:08 UTC MAIN commitmail json YAML

2010-02-03 23:51:40 UTC matt-nb5-mips64 commitmail json YAML

2010-02-03 23:46:47 UTC matt-nb5-mips64 commitmail json YAML

Fix setjmp/longjmp (longjmp(a,v) was not returning v)
Fix __setjmp14 to not mark fp as used when running softfloat.

(matt)

2010-02-03 23:13:28 UTC MAIN commitmail json YAML

2010-02-03 22:13:13 UTC MAIN commitmail json YAML

fix the embedded VERSSTR by providing the correct machine architecture
at build time, and adding an import date to the version.

(plunky)

2010-02-03 22:07:50 UTC MAIN commitmail json YAML

following the documentation in mk.conf(5) and share/mk/bsd.README,
and prior art with the MKGCC and MKGCCCMDS build options, only build
and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS != no

(plunky)

2010-02-03 22:03:56 UTC MAIN commitmail json YAML

Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version

(plunky)

2010-02-03 21:35:22 UTC MAIN commitmail json YAML

2010-02-03 21:32:27 UTC MAIN commitmail json YAML

... aaand make the emit-order slightly more sensible for ioconf.c to
actually work again.

(pooka)

2010-02-03 21:18:38 UTC MAIN commitmail json YAML

2010-02-03 21:15:39 UTC MAIN commitmail json YAML

add a rule for locators.h too

(pooka)

2010-02-03 21:11:24 UTC MAIN commitmail json YAML

If IOCONFIG is defined, autogenerate ioconf.c and locators.h
from ${IOCONFIG}.

(pooka)

2010-02-03 21:02:39 UTC MAIN commitmail json YAML

Regenerate to pick up the changes from terminfo.5.in revision 1.3.

(snj)

2010-02-03 21:00:49 UTC MAIN commitmail json YAML

Introduce experimental support for ioconf-only configuration files.
This is done by giving the "ioconf" keyword in the config file.
As a result, config produces only ioconf.c and locators.h.  Currently,
only "monolithic" configurations with the device path starting from
root are supported.  Eventually, the goal is to support a local
root in the input file from any point along the device tree using
files.* in our kernel tree.  This will make autogenerating the
config glue for device modules possible instead of having to write
it by hand like is currently required (yes, it sounds simple to
implement, but ...).

reviewed by cube.
(the next part will demand major discussions with you, so prepare ;)

(pooka)

2010-02-03 20:56:54 UTC MAIN commitmail json YAML

2010-02-03 19:32:41 UTC MAIN commitmail json YAML

do not attach to Powrbook G3 onboard Firewire controllers until someone with
access to the hardware can figure out why it deadlocks during device
discovery

(macallan)

2010-02-03 19:31:49 UTC MAIN commitmail json YAML

2010-02-03 19:29:16 UTC MAIN commitmail json YAML

2010-02-03 19:28:08 UTC MAIN commitmail json YAML

2010-02-03 19:27:24 UTC MAIN commitmail json YAML

add Apple PowerBook G3 Firewire controllers

(macallan)