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

2024-05-10 15:29:47 UTC Now

2010-10-14 20:14:51 UTC MAIN commitmail json YAML

2010-10-14 16:34:29 UTC MAIN commitmail json YAML

Un-ifdef COMPAT_AOUT_M68K for MODULAR kernel.

(tsutsui)

2010-10-14 16:33:50 UTC MAIN commitmail json YAML

Fix reloc calcurations (mechanically pulled from working i386 and sh3).
Now options MODULAR works at least on news68k:

# uname -mrs
NetBSD 5.99.39 news68k
# modstat|grep filesys
coredump        misc      filesys    2    2790    -
exec_aout        misc      filesys    0    1866    coredump
exec_elf32      misc      filesys    0    6072    coredump
exec_script      misc      filesys    0    972      -
kernfs          vfs        filesys    0    9734    -
mfs              vfs        filesys    0    3656    ffs
procfs          vfs        filesys    0    23924    -
#

(tsutsui)

2010-10-14 16:31:16 UTC MAIN commitmail json YAML

Prepare empty module_init_md() for options MODULAR.

(tsutsui)

2010-10-14 07:57:34 UTC MAIN commitmail json YAML

2010-10-14 07:51:21 UTC MAIN commitmail json YAML

Move a comment so that it is correct.

(skrll)

2010-10-14 07:05:03 UTC MAIN commitmail json YAML

Some Broadcom controllers emit empty ACL packets during connection
setup, using the handle that they have not yet told us for the
connection-to-be. Disconnecting can cause problems so just ignore
zero length ACL packets on unknown connection handles.

fixes a problem reported by Nick Hudson

(plunky)

2010-10-14 06:58:23 UTC MAIN commitmail json YAML

2010-10-14 06:50:44 UTC MAIN commitmail json YAML

2010-10-14 06:39:52 UTC MAIN commitmail json YAML

Change format of path for device.  A current form strangely feels dissatisfied.
This new format looks like the format of BootROM of BeBox.

(kiyohara)

2010-10-14 06:23:27 UTC MAIN commitmail json YAML

2010-10-14 06:17:57 UTC MAIN commitmail json YAML

Add _rtt().  But it is NULL function.

(kiyohara)

2010-10-14 06:17:29 UTC MAIN commitmail json YAML

2010-10-14 06:12:54 UTC MAIN commitmail json YAML

2010-10-14 05:52:01 UTC MAIN commitmail json YAML

Add PCI_mem and many access/cache-ope functions.
  + inw/inwrb/writeb/writel/readb/readw/readl.
  + _wbinv/_inv.

(kiyohara)

2010-10-14 05:40:41 UTC MAIN commitmail json YAML

Add -I${S}/lib/libsa and reorder.

(kiyohara)

2010-10-14 03:36:11 UTC MAIN commitmail json YAML

2010-10-14 03:35:24 UTC MAIN commitmail json YAML

Remove duplicate entries:

* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.

(taca)

2010-10-14 03:34:42 UTC MAIN commitmail json YAML

Fixed mbuf leak possibility.

(oki)

2010-10-14 03:07:52 UTC MAIN commitmail json YAML

Wait for freeing mbuf cluster in sosend() causes freeze network stack.
Don't wait for it.
problem was found by iij seil team.
it is similar to OpenBSD uipc_socket.c rev.1.72.

(oki)

2010-10-14 00:47:17 UTC MAIN commitmail json YAML

add some (uint64_t) casts so avoid 32 bit overflows.  this fixes my
3TB disk with 4KB sectors and disklabel (which looks like it would
work upto 16TB.)

idea from mlelstv@.

(mrg)

2010-10-13 14:34:27 UTC MAIN commitmail json YAML

Add commented out options MODULAR.

(tsutsui)

2010-10-13 14:15:23 UTC MAIN commitmail json YAML

Disable PAX_ASLR on sh3 as well. exec_elf32 module doesn't work with it
at least on dreamcast.

(tsutsui)

2010-10-13 14:13:33 UTC MAIN commitmail json YAML

Prepare empty module_init_md() for options MODULAR.
It just works on dreamcast even with root on gdrom environment.

(tsutsui)

2010-10-13 11:19:28 UTC MAIN commitmail json YAML

Use actual buffer size instead of sizeof(char *).  Makes the test
work on non-64bit platforms.

(pooka)

2010-10-13 11:01:05 UTC MAIN commitmail json YAML

Don't reorder page on the age queue if the lookup is done by the
pagedaemon.  This mimics normal kernel behaviour where pmap_kentered
mappings are not tracked for references.  Without this change the
vnode pager's clustering could cause one page to be released by
the pagedaemon, and the rest of the pages in the pageout cluster
made unlikely candidates to be released soon.

(pooka)

2010-10-13 10:56:56 UTC MAIN commitmail json YAML

Include std.sh3 to pull options CPU_IN_CKSUM.  Noted by Ryo SHIMIZU.

(tsutsui)

2010-10-13 10:31:00 UTC MAIN commitmail json YAML

2010-10-13 09:19:40 UTC MAIN commitmail json YAML

Memcpy into local variable to ensure proper alignement.
Fixes PR port-sparc64/43965.

(martin)

2010-10-12 23:30:47 UTC MAIN commitmail json YAML

Mention acpivga(4).

(gsutre)

2010-10-12 23:01:55 UTC MAIN commitmail json YAML

2010-10-12 21:49:08 UTC MAIN commitmail json YAML

Sort sections, use serial comma.

(wiz)

2010-10-12 19:10:51 UTC MAIN commitmail json YAML

Merge ACPI display driver.  Provides generic support for brightness
control and output switching, through ACPI video extensions.

TODO: use wsconsctl(8) instead of sysctl(8) for brightness control.

ok jruoho@
also discussed with cegger@ and jmcneill@

(gsutre)

2010-10-12 16:18:20 UTC MAIN commitmail json YAML

fix off-by-one error which happened when the first mode with matching size is
also the best match by refresh rate

(macallan)

2010-10-12 16:00:22 UTC MAIN commitmail json YAML

make higher resolutions than 1024x768 work

(macallan)

2010-10-12 12:57:51 UTC MAIN commitmail json YAML

replace `` with $(). Hopefully with enough examples around people will
forget about ``.

(christos)

2010-10-12 12:49:27 UTC MAIN commitmail json YAML

PR/43961: YAMAMOTO Takashi: uninitialized variable in termcap.c
Remove dead code.

(christos)

2010-10-12 10:17:39 UTC netbsd-4 commitmail json YAML

2010-10-12 10:16:57 UTC netbsd-4-0 commitmail json YAML

2010-10-12 10:16:26 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1408):
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c: revision 1.2 via patch
fix a double free() in error case, see the thread
"openssl-1.0.0a and glibc detected sthg ;)" in openssl-dev.
I was getting a SEGV with the example posted there.

(bouyer)

2010-10-12 10:16:16 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1408):
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c: revision 1.2 via patch
fix a double free() in error case, see the thread
"openssl-1.0.0a and glibc detected sthg ;)" in openssl-dev.
I was getting a SEGV with the example posted there.

(bouyer)

2010-10-12 10:13:12 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1407):
sys/arch/mips/mips/in_cksum.c: revision 1.14
Fix wrong checksum calculations of 32 bit unaligned two byte payloads.
Analyzed in PR port-mips/43882, but applied slightly different patch.
Also put some changes for readability.
Note netbsd-5 doesn't use this MD version but netbsd-4 needs a pullup.
(though it's unclear if it's really faster even on modern aggressive gcc4)

(bouyer)

2010-10-12 09:14:43 UTC MAIN commitmail json YAML

Don't attach as pseudo device here.  This driver does attach in modcmd.

(pooka)

2010-10-12 06:39:48 UTC MAIN commitmail json YAML

Don't include opt_multiprocessor.h - it is not needed.

(skrll)

2010-10-12 00:39:09 UTC MAIN commitmail json YAML

Correct another off-by-one-bit error.  This time for Erratum 97.

(jakllsch)

2010-10-11 15:48:58 UTC MAIN commitmail json YAML

use "RZ()" instead of ATF_CHECK(), since ATF_CHECK does not deal with errno.
This is repulsive, specially the part about hard-coding the h_macros.h file
in the c code.

(christos)

2010-10-11 15:37:55 UTC MAIN commitmail json YAML

some extra information about "page timeout" option

(plunky)

2010-10-11 15:30:57 UTC MAIN commitmail json YAML

add a reference in the SEE ALSO section to "The NetBSD Guide" for
detailed examples of device configuration

(plunky)

2010-10-11 15:16:02 UTC MAIN commitmail json YAML

don't use err(), from pooka.
CV: ----------------------------------------------------------------------

(christos)

2010-10-11 15:15:57 UTC MAIN commitmail json YAML

manpage improvements

(plunky)

2010-10-11 14:16:31 UTC MAIN commitmail json YAML

report a higher encryption key length in approval for OBEY / CLAIM / STRICT modes

(vanhu)

2010-10-11 13:58:10 UTC MAIN commitmail json YAML

Update macppc list for MKX11+MKDEBUG builds.

(njoly)

2010-10-11 05:37:59 UTC MAIN commitmail json YAML

2010-10-11 01:52:05 UTC MAIN commitmail json YAML

FUSE filesystems' readlink returns a resolved link with a NUL trailing
character, and PUFFS do not want it. This fixes this bug, that returned
stat the informations for x instead of reporting ENOENT:
mkdir x && ln x z && stat -x z/whatever/you/want

(manu)

2010-10-11 01:12:26 UTC MAIN commitmail json YAML

Interm hack raising buffers for /dev/fuse socket used in the filesystem.
This works around read(2) system callsfailing with ENOBUFS.

This is a hack bedause there is no way to know that 4 * FUSE_BUFSIZE
will be enough to hold queued FUSE frames. It seems good enough at
mine.

(manu)

2010-10-11 01:08:27 UTC MAIN commitmail json YAML

- fix access control: pcn->pcn_cred is not user credentials
- Keep track of file generation
- remove size tracking in pnd_size, we have it in pn_va.va_size

(manu)

2010-10-10 21:27:16 UTC MAIN commitmail json YAML

restore binary compatibility for pre-2.0 binaries, requested by skrll and core.

(christos)

2010-10-10 21:24:35 UTC MAIN commitmail json YAML

restore binary compatibility for amd64; requested by joerg.

(christos)

2010-10-10 15:29:01 UTC MAIN commitmail json YAML

npf_packet_handler: clear M_CANFASTFWD flag, so inspection would work when
fast forwarding is enabled (e.g. with GATEWAY kernel option).  Thanks matt@
for the tip.

(rmind)

2010-10-10 08:29:40 UTC yamt-nfs-mp commitmail json YAML

2010-10-10 07:03:28 UTC MAIN commitmail json YAML

Disable USE_PAM on ports which have legacy non-XFree86 servers.
With this change, xinit(1) can properly quit Xserver after
xinitrc script exits.

Tested on dreamcast (-current) and hpcmips (netbsd-5).

(tsutsui)

2010-10-10 05:35:34 UTC MAIN commitmail json YAML

2010-10-10 05:33:32 UTC MAIN commitmail json YAML

2010-10-10 05:28:51 UTC MAIN commitmail json YAML

2010-10-10 05:21:44 UTC MAIN commitmail json YAML

2010-10-10 05:19:35 UTC MAIN commitmail json YAML

Add strtc(ST M41T80 Real-Time Clock).

(kiyohara)

2010-10-10 05:17:44 UTC MAIN commitmail json YAML

Add options STRTC_NO_USERRAM and STRTC_NO_WATCHDOG for m41t80.

(kiyohara)

2010-10-10 04:49:48 UTC MAIN commitmail json YAML

Add timeout for wait.
Not send STOP, if received ACK.

(kiyohara)

2010-10-09 19:46:16 UTC MAIN commitmail json YAML

Missing \n after printing device type.

(phx)

2010-10-09 12:56:07 UTC MAIN commitmail json YAML

In rome do as romans do. If I will get EEXIST from devsw_attach don't exit and
continue. This unbreaks usage of libdm in RUMP.

(haad)

2010-10-09 07:40:58 UTC MAIN commitmail json YAML

Bump date for SIGINFO.

(wiz)

2010-10-09 05:24:56 UTC MAIN commitmail json YAML

2010-10-09 04:57:30 UTC MAIN commitmail json YAML

add SIGINFO support; from freebsd:

when a SIGINFO is delivered, display the approximate remaining seconds.

(mrg)

2010-10-09 03:32:47 UTC yamt-nfs-mp commitmail json YAML

2010-10-08 18:53:12 UTC MAIN commitmail json YAML

Also handle WSKBDIO_SETVERSION. Now Xdreamcast works again.

XXX: not sure if other MD legacy servers need this

(tsutsui)

2010-10-08 17:49:26 UTC MAIN commitmail json YAML

2010-10-08 11:20:22 UTC MAIN commitmail json YAML

Add more explanation to XXXX.  It value from Marvell LSP.

(kiyohara)

2010-10-08 07:04:32 UTC MAIN commitmail json YAML

Store sysctl MIBs instead of a pointer to the root of the sysctl
sub-tree (because the pointer may be invalid at the time we use it).

ok jruoho@

(gsutre)

2010-10-07 20:39:55 UTC MAIN commitmail json YAML

use WSDISPLAYIO_PARAM_BACKLIGHT as a switch and WSDISPLAYIO_PARAM_BRIGHTNESS
for backlight level instead of following radeonfb
TODO: adapt radeonfb and powerd scripts

(macallan)

2010-10-07 19:55:02 UTC MAIN commitmail json YAML

2010-10-07 19:39:31 UTC MAIN commitmail json YAML

2010-10-07 16:26:38 UTC MAIN commitmail json YAML

Fix build failure.  s/const static/static const/.

(kiyohara)

2010-10-07 14:41:02 UTC MAIN commitmail json YAML

2010-10-07 14:38:10 UTC MAIN commitmail json YAML

2010-10-07 14:36:00 UTC MAIN commitmail json YAML

Import dhcpcd-5.2.8 with the following changes from 5.2.4
* Use dynamically sized buffers for reading kernel link events
* Use the active link address
* Added option to dump a lease to stdout
* TEST mode now works correctly if an old lease is NAKed
* routes with the gateway = leased ip are now treated as host routes

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-2-8

(roy)

2010-10-07 12:40:34 UTC MAIN commitmail json YAML

Fix read CIS.  And pass to attach args the standard function interface code.

(kiyohara)

2010-10-07 12:28:34 UTC MAIN commitmail json YAML

Remove unnecessary Tab.

(kiyohara)

2010-10-07 12:24:23 UTC MAIN commitmail json YAML

2010-10-07 12:06:10 UTC MAIN commitmail json YAML

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

Add bus_rod.  It use to change to Data Transfer mode.

(kiyohara)

2010-10-07 08:54:17 UTC uebayasi-xip commitmail json YAML

Check filesystem's bsize/fsize are aligned to PAGE_SIZE, or fail with
ENXIO.

(uebayasi)

2010-10-07 07:53:54 UTC MAIN commitmail json YAML

2010-10-07 03:15:49 UTC MAIN commitmail json YAML

make ipfr_lock IPL_VM as ip_reass_drain is called in interrupts via
the drain hook for mbuf pools.

(yamt)

2010-10-07 02:14:02 UTC MAIN commitmail json YAML

when we use a fake data section, make sure that the start is page-aligned.

(chs)

2010-10-07 01:28:51 UTC MAIN commitmail json YAML

2010-10-07 00:14:14 UTC MAIN commitmail json YAML

The was is not an argument but simply a part of sentense.

(enami)

2010-10-06 18:13:34 UTC MAIN commitmail json YAML

Fix vcore readings in some cases on W83627THF by being mindful of the VRM9 mode.

(jakllsch)

2010-10-06 11:24:56 UTC MAIN commitmail json YAML

Import new test program for device-mapper driver it currently call dm_version_list
and dm_targets_list ioctl to test if dm driver inside rump works.

It will be disable for now, because I need to find out why if I run this
test by atf-run it fails while running h_dm by hand works.

XXX. component.c in rump/libdm calls devsw_attach before dm_modcmd can do
that therefore unmodified modcmd returns error.

(haad)

2010-10-06 10:12:36 UTC MAIN commitmail json YAML

fix an off-by-two error when printing out the received key

(agc)

2010-10-06 09:58:22 UTC MAIN commitmail json YAML

don't try to print a key if an error occurred

(agc)

2010-10-06 09:57:48 UTC MAIN commitmail json YAML

fix an off-by-one error when printing the key from the server when retrieving
with the "get" command.

fix up an erroneous error message

(agc)

2010-10-06 07:59:18 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2010-10-06 07:39:37 UTC MAIN commitmail json YAML

Don't free memory still in use.  Fixes nfs root problem reported
by Christoph Egger on source-changes-d.

(enami)

2010-10-06 06:43:26 UTC MAIN commitmail json YAML

Allow -c with -d/-u. While uniq -cu isn't that useful, uniq -cd often is.
No objection on tech-userlevel, and the arbitrary restriction has been
irritating me for ages.

(dholland)

2010-10-06 05:24:01 UTC MAIN commitmail json YAML

Comment-out mvcesa.  It not exists now.

(kiyohara)

2010-10-06 02:27:25 UTC MAIN commitmail json YAML

add support for backlight control with genfb via OF
Tested on a PowerBook Pismo only so far, it should work on all OF3 *Books
though. Support for older PowerBooks is trickier since they control their
backlight using PMU commands which have no OF equivalent.

(macallan)

2010-10-06 02:24:36 UTC MAIN commitmail json YAML

add support for backlight control via machine dependent callbacks

(macallan)

2010-10-05 23:48:16 UTC MAIN commitmail json YAML

Import PAE support for kvm(3):
- add kvm_i386pae.c (used for PAE memory translations), and update Makefile
  for libkvm build.
- in pdppaddr: pass a flag to indicate PAE mode. Use a bit ignored
  by the MMU. Mask address with PG_FRAME to avoid side effects.

Tested with vmstat(1)/netstat(1) to debug core files of PAE and !PAE
kernels. Older kernel dumps will default to native i386 (!PAE) mode.

XXX Currently, savecore(8) will fail to dump a PAE kernel in a !PAE
    environment (and reciprocally). So you need to sync and reboot
    with a kernel of the same mode as the one that crashed. Once the dump
    is successful, this does not matter anymore.

(jym)

2010-10-05 14:37:48 UTC MAIN commitmail json YAML

Add man page suffix, fix typo, and misc cosmetics.

(tsutsui)

2010-10-05 14:16:20 UTC MAIN commitmail json YAML

netbsd.aout-INSTALL for cats is renamed to netbsd-INSTALL.aout.

XXX: catscd.iso should also have netbsd-INSTALL.ABLE?

(tsutsui)

2010-10-05 14:12:08 UTC MAIN commitmail json YAML

2010-10-05 10:03:53 UTC MAIN commitmail json YAML

Add option k to synopsis.

(njoly)

2010-10-05 05:03:49 UTC MAIN commitmail json YAML

Apply proper conversion (which is _no_ conversion) when setting limit
values for sensors of type ENVSYS_INTEGER.

(pgoyette)

2010-10-05 02:23:39 UTC MAIN commitmail json YAML

Avoid unnecessary malloc().  Since __findenv() kindly treats
equal sign as an end of string, we can pass the string of
form "key=value" to lookup "key".

(enami)

2010-10-05 00:14:55 UTC MAIN commitmail json YAML

Some Integer-type sensors can have limits, so allow them to be displayed.

(pgoyette)

2010-10-04 23:48:23 UTC MAIN commitmail json YAML

Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

(cyber)

2010-10-04 22:31:54 UTC MAIN commitmail json YAML

update IANA info.

(christos)

2010-10-04 22:31:11 UTC MAIN commitmail json YAML

update from the IANA database

(christos)

2010-10-04 16:03:31 UTC MAIN commitmail json YAML

Build a raw binary format GENERIC kernel and put it into distribution dir.
This would make it possible to create a bootable CD using root on gdrom
without toolchain (i.e. without whole src tree).

(tsutsui)

2010-10-04 15:57:27 UTC MAIN commitmail json YAML

Update error message - no funcitonal change.

(pgoyette)

2010-10-04 15:56:53 UTC MAIN commitmail json YAML

Use consistent names for distribution RAMDISK kernels:
netbsd.able-INSTALL.gz -> netbsd-INSTALL.ABLE.gz
netbsd.aout-INSTALL.gz -> netbsd-INSTALL.aout.gz

XXX: Probably it's simpler to have default ELF (currently ABLE) kernels
XXX: and optional a.out ones for old firmware as sgimips does for ecoff ones.

(tsutsui)

2010-10-04 13:58:43 UTC MAIN commitmail json YAML

Follow rename of distribution kernels in binary/kernel:
netbsd.ecoff-GENERIC32_IPXx.gz -> netbsd-GENERIC32_IPXx.ecoff.gz

(tsutsui)

2010-10-04 13:55:39 UTC MAIN commitmail json YAML

Change distribution filename for KERNEL_SETS kernels with KERNEL_SUFFIXES
in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/
from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" or so
as src/distrib/common/Makefile.mdset does for mdroot ramdisk kernels.

(tsutsui)

2010-10-04 13:45:29 UTC MAIN commitmail json YAML

Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.

(tsutsui)

2010-10-04 03:56:24 UTC MAIN commitmail json YAML

- delete an obsoelte comment about inactive
- remove a test for getattr return field that was never filled
- correctly send filehandle and filehandle flags for getaattr

(manu)

2010-10-03 22:10:48 UTC MAIN commitmail json YAML

ifdef out code that truncates the source length to the destination length
if it is larger. Seems useless to do that since the code tests for both
source length and destination to be non-zero. This fixes cut-n-paste problem
in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c

(christos)

2010-10-03 22:06:43 UTC MAIN commitmail json YAML

added commented out trace build.

(christos)

2010-10-03 19:46:35 UTC MAIN commitmail json YAML

vga_post_init: fix a bug and memleak in error path.

(rmind)

2010-10-03 19:44:47 UTC MAIN commitmail json YAML

Re-structure IPv4 reassembly code to make it more MP-friendly and simplify
some code fragments while here.  Also, use pool_cache(9) and mutex(9).

IPv4 reassembly mechanism is MP-safe now.

(rmind)

2010-10-03 19:41:25 UTC MAIN commitmail json YAML

Don't overrun the buffer, when writing some payload.

(rmind)

2010-10-03 19:36:39 UTC MAIN commitmail json YAML

- npf_session_gc: fix for previous RB-tree conversion.
- npf_session_free: rename (to singular).

(rmind)

2010-10-03 19:30:23 UTC MAIN commitmail json YAML

nbuf_advfetch: fix bug and change behaviour on error case.

(rmind)

2010-10-03 08:21:28 UTC MAIN commitmail json YAML

Simplify by using setenv() instead of putenv().

(gson)

2010-10-03 07:14:34 UTC MAIN commitmail json YAML

Fix ack/no-ack.  Last data sends with stop-bit without ack.

(kiyohara)

2010-10-03 06:36:49 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2010-10-03 06:03:10 UTC MAIN commitmail json YAML

2010-10-03 05:49:25 UTC MAIN commitmail json YAML

2010-10-03 05:46:48 UTC MAIN commitmail json YAML

- Correctly handle rename whith overwritten destination
- Keep track of file name to avoid lookups when we can. This makes sure we
  do not have two cookies for the same inode, a situation that cause wreak
  havoc when we come to remove or rename a node.
- Do not use PUFFS_FLAG_BUILDPATH at all, since we now track file names
- In open, queue requests after checking for access, as there is no merit
  to queue a will-be-denied request while we can deny it immediatly
- request reclaim of removed nodes at inactive stage

(manu)

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

cleanup debug code

(macallan)

2010-10-02 23:50:04 UTC MAIN commitmail json YAML

2010-10-02 22:54:47 UTC MAIN commitmail json YAML

dump is not used here.

(jym)

2010-10-02 22:53:50 UTC MAIN commitmail json YAML

Update the comment for PG_PS when used with PAE.

(jym)

2010-10-02 22:51:50 UTC MAIN commitmail json YAML

2010-10-02 22:49:06 UTC MAIN commitmail json YAML

Update agp(4) to reflect the agp_allocate modification.

(jym)

2010-10-02 21:52:15 UTC MAIN commitmail json YAML

Revert christos@ fix for the i386 paddr_t change and agp_allocate.

Make 'physical' element of the struct agp_allocate an uint32_t. This
is similar to what other kernels do (at least Solaris and Linux).

This patch should make xserver work again within an i386 userland in a
64 bits paddr_t world.

Thanks to Iain Hibbert for reporting the break, and providing initial hints.

See http://mail-index.netbsd.org/current-users/2010/09/27/msg014418.html

(jym)

2010-10-02 20:07:39 UTC MAIN commitmail json YAML

Defopt the rest of the Ipfilter options and tunables.
Per discussion with darrenr@ a year ago.

(bad)

2010-10-02 19:31:14 UTC MAIN commitmail json YAML

Print version string to stdout instead of stderr;
it is user-requested and not an error.

(wiz)

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

Drop _HID requirement for attachment under acpi(4).  From now on,
drivers attaching to the acpinodebus interface should not assume
that the passed acpi_devnode has a valid _HID.

ok jruoho@

(gsutre)

2010-10-02 16:56:03 UTC MAIN commitmail json YAML

Restore binary compatibility with application which use putenv(3) on
contant strings (e.g. postdrop(1)):
- Don't write to the environment string passed to putenv(3).
- Don't overwrite the value of an existing in setenv(3) unless the memory
  was actually allocated by setenv(3).

(tron)

2010-10-02 12:22:20 UTC MAIN commitmail json YAML

Use setenv(3) instead of putenv(3) because the later doesn't accept
string constants anymore.

(tron)

2010-10-02 10:55:36 UTC MAIN commitmail json YAML

Don't free memory that was succesfully passed to putenv(3) which takes
ownership of the memory.

(tron)

2010-10-02 10:51:07 UTC MAIN commitmail json YAML

Make sure that all extra elements of the environment vector are set
to NULL. This stop su(1) from crashing.

(tron)

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

Remember that we didn't malloc() memory for an environment variable
if it has been set via putenv(3).

(tron)

2010-10-02 09:24:16 UTC MAIN commitmail json YAML

putenv() no longer accepts a const string

(gson)

2010-10-02 09:18:57 UTC MAIN commitmail json YAML

New sentence, new line; sort SEE ALSO; use more markup.

(wiz)

2010-10-02 08:26:09 UTC MAIN commitmail json YAML

putenv() no longer accepts a const string

(gson)

2010-10-02 06:32:37 UTC MAIN commitmail json YAML

Support Marvell Sheevaplug and some Marvell SoC NAS box.

(kiyohara)

2010-10-02 06:26:28 UTC MAIN commitmail json YAML

2010-10-02 06:22:00 UTC MAIN commitmail json YAML

Add g760a fan speed controller driver.

(kiyohara)

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

Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.

(kiyohara)

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

2010-10-02 06:09:45 UTC MAIN commitmail json YAML

Add g760a.
Cleanup Marvell SC/SoC peripheral drivers.

(kiyohara)

2010-10-02 06:07:37 UTC MAIN commitmail json YAML

2010-10-02 05:57:42 UTC MAIN commitmail json YAML

2010-10-02 05:53:37 UTC MAIN commitmail json YAML

Add Marvell EHCI Controller wrapper.
However, because this driver has some problems now, it will not work the
way things are going.

(kiyohara)

2010-10-02 05:37:59 UTC MAIN commitmail json YAML

2010-10-02 00:52:03 UTC MAIN commitmail json YAML

clarify how backlight control ioctl()s are supposed to work
TODO: adapt r128fb and radeonfb

(macallan)

2010-10-01 21:08:29 UTC MAIN commitmail json YAML

2010-10-01 20:57:50 UTC MAIN commitmail json YAML

Fix a typo, remove trailing whitespace.

(wiz)

2010-10-01 20:56:50 UTC MAIN commitmail json YAML

from Anon Ymous:

Clear the any endpoint stall in the interrupt handler.  All other
drivers do this and I am pretty sure we need to as well, though I have
yet to see a stall in the handler.

(christos)

2010-10-01 20:56:11 UTC MAIN commitmail json YAML

From Anon Ymous:

Add support for the Zoom 3095 USB Fax Modem.  There are some problems
with this modem:

1) The CS descriptors were placed after all other descriptors rather
than in the Control Interface.  This is true in both configurations
and is the issue this patch deals with.

2) Modem audio is not done on the modem.  There is a second
configuration with an extra interface (3 interfaces) which presumably
is for handling audio.  This patch does not support that.

3) The interrupts are raised a bit slowly.  This means that pppd(8)
needs to wait a bit before trying to read from the link (i.e., just
before the get_input() loop in src/dist/pppd/pppd/main.c line 547).
If you don't wait, then DCD will not be detected high before that
first read and get_input() will drop the line.  This is not a problem
if you use the "local" option to pppd(8) and ignore DCD, but that is
less than desirable.

4) You apparently have to toggle "RSDL (DCD) option"[1] when you
initialize the modem or you will never see a second DCD high interrupt
when redialing after a disconnect.  Without this the pppd(8) "persist"
mode will not work.  Presumably, some extra initialization is missing
from the driver for this chipset.

[1] Send the AT commands: AT&C0 followed by AT&C1 - doing it in one
command doesn't work.  The AT commands for this modem are at:
http://www.zoom.com/documentation/dial_up/3095F_ATcommands.pdf

(christos)

2010-10-01 20:12:21 UTC MAIN commitmail json YAML

2010-10-01 20:11:59 UTC MAIN commitmail json YAML

make putenv POSIX compliant.

(christos)

2010-10-01 20:11:32 UTC MAIN commitmail json YAML

2010-10-01 17:02:35 UTC MAIN commitmail json YAML

remove debugging statements that have no chance of working (they crash)
since they are called from a context where we cannot log.

(christos)

2010-10-01 09:54:56 UTC MAIN commitmail json YAML

Add capacity SMC_CAPS_MULTI_SEG_DMA.  pxamci uses pxadmac for DMA.

(kiyohara)

2010-10-01 09:50:43 UTC MAIN commitmail json YAML

Use DMA bounce buffer, if DMA buffer is making by multiple segments.  A lot
of host controllers do not support to two or more segments.

(kiyohara)

2010-09-30 19:45:25 UTC MAIN commitmail json YAML

Oops. Remove trailing whitespace in previous.

(skrll)

2010-09-30 19:43:11 UTC MAIN commitmail json YAML

Improve debug output.

(skrll)

2010-09-30 19:32:41 UTC MAIN commitmail json YAML

Add the magic branch instruction that is used by GCC's
__canonicalize_funcptr_for_compare() function to fixup relocations in
order to do function pointer comparisons.

From OpenBSD.

(skrll)

2010-09-30 18:43:07 UTC MAIN commitmail json YAML

Cleanup, sort entries and remove some duplicates.

(njoly)

2010-09-30 12:41:33 UTC MAIN commitmail json YAML

Be slightly more careful about freeing memory allocated for environment
variables: only free memory if the current value points to the same
memory area as the allocated block. This will prevent crashes if an
application changes the order of the environment array.

Unfortunately this is still not enough to stop zsh 4.2.* from crashing.
zsh 4.3.* works fine before and after this change.

(tron)

2010-09-30 09:11:19 UTC MAIN commitmail json YAML

Introduce a new type Elf_Symindx for use in decoding the symbol hash table
section and allow this type to be overridden.

The ELF specification says it should always be uint32_t (Elf_Word), but
alpha decided to be different (not sure why). Define Elf_Symindx to be
uint64_t on alpha.

Alpha no longer uses non-standard definitions of Elf64_Sword and
Elf64_Word.  Remove the ability to override these types.

Fixes ld.elf_so after Herculean effort from me and martin.

(skrll)

2010-09-30 03:16:51 UTC MAIN commitmail json YAML

use the drawing engine to draw characters so we don't have to sync after each
command and don't need to map the framebuffer anymore

(macallan)

2010-09-30 03:14:40 UTC MAIN commitmail json YAML

add a couple more register definitions, mostly from xf86-video-r128

(macallan)

2010-09-29 22:38:34 UTC MAIN commitmail json YAML

2010-09-29 14:54:01 UTC MAIN commitmail json YAML

Add the __eprol hidden symbol. Forgotten part of the common CSU handling
commit as found by Nicolas Joly.

(joerg)

2010-09-29 14:34:07 UTC MAIN commitmail json YAML

Remove trailing whitespace; new sentence, new line; fix xref.

(wiz)

2010-09-29 13:50:49 UTC MAIN commitmail json YAML

make resolver.5 an alias to resolv.conf.5, since ours was better.

(christos)

2010-09-29 13:47:06 UTC MAIN commitmail json YAML

2010-09-29 13:45:27 UTC MAIN commitmail json YAML

2010-09-29 13:44:33 UTC MAIN commitmail json YAML

2010-09-29 08:01:11 UTC MAIN commitmail json YAML

= Open files =
- Restore open on our own in fsycn and readdir, as the node may not already
be open, and FUSE really wants it to be. No need to close immediatly, it
can be done at inactive time.

= Write operations =
- fix a nasty bug that corrupted files on write (written added twice)
- Keep track of file size in order to honour PUFFS_IO_APPEND

= many fixes in rename =
- handler overwritten nodes correctly
- wait for all operations on the node to drain before doing rename, as
filesystems may not cope with operations on a moving file.
- setback PUFFS_SETBACK_INACT_N1 cannot be used from rename, we therefore
miss the inactive time for an overwritten node. This bounds us to give up
PUFFS_KFLAG_IAONDEMAND.

= Removed files =
- forbid most operations on a removed node, return ENOENT
- setback PUFFS_SETBACK_NOREF_N1 at inactive stage to cause removed
file reclaim

= Misc =
- Update outdated ARGSUSED for lint
- Fix a memory leak (puffs_pn_remove instead of puffs_pn_put)
- Do not use PUFFS_FLAG_BUILDPATH except for debug output. It makes the
lookup code much simplier.

(manu)

2010-09-29 00:44:05 UTC MAIN commitmail json YAML

If new length is exactly equals to the current length,
there is nothing to do.

(enami)

2010-09-29 00:40:17 UTC MAIN commitmail json YAML

Don't put space before close paren.

(enami)

2010-09-28 20:14:11 UTC MAIN commitmail json YAML

make this compile.

(christos)

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

- fixes from Jean-Yves Migeon
- handle transitional paddr_t period for i386

(christos)

2010-09-28 12:39:50 UTC MAIN commitmail json YAML

Fix comments indentation.

(njoly)

2010-09-28 12:25:27 UTC MAIN commitmail json YAML

hdaudio appeared in 5.1. Add xref to hdaudioctl(8). From rudolf.
Bump date.

(wiz)

2010-09-28 00:54:04 UTC MAIN commitmail json YAML

Fix -o behavior with patterns that match the empty string, as per PR 43896.

(dholland)