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

2024-05-09 21:29:44 UTC Now

2009-08-03 19:48:36 UTC MAIN commitmail json YAML

Fix date for mvsata(4) entry.

(snj)

2009-08-03 19:43:59 UTC MAIN commitmail json YAML

2009-08-03 19:41:32 UTC MAIN commitmail json YAML

As noticed by Stathis Kamperis, the original implementation does not
always return the correct principal value (with real>=0).
(eg cacosh(ccos(1.0I)) was -1)
Replace by a more ground-up one which should do better.

(drochner)

2009-08-03 19:30:32 UTC MAIN commitmail json YAML

kmem_alloc(9): make notes under NOTES section.

(rmind)

2009-08-03 19:18:27 UTC MAIN commitmail json YAML

ubc(9): add "core references" and "see also", ubc_unmap -> ubc_release.

(rmind)

2009-08-03 19:08:48 UTC MAIN commitmail json YAML

Split descriptions of UBC functions from uvm(9) into separate ubc(9) man page.

(rmind)

2009-08-03 18:43:49 UTC MAIN commitmail json YAML

Explicitly set a BEFORE on ntpd, as this can't run while ntpd is
running.

Apparently it is rare for rcorder to place it after ntpd but there was
previously nothing actually preventing it.

Fixes PR 40707 by Ondrej Tuma

(perry)

2009-08-03 17:45:48 UTC MAIN commitmail json YAML

ntpdate can't work without named because a modern ntp.conf has dns
names in it. We therefore now depend on it.

However, this would have then created a circular dependency because named
depended on "SERVERS", and racoon was before SERVERS and required kdc,
and kdc needs the time to be right and thus depended on ntp.

Instead, have named depend on NETWORKING (so that there is a network
there), mountcritremote (so we know that named has a directory to work
from) and syslogd (so that named has some place to spew information).

I'm not sure this is perfect, but it is certainly a big improvement
over constantly failing ntpdate runs during boot.

(perry)

2009-08-03 17:24:40 UTC MAIN commitmail json YAML

unfold short line; debracket

(mbalmer)

2009-08-03 17:10:51 UTC MAIN commitmail json YAML

track number of pages associated with vm object

(pooka)

2009-08-03 16:33:55 UTC MAIN commitmail json YAML

don't call asus_sysctl_setup from asus_init because that is called from
the resume handler, instead call it directly from asus_attach

(jmcneill)

2009-08-03 16:22:00 UTC MAIN commitmail json YAML

2009-08-03 16:05:11 UTC MAIN commitmail json YAML

mention bt_dev(3) addition

(plunky)

2009-08-03 15:59:42 UTC MAIN commitmail json YAML

Add bt_dev(3), an platform neutral API for accessing (locally configured)
Bluetooth devices, and bump libbluetooth minor version.

This is a reimplementation of an API largely developed by Maksim Yevmenkin
on FreeBSD to make it easier to port BlueZ/Linux programs which depend on
something similar. Alas, the BlueZ/Linux API is incompatible and unportable
as it depends on a 'device' being referenced by an int, but this will
hopefully make it easier to port software using that.

(bump libbluetooth minor version)

(plunky)

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

fix errno reporting

(pooka)

2009-08-03 14:25:24 UTC MAIN commitmail json YAML

rump_fakeblk -> rump_etfs

(pooka)

2009-08-03 14:24:58 UTC MAIN commitmail json YAML

* use new etfs interface
  + attempt to register only if we can stat() the devpath.  this works
    around e.g. nfs devpath, which is useless to register to etfs
    XXX: the caller should decide

(pooka)

2009-08-03 14:23:30 UTC MAIN commitmail json YAML

* get rid of the old fakeblk registration interface.  Instead,
  introduce a new and improved "etfs" interface, which can be used
  to register host files accessible from rump fs namespace.  This
  new interface is not restriced to block devices, and neither does
  it require the same pathname in host namespace and rump namespace.
  Therefore, the same host file can be represented both as a char
  and block device in rump namespace.

* adjust rumpblk to make the above possible

* improve rumpfs: nodes are now created properly and not implicitly
  tied to the vnode lifecycle

(pooka)

2009-08-03 12:43:56 UTC MAIN commitmail json YAML

Be more careful when attaching drivers at runtime, call the drivers match
routine before attaching the device.  Prevents non-working driver instances
from being created.

(mbalmer)

2009-08-03 12:43:47 UTC MAIN commitmail json YAML

add missing return, silences 'failed to add sysctl nodes. (0)' message when
setup was successful

(jmcneill)

2009-08-03 12:42:45 UTC MAIN commitmail json YAML

A better match routine that checks also the number of pins instead
of checking the pins in the attach routine; malconfigured devices will
no longer attach.  While here, replace some printf uses by aprint_....

(mbalmer)

2009-08-03 10:30:30 UTC MAIN commitmail json YAML

- add experimental cpu fan/voltage switching support (sysctl hw.asus0.*)
- add fan sensor
- rename asus_softc_t -> struct asus_softc
- add detach method
- update copyright for 2009

(jmcneill)

2009-08-03 09:40:46 UTC MAIN commitmail json YAML

Fix previous where the call of sd_set_properties was moved from
the end of sdattach() to the end of sd_get_parms().  The code at
the bottom of sd_get_parms() was only used for optical drives or
in the case where the drive geometry couldn't be retrived for some
reason, to create a fake geometry.  The case for setting up the
real geometry was handled above that code.

(jnemeth)

2009-08-03 06:57:09 UTC MAIN commitmail json YAML

Move the include of <sys/gpio.h> up above <dev/gpio/gpiovar.h>, so that
GPIOMAXNAME gets defined before being used.  Also remove the > 0 test on
NGPIO around the include of <sys/gpio.h>.

(he)

2009-08-03 06:26:41 UTC MAIN commitmail json YAML

bzero.S defines memset(), so exclude memset.c

(dsl)

2009-08-03 06:25:34 UTC MAIN commitmail json YAML

bzero.S also defines memset(), so exclude memset.c

(dsl)

2009-08-03 06:04:13 UTC MAIN commitmail json YAML

don't ignore errors from read(); found by lint

(dholland)

2009-08-03 00:32:26 UTC netbsd-5-0 commitmail json YAML

2009-08-02 22:49:08 UTC MAIN commitmail json YAML

Bump date for previous. Add comma in enumeration. Use Pp for paragraph
separation.

(wiz)

2009-08-02 22:38:29 UTC MAIN commitmail json YAML

Make HTML-ready.

(wiz)

2009-08-02 22:37:44 UTC MAIN commitmail json YAML

Sort supported hardware by name. New sentence, new line.

(wiz)

2009-08-02 21:24:18 UTC MAIN commitmail json YAML

Support 0xnn for hexadecimal constants - as well as 16#nn.
While here, make '-' only valid once, and at the start of the number.
Fixes PR/40512

(dsl)

2009-08-02 20:55:45 UTC MAIN commitmail json YAML

add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).
This works fine for 11b, but unstable for 11g.

(tshiozak)

2009-08-02 20:53:42 UTC MAIN commitmail json YAML

2009-08-02 20:52:26 UTC MAIN commitmail json YAML

add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573)

(tshiozak)

2009-08-02 20:50:33 UTC MAIN commitmail json YAML

Fix previous: mutex_destroy() the right mutex

(bouyer)

2009-08-02 20:44:55 UTC MAIN commitmail json YAML

Add a note to change_root() that the callers need to authorize the operation.
As requested by elad@.

(bad)

2009-08-02 20:22:34 UTC MAIN commitmail json YAML

Patch from PR/39034 - should make this compile!
I've not removed the mtx_destroy() since that has to be in there somewhere.
Patch may apply to netbsd 5.0

(dsl)

2009-08-02 18:16:09 UTC MAIN commitmail json YAML

make dkctl conform to its man page and print the device name on addwedge
when the addition was successful (as well as indicating success).

(spz)

2009-08-02 17:12:29 UTC MAIN commitmail json YAML

2009-08-02 16:07:34 UTC MAIN commitmail json YAML

- don't reuse a variable for different purposes.
- KNF a bit.

(yamt)

2009-08-02 16:03:47 UTC MAIN commitmail json YAML

- fix extend of unexistent mapping.  the problem reported by
  Nicolas Joly on current-users@.
- check our reserved entry a little more strictly.
- comments.

(yamt)

2009-08-02 13:26:33 UTC MAIN commitmail json YAML

- fix TKIP, changes adapted from FreeBSD
- reduce diffs between FreeBSD and NetBSD athvar.h

(jmcneill)

2009-08-02 12:04:28 UTC MAIN commitmail json YAML

2009-08-02 11:36:39 UTC MAIN commitmail json YAML

* Increase symtab space so the kernel builds again.
* Add in bits and pieces to get a genfb console going.

(gavan)

2009-08-02 11:32:05 UTC MAIN commitmail json YAML

On NetBSD/iyonix:

* Disable interrupts in otherwise-configure Nvidia graphics card
* Support genfb console, based on information supplied by the bootloader
* Support kernel args
* Support ways to choose which console to use
* Clarify argument parsing a little.

(from me and abs)

(gavan)

2009-08-02 11:25:50 UTC MAIN commitmail json YAML

If we're going to complain about exceeding the PCI bandwidth, we may as
well say how much we think we're using.

(gavan)

2009-08-02 11:20:38 UTC MAIN commitmail json YAML

Don't reset devices if booting an Iyonix. It's fine for acorn32 devices
because we know how to configure all of the hardware, but as we don't know
how to configure the Iyonix graphics card we must rely on RISC OS to do
it for us.

While we're here, space separate the kernel arguments. It's a bit hard
parsing them in the kernel when they're all run together.

(gavan)

2009-08-02 01:35:17 UTC MAIN commitmail json YAML

update this for 0.15.16.

(mrg)

2009-08-02 00:20:39 UTC MAIN commitmail json YAML

pxamci is pxa2x0 specific.

(nonaka)

2009-08-02 00:19:29 UTC MAIN commitmail json YAML

2009-08-02 00:06:44 UTC MAIN commitmail json YAML

2009-08-01 23:07:05 UTC MAIN commitmail json YAML

Don't return EWOULDBLOCK on an O_NONBLOCK tty file descriptor that has vmin > 0
and vtime > 0. It should be allowed to go to sleep for the sleep interval
indicated in vtime. Reported by der Mouse a long while ago, and this is what
other unixes do.

(christos)

2009-08-01 22:59:52 UTC MAIN commitmail json YAML

Add MIPS64_LOONGSON2F since it needs some special help in various places.

(matt)

2009-08-01 22:58:36 UTC MAIN commitmail json YAML

Extract bonito support from sys/arch/algor/conf/files.algor so it can be
used by multiple ports.

(matt)

2009-08-01 22:50:41 UTC MAIN commitmail json YAML

Add Loongson2 chip ids

(matt)

2009-08-01 21:40:13 UTC MAIN commitmail json YAML

2009-08-01 21:34:21 UTC MAIN commitmail json YAML

Add Silicon Motion SM502

(matt)

2009-08-01 21:17:12 UTC MAIN commitmail json YAML

As discussed on tech-kern:

Factor out common code of chroot-like syscalls into change_root() and export
that function for use in other parts of the kernel.
Rename change_dir() to chdir_lookup() as the latter describes better what
the function does.  While there, move the namei_data initialisation into
chdir_lookup(), too.  And export chdir_lookup().

(bad)

2009-08-01 20:47:02 UTC MAIN commitmail json YAML

In the misaligned case, xor the read word with the target pattern
before making the unwanted bytes non-zero.
Means that memchr(buf, 0xff) is no longer a special case.

(dsl)

2009-08-01 20:35:46 UTC MAIN commitmail json YAML

Remove some long dependant instruction sequences (ie allow parallel code).
Since 'rep stos' will have a long setup time, avoid doing it more than once.
For misaligned (start address or length) write an unaligned word at both
ends of the buffer then aligned 'rep stosd' the middle.
Use the same code for bzero().
bzero.S is left being compiled for a while (empty) - to avoid issues with
duplicate symbols in libc.a after update builds.

(dsl)

2009-08-01 16:35:51 UTC MAIN commitmail json YAML

- uvm_map_extract: update map->size correctly for !UVM_EXTRACT_CONTIG.
- uvm_map_extract: panic on zero-sized entries.
- make uvm_map_replace static.

(yamt)

2009-08-01 15:52:55 UTC MAIN commitmail json YAML

Sprinkle a few .Pps.

(mbalmer)

2009-08-01 15:43:01 UTC MAIN commitmail json YAML

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

don't call uvm_map_check with map unlocked.

(yamt)

2009-08-01 15:32:02 UTC MAIN commitmail json YAML

_uvm_tree_sanity: fix an assertion.

(yamt)

2009-08-01 15:30:33 UTC MAIN commitmail json YAML

_uvm_map_sanity: fix a race which causes "stale hint".

(yamt)

2009-08-01 13:17:30 UTC MAIN commitmail json YAML

Sort SYNOPSIS, add gpio* at gpiosim?.

(mbalmer)

2009-08-01 13:14:40 UTC MAIN commitmail json YAML

2009-08-01 10:33:58 UTC MAIN commitmail json YAML

Support run-time configuration for PXA25x and PXA27x.

(kiyohara)

2009-08-01 09:08:53 UTC MAIN commitmail json YAML

Add missing mutex_destroy() before pool_cache_put(). Prevents a
"Mutex error: lockdebug_alloc: already initialized" panic.

(bouyer)

2009-08-01 08:20:36 UTC MAIN commitmail json YAML

Micro optimization around ncr53c9x register accesses.

(tsutsui)

2009-07-31 20:58:50 UTC MAIN commitmail json YAML

Don't free extattr resources until it is certain that unmount
succeeds.  Also, "unmount system call" -> "unmount vfs operation"
in comment just so that our comments aren't 15+ years outdated.

(pooka)

2009-07-31 20:54:36 UTC MAIN commitmail json YAML

2009-07-31 20:47:25 UTC MAIN commitmail json YAML

Disable completely bogus DIAGNOSTIC check.

(bouyer)

2009-07-31 20:40:01 UTC MAIN commitmail json YAML

2009-07-31 19:47:47 UTC MAIN commitmail json YAML

Get rid of dependency on M_UFSMNT.  Since we need storage only for
one pointer, simply hang that off of mnt_data instead of allocating
storage.

(pooka)

2009-07-31 19:21:55 UTC MAIN commitmail json YAML

add commented-out rump_fdesc along with an explanation

(pooka)

2009-07-31 19:18:46 UTC MAIN commitmail json YAML

rump_fdesc.  it works, but it's actually not very sexy out of
developer clothes, since the server cannot fetch the fd information
from the kernel.  Therefore, don't build it by default.

(pooka)

2009-07-31 19:16:45 UTC MAIN commitmail json YAML

add fdesc fs rump lib
(don't descend in here by default, I don't want to deal with the
setlist pain for now)

(pooka)

2009-07-31 18:50:58 UTC MAIN commitmail json YAML

Do a name-based search for the ctty major instead of requiring an
external symbol.

(pooka)

2009-07-31 18:44:59 UTC MAIN commitmail json YAML

Instead of reporting some random "files used/free" figures for the
process doing statvfs(!), just report 0.  The code had some kernel
panicking bug after the descriptor code update, the functionality
is more like a bunny rabbit hat than anything useful, and I can't
bother to figure out what the invariants in the new descriptor code
are.

fixes PR kern/41534 and kern/41786

(pooka)

2009-07-31 15:55:11 UTC MAIN commitmail json YAML

Read AD_CFG_SWITCH via volatile pointer so that
the default density is detected correctly.

(tsutsui)

2009-07-31 14:58:21 UTC MAIN commitmail json YAML

2009-07-31 14:56:11 UTC MAIN commitmail json YAML

Shortcircuit -o getargs in userspace.  We know the kernel driver
will not return any data and mount(2) fails with EINVAL if data_len
is 0.  This caused lame-o output in mount -vv:
mount_fdesc: fdesc on /failsystem: Invalid argument

(pooka)

2009-07-30 21:42:06 UTC MAIN commitmail json YAML

Use a 'register only' str[c]spn() on 64 bit systems.

(dsl)

2009-07-30 21:26:36 UTC MAIN commitmail json YAML

Stop bcopy.c and bzero.c being compiled

(dsl)

2009-07-30 20:57:17 UTC MAIN commitmail json YAML

2009-07-30 19:59:36 UTC MAIN commitmail json YAML

when writing PCI BusIDs include the domain ID if it's non-zero
While there also add
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd"
to the keyboard section on non-x86
Now X -configure should dump something more usable.

(macallan)

2009-07-30 19:57:07 UTC MAIN commitmail json YAML

typo in comment.

(skrll)

2009-07-30 17:28:36 UTC MAIN commitmail json YAML

Fix typo in comment, s/SIOCSIFADDR/SIOCINITIFADDR/.

(dyoung)

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

- use program header rather than section header to find file offset for vmaddr
- make sure that passed vmaddr is in TEXT or DATA section

(tsutsui)

2009-07-30 15:16:38 UTC MAIN commitmail json YAML

WARNS'fy sources which are left for reference.

src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage
for toolchain to handle cross build binaries, but these old sources for
local executable binaries still can be used for tools to patch binaries,
like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.

(tsutsui)

2009-07-30 14:41:59 UTC MAIN commitmail json YAML

As explained in kern/41701 there's a missing splx() here.

(jakllsch)

2009-07-30 13:56:57 UTC MAIN commitmail json YAML

from x86/x86/cpu.c:
- use atomic operations to set flags
- Align struct cpu_info to 64b.

(cegger)

2009-07-30 12:13:51 UTC MAIN commitmail json YAML

Fix uid/gid check; it was checking if the old values would fit in 32 bits
instead of checking if the new values would.

(reinoud)

2009-07-30 05:57:28 UTC MAIN commitmail json YAML

- fix EUMB com console attach case.
- #ifdef out pci_conf_interrupt() for PCI_NETBSD_CONFIGURE option.
Requested and tested by kiyohara.

(nisimura)

2009-07-30 05:54:43 UTC MAIN commitmail json YAML

list the partition types addwedge understands, so you don't need to utsl
to find out what strings to use here
fixes PR 37252

(spz)

2009-07-30 04:38:25 UTC MAIN commitmail json YAML

do as elad suggested and call kauth instead of using INSECURE in pcimmap()

(macallan)

2009-07-30 03:46:49 UTC MAIN commitmail json YAML

Fix the bug that another lock mechanism is used to access Kumeran registers
on i80003 and ICHs.

Fix yet another i80003 ONLY workaround. The code to modifing TIPG register
is only for i80003.

Set the Re-Transmit on Late Collision(RTLC) flag for all devices.

Fix a typo in a printf message.

(msaitoh)

2009-07-29 22:35:18 UTC netbsd-5-0 commitmail json YAML

2009-07-29 22:28:46 UTC netbsd-5-0 commitmail json YAML

2009-07-29 21:47:11 UTC MAIN commitmail json YAML

Add "MAC" keyword to the corresponding example.

(hubertf)

2009-07-29 21:46:33 UTC netbsd-5 commitmail json YAML

backout previous - wrong branch, thanks veego

(hubertf)

2009-07-29 19:48:59 UTC netbsd-5 commitmail json YAML

2009-07-29 19:47:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #882):
sys/conf/copyright: revision 1.6
Update copyright notice for 2009.

(snj)

2009-07-29 19:47:12 UTC netbsd-5-0 commitmail json YAML

2009-07-29 19:46:14 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #882):
sys/conf/copyright: revision 1.6
Update copyright notice for 2009.

(snj)

2009-07-29 18:47:15 UTC MAIN commitmail json YAML

Reduce the difference between i386 and amd64 trap handler.
No functional changes intended.

(rmind)

2009-07-29 17:45:39 UTC MAIN commitmail json YAML

2009-07-29 17:16:56 UTC MAIN commitmail json YAML

2009-07-29 17:14:38 UTC MAIN commitmail json YAML

T_ASTFLT|T_USER: check for LP_OWEUPC in l_lpflag, not l_flag.  Also, flag
unset was on p->p_flag.  Luckily, it did not corrupt the p_flag, because
we don't have LW_ flag matching LP_OWEUPC.

(rmind)

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

Re-do nilfs_load_super_root() and implement crc checking of read in super root
to check for consistency.

Since a new crc-seed is chosen on each new nilfs formatting, older structures
will fail the crc check.

(reinoud)

2009-07-29 16:50:41 UTC netbsd-5 commitmail json YAML

Add "MAC" keyword to the corresponding example.

(hubertf)

2009-07-29 16:04:14 UTC MAIN commitmail json YAML

Without UQ_ASSUME_CM_OVER_DATA, the PANTECH UM175 has a
non-working bulk-in endpoint

(jakllsch)

2009-07-29 15:47:26 UTC MAIN commitmail json YAML

2009-07-29 15:45:17 UTC MAIN commitmail json YAML

Add entries for some Hyundai CuriTel (Audiovox, Pantech) products, from OpenBSD.

(jakllsch)

2009-07-29 13:37:57 UTC MAIN commitmail json YAML

nuke unused XEN3 option. The XEN option is sufficient now.

(cegger)

2009-07-29 13:23:23 UTC MAIN commitmail json YAML

Add debugging text to indicate a super root has been found while searching for
it.

(reinoud)

2009-07-29 12:04:14 UTC MAIN commitmail json YAML

NetBSD/Xen no longer supports Xen2

(cegger)

2009-07-29 12:02:10 UTC MAIN commitmail json YAML

2009-07-29 11:58:31 UTC MAIN commitmail json YAML

Fix (commented out) gpioow usage.

(mbalmer)

2009-07-29 11:55:40 UTC MAIN commitmail json YAML

Add commented out entries for gpiosim and gpio at gpiosim.

(mbalmer)

2009-07-29 11:52:45 UTC MAIN commitmail json YAML

Add pseudo-device gpiosim, fix gpioow usage.

(mbalmer)

2009-07-28 22:29:58 UTC netbsd-5 commitmail json YAML

2009-07-28 22:26:56 UTC netbsd-5 commitmail json YAML

Apply patch (requested by christos in ticket #881):
Fix CVE-2009-0696.

(snj)

2009-07-28 22:25:58 UTC netbsd-5-0 commitmail json YAML

2009-07-28 22:25:09 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by christos in ticket #881):
Fix CVE-2009-0696.

(snj)

2009-07-28 22:19:21 UTC netbsd-4 commitmail json YAML

2009-07-28 22:18:51 UTC netbsd-4 commitmail json YAML

Apply patch (requested by christos in ticket #1347):
Fix CVE-2009-0696.

(snj)

2009-07-28 22:18:06 UTC netbsd-4-0 commitmail json YAML

2009-07-28 22:16:33 UTC netbsd-4-0 commitmail json YAML

Apply patch (requested by christos in ticket #1347):
Fix CVE-2009-0696.

(snj)

2009-07-28 21:51:30 UTC MAIN commitmail json YAML

2009-07-28 21:23:47 UTC MAIN commitmail json YAML

update to 9.6.1-P1

(christos)

2009-07-28 21:18:01 UTC MAIN commitmail json YAML

2009-07-28 21:17:11 UTC MAIN commitmail json YAML

2009-07-28 21:12:23 UTC MAIN commitmail json YAML

2009-07-28 21:05:36 UTC MAIN commitmail json YAML

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

add TWSI registers. from OpenBSD.

(cegger)

2009-07-28 20:53:22 UTC MAIN commitmail json YAML

Import dhcpcd-5.0.7
Changes from dhcpcd-5.0.6 include:
* Fix -f path/to/config
* -e, --env var=value for profile specific env vars
* Many issues resolved when running in test mode
* Don't print a (null) string when there is no NAK message
* read ssize_t instead of size_t when checking signals

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-0-7

(roy)

2009-07-28 18:48:27 UTC MAIN commitmail json YAML

Add hungarian qwertz keyboard layout.

(ahoka)

2009-07-28 18:38:43 UTC MAIN commitmail json YAML

fix debugging build. Hi Roy!

(christos)

2009-07-28 18:22:33 UTC MAIN commitmail json YAML

Don't require a "vlan" argument with "-vlanif".  "ifconfig vlan0
-vlanif" works as one would expect, now.

(dyoung)

2009-07-28 18:21:06 UTC MAIN commitmail json YAML

Both carp.c and vlan.c expect for a keyword with a KW_T_STR-type
value to put a prop_string_t into the environment, but the keyword
parser put a prop_data_t into the environment, instead.  That broke
the -vlanif and -carpdev keywords and defied developer expectations.
Let's put a prop_string_t into the environment.

Thanks to Arnaud Degroote for reporting the problem.

(dyoung)

2009-07-28 18:15:26 UTC MAIN commitmail json YAML

2009-07-28 17:55:27 UTC MAIN commitmail json YAML

Make mdopen() and mdclose() maintain the openmask.  md_detach()
depends on the openmask to know whether it should either return
EBUSY because the device is open, or tear the device down.

Alan Barrett reports that this fixes kern/41725, in part: it prevents
the UVM fault, and the kernel detaches /dev/md0a after unmounting
/ on /dev/md0a instead of before.

(dyoung)

2009-07-28 15:31:21 UTC MAIN commitmail json YAML

Enhance/fix read support for sparse files.

Extents read in wich there were no mappings at all were defined would error
out and files beginning with a sparse area were erroring out.

(reinoud)

2009-07-28 15:28:24 UTC MAIN commitmail json YAML

add dummy pmf registration to allow suspend

(drochner)

2009-07-28 10:38:20 UTC MAIN commitmail json YAML

Use the right pointer to traverse the proc's lwp list.

From PR 41788.

(skrll)

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

print chipset name. From OpenBSD.

(cegger)

2009-07-28 00:10:52 UTC MAIN commitmail json YAML

forgot to commit that along with radeonfb.c

(macallan)

2009-07-27 18:10:54 UTC MAIN commitmail json YAML

Do a complete device_t/softc split for the PCI attachment.  I have
not finished the device_t/softc split for the SBus attachment
because I don't have an SBus gem(4) to test with.

Convert from legacy shutdownhooks to a PMF shutdown hook.  Add PMF
suspend/resume handlers.

Factor a detachment hook out of gem_attach().  During device
attachment, track which resources are reserved in sc_attach_state,
and release only those resources during detachment.

Tested on gem0 and gem1 at pci1 on a Sun Fire V120.

(dyoung)

2009-07-27 17:40:58 UTC MAIN commitmail json YAML

Do not attach gpiosim(4) at root, but make it a pseudo device.
With help from Matthias Drochner, thanks!

(mbalmer)

2009-07-27 16:26:48 UTC MAIN commitmail json YAML

Make process CPU value drop the decimal part when reaching 100%, like
WCPU.

(njoly)

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

Support Marvell Hercules-I/II SATA Controllers.

(kiyohara)

2009-07-27 14:41:19 UTC MAIN commitmail json YAML

Wrap ehcidebug in EHCI_DEBUG, not USB_DEBUG.

(sketch)

2009-07-27 13:20:41 UTC MAIN commitmail json YAML

System nodes are not written out on becomming inactive; they should be written
out before automatically.

However, when dealing with faulty discs that fail to mount, system nodes are
of course not written out and thus may still be marked dirty, if only due to
access. Especially on sequential media this gave rise to panics on reading
trackinfo since the write track section had not yet been initialised.

(reinoud)

2009-07-27 13:13:33 UTC MAIN commitmail json YAML

Issue extra synchronise caches before closing tracks or sessions. It shouldn't
be needed as the caches should already be synchronised, but better be safe.

(reinoud)

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

2009-07-27 00:42:41 UTC netbsd-5-0 commitmail json YAML

2009-07-27 00:42:21 UTC netbsd-5 commitmail json YAML

2009-07-27 00:40:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #877):
        external/bsd/pkg_install/dist/info/perform.c: pkg_install-20090724
        external/bsd/pkg_install/dist/lib/license.c: pkg_install-20090724
        external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in: pkg_install-20090724
        external/bsd/pkg_install/dist/lib/version.h: pkg_install-20090724
Import pkg_install-20070724:
- license handling: accept upper case letters. Keep license checks
case-sensitive as done in the older pkgsrc logic. Document this.
OK dillo@, schmonz@, wiz@
- pkg_info:
- fix handling of non-packages, that are valid archives
- invert order of pkg_info -r to better match the expectations of
  make update.

(snj)

2009-07-27 00:37:08 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #877):
external/bsd/pkg_install/dist/info/perform.c: pkg_install-20090724
external/bsd/pkg_install/dist/lib/license.c: pkg_install-20090724
external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in: pkg_install-20090724
external/bsd/pkg_install/dist/lib/version.h: pkg_install-20090724
Import pkg_install-20070724:
- license handling: accept upper case letters. Keep license checks
case-sensitive as done in the older pkgsrc logic. Document this.
OK dillo@, schmonz@, wiz@
- pkg_info:
- fix handling of non-packages, that are valid archives
- invert order of pkg_info -r to better match the expectations of
  make update.

(snj)

2009-07-26 22:59:38 UTC MAIN commitmail json YAML

Import pkg_install-20070724:
- license handling: accept upper case letters. Keep license checks
  case-sensitive as done in the older pkgsrc logic. Document this.
  OK dillo@, schmonz@, wiz@
- pkg_info:
  - fix handling of non-packages, that are valid archives
  - invert order of pkg_info -r to better match the expectations of
    make update.

Status:

Vendor Tag: PKGSRC
Release Tags: pkg_install-20090724

(joerg)

2009-07-26 21:33:46 UTC MAIN commitmail json YAML

According to the libevent 1.4.12 change announcement, problems have been
observed with GCC 4 and strict-aliasing in the libevent code.  Add
-fno-strict-aliasing to work around this (same thing libevent did
upstream).

(tls)

2009-07-26 18:56:21 UTC netbsd-5 commitmail json YAML

2009-07-26 18:55:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #873):
sbin/wsconsctl/wsconsctl.8: revision 1.26
PR/40059 - Bug Hunting -- add Xref to wscons.conf(5)

(snj)

2009-07-26 18:54:26 UTC netbsd-5-0 commitmail json YAML

2009-07-26 18:52:48 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #873):
sbin/wsconsctl/wsconsctl.8: revision 1.26
PR/40059 - Bug Hunting -- add Xref to wscons.conf(5)

(snj)

2009-07-26 18:50:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #872):
lib/libc/sys/intro.2: revision 1.50 via patch
PR/40060 - Bug Hunting -- grammar fix

(snj)

2009-07-26 18:48:55 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #872):
lib/libc/sys/intro.2: revision 1.50 via patch
PR/40060 - Bug Hunting -- grammar fix

(snj)

2009-07-26 18:45:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #869):
sys/arch/pmax/pmax/machdep.c: revision 1.233
Fix an #ifdef botch in rev 1.214 that causes
[ Kernel symbol table invalid! ] message at boot,
which means no ksyms(4) support even on GENERIC kernel.
Should be pulled up to netbsd-4 and netbsd-5.

(snj)

2009-07-26 18:45:01 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #869):
sys/arch/pmax/pmax/machdep.c: revision 1.233
Fix an #ifdef botch in rev 1.214 that causes
[ Kernel symbol table invalid! ] message at boot,
which means no ksyms(4) support even on GENERIC kernel.
Should be pulled up to netbsd-4 and netbsd-5.

(snj)

2009-07-26 18:41:52 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #868):
lib/libc/stdlib/strtol.3: revisions 1.25, 1.26
lib/libc/stdlib/strtoul.3: revisions 1.22, 1.23
Clarify the description of the errno behavior, based on the recent
thread in tech-userlevel.

(snj)

2009-07-26 18:40:36 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #868):
lib/libc/stdlib/strtol.3: revisions 1.25, 1.26
lib/libc/stdlib/strtoul.3: revisions 1.22, 1.23
Clarify the description of the errno behavior, based on the recent
thread in tech-userlevel.

(snj)

2009-07-26 18:36:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #867):
lib/libc/sys/intro.2: revisions 1.53, 1.54
Mention, along with the behavior of succeeding system calls, the
normal behavior of succeeding library functions regarding errno.
(That is, they may leave arbitrary nonzero values in errno.)
Ok kleink@; related to PR lib/41567 as well as a recent thread on
tech-userlevel.

(snj)

2009-07-26 18:35:50 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #867):
lib/libc/sys/intro.2: revisions 1.53, 1.54
Mention, along with the behavior of succeeding system calls, the
normal behavior of succeeding library functions regarding errno.
(That is, they may leave arbitrary nonzero values in errno.)
Ok kleink@; related to PR lib/41567 as well as a recent thread on
tech-userlevel.

(snj)

2009-07-26 18:33:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #874):
sys/dev/ic/ciss.c: revision 1.15
sys/dev/isa/isadma.c: revision 1.59
sys/dev/usb/ulpt.c: revision 1.82
sys/dev/ic/tcic2.c: revision 1.31
sys/dev/isa/if_ntwoc_isa.c: revision 1.18
sys/dev/pci/if_sk.c: revision 1.57
sys/dev/pcmcia/if_cnw.c: revision 1.46
More printf format fixes.

(snj)

2009-07-26 18:31:39 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #874):
sys/dev/ic/ciss.c: revision 1.15
sys/dev/isa/isadma.c: revision 1.59
sys/dev/usb/ulpt.c: revision 1.82
sys/dev/ic/tcic2.c: revision 1.31
sys/dev/isa/if_ntwoc_isa.c: revision 1.18
sys/dev/pci/if_sk.c: revision 1.57
sys/dev/pcmcia/if_cnw.c: revision 1.46
More printf format fixes.

(snj)

2009-07-26 15:29:00 UTC MAIN commitmail json YAML

Significantly bump time for SCSI track/disc closure. DVD-RW when used
sequentially can significantly take more time.

(reinoud)

2009-07-26 14:34:10 UTC MAIN commitmail json YAML

jmcneill handed me maintainership of the GPIO subsystem; whil here also
add a few other programs I wrote/maintain.

(mbalmer)

2009-07-26 14:06:05 UTC MAIN commitmail json YAML

Fold long line, add comment to fix possible creation of duplicates.

(mbalmer)

2009-07-26 13:45:20 UTC MAIN commitmail json YAML

Simplify the use _a lot_ by hooking this to sysctl instead of bio(4).
When it attaches, it creates a hw.gpiosimN.value sysctl node which can
then be used to manipulate the simulated device state.

(mbalmer)

2009-07-26 03:22:01 UTC MAIN commitmail json YAML

Remove gross hack and attendant need for -fno-strict-aliasing.

(dholland)

2009-07-26 03:05:52 UTC MAIN commitmail json YAML

Remove the need for -Wno-pointer-sign. Object file unchanged.

(dholland)

2009-07-26 03:02:38 UTC MAIN commitmail json YAML

Remove the need for -Wno-pointer-sign. Object diffs checked.

(dholland)

2009-07-26 02:07:12 UTC MAIN commitmail json YAML

remove unused global variable

(dholland)

2009-07-26 02:06:37 UTC MAIN commitmail json YAML

sprinkle static in this file

(dholland)

2009-07-26 01:58:21 UTC MAIN commitmail json YAML

Remove the need for -Wno-pointer-sign. Does not change the output .o file.

(dholland)

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

use __arraycount, kill N() macro.

(cegger)

2009-07-25 23:12:09 UTC MAIN commitmail json YAML

Instead of using the net.inet6.ip6.accept_rtadv sysctl for all devices,
make net.inet6.ip6.accept_rtadv the default for individual per-device
settings so people can use the ndp(8) utility to set per-device whether
or not to accept route advertisements.

rtadvd changes to follow.

(Debated on tech-net@ before but almost two weeks passed by without any
comment on the patch.)

(tonnerre)

2009-07-25 21:21:20 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-07-25 21:19:24 UTC MAIN commitmail json YAML

Ignore comment lines in .editrc from Jess Thrysoee

(christos)

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

Reword for better HTML output.

(wiz)

2009-07-25 19:18:01 UTC MAIN commitmail json YAML

use device_xname

(cegger)

2009-07-25 19:04:41 UTC MAIN commitmail json YAML

2009-07-25 19:01:56 UTC MAIN commitmail json YAML

make this build w/ GPIO_DEBUG

(cegger)

2009-07-25 17:32:47 UTC MAIN commitmail json YAML

add new Service Class ID and Protocol UUIDs from the Service Discovery
assigned numbers document at www.bluetooth.com

add detail printing for Message Access Profile v1.0

(plunky)

2009-07-25 17:04:51 UTC MAIN commitmail json YAML

add in definitions from the latest Service Discovery Assigned Numbers
document from www.bluetooth.com

(plunky)

2009-07-25 16:41:58 UTC MAIN commitmail json YAML

Change one more struct device * to device_t, noticed by cegger.

(mbalmer)