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 (3h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 18:12:48 UTC Now

2009-07-09 19:02:04 UTC MAIN commitmail json YAML

add stdio.h since we are using FILE. From Grant Erickson

(christos)

2009-07-09 15:50:26 UTC MAIN commitmail json YAML

Don't extract upper/lower limit values if the values are not valid.

Correct comparison of cur_value against lower-limits.

(pgoyette)

2009-07-09 15:39:28 UTC MAIN commitmail json YAML

- show link speed and duplexity.
- fix an incomplete mod in mii_read().

(nisimura)

2009-07-09 08:04:32 UTC MAIN commitmail json YAML

Add an entry for last summer's libpthread compat fix, since it
apparently never got listed (only posted on current-users) and came up
again recently.

Thanks to Martin Husemann, Matthias Drochner, and Geoff Wing for info
(any errors are mine).

As per http://mail-index.netbsd.org/current-users/2008/08/05/msg003880.html.

(dholland)

2009-07-09 07:50:24 UTC MAIN commitmail json YAML

Fix a garbled old entry that I happened upon just now.

(dholland)

2009-07-09 07:50:10 UTC MAIN commitmail json YAML

2009-07-09 07:31:55 UTC MAIN commitmail json YAML

note that update builds might again fail for new xorg

(mrg)

2009-07-09 07:30:54 UTC MAIN commitmail json YAML

2009-07-09 07:30:17 UTC MAIN commitmail json YAML

XORG_CURRENT_VERSION is now 1.6.2.

(mrg)

2009-07-09 07:08:07 UTC MAIN commitmail json YAML

2009-07-09 07:05:06 UTC MAIN commitmail json YAML

2009-07-09 06:53:37 UTC MAIN commitmail json YAML

2009-07-09 06:51:35 UTC MAIN commitmail json YAML

2009-07-09 06:51:32 UTC MAIN commitmail json YAML

2009-07-09 06:45:54 UTC MAIN commitmail json YAML

2009-07-09 03:47:09 UTC MAIN commitmail json YAML

2009-07-09 03:46:21 UTC MAIN commitmail json YAML

2009-07-09 03:45:19 UTC MAIN commitmail json YAML

2009-07-09 03:42:00 UTC MAIN commitmail json YAML

2009-07-09 03:41:52 UTC MAIN commitmail json YAML

2009-07-09 03:41:48 UTC MAIN commitmail json YAML

2009-07-09 03:41:40 UTC MAIN commitmail json YAML

initial import of xf86-video-siliconmotion-1.7.2

Status:

Vendor Tag: xorg
Release Tags: xf86-video-siliconmotion-1-7-2

(mrg)

2009-07-09 03:41:33 UTC MAIN commitmail json YAML

2009-07-09 03:41:28 UTC MAIN commitmail json YAML

2009-07-09 03:41:23 UTC MAIN commitmail json YAML

2009-07-09 03:41:19 UTC MAIN commitmail json YAML

2009-07-09 03:41:14 UTC MAIN commitmail json YAML

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

2009-07-09 03:41:08 UTC MAIN commitmail json YAML

2009-07-09 03:41:05 UTC MAIN commitmail json YAML

2009-07-09 03:33:10 UTC MAIN commitmail json YAML

2009-07-09 03:33:05 UTC MAIN commitmail json YAML

2009-07-09 03:33:01 UTC MAIN commitmail json YAML

2009-07-09 03:32:58 UTC MAIN commitmail json YAML

initial import of xf86-video-siliconmotion-1.7.1

Status:

Vendor Tag: xorg
Release Tags: xf86-video-siliconmotion-1-7-1

(mrg)

2009-07-09 03:32:53 UTC MAIN commitmail json YAML

2009-07-09 03:32:51 UTC MAIN commitmail json YAML

2009-07-09 03:32:48 UTC MAIN commitmail json YAML

2009-07-09 03:32:44 UTC MAIN commitmail json YAML

2009-07-09 03:32:41 UTC MAIN commitmail json YAML

2009-07-09 03:32:37 UTC MAIN commitmail json YAML

2009-07-09 03:32:34 UTC MAIN commitmail json YAML

2009-07-09 03:32:32 UTC MAIN commitmail json YAML

2009-07-09 03:32:29 UTC MAIN commitmail json YAML

2009-07-09 03:25:46 UTC MAIN commitmail json YAML

2009-07-09 03:24:17 UTC MAIN commitmail json YAML

2009-07-09 02:15:48 UTC MAIN commitmail json YAML

fix build for pixman 0.15.14

(mrg)

2009-07-09 02:06:34 UTC MAIN commitmail json YAML

2009-07-09 02:04:28 UTC MAIN commitmail json YAML

2009-07-09 02:02:34 UTC MAIN commitmail json YAML

merge libFS 1.0.2

(mrg)

2009-07-09 02:01:47 UTC MAIN commitmail json YAML

2009-07-09 02:00:23 UTC MAIN commitmail json YAML

2009-07-09 02:00:14 UTC MAIN commitmail json YAML

2009-07-09 02:00:08 UTC MAIN commitmail json YAML

2009-07-09 01:56:40 UTC MAIN commitmail json YAML

2009-07-09 01:56:39 UTC MAIN commitmail json YAML

2009-07-08 22:36:30 UTC MAIN commitmail json YAML

2009-07-08 22:33:29 UTC MAIN commitmail json YAML

2009-07-08 21:23:54 UTC MAIN commitmail json YAML

2009-07-08 19:04:08 UTC MAIN commitmail json YAML

Fix alternating oddity in RMW strategy. Even when in the reading state it
would push out elements to fillup-read only when the time had come for them.
This could then trickle feed the read queue slowly, but fast enough to prevent
it from switching state.

(reinoud)

2009-07-08 18:53:36 UTC MAIN commitmail json YAML

pmf_event_inject(9) may be called from interrupt context, so we
must not allocate a pmf_event_workitem_t using kmem_alloc(9).  Use
pool_cache(9), instead, because it is safe in interrupt context.
Thanks, rmind@, for catching the problem and suggesting the solution.

(dyoung)

2009-07-08 17:54:27 UTC MAIN commitmail json YAML

Remove driver name from debug message.  Not all drivers have set this
early enough, and we can easily figure out the driver name from some
subsequent debug messages.

(pgoyette)

2009-07-08 17:28:53 UTC MAIN commitmail json YAML

Initialize lims.sel_flags before using it.  Prevents spurious limit
events being created for devices that don't provide internal limits.

Thanks to Mattias for finding this.

(pgoyette)

2009-07-08 15:36:46 UTC MAIN commitmail json YAML

2009-07-08 15:32:31 UTC MAIN commitmail json YAML

Fixed a_mask to actually use its argument

(stacktic)

2009-07-08 14:53:23 UTC MAIN commitmail json YAML

Remove unused LIST_ENTRY()'s now replaced by the rbtree.

(reinoud)

2009-07-08 14:46:55 UTC MAIN commitmail json YAML

Since OSTA has not defined a good set of flags to cover our flags, its not
usefull to implement chflags(). Instead ignore it for now since the error
codes might confuse esp. gui's.

(reinoud)

2009-07-08 13:34:11 UTC MAIN commitmail json YAML

Clean up a couple of debug statements that got missed previously.

(pgoyette)

2009-07-08 12:23:10 UTC MAIN commitmail json YAML

2009-07-08 09:04:37 UTC MAIN commitmail json YAML

Properly enclose NetBSD local changes in #ifdef __NetBSD__/#endif blocks.

ok mrg

(mbalmer)

2009-07-08 00:30:52 UTC MAIN commitmail json YAML

use strcasecmp() to check for netbsd "wsmouse".
auto-generated configs end up with "WSmouse".

fixes PR#41677.

(mrg)

2009-07-07 21:55:17 UTC MAIN commitmail json YAML

Fix amd64 build with VIDEO_DEBUG.

(njoly)

2009-07-07 19:51:22 UTC MAIN commitmail json YAML

At the bottom of vndclear(), clear VNF_CLEARING: it is no longer
needed to exclude vndopen(), and it will prevent subsequent opens
if we leave it.

(dyoung)

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

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

2009-07-07 15:37:03 UTC MAIN commitmail json YAML

Explicitly initialize the MFP Timer-B for delay(9) from atari_hwinit()
rather than using if(!atari_realconfig) in clockmatch().
(I doubt the latter one has actually been called..)

(tsutsui)

2009-07-07 15:15:35 UTC MAIN commitmail json YAML

Some KNF and cosmetics.

(tsutsui)

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

Add a workaround for annoying
"WARNING: negative runtime; monotonic clock has gone backwards"
message. Partially taken from hp300.

(tsutsui)

2009-07-07 14:09:05 UTC MAIN commitmail json YAML

The compatibility call to re-export from sys_mount() calls
mountd_set_exports_list, with the mnt_updating mutex held. Account for that
to avoid a locking against myself panic.

(christos)

2009-07-07 13:10:02 UTC MAIN commitmail json YAML

Be strict on xcurses support:
- Do not perform wrapping at all by setting the line flags.
- Do not alter the cursor position, even for mv(w)chgat.

(joerg)

2009-07-07 12:25:22 UTC MAIN commitmail json YAML

From Arnaud Ebalard: Fix possible usage of uninitialized local variable
(not sure if any code path triggers this, but this makes compiler happy).

(tteras)

2009-07-07 11:53:43 UTC MAIN commitmail json YAML

chgat() and friends are in X/Open. Noticed by Thomas Dickey.

(joerg)

2009-07-07 10:56:14 UTC MAIN commitmail json YAML

Add DOA which is widely used but not in here for some reason.

(tonnerre)

2009-07-07 10:50:51 UTC MAIN commitmail json YAML

Unify BSL, MLH, and EAP, which are all the same airport.

(mbalmer)

2009-07-07 10:23:36 UTC MAIN commitmail json YAML

Replace the old hashtable and sorted list implemenation by a RB-tree.

Benefits are significant speed improvements on node creation/insertion while
keeping the lookup times low and still allowing sequential iteration over the
nodes.

(reinoud)

2009-07-07 10:16:53 UTC MAIN commitmail json YAML

Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow
ncurses and just make the historic vwprintw and vwscanw functions
aliases, ignoring that they should take a varargs.h va_list argument.

(joerg)

2009-07-07 09:58:08 UTC MAIN commitmail json YAML

Use __printflike/__scanflike.

(joerg)

2009-07-07 09:46:25 UTC MAIN commitmail json YAML

2009-07-07 09:45:45 UTC MAIN commitmail json YAML

correct product ids for RD890 chipset

(cegger)

2009-07-07 07:58:46 UTC MAIN commitmail json YAML

2009-07-07 07:53:38 UTC MAIN commitmail json YAML

remove libint10 libraries that are not needed for sparc*.

(mrg)

2009-07-07 07:30:01 UTC MAIN commitmail json YAML

ShareVTs is only visible #if defined (SYSCONS_SUPPORT) ||
defined (PCVT_SUPPORT).

fixes sparc64 build for me.

(mrg)

2009-07-07 05:32:45 UTC MAIN commitmail json YAML

make this work on sparc(64) and probably other architectures which pass
arguments in registers

(macallan)

2009-07-07 01:13:08 UTC MAIN commitmail json YAML

Move the null file checks for sign/verify/encrypt/decrypt down into the
library itself. Update the regression test script to add some tests.

(agc)

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

Add two more items to the TODO list

(agc)

2009-07-06 17:13:38 UTC MAIN commitmail json YAML

Re-implement read-modify-write backend strategy. This version is a lot more
clean locking-wise and will consume less CPU power on needless moving-around.

(reinoud)

2009-07-06 17:08:04 UTC MAIN commitmail json YAML

Reduce the number of active ecclines; low memory systems could get into
trouble otherwise.

XXX this value should be computed eventually.

(reinoud)

2009-07-06 17:06:57 UTC MAIN commitmail json YAML

2009-07-06 16:07:19 UTC MAIN commitmail json YAML

Fix bug introduced in revision 1.174 where a NULL fspec with an MNT_UPDATE
command would always return EINVAL. This broke fsck on root, where fsck'ing
a dirty root would always return an error causing rc to resort in a reboot.

(christos)

2009-07-06 15:19:49 UTC MAIN commitmail json YAML

Add support for the chgat(3) family.  It is a useful extension from
ncurses, supporting it dramatically reduces the need for ncurses in
pkgsrc.

(joerg)

2009-07-06 12:55:24 UTC MAIN commitmail json YAML

Fix a botch in RELOC_PA() macro introduced in rev 1.80
inside #if defind(M68040) || defined(68060)/#endif block.
Noticed by he@.

(tsutsui)

2009-07-06 12:47:38 UTC MAIN commitmail json YAML

No need to set BINDIR here, since ../Makefile.inc has it.
Noticed by hannken@eis.cs.tu-bs.de, thx.

(mbalmer)

2009-07-06 12:37:17 UTC MAIN commitmail json YAML

Remove unused include.

(joerg)

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

Ignore breakpoints in the DSDT even if DDB is present.
A new option ACPI_BREAKPOINT reenables them.

(joerg)

2009-07-06 11:46:49 UTC MAIN commitmail json YAML

Do initialise the callout when fetching a new request structure from
the pool, not when starting the timer. Likewise, destroy the callout
when giving back the item to the pool.

(njoly)

2009-07-06 00:54:01 UTC MAIN commitmail json YAML

Add a pmf(9) shutdown hook to acpiec(4) to use polling on shutdown.

This fixes DIAGNOSTIC's assertion failure:

cpu_switchto(): switching above IPL_SCHED

during ACPI shutdown.

OK'd by joerg@

(alc)

2009-07-06 00:43:23 UTC MAIN commitmail json YAML

Update reference to the Atheros HAL exported headers.

`external/isc/atheros_hal/dist', former `contrib/dev/ath/' is now in cpp(1)'s
include path.

Fix build of MERAKI kernel.

(alc)

2009-07-05 21:55:24 UTC MAIN commitmail json YAML

note that the return value of el_gets doesn't remain valid across
calls.

(perry)

2009-07-05 21:35:16 UTC MAIN commitmail json YAML

fix previous to actually pay attention to the unit number.
noted by drochner.

(mrg)

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

2009-07-05 14:28:17 UTC netbsd-4 commitmail json YAML

2009-07-05 14:27:39 UTC netbsd-4 commitmail json YAML

Apply patch (requested by spz in ticket #1335):
Build fix for OpenSSL.

(snj)

2009-07-05 14:26:51 UTC netbsd-4-0 commitmail json YAML

2009-07-05 14:25:21 UTC netbsd-4-0 commitmail json YAML

Apply patch (requested by spz in ticket #1335):
Build fix for OpenSSL.

(snj)

2009-07-05 14:22:00 UTC netbsd-5 commitmail json YAML

2009-07-05 14:21:41 UTC netbsd-5-0 commitmail json YAML

2009-07-05 14:20:51 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #851):
crypto/dist/openssl/ssl/d1_both.c: revision 1.5
fix break for non-64bit systems due to non-applying macro resp variable
having crept in with the last patch.
ok martin, compile tested mbalmer and martin

(snj)

2009-07-05 14:19:35 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by tonnerre in ticket #850):
crypto/dist/openssl/ssl/d1_both.c: revision 1.4
Forgot to commit this last night with the rest of ticket 850.  Sigh.

"Fix various vulnerabilities in OpenSSL which have not previously been
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.
Changes deal mostly with size checking of various elements and fixes
to various error paths."

(snj)

2009-07-05 14:11:17 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #851):
crypto/dist/openssl/ssl/d1_both.c: revision 1.5
fix break for non-64bit systems due to non-applying macro resp variable
having crept in with the last patch.
ok martin, compile tested mbalmer and martin

(snj)

2009-07-05 11:35:54 UTC MAIN commitmail json YAML

fix break for non-64bit systems due to non-applying macro resp variable
having crept in with the last patch.
ok martin, compile tested mbalmer and martin

(spz)

2009-07-05 00:59:08 UTC netbsd-4-0 commitmail json YAML

Tickets 1333 and 1334.

(snj)

2009-07-05 00:57:34 UTC netbsd-4-0 commitmail json YAML

2009-07-05 00:55:40 UTC netbsd-4 commitmail json YAML

Tickets 1333 and 1334.

(snj)

2009-07-05 00:53:05 UTC netbsd-4 commitmail json YAML

2009-07-05 00:44:28 UTC netbsd-4 commitmail json YAML

2009-07-05 00:41:03 UTC netbsd-4-0 commitmail json YAML

2009-07-05 00:35:37 UTC netbsd-5 commitmail json YAML

2009-07-05 00:34:52 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tonnerre in ticket #850):
crypto/dist/openssl/crypto/pqueue/pqueue.c: revision 1.2
crypto/dist/openssl/crypto/pqueue/pqueue.h: revision 1.2
crypto/dist/openssl/ssl/d1_both.c: revision 1.4
crypto/dist/openssl/ssl/d1_pkt.c: revision 1.2
crypto/dist/openssl/ssl/s3_pkt.c: revision 1.10
crypto/dist/openssl/ssl/ssl.h: revision 1.19
crypto/dist/openssl/ssl/ssl_err.c: revision 1.13
Fix various vulnerabilities in OpenSSL which have not previously been
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.
Changes deal mostly with size checking of various elements and fixes
to various error paths.

(snj)

2009-07-05 00:32:47 UTC netbsd-5-0 commitmail json YAML

2009-07-05 00:31:20 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by tonnerre in ticket #850):
crypto/dist/openssl/crypto/pqueue/pqueue.c: revision 1.2
crypto/dist/openssl/crypto/pqueue/pqueue.h: revision 1.2
crypto/dist/openssl/ssl/d1_both.c: revision 1.4
crypto/dist/openssl/ssl/d1_pkt.c: revision 1.2
crypto/dist/openssl/ssl/s3_pkt.c: revision 1.10
crypto/dist/openssl/ssl/ssl.h: revision 1.19
crypto/dist/openssl/ssl/ssl_err.c: revision 1.13
Fix various vulnerabilities in OpenSSL which have not previously been
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.
Changes deal mostly with size checking of various elements and fixes
to various error paths.

(snj)

2009-07-04 21:20:57 UTC MAIN commitmail json YAML

pciioctl(), pci_devioctl():
simplify implementations of PCI_IOC_BDF_CFGREAD, PCI_IOC_BDF_CFGWRITE,
PCI_IOC_CFGREAD, PCI_IOC_CFGWRITE
No functional changes.

(cegger)

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

2009-07-04 20:57:15 UTC MAIN commitmail json YAML

Further corrections for siisata.

Reset ch_status and ch_error at the beginning of any operation.

The chip only writes the RDH FIS to the SRAM when the error bit is
set in a RDH FIS (per the datasheet).  Thus, satafis_sdb_parse() is
replaced with satafis_rhd_parse().  A valid FIS type field seems to
not be written to the SRAM, so don't bother checking it for the
correct magic.

Additionally, append 2009 to copyright year set, and remove
obsolete CVS Id lines from when this was in my repository.

(jakllsch)

2009-07-04 20:36:57 UTC MAIN commitmail json YAML

Remove unused elements from siisata_softc.

Clean up siisata pci attachment.
noteable changes:
- Use aprint_*_dev where appropriate.
- Condense board match table and use C99 initializers.
- Use aprint_verbose for extra info.

Also, add 2009 to my copyright, as well as remove my local CVS tags.

(jakllsch)

2009-07-04 20:34:23 UTC MAIN commitmail json YAML

make functions static

(cegger)

2009-07-04 19:52:10 UTC MAIN commitmail json YAML

Fix various vulnerabilities in OpenSSL which have not previously been
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.

Changes deal mostly with size checking of various elements and fixes
to various error paths.

(tonnerre)

2009-07-04 16:01:15 UTC MAIN commitmail json YAML

add interpretation of "PNP Information" service class (Device ID profile)

(plunky)

2009-07-04 14:31:38 UTC MAIN commitmail json YAML

Get rid of the DOS line endings in the file.
No change of the code intended.

(ahoka)

2009-07-04 13:54:15 UTC MAIN commitmail json YAML

remove unused global variable.

(cegger)

2009-07-04 13:50:08 UTC MAIN commitmail json YAML

use EXIT_FAILURE in places I missed in previous.

(cegger)

2009-07-04 13:36:49 UTC MAIN commitmail json YAML

Use a macro to define the conversion between ACPI temperatures and those
used by sysmon_envsys(4).

No functional change.

(pgoyette)

2009-07-04 13:24:09 UTC MAIN commitmail json YAML

Remove an old workaround from SCCS times (%M% would insert the filename).

(mbalmer)

2009-07-04 09:12:46 UTC MAIN commitmail json YAML

- use EXIT_FAILURE, EXIT_SUCCESS
- main() needs no prototype
- ansify usage()
No functional changes.

(cegger)

2009-07-04 07:51:35 UTC MAIN commitmail json YAML

Remove config options for 4.2BSD and 4.3BSD, and associated code. Highly
obsolete, and I doubt most of it still worked anyway.

(dholland)

2009-07-04 07:36:46 UTC MAIN commitmail json YAML

make this build w/o SMB_VNODE_DEBUG

(cegger)

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

Remove the non-curses screen handling, since it relies on knowing
about various internals of SVR4 curses, old BSD curses, and/or other
unclean things. (Yes, the non-curses handling still used bits of
curses. Fie.)

(dholland)

2009-07-04 06:38:35 UTC MAIN commitmail json YAML

2009-07-04 06:31:32 UTC MAIN commitmail json YAML

Remove references to config #defines for the thoroughly obsolete
4.2BSD syslog API.

(dholland)

2009-07-04 06:19:05 UTC MAIN commitmail json YAML

2009-07-04 06:15:27 UTC MAIN commitmail json YAML

Various minor fixes, mostly from OpenBSD.

(dholland)

2009-07-04 05:06:06 UTC MAIN commitmail json YAML

Notes on the protocol used by hunt, from OpenBSD.

(dholland)

2009-07-04 05:01:17 UTC MAIN commitmail json YAML

2009-07-04 04:29:55 UTC MAIN commitmail json YAML

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

Sigh, more of the same (missed two)

(dholland)

2009-07-04 03:27:57 UTC MAIN commitmail json YAML

__attribute__((__noreturn__)) -> __dead

(dholland)

2009-07-04 02:37:20 UTC MAIN commitmail json YAML

2009-07-04 01:58:57 UTC MAIN commitmail json YAML

2009-07-04 01:44:28 UTC MAIN commitmail json YAML

Remove two more bogus casts. These *do* create object diffs on amd64,
for no clear reason, but it looks like the diffs are harmless.

(dholland)

2009-07-04 01:23:55 UTC MAIN commitmail json YAML

Remove bogus casts. Two object file diffs inspected and found to be harmless.

(dholland)

2009-07-04 01:01:19 UTC MAIN commitmail json YAML

2009-07-04 00:03:22 UTC MAIN commitmail json YAML

Fix cut/paste error and put back a missing variable.

(elad)

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

Pass the vp arg to udf_check_possible() so we can access its v_mount
member.

XXX No idea if this is the right solution to this problem, but it does
XXX at least allow thebuild to continue.  The original committed should
XXX verify that this does what was intended!

(Hello again, Elad)

(pgoyette)

2009-07-03 23:03:08 UTC MAIN commitmail json YAML

2009-07-03 22:38:08 UTC MAIN commitmail json YAML

Define error before using it.

(Hello again, elad!)

(pgoyette)

2009-07-03 22:32:55 UTC MAIN commitmail json YAML

Make the section on private networks more clear - inspired by RFC.
OK core@

(hubertf)

2009-07-03 22:25:51 UTC MAIN commitmail json YAML

Fix utterly botched previous commit.  efs compiles now and apprears
to work, but the person doing the original change should verify
that it actually works like before the change.

(hi, elad!)

(pooka)

2009-07-03 22:20:27 UTC MAIN commitmail json YAML

Build modules before rump libs so that something else can be
unwarrantedly blamed for a change.

This commit follows the style guide and is entirely non-build-tested.

(pooka)

2009-07-03 22:20:09 UTC MAIN commitmail json YAML

2009-07-03 22:19:41 UTC MAIN commitmail json YAML

2009-07-03 21:32:09 UTC MAIN commitmail json YAML

Message queues also use genfs_can_access() to control access. Since the
latter might lose its KAUTH_GENERIC_ISSUSER check soon, add an internal
function, mqueue_access(), and call genfs_can_access() from it instead
so we don't pollute the main code path once we need to add a special
kauth(9) check for message queues.

No functional change, error codes preserved.

Related mailing list thread:

http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html

(elad)

2009-07-03 21:19:19 UTC MAIN commitmail json YAML

2009-07-03 21:18:40 UTC MAIN commitmail json YAML

Remove an unused mutex.  This was left-over from two years ago when
driver was updated to sysmon_envsys V2;  a simple_lock was turned into
a mutex.  But the only code that ever used the simple_lock was removed
so the mutex can also be removed.

Noticed by njoly@

(pgoyette)

2009-07-03 21:17:42 UTC MAIN commitmail json YAML

2009-07-03 19:39:31 UTC MAIN commitmail json YAML

2009-07-03 18:35:34 UTC MAIN commitmail json YAML

Directory open with NT_SMBS capability require the NOPEN bit to be set
too.

(njoly)

2009-07-03 17:05:54 UTC MAIN commitmail json YAML

Replace traditional MD si_callback() with MI softint(9).

(tsutsui)

2009-07-03 15:34:10 UTC MAIN commitmail json YAML

Properly convert ACPI zone values to uKelvins.

Patch from njoly@

(pgoyette)

2009-07-03 14:00:41 UTC MAIN commitmail json YAML

Replace one traditional MD si_callback() with MI softint(9).

(tsutsui)

2009-07-03 13:49:39 UTC MAIN commitmail json YAML

2009-07-03 13:36:09 UTC MAIN commitmail json YAML

KNF, use uint8_t, and misc cosmetics.

(tsutsui)

2009-07-03 13:15:22 UTC MAIN commitmail json YAML

add SIS 740 to the list of chipsets known to implement PCI configuration
mode 1 incorrectly, from Jason White
(see thread "ACPI issue with old Shuttle system" on port-i386)

(drochner)

2009-07-03 10:35:32 UTC MAIN commitmail json YAML

- replace splhigh() call with splraise(-1), requested by kiyohara.

(nisimura)

2009-07-03 10:31:19 UTC MAIN commitmail json YAML

2009-07-03 06:41:47 UTC MAIN commitmail json YAML

2009-07-03 06:40:10 UTC MAIN commitmail json YAML

From Yvan Vanhullebus: Use SADB_X_EXT_NAT_T_* consistently for passing the
NAT-T port information. This might break compatibility with some kernels,
but as discussed this is the proper way to pass NAT-T ports and the broken
kernels need to be fixed.

(tteras)

2009-07-03 06:33:56 UTC MAIN commitmail json YAML

create a /dev/dri/card0.  fixes PR#40952.

(mrg)

2009-07-02 19:43:06 UTC MAIN commitmail json YAML

"unblocks the mutex" -> "unlocks the mutex"

(rumble)

2009-07-02 18:43:47 UTC MAIN commitmail json YAML

Use the keyword 'MAC' so that people looking for a way to change
their MAC address can find the example.

(dyoung)

2009-07-02 18:32:04 UTC MAIN commitmail json YAML

New sentence, new line. Remove unnecessary Bk/Ek pairs.

(wiz)

2009-07-02 17:45:26 UTC MAIN commitmail json YAML

Deprecate wiconfig's -r, -g, -m options.  Note that equivalent
options are available in ifconfig(8).

(dyoung)

2009-07-02 16:56:35 UTC MAIN commitmail json YAML

Enhance dumping on buffer screwup. Also prevent races or invalid combinations
to exist for ecclines.

(reinoud)

2009-07-02 16:17:52 UTC MAIN commitmail json YAML

Fix some panics while trying to umount a smbfs share.

Be sure that no other active vnodes remains, before trying to release
the root one. Likewise, do not destroy the smbmount specific structure
if the umount will fail (busy conditions).

No objection from pooka@.

(njoly)

2009-07-02 12:56:40 UTC MAIN commitmail json YAML

slap a run-of-the-mill tnf copyright here

(pooka)

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

2009-07-02 09:59:00 UTC MAIN commitmail json YAML

Restore use of _lwp_makecontext, the AMD64 bug has been fixed.

(joerg)

2009-07-02 09:57:09 UTC MAIN commitmail json YAML

Fix stack alignment for the thread stack.  The AMD64 stack has 16 Bytes
alignment, but this is active before the return address is pushed onto
the stack.  Fixes random crashes in va_start when the SSE registers are
saved.

(joerg)

2009-07-02 05:10:46 UTC netbsd-5 commitmail json YAML

2009-07-02 05:09:52 UTC netbsd-5-0 commitmail json YAML

Bah, fix last (forgot to mention xsrc).

(snj)

2009-07-02 05:08:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #848):
external/mit/freetype/dist/src/cff/cffload.c: revision 1.2
external/mit/freetype/dist/src/lzw/ftzopen.c: revision 1.2
external/mit/freetype/dist/src/sfnt/ttcmap.c: revision 1.2
external/mit/freetype/dist/src/smooth/ftsmooth.c: revision 1.2
apply fixes from CVE-2009-0946

(snj)

2009-07-02 05:06:28 UTC netbsd-5-0 commitmail json YAML

2009-07-02 05:05:58 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #848):
external/mit/freetype/dist/src/cff/cffload.c: revision 1.2
external/mit/freetype/dist/src/lzw/ftzopen.c: revision 1.2
external/mit/freetype/dist/src/sfnt/ttcmap.c: revision 1.2
external/mit/freetype/dist/src/smooth/ftsmooth.c: revision 1.2
apply fixes from CVE-2009-0946

(snj)