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

2024-05-10 03:09:51 UTC Now

2009-12-07 23:48:02 UTC MAIN commitmail json YAML

Bump date for new sysctl.

(wiz)

2009-12-07 21:31:44 UTC MAIN commitmail json YAML

Test against SSIZE_MAX as pointed out by enami tsugutomo.

(roy)

2009-12-07 20:57:55 UTC MAIN commitmail json YAML

Process flush requests from the file server in a separate thread
context.  This fixes a long-standing but seldomly seen deadlock,
where the kernel was holding pages busy (due to e.g. readahead
request) while waiting for the server to respond, and the server
made a callback into the kernel asking to invalidate those pages.
... or, well, theoretically fixes, since I didn't have any reliable
way of repeating the deadlock and I think I saw it only twice.

(pooka)

2009-12-07 19:57:35 UTC MAIN commitmail json YAML

Print the warning message if extent_free fails.

(nakayama)

2009-12-07 19:45:14 UTC MAIN commitmail json YAML

Poison future uses of DVACT_ACTIVATE by deleting it.  I deleted the last
"use" of DVACT_ACTIVATE in a driver, yesterday.

(dyoung)

2009-12-07 18:48:45 UTC MAIN commitmail json YAML

PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.
Print the current status.

(christos)

2009-12-07 18:47:25 UTC MAIN commitmail json YAML

PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,
to disable icmp replies to the broadcast address.

(christos)

2009-12-07 18:38:55 UTC MAIN commitmail json YAML

Initialize/compare pointers with NULL instead of 0.

(dyoung)

2009-12-07 17:38:16 UTC MAIN commitmail json YAML

2009-12-07 16:56:03 UTC MAIN commitmail json YAML

Add a prototype for netpgp_match_list_keys()

(agc)

2009-12-07 16:55:37 UTC MAIN commitmail json YAML

2009-12-07 16:22:41 UTC MAIN commitmail json YAML

Define dependencies of arith.[ch] on arith.y.

(uebayasi)

2009-12-07 16:18:44 UTC MAIN commitmail json YAML

+ The internal variable "sshetcdir" has been renamed to "sshkeydir"

+ Take advantage of the new regular expression searching methods

(agc)

2009-12-07 16:17:57 UTC MAIN commitmail json YAML

The internal variable "sshetcdir" has been renamed to "sshkeydir"

(agc)

2009-12-07 16:17:17 UTC MAIN commitmail json YAML

+ When using ssh keys, use the first key as the default userid, unless
specified.

+ The internal variable "sshetcdir" has been renamed to "sshkeydir"

+ When matching the text fields in the username, use an ICASE, NOSUB, EXTENDED
regular expression. This allows more advanced ways of searching, such as:

% netpgpkeys --list-keys '\.de\>'

to find all the keys in the default keyring which have an email address
in Germany. This is actually surprisingly useful.

(agc)

2009-12-07 15:51:52 UTC MAIN commitmail json YAML

Need to send protocol layer response instead of transport layer
return value.  While there, just collapse all non-supported types
into one entry.

(pooka)

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

Remove "#if defined(amiga) || defined(atari)" for PG_SHIFT.
Use PGSHIFT from <machine/param.h> instead.

(tsutsui)

2009-12-07 13:41:44 UTC MAIN commitmail json YAML

Mark putter as MODULE_CLASS_DRIVER to make it autoloadable.  This
fixes autoloading of puffs upon mount.

(pooka)

2009-12-07 11:28:37 UTC MAIN commitmail json YAML

- fix corner case bugs around the segment offsets.
- make sure that on error condition we return "no valid mappings".

(nakayama)

2009-12-07 11:24:30 UTC MAIN commitmail json YAML

Add comment about an uncorrectable DMA error sometimes observed on
tlp(4) on Netra X1, and its workaround.

Also add membar_storestore, from OpenBSD.

(nakayama)

2009-12-07 11:18:38 UTC MAIN commitmail json YAML

Calculate DVMA pages correctly.

(nakayama)

2009-12-07 11:14:27 UTC MAIN commitmail json YAML

Avoid use of iommu_dvmamap_unload in error path.  It is too
expensive since it contains data cache flushing.

Some driver (tlp(4) with DM9201 on Netra X1) can only handle one
DMA segment, so it was called frequently.

(nakayama)

2009-12-07 10:03:37 UTC MAIN commitmail json YAML

remove init entry.
add floppy entry.

(nonaka)

2009-12-07 10:00:21 UTC MAIN commitmail json YAML

Recognize $L as a local symbol for mips64.

(skrll)

2009-12-07 09:57:19 UTC matt-nb5-mips64 commitmail json YAML

2009-12-07 08:58:49 UTC MAIN commitmail json YAML

2009-12-07 08:57:38 UTC MAIN commitmail json YAML

remove rest of 'no file-system PORTAL' (portalfs kernel driver was removed)

(pooka)

2009-12-07 08:50:01 UTC MAIN commitmail json YAML

Can't negate a now non-existent file system (PORTALFS was removed).

(he)

2009-12-07 07:43:05 UTC MAIN commitmail json YAML

2009-12-07 04:37:10 UTC netbsd-5 commitmail json YAML

Whitespace fix in last.

(snj)

2009-12-07 04:35:44 UTC netbsd-5 commitmail json YAML

2009-12-07 04:30:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #1072):
sys/fs/tmpfs/tmpfs_vnops.c: revision 1.63
tmpfs_rename: handle hard-links correctly.  Fixes PR/41236.

(snj)

2009-12-07 04:12:10 UTC MAIN commitmail json YAML

2009-12-07 00:47:49 UTC MAIN commitmail json YAML

Remove me from some responsible lines.

(wiz)

2009-12-06 23:18:37 UTC MAIN commitmail json YAML

2009-12-06 23:17:09 UTC MAIN commitmail json YAML

Simplify device-activation hooks.

(dyoung)

2009-12-06 23:15:59 UTC MAIN commitmail json YAML

Delete dead code.

(dyoung)

2009-12-06 23:14:39 UTC MAIN commitmail json YAML

Simplify device-activation hook.

(dyoung)

2009-12-06 23:14:05 UTC MAIN commitmail json YAML

2009-12-06 23:05:39 UTC MAIN commitmail json YAML

2009-12-06 23:05:06 UTC MAIN commitmail json YAML

2009-12-06 22:56:56 UTC MAIN commitmail json YAML

Simplify device-activation hook.

(dyoung)

2009-12-06 22:51:25 UTC MAIN commitmail json YAML

2009-12-06 22:49:48 UTC MAIN commitmail json YAML

2009-12-06 22:48:17 UTC MAIN commitmail json YAML

2009-12-06 22:44:55 UTC MAIN commitmail json YAML

Delete dead code: a device-activation hook.

(dyoung)

2009-12-06 22:42:48 UTC MAIN commitmail json YAML

Simplify these device-activation hooks using the following semantic
patch.

XXX sc_dying must die.

@@
type device_t;

identifier act, midi_softc, midiactivate, sc, self;
@@

int
midiactivate(device_t self, enum devact act)
{
(
struct midi_softc *sc = device_private(self);
|
- struct midi_softc *sc;
+ struct midi_softc *sc = device_private(self);
...
- sc = device_private(self);
)
...
switch (act) {
- case DVACT_ACTIVATE:
- return (EOPNOTSUPP);
-
case DVACT_DEACTIVATE:
(
sc->dying
|
sc->sc_dying
)
=
(
1
|
true
)
;
- break;
+ return 0;
+ default:
+ return EOPNOTSUPP;
}
- return (0);
}

(dyoung)

2009-12-06 22:40:56 UTC MAIN commitmail json YAML

Delete unnecessary device-activation hooks.

(dyoung)

2009-12-06 22:33:44 UTC MAIN commitmail json YAML

Delete unnecessary device-activation hooks.  Simplify the rest.

(dyoung)

2009-12-06 21:40:32 UTC MAIN commitmail json YAML

2009-12-06 21:39:45 UTC MAIN commitmail json YAML

Delete the device-activation hook, it doesn't do anything useful.

(dyoung)

2009-12-06 21:38:42 UTC MAIN commitmail json YAML

Simplify the device-activation hook.  Move some of the device
deactivation to the detachment routine, where it belongs.

(dyoung)

2009-12-06 21:35:05 UTC MAIN commitmail json YAML

Simplify the device-activation hook.  Move some of the device
deactivation to the detachment routine, where it belongs.

(dyoung)

2009-12-06 21:33:45 UTC MAIN commitmail json YAML

Simplify the device-activation hook.  Move some of the device
deactivation to the detachment routine, where it belongs.

(dyoung)

2009-12-06 20:26:55 UTC MAIN commitmail json YAML

Correct comment, pipelock() no longer releases the mutex.

(dsl)

2009-12-06 20:20:13 UTC MAIN commitmail json YAML

2009-12-06 18:00:15 UTC MAIN commitmail json YAML

For readability's sake, write NULL instead of (type *)0.

(dyoung)

2009-12-06 17:43:05 UTC MAIN commitmail json YAML

2009-12-06 16:46:11 UTC MAIN commitmail json YAML

If pfi_address_add() has to extend the buffer, copy the data in the
right direction!
Fixes PR/41939.

(dsl)

2009-12-06 16:35:16 UTC MAIN commitmail json YAML

VNDIOCSET now returns a 64bit unsigned size.
Use compat ioctls if the kernel rejects the request.
Fixes PR/41873.

(dsl)

2009-12-06 16:33:19 UTC MAIN commitmail json YAML

Make vnd_size (the returned size) 64 bit, keeping old field for ioctl
compatibility. Both fields are now unsigned.
Add compatibility for the old ioctl size.
Detect and error files which are definitely sparse (va_bytes < va_size).
Part of fix for PR/41873.

(dsl)

2009-12-06 16:15:15 UTC MAIN commitmail json YAML

Simplify how MKZFS is set.  No functional changes.

(uebayasi)

2009-12-06 14:37:36 UTC MAIN commitmail json YAML

Correct the dependency; makeerrnos.sh generates misc.c and misc.h.  dump.c
is never involved there.  Those dependency has been wrong since Rev. 1.1.

(uebayasi)

2009-12-06 14:33:47 UTC MAIN commitmail json YAML

Add support for DM_QUERY_INACTIVE_TABLE_FLAG to dm_table_status and dm_table_deps
this flag was introduced to dm->lvm protocol in 4.16.0 version of it. Restore
vrsion check functionality and sent back actual kernel driver version.

(haad)

2009-12-06 14:31:16 UTC MAIN commitmail json YAML

Make our driver version equal to linux driver.

(haad)

2009-12-06 14:03:23 UTC MAIN commitmail json YAML

Move BLUE_STATS to a commented out line since it is always enabled in
the source file. Fixes PR/35390.

(dsl)

2009-12-06 13:39:22 UTC MAIN commitmail json YAML

Call iommu_strbuf_flush_done every iommu_enter is too expensive,
so call it once if needed.

(nakayama)

2009-12-06 13:31:17 UTC MAIN commitmail json YAML

Put asm objects into OBJS, not dependencies for all target.

(tsutsui)

2009-12-06 13:28:04 UTC MAIN commitmail json YAML

Create machine and ${MACHINE_CPU} symlinks properly and
remove unnecessary dependencies so that parallel build works.

(tsutsui)

2009-12-06 13:21:37 UTC MAIN commitmail json YAML

2009-12-06 13:15:25 UTC MAIN commitmail json YAML

Make is_dvmaend point to the last DVMA map address not the next
address, and fix off by one errors.

Also, do some optimization.

(nakayama)

2009-12-06 12:56:59 UTC MAIN commitmail json YAML

Provide the phony "tags" target as previous.  Make it depend on the real
target.  In case someone assumes the target as an interface.

(uebayasi)

2009-12-06 12:55:46 UTC MAIN commitmail json YAML

Support Infineon UniStone (PBA31308).
  from Gumstix's bluez-utils-hciattach-pba31308.patch.
  tested on Gumstix verdex-pro.

(kiyohara)

2009-12-06 12:47:37 UTC MAIN commitmail json YAML

Fix some bugs.
1. Remove O_NDELAY.  Please block it.  Or read() returns EAGAIN.
2. We want data size.  header already read.
3. Call errx().  errno(2) unspecified at now.

(kiyohara)

2009-12-06 12:31:07 UTC MAIN commitmail json YAML

2009-12-06 12:29:48 UTC MAIN commitmail json YAML

Fix comment.  CSR use BlueCore command.

(kiyohara)

2009-12-06 12:27:33 UTC MAIN commitmail json YAML

Enable UART clock in pxauart_attach().

(kiyohara)

2009-12-06 12:23:24 UTC MAIN commitmail json YAML

2009-12-06 12:22:17 UTC MAIN commitmail json YAML

Split internal phy.  We can use ukphy(4).
  SMSC manufactures some PHY.  This PHY is built into LAN9x18 Family.

(kiyohara)

2009-12-06 11:16:26 UTC MAIN commitmail json YAML

2009-12-06 09:40:51 UTC MAIN commitmail json YAML

Add drvctl.
Update some bluetooth related comments.
Remove some white-spaces.

(kiyohara)

2009-12-06 09:16:16 UTC MAIN commitmail json YAML

Fix a typo (#endiif -> #endif).
Problem found while building kdesdk3.

(wiz)

2009-12-06 07:12:18 UTC MAIN commitmail json YAML

2009-12-06 07:05:50 UTC MAIN commitmail json YAML

2009-12-06 06:46:26 UTC MAIN commitmail json YAML

Remove old MD pmap.c files for amiga and atari.
They no longer work due to reorganization of common pmap_motorola.c.

(tsutsui)

2009-12-06 06:41:31 UTC MAIN commitmail json YAML

2009-12-06 06:30:52 UTC MAIN commitmail json YAML

Make the local "tags" target an absolute path, ${.OBJDIR}/tags, otherwise
it conflicts with the "tags" target defined in bsd.own.mk, which is .PHONY,
which causes you to re-build "tags" everytime you re-run make.

(uebayasi)

2009-12-06 05:34:42 UTC MAIN commitmail json YAML

Assign quad / softfloat specific ${SRCS} to ${SRCS.quad} / ${SRCS.softfloat}
then append them to ${SRCS}.  Those will be used to generate quad / softfloat
symbol lists.

(uebayasi)

2009-12-06 02:42:35 UTC MAIN commitmail json YAML

Sync MMU table initialization with amiga and atari a bit:

- for 040/060, move L2 descs for Sysptmap from the last L2 block in segment
  table pages to the contiguous block with ones for segment table mappings

- for 020/030, invalidate ste and pte entries separately since
  ste size (TIA_SIZE) and pte size (TIB_SIZE) could be different
  on 8KB/page systems

Tested on hp300 (040), mac68k (LC040), and news68k (030)
(and untested on others).

XXX: some more stuff in pmap_bootstrap.c could be moved into
XXX: common pmap_bootstrap_finalize()?

(tsutsui)

2009-12-06 01:35:40 UTC MAIN commitmail json YAML

psycho_ue():
- remove printing of pa, it is irrelevant value since va address
  passed to iommu_extract is incorrect and we can look at it in
  IOTTE.
- print correct IOVA address.

While there, convert printf to aprint_error_dev and remove long
long casts by using PRIx64.

(nakayama)

2009-12-06 00:33:59 UTC MAIN commitmail json YAML

2009-12-05 23:16:58 UTC MAIN commitmail json YAML

2009-12-05 22:44:08 UTC MAIN commitmail json YAML

2009-12-05 22:43:34 UTC MAIN commitmail json YAML

remove cv_wakeup.9 (it wasn't documented, just linked)

(pooka)

2009-12-05 22:38:19 UTC MAIN commitmail json YAML

tsleep() on lbolt is now illegal.  Convert cv_wakeup(&lbolt) to
cv_broadcast(&lbolt) and get rid of the prior.

(pooka)

2009-12-05 22:34:43 UTC MAIN commitmail json YAML

Convert tsleep(&lbolt) to kpause().  Make ltsleep/mtsleep on lbolt
illegal.  I examined all places where lbolt is referenced to make
sure there were pointer aliases of it passed to tsleep, but put a
KASSERT in m/ltsleep() just to be sure.

(pooka)

2009-12-05 22:25:51 UTC MAIN commitmail json YAML

- adjust the PA mask to the 43 bits supported by USIII.
- rework the spitfire/cheetah cache_flush_phys() to avoid several #ifdefs
- add a membar #Sync after sparc64_ipi_drop_fpstate (probably unnecessary)

(mrg)

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

- update the TLB_SOFT2_MASK and TLB_DIAG_MASK definitions for USIII.  partly
  from openbsd.
- rename TLB_DIAG_MASK to TLB_RESERVED_MASK.  from openbsd.
- fix the TLB_PA_MASK definition to be correct.  our old one was 4 bits
  too wide.
- fix various errors in the #if 0 bitfield version of struct sun4u_tag_fields.

tested on U60 and SB2500.

(mrg)

2009-12-05 22:02:53 UTC MAIN commitmail json YAML

from openbsd:
>Don't use u_int to store a 64-bit address. Found with help from miod.
>Makes a Sun Fire V490 boot without spending ages in bus_dmamem_alloc(9).

(mrg)

2009-12-05 20:54:40 UTC MAIN commitmail json YAML

Use puffs_kernerr_abort as the error handler.

(pooka)

2009-12-05 20:54:10 UTC MAIN commitmail json YAML

Add an error handler which syslogs but does not abort() and make it
the default.  Most servers just shovel bits from their backend to
the kernel without checking the contents and dumping core in case
the backend gives garbage is a bit harsh.

(pooka)

2009-12-05 20:34:28 UTC MAIN commitmail json YAML

Note conversion to puffs for the kernel driver.

(pooka)

2009-12-05 20:29:20 UTC MAIN commitmail json YAML

use puffs_cookie_t.  no functional change.

(pooka)

2009-12-05 20:25:32 UTC MAIN commitmail json YAML

Remove the portalfs kernel file system driver.  Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.
(missed new file in change batch)

(pooka)

2009-12-05 20:17:13 UTC MAIN commitmail json YAML

Note portalfs kernel driver removal.

(pooka)

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

2009-12-05 19:14:39 UTC MAIN commitmail json YAML

Install obsolete lists for modules.

(pooka)

2009-12-05 17:23:39 UTC MAIN commitmail json YAML

printf format fixes to make it compile

(martin)

2009-12-05 16:54:14 UTC MAIN commitmail json YAML

add alias for Plug'n'Play Information service UUID.
(This is sometimes used in HID devices to provide manufacturer information)

(plunky)

2009-12-05 16:48:26 UTC MAIN commitmail json YAML

Avoid a panic if we are asked to sync a zero-length map, by returning
immediately.

(jdc)

2009-12-05 16:43:25 UTC MAIN commitmail json YAML

Really prefer the external over the internal PHY by checking only that
PHY address first.  Avoid problem with bogus ukphy's attaching on the
internal PHY of the SB1000.

Also, take some quirks for internal, external or either MII PHY from
the OpenBSD driver.

(jdc)

2009-12-05 16:39:50 UTC MAIN commitmail json YAML

Another attempt to fix ws fallout.

(sborrill)

2009-12-05 16:34:02 UTC MAIN commitmail json YAML

note playstation2 removal

(pooka)

2009-12-05 16:30:39 UTC MAIN commitmail json YAML

Correct what are clearly typos leading to duplicate vendor:product pairs.
Where possible values have been checked against the pcidatabase and x.org.
In some cases I've only commented on some dubious entries!
Values will be picked up by the next update.
Info from PR/36487

(dsl)

2009-12-05 16:29:14 UTC MAIN commitmail json YAML

2009-12-05 15:56:25 UTC MAIN commitmail json YAML

Fix syntax error on OSX 10.5.
While here, simplify handling with OPTARG using IFS.

developped with and 'go for it' dsl@

(cegger)

2009-12-05 15:31:07 UTC MAIN commitmail json YAML

Replace obsolete vm_offset_t with appropriate paddr_t or vaddr_t.
(why gcc compiles these differ!?)

(tsutsui)

2009-12-05 14:55:13 UTC MAIN commitmail json YAML

enable WSDISPLAY_COMPAT_RAWKBD option.

(nonaka)

2009-12-05 13:56:43 UTC MAIN commitmail json YAML

2009-12-05 13:01:31 UTC MAIN commitmail json YAML

2009-12-05 12:54:11 UTC MAIN commitmail json YAML

KERNEL_UNLOCK_LAST in non-mpsafe kthread exit.

(pooka)

2009-12-05 12:38:05 UTC MAIN commitmail json YAML

Add /usr/include/dev/dm directory.

(haad)

2009-12-05 12:14:32 UTC MAIN commitmail json YAML

Obsolete puffs_suspend manpage.

(pooka)

2009-12-05 12:13:08 UTC MAIN commitmail json YAML

2009-12-05 11:44:56 UTC MAIN commitmail json YAML

Include public interface describing user-kernel interface from include/dev/dm.

(haad)

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

2009-12-05 11:38:40 UTC MAIN commitmail json YAML

Remove duplicated netbsd-dm.h file it is already installed in include/dev/dm.
Add own libddevmapper library header file libdm-netbsd.h.

(haad)

2009-12-05 11:34:37 UTC MAIN commitmail json YAML

Install netbsd-dm.h file to include/dev/dm so it can be used by public.

(haad)

2009-12-05 11:30:26 UTC MAIN commitmail json YAML

Include only user-kernel communication protocol related information in this header.

(haad)

2009-12-05 10:38:27 UTC MAIN commitmail json YAML

Fix some small bugs pointed out byt pooka@. Remove not needed -D defines and
do not include private kernel header files. Instead copy part of it to test
program.

(haad)

2009-12-05 10:17:17 UTC MAIN commitmail json YAML

Fix prop_dictionary_ensure_capacity signature, bump date.
From Silas Silva in PR 42413.

(wiz)

2009-12-05 10:05:54 UTC MAIN commitmail json YAML

2009-12-05 09:17:26 UTC MAIN commitmail json YAML

Bring the xorg entries up to date.

(snj)

2009-12-05 09:11:54 UTC MAIN commitmail json YAML

Build some drivers on cats.  List taken from the existing xserver set
list, with the addition of wsfb.

(snj)

2009-12-05 08:34:26 UTC MAIN commitmail json YAML

cats doesn't run under vmware, so nuke references to the vmware driver.

(snj)

2009-12-05 08:00:18 UTC MAIN commitmail json YAML

Garbage collect unused or incomplete definitions.

(nakayama)

2009-12-05 07:58:57 UTC MAIN commitmail json YAML

Bring together similar inline asm codes of ld*a and st*a definitions
using macro, also remove unnecessary membar #Sync and %asi restore in
the case of 32-bit kernel.

While there, introduce an optimization case that asi is constant if
we are using gcc.

(nakayama)

2009-12-05 07:40:02 UTC matt-nb5-mips64 commitmail json YAML

- in copyinstr, drop a nop into delay slot as needed
- use <tab><space> indenting to make delay slot ops more obvious

(cliff)

2009-12-05 07:35:30 UTC MAIN commitmail json YAML

Update the manual page for the addition of ssh host keys.

(agc)

2009-12-05 07:33:18 UTC MAIN commitmail json YAML

Update the manual page for the addition of ssh host keys.

(agc)

2009-12-05 07:21:07 UTC MAIN commitmail json YAML

One more thing in the "Done" section - add ssh host keys

(agc)

2009-12-05 07:17:29 UTC MAIN commitmail json YAML

Add new files into netpgp lib

(agc)

2009-12-05 07:08:19 UTC MAIN commitmail json YAML

Add the ability to use ssh host keys (on the fly) to provide RSA keys.

These keys can be used in the same way as normal PGP keys - to sign, verify,
encrypt and decrypt files and data.

% cp configure a
% sudo netpgp --ssh-keys --sign --userid 1e00404a a
Password:
pub 1024/RSA (Encrypt or Sign) 040180871e00404a 2008-08-11
Key fingerprint: c4aa b385 4796 e6ce 606c f0c2 0401 8087 1e00 404a
% sudo chmod 644 a.gpg
% netpgp --ssh-keys --verify a.gpg
netpgp: default key set to "C0596823"
can't open '/etc/ssh/ssh_host_rsa_key'
Good signature for a.gpg made Fri Dec  4 23:04:36 2009
using RSA (Encrypt or Sign) key 040180871e00404a
pub 1024/RSA (Encrypt or Sign) 040180871e00404a 2008-08-11
Key fingerprint: c4aa b385 4796 e6ce 606c f0c2 0401 8087 1e00 404a
uid              osx-vm1.crowthorne.alistaircrooks.co.uk (/etc/ssh/ssh_host_rsa_key.pub) <root@osx-vm1.crowthorne.alistaircrooks.co.uk>
% uname -a
NetBSD osx-vm1.crowthorne.alistaircrooks.co.uk 5.99.20 NetBSD 5.99.20 (ISCSI) #0: Wed Oct  7 17:16:33 PDT 2009  agc@osx-vm1.crowthorne.alistaircrooks.co.uk:/usr/obj/i386/usr/src/sys/arch/i386/compile/ISCSI i386
%

The ssh host keys do not need to be manipulated in any way - the information
is read from existing files.

(agc)

2009-12-05 06:45:07 UTC MAIN commitmail json YAML

2009-12-05 04:48:21 UTC MAIN commitmail json YAML

2009-12-05 03:29:11 UTC MAIN commitmail json YAML

- add a new -cppargs option
- default -cppargs to the CPPARGS variable if defined.
- add cppargs to the cpp command if defined.

part2 of xrdb fixes.  thanks to Patrick Welche <prlw1@cam.ac.uk> for
figuring out what was going wrong, and testing these changes.

(mrg)

2009-12-05 03:28:08 UTC MAIN commitmail json YAML

- define CPP with a full path
- define CPP_ARGS to -traditional

part1 of xrdb fixes.  thanks to Patrick Welche <prlw1@cam.ac.uk> for
figuring out what was going wrong.

(mrg)

2009-12-05 03:23:37 UTC MAIN commitmail json YAML

apply a change from Xin LI <delphij@delphij.net> to avoid problems when
reading from pipes.  introduced with the multi-part bz2 fixes.

(mrg)

2009-12-05 01:52:44 UTC MAIN commitmail json YAML

2009-12-05 01:25:12 UTC MAIN commitmail json YAML

Remove wrong TODO item, it violates abstraction between kernel-libdevmapper
and lvm tools.

(haad)

2009-12-05 01:21:41 UTC MAIN commitmail json YAML

Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapper
except flags variable. This fixes weird behaviour, when worng links to
devices in /dev/mapper were created after lvrename/lvresize.

(haad)

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

Refactor device_register code slightly in preparation for further changes.
No functional changes.

(martin)

2009-12-04 22:45:29 UTC MAIN commitmail json YAML

Oops, there was one mii_activate() call left.  Delete it.

(dyoung)

2009-12-04 22:37:35 UTC MAIN commitmail json YAML

Delete unused function mii_activate().

(dyoung)

2009-12-04 22:18:30 UTC MAIN commitmail json YAML

2009-12-04 22:13:59 UTC MAIN commitmail json YAML

Add initial version of RUMP based device-mapper port. libdm compile whole
device-mapper driver in userspace and allows us to test a develop new dm targets
in userspace.

(haad)

2009-12-04 22:13:26 UTC MAIN commitmail json YAML

Properly detach phys

(martin)

2009-12-04 20:26:35 UTC MAIN commitmail json YAML

Push all information cached in the vnode to the file server before
issuing INACTIVE.  PR kern/42194.
Also, send setattr in fsync asynchronously if FSYNC_WAIT is not set.

(pooka)

2009-12-04 18:55:14 UTC MAIN commitmail json YAML

Allocate lwp0upa (PA of lwp0 uarea) right after kernel rather than
between other page tables to use different mappings for ste/pte pages
as well as amiga and atari.  Should resolve XXX comments in next68k and x68k.

Tested on hp300 and mac68k.

(tsutsui)

2009-12-04 18:32:31 UTC MAIN commitmail json YAML

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

2009-12-04 18:06:28 UTC MAIN commitmail json YAML

2009-12-04 17:57:16 UTC MAIN commitmail json YAML

g/c unused functions (previously used by the vnode pager).

(pooka)

2009-12-04 17:37:05 UTC MAIN commitmail json YAML

Attach uhub@uhub (in addition to uhub@roothub, which was already there).

(pooka)

2009-12-04 17:31:06 UTC MAIN commitmail json YAML

Bring together similar definitions of inline functions manipulating
privileged registers using macro.  no functional change.

(nakayama)

2009-12-04 17:28:54 UTC MAIN commitmail json YAML

2009-12-04 17:15:47 UTC MAIN commitmail json YAML

Implement enough of uvm_mmap() to make the creative proplib ioctl
copyout code work.  No comments ... okok, if that'll make you leave
me alone: it's ioctl, so it's supposed to be funky (with a score
or two of psychedelic rock).

(pooka)

2009-12-04 17:11:11 UTC MAIN commitmail json YAML

Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
Compile test only.

(tsutsui)

2009-12-04 16:57:18 UTC MAIN commitmail json YAML

Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
Tested on LC630.

(tsutsui)

2009-12-04 16:47:33 UTC MAIN commitmail json YAML

Provide the default_mapaddr method in default rump emul (since some
kernel callers want to use it).

(pooka)

2009-12-04 14:44:57 UTC MAIN commitmail json YAML

Install our shell subscribers as normal files

(roy)

2009-12-04 14:30:01 UTC MAIN commitmail json YAML

2009-12-04 14:11:49 UTC MAIN commitmail json YAML

Import openresolv-3.3.4

Changes from openresolv-3.3.3 include:
* private_interfaces is now shell expandable (ie, fxp*)
* dnsmasq resolver restarting with DBus is now fixed
* unbound resolver is sent SIGHUP for reload instead of forced restart
* subscribers with the execute bit are executed, otherwise sourced into
  a subshell for speed

Status:

Vendor Tag: roy
Release Tags: openresolv-3-3-4

(roy)

2009-12-04 13:53:39 UTC MAIN commitmail json YAML

Remove unneeded ichsmb(4)/nfsmb(4) cross-references.

(njoly)

2009-12-04 13:43:28 UTC MAIN commitmail json YAML

2009-12-04 13:35:56 UTC MAIN commitmail json YAML

Only set 0x4FF in the transmit register for gigabit variants.  Set 0x100
otherwise.

(jdc)

2009-12-04 12:43:57 UTC MAIN commitmail json YAML

Remove definition of GREP variable, which was unused.  The only use
of this variable was removed in revision 1.67.

(apb)

2009-12-04 12:24:23 UTC MAIN commitmail json YAML

s/u_intN_t/uintN_t/ and whitespace nit.  no functional change.

(nakayama)

2009-12-04 12:22:17 UTC MAIN commitmail json YAML

bus_space_handle_t:
- make _asi and _sasi unsigned to reduce superfluous codes by sign extension.
- remove unused member _virtual.

(nakayama)

2009-12-04 11:55:01 UTC MAIN commitmail json YAML

Fix a few nits in gem_detach:
Shuffle some bus_dmamem_ operations around, so they actually clean up
in the correct order.
Do not destroy a callout that might be stopped by if_detach later.
When detaching child devices fails, we have passed the point of no return
already, so complete our own cleanup and return the error in the end.
This happens for example when we have been unable to accomodate all phy
devices at attach time (and this is a separate bug).

(martin)

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

Switch MKLVM to default value to yes. There are only few bits missing and it
would be great if it can receive more testing.

Oked: core@, yamt@

(haad)

2009-12-04 11:13:05 UTC MAIN commitmail json YAML

2009-12-04 10:42:39 UTC MAIN commitmail json YAML

2009-12-04 04:42:09 UTC matt-nb5-mips64 commitmail json YAML

Be consistent in use of _SLL/_SRL and WIRED_SHIFT

(matt)

2009-12-04 04:37:08 UTC matt-nb5-mips64 commitmail json YAML

Repeat after me: Hardwired constants are bad.

(matt)

2009-12-04 01:12:17 UTC matt-nb5-mips64 commitmail json YAML

in BS(init) use ~0UL instead of 0xffffffffUL as end addr
when creating and allocating the mega extent used for
the one or more windows belonging to a bus space.

(cliff)

2009-12-03 23:44:33 UTC MAIN commitmail json YAML

Disable SSL V3 session renegotiation since the protocol parameters of the
old session are not cryptographically tied to the new session ones.
NB: Applications that require session re-negotiation will fail after this
update.

(christos)

2009-12-03 22:36:56 UTC matt-nb5-mips64 commitmail json YAML

fix unused var warning when _LP64 is defined and CHIP_EXTENT is undefined

(cliff)

2009-12-03 22:18:05 UTC MAIN commitmail json YAML

Apply errata workarounds.

From OpenBSD.

(skrll)

2009-12-03 21:04:29 UTC MAIN commitmail json YAML

Enumerate ACPI PCI devices. Allows to link PCI with ACPI devices.
Patch presented on tech-kern@
http://mail-index.netbsd.org/tech-kern/2009/11/28/msg006552.html

'nice work' Jukka Ruohonen

(cegger)

2009-12-03 18:26:34 UTC MAIN commitmail json YAML

Add MKZFS to MKEXTRAVARS just to make sure.

(uebayasi)

2009-12-03 17:40:26 UTC netbsd-5 commitmail json YAML

2009-12-03 17:38:36 UTC netbsd-5 commitmail json YAML

2009-12-03 17:34:35 UTC netbsd-5-0 commitmail json YAML

2009-12-03 17:31:47 UTC netbsd-5-0 commitmail json YAML

2009-12-03 15:57:18 UTC MAIN commitmail json YAML

Add "MKZFS" to either "_MKVARS.yes" or "_MKVARS.no" depending on the
default of this platform. This fixed the build for NetBSD/amd64
and NetBSD/i386.

Yes, this horrible. There should be a better way to handle these
settings in general.

(tron)

2009-12-03 15:28:49 UTC MAIN commitmail json YAML

Make sure "error" gets initialised.

(tron)

2009-12-03 15:07:09 UTC MAIN commitmail json YAML

one more path adjustment for rump_vfs_makedevnodes() change

(pooka)

2009-12-03 15:06:04 UTC MAIN commitmail json YAML

* create /dev on the rump rootfs automatically
* make rump_vfs_makedevnodes() take a full basepath instead of hardcoding
  an assumption that the device node is created in /dev
  + the caller is responsible that the directory the nodes are being
    created in exists

(pooka)

2009-12-03 15:00:38 UTC MAIN commitmail json YAML

Make compile with new ukfs_part interfaces (doesn't use them, though).

(pooka)