Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (4h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 08:08:44 UTC Now

2012-07-23 04:13:06 UTC MAIN commitmail json YAML

2012-07-23 03:32:30 UTC MAIN commitmail json YAML

Add some Intel 7 series devices.

(msaitoh)

2012-07-23 02:21:14 UTC MAIN commitmail json YAML

Mention how big the name can be.

(christos)

2012-07-23 01:31:02 UTC MAIN commitmail json YAML

Add more ratechecks to avoid console spam when the backend gets a
stream of errors.

Remove the unused xbdi_errps (error per second) variable. Errors should
rather be tracked in absolute, with a threshold that forces a time penalty
to the xbdback thread when frontend goes nuts.

(jym)

2012-07-23 00:49:20 UTC MAIN commitmail json YAML

Fix cd9660_read() to not read past the end of the file.  This would result
in incorrect resid values, and causes the read of /boot.cfg to ignore the
file.  If the requested transfer extends past the end of the file, force
the internal buffer to be used, and when transferring data from the
internal buffer, limit the transfer to what's left in the file.  CDROM
boot will now process the /boot.cfg file.

(mhitch)

2012-07-23 00:25:41 UTC MAIN commitmail json YAML

Tests n201 and n202 have been removed with the recent update to ipf

(pgoyette)

2012-07-23 00:09:49 UTC MAIN commitmail json YAML

Make it match AR8035

(matt)

2012-07-22 23:46:11 UTC MAIN commitmail json YAML

2012-07-22 22:44:28 UTC MAIN commitmail json YAML

Welcome to 6.99.10 (bump for cache_enter and lwp_t changes).

(rmind)

2012-07-22 22:40:19 UTC MAIN commitmail json YAML

fork1: fix use-after-free problems.  Addresses PR/46128 from Andrew Doran.
Note: PL_PPWAIT should be fully replaced and modificaiton of l_pflag by
other LWP is undesirable, but this is enough for netbsd-6.

(rmind)

2012-07-22 21:05:26 UTC MAIN commitmail json YAML

Always provide *_chk prototypes. Fixes DBG=-g build of libc.

(joerg)

2012-07-22 21:04:44 UTC MAIN commitmail json YAML

+ /usr/tests/usr.bin/nbperf

(joerg)

2012-07-22 20:38:20 UTC MAIN commitmail json YAML

2012-07-22 20:32:31 UTC MAIN commitmail json YAML

Needs pmap_write_protect to finish DBG=-g build with clang.

(joerg)

2012-07-22 19:35:04 UTC MAIN commitmail json YAML

Actually, the WDT-expired bit in the ICR needs to be cleared before enabling
watchdog reset.

(jakllsch)

2012-07-22 19:30:19 UTC MAIN commitmail json YAML

Don't leak stack content when reading the Xen suspend value.

XXX pull-up to -6.

(jym)

2012-07-22 19:07:34 UTC MAIN commitmail json YAML

It turns out my previous commit here was off by one.

(jakllsch)

2012-07-22 18:42:11 UTC MAIN commitmail json YAML

FLUSH CACHE EXT is a 48-bit command, issue as such.  Both FLUSH CACHE commands
will return the LBA of first failure in the return task file, specifiy that we
want it read, even if we don't look at the value.

(jakllsch)

2012-07-22 18:37:31 UTC MAIN commitmail json YAML

ATA-6 and ACS-2 drafts both say the flush cache commands may take longer than
30 seconds to complete.  For now assume 5 minutes will always be enough.

(jakllsch)

2012-07-22 18:21:17 UTC MAIN commitmail json YAML

Port multiplier registers are 64-bits wide (although the ones we need only
implement 32-bits).  Implement the access routines using 64-bit values and add
32-bit wrappers thereto.

(jakllsch)

2012-07-22 18:17:30 UTC MAIN commitmail json YAML

The vendor and product IDs are 16-bit, print out as such.

(jakllsch)

2012-07-22 18:12:01 UTC MAIN commitmail json YAML

Correctly issue port multiplier register access commands as LBA48 now that the
FIS code doesn't get in the way of doing that.

(jakllsch)

2012-07-22 18:09:16 UTC MAIN commitmail json YAML

2012-07-22 18:03:34 UTC MAIN commitmail json YAML

KASSERT if we attempt to access an invalid port.
Also, small whitespace change for internal consistency.

(jakllsch)

2012-07-22 17:57:58 UTC MAIN commitmail json YAML

SATA uses the head portion of the device register in the command protocol for
port multiplier register access.  Thus, in the LBA48 case, pass the complete
r(hd|dh)_dh byte back and forth to the upper layers.  (This is irrelevant in
the LBA28/CHS code path for what should be obvious reasons.)

(jakllsch)

2012-07-22 17:48:53 UTC MAIN commitmail json YAML

2012-07-22 17:40:46 UTC MAIN commitmail json YAML

Fix hang unmount bug introduced by last commit.

We introduced a slow queue for delayed reclaims, while the existing
queue for unmount, flush and exist has been renamed fast queue. Both
queues had timestamp for when an operation should be done, but it was
useless for the fast queue, which is always used to run an operation
ASAP. And the timestamp test had an error that turned ASAP into "at next
tick", but nobody what there to wake the thread at next tick, hence
the hang. The fix is to remove the useless and buggy timestamp test for
fast queue.

(manu)

2012-07-22 17:14:18 UTC MAIN commitmail json YAML

Use IST_LEVEL_HIGH for the ist argument to intr_establish() (as is done in
marvell_intr_establish() and other relevant places) instead of 0 in
mvsoc_bridge_intr_establish().  This IST argument isn't used anywhere,
but it looks better this way.

(jakllsch)

2012-07-22 16:59:10 UTC MAIN commitmail json YAML

The maximum watchdog period is dependant on mvTclk; calculate at runtime.
This gets the maximum period up to 25 seconds at 166竇熱Hz mvTclk.

(jakllsch)

2012-07-22 16:54:35 UTC MAIN commitmail json YAML

Remove duplicate global variable.

(jakllsch)

2012-07-22 16:52:52 UTC MAIN commitmail json YAML

When disabling watchdog timer, do not set the counter to 0.
Having the watchdog counter at 0 and having WDRstOutEn set to 1 causes
immediate watchdog reset on my 88F5182 A2.

(jakllsch)

2012-07-22 16:43:59 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:40:40 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:37:31 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:34:04 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:31:26 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:26:57 UTC MAIN commitmail json YAML

ansify new function definition

(darrenr)

2012-07-22 16:22:41 UTC MAIN commitmail json YAML

2012-07-22 16:19:34 UTC MAIN commitmail json YAML

2012-07-22 16:13:16 UTC MAIN commitmail json YAML

ansify new functio definitions

(darrenr)

2012-07-22 14:37:36 UTC MAIN commitmail json YAML

2012-07-22 14:36:44 UTC MAIN commitmail json YAML

Add more FREESCALE devices
Fix RICOH RU5230 description

(matt)

2012-07-22 14:33:31 UTC MAIN commitmail json YAML

2012-07-22 14:33:06 UTC MAIN commitmail json YAML

2012-07-22 14:27:52 UTC MAIN commitmail json YAML

2012-07-22 14:23:47 UTC MAIN commitmail json YAML

Add a few missing devices.

(matt)

2012-07-22 14:02:45 UTC MAIN commitmail json YAML

Silence a gcc warning.

(matt)

2012-07-22 14:02:11 UTC MAIN commitmail json YAML

Use new style syscall format which uses __predict_* to optimize branches.

(matt)

2012-07-22 13:46:48 UTC MAIN commitmail json YAML

2012-07-22 11:30:14 UTC MAIN commitmail json YAML

Revert the test addition.

(rmind)

2012-07-22 11:27:51 UTC MAIN commitmail json YAML

We still have tzcode2011i, as it said in the log message for
revision 1.920 of src/doc/3RDPARTY.  The wrong value mysteriously
appeared in the actual contents of revision 1.920.

(apb)

2012-07-22 10:46:54 UTC MAIN commitmail json YAML

Updated from tzdata2012b to tzdata2012d.

(apb)

2012-07-22 10:40:29 UTC MAIN commitmail json YAML

2012-07-22 10:34:58 UTC MAIN commitmail json YAML

Import tzdata2012d from ftp://ftp.iana.org/tz/releases/tzdata2012d.tar.gz

Major changes from tzdata2011b to tzdata2011c:
    africa
    Summer time changes for Morocco (to start late April 2012)

    asia
    Changes for 2012 for Gaza & the West Bank (Hebron) and Syria

    northamerica
    Haiti following US/Canada rules for 2012 (and we're assuming,
    for now anyway, for the future).

Major changes from tzdata2011c to tzdata2011d:

    Morocco does not observe DST from Jul 20 03:00 to
    Aug 20 02:00 [2012].
   
    Infrastructure changes to accommodate how the tz
    code and data are released on IANA.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012D

(apb)

2012-07-22 10:12:09 UTC MAIN commitmail json YAML

tzcode2012c / tzdata2012d were released on 19 July 2012.

(apb)

2012-07-22 09:21:03 UTC MAIN commitmail json YAML

Add special handling needed for OLO10 relocations.
First part of fixing PR port-sparc64/46724.

(martin)

2012-07-22 09:16:36 UTC MAIN commitmail json YAML

Remove a debug assert that does not hold for PIE (e.g. phdr = 0x40, but
obj has not been mapped at 0, so obj->phdr is 0x100040).
OK: skrll

(martin)

2012-07-22 00:53:23 UTC MAIN commitmail json YAML

2012-07-21 22:49:37 UTC MAIN commitmail json YAML

Redo hashing, if two of the three individual hashes result in identical
hash modules. This is the trivial case for loops in the 3-graph and got
lost when adopting the nbperf code.

(joerg)

2012-07-21 22:22:55 UTC MAIN commitmail json YAML

Add a simple test for cdb(5).

(rmind)

2012-07-21 17:11:02 UTC MAIN commitmail json YAML

- npf_fetch_tcpopts: fix off-by-one when validating TCP option length
  against the maximum allowed.
- npf_tcp_inwindow: be more liberal with npf_fetch_tcpopts().
- Few minor improvements to npftest.

(rmind)

2012-07-21 16:14:05 UTC MAIN commitmail json YAML

Provide a method for attachments to specify capabilites.

(skrll)

2012-07-21 14:52:40 UTC MAIN commitmail json YAML

Add comments describing parameter handling for ip6_insertfraghdr.

Depending on compiler options, this code can be involved in an
(apparently) spurious compiler warning.  However, it was not
immediately obvious the the compiler was wrong.

(gdt)

2012-07-21 12:30:55 UTC MAIN commitmail json YAML

Add a test case that (if gcc supports it on the current arch) to compile
a PIE binary and see if we can run it.

(martin)

2012-07-21 12:19:15 UTC MAIN commitmail json YAML

2012-07-21 11:45:04 UTC MAIN commitmail json YAML

split allocation lookup table to decrease overall memory used
making allocator more flexible for allocations larger then 4kb
move the encoded "size" under DEBUG back to the begining of allocated chunk

no objections on tech-kern@

(para)

2012-07-21 10:19:40 UTC MAIN commitmail json YAML

Don't return FALSE in OpenKeyboard() even if wskbd type is unknown
so that we can still setup keyboard map manually by xmodmap(1) etc.
on poor Tier II machines.

(tsutsui)

2012-07-21 05:49:42 UTC MAIN commitmail json YAML

- Fix same vnodes associated with multiple cookies
The scheme used to retreive known nodes on lookup was flawed, as it only
used parent and name. This produced a different cookie for the same file
if it was renamed, when looking up ../ or when dealing with multiple files
associated with the same name through link(2).

We therefore abandon the use of node name and introduce hashed lists of
inodes. This causes a huge rewrite of reclaim code, which do not attempt
to keep parents allocated until all their children are reclaimed

- Fix race conditions in reclaim
There are a few situations where we issue multiple FUSE operations for
a PUFFS operation. On reclaim, we therefore have to wait for all FUSE
operation to complete, not just the current exchanges. We do this by
introducing node reference count with node_ref() and node_rele().

- Detect data loss caused by FAF
VOP_PUTPAGES causes FAF writes where the kernel does not check the
operation result. At least issue a warning on error.

- Enjoy FAF shortcut on setattr
No need to wait for the result if the kernel does not want it. There is
however an exception for setattr that touch the size, we need to wait
for completion because we have other operations queued for after the
resize.

- Fix fchmod() on write-open file
fchmod() on a node open with write privilege will send setattr with both mode and size set. This confuses some FUSE filesystem. Therefore we send two FUSE operations, one for mode, and one for size.

- Remove node TTL handling for netbsd-5 for simplicity sake. The code
still builds on netbsd-5 but does not have the node TTL feature anymore.
It works fine with kernel support on netbsd-6.

(manu)

2012-07-21 05:17:11 UTC MAIN commitmail json YAML

- Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes.

The normal kernel behavior is to retain inactive nodes in the freelist
until it runs out of vnodes. This has some merit for local filesystems,
where the cost of an allocation is about the same as the cost of a
lookup. But that situation is not true for distributed filesystems.
On the other hand, keeping inactive nodes for a long time hold memory
in the file server process, and when the kernel runs out of vnodes, it
produce reclaim avalanches that increase lattency for other operations.

We do not reclaim inactive vnodes immediatly either, as they may be
looked up again shortly. Instead we introduce a grace time and we
reclaim nodes that have been inactive beyond the grace time.

- Fix lookup/reclaim race condition.

The above improvement undercovered a race condition between lookup and
reclaim. If we reclaimed a vnode associated with a userland cookie while
a lookup returning that same cookiewas inprogress, then the kernel ends
up with a vnode associated with a cookie that has been reclaimed in
userland. Next operation on the cookie will crash (or at least confuse)
the filesystem.

We fix this by introducing a lookup count in kernel and userland. On
reclaim, the kernel sends the count, which enable userland to detect
situation where it initiated a lookup that is not completed in kernel.
In such a situation, the reclaim must be ignored, as the node is about
to be looked up again.

(manu)

2012-07-21 05:11:45 UTC MAIN commitmail json YAML

Add 88F6282 parameters.
Use MVSOC_UNITID_PEX instead of {ORION,KIRKWOOD}_UNITID_PEX.  This PEX UNITID is generic UNITID for MVSoC maybe.

(kiyohara)

2012-07-21 04:30:34 UTC MAIN commitmail json YAML

Add some comments of 88F6282 and TWSI column.
Add IRQ and BASE for TWSI1.

(kiyohara)

2012-07-21 04:23:16 UTC MAIN commitmail json YAML

TWSI size is 0x100.  Not 0x1000.

(kiyohara)

2012-07-21 04:21:14 UTC MAIN commitmail json YAML

Don't send a stop bit immediately after start bit transmission.

(kiyohara)

2012-07-21 00:05:42 UTC netbsd-6 commitmail json YAML

2012-07-21 00:04:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #433):
sys/arch/sparc/stand/ofwboot/net.h: revision 1.3
sys/arch/sparc/stand/ofwboot/net.c: revision 1.8
sys/arch/sparc/stand/ofwboot/ofdev.c: revision 1.33
Fix tftpboot which was broken by my botched WARNSfy in last year.
Also add comments that mention libsa tftp requires network device socket
in f_devdata in struct open_file, from spz@ in PR port-sparc64/46652.
Briefly tested tftpboot and nfsboot on Ultra5.

(riz)

2012-07-21 00:03:19 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #432):
sys/arch/i386/stand/lib/biosdisk.c: revision 1.42
Apply patch:
PR/46583: BIOS bootloader problems with partitions that start above 1TB
Should be pulled up to netbsd-6.

(riz)

2012-07-21 00:01:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #431):
sys/compat/netbsd32/netbsd32_lwp.c: revision 1.14
always allocate a full ucontext structure so that we don't corrupt memory.
XXX: needs pullup to 6?

(riz)

2012-07-21 00:00:14 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #430):
sys/kern/sys_sig.c: revision 1.38
From Roger Pau Monne: kill(2) called for a zombie process should return 0,
according to:
    http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html

(riz)

2012-07-20 23:57:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #429):
sys/arch/x86/x86/x86_autoconf.c: revision 1.64
fix the comparison to determine if a biosdev is a cdrom (from mhitch)

(riz)

2012-07-20 23:55:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #428):
sys/dev/usb/ukbd.c: revision 1.120
Convert keycodes 0x7f, 0x80 and 0x81 to PMF events VOLUME_TOGGLE,
VOLUME_UP and VOLUME_DOWN as observed on my Sun Type 7 USB keyboard, and
according to the documentation mentioned above.
"works here" macallan@ and myself

(riz)

2012-07-20 23:49:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #427):
sys/dev/usb/ukbd.c: revision 1.118
Fixed a potential out-of-bounds array access when translating keycodes
for the gdium keyboard.
Reviewed by macallan@

(riz)

2012-07-20 23:20:34 UTC netbsd-6 commitmail json YAML

2012-07-20 23:18:03 UTC MAIN commitmail json YAML

now that the task threads are created earlier, move the call to
usb_create_event_thread() back into usb_doattach(), so that eg,
usb_discover() never operates when the root_hub is not setup.

fixes a crash joerg@ reported.

(mrg)

2012-07-20 23:16:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by gson in ticket #426):
etc/master.passwd: revision 1.46
Change root's default shell to /bin/sh, to provide a default which
has command line editing, tab completion, and other features users
have come to expect from a modern OS.
Discussed on current-users approximately two weeks ago.  Should be
pulled up for NetBSD 6.0.

(riz)

2012-07-20 23:14:23 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #425):
usr.bin/tftp/main.c: revision 1.32
usr.bin/tftp/tftp.c: revision 1.34
Undo the non-sharing of the "toplevel" jmp_buf between main.c and tftp.c,
so that we don't get a core dump if a transfer time-out is experienced.
Also, get rid of an extranous newline printed in the case of time-out.

(riz)

2012-07-20 23:12:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #424):
sys/compat/linux32/arch/amd64/linux32_syscallargs.h: revision 1.67
sys/compat/linux32/arch/amd64/syscalls.master: revision 1.62
sys/compat/linux32/arch/amd64/linux32_syscall.h: revision 1.67
sys/compat/linux32/arch/amd64/linux32_sysent.c: revision 1.67
sys/compat/linux32/arch/amd64/linux32_syscalls.c: revision 1.67
add xattr stubs
regen

(riz)

2012-07-20 23:10:07 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by njoly in ticket #423):
sys/kern/uipc_syscalls.c: revision 1.156
Avoid kmem_alloc KASSERT for 0 byte allocation, when tracing processes
that use empty messages with sendmsg/recvmsg.

(riz)

2012-07-20 23:07:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #422):
sys/arch/dreamcast/conf/GENERIC: revision 1.107
On a system with no default writable local media, the union file
system can be handy

(riz)

2012-07-20 21:53:57 UTC MAIN commitmail json YAML

Fix botched change to use right value for ipl.  Thanks jak

(matt)

2012-07-20 21:31:28 UTC MAIN commitmail json YAML

Preliminary blitter support for Voodoo2.

(rkujawa)

2012-07-20 21:18:00 UTC MAIN commitmail json YAML

2012-07-20 20:48:59 UTC MAIN commitmail json YAML

Whitespace fixes.

(wiz)

2012-07-20 19:44:39 UTC MAIN commitmail json YAML

- Add an ERRORS section rather than incompletely documenting the
  possible errno values in the DESCRIPTION section.

(ginsbach)

2012-07-20 19:31:54 UTC MAIN commitmail json YAML

Switch luna68k wscons framebuffer driver to using rasops(9) APIs instead of
deprecated rcons(4).  This allows "options FONT_foo" in kernel config files.
Mostly taken from OpenBSD/luna88k, but unnecessary MI rasops(9) stuff is
omitted since omrasops.c has own raster wsdisplay_emulops functions.
Tested on LUNA with 4bpp fb and LUNA-II with 1bpp fb.

(tsutsui)

2012-07-20 19:18:09 UTC MAIN commitmail json YAML

- Add ERRORS section covering errno values set by inet_ntop() and
  inet_pton()

(ginsbach)

2012-07-20 18:57:27 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-07-20 18:53:34 UTC MAIN commitmail json YAML

Use defined(_ARM_ARCH_[67])

(matt)

2012-07-20 18:19:45 UTC MAIN commitmail json YAML

2012-07-20 18:19:09 UTC MAIN commitmail json YAML

2012-07-20 18:17:26 UTC MAIN commitmail json YAML

unrevert part of 1.119 which should not have been reverted (sys/socket.h)

(pooka)

2012-07-20 17:32:41 UTC MAIN commitmail json YAML

Also add HISTORY section.

(rkujawa)

2012-07-20 17:31:17 UTC MAIN commitmail json YAML

Note added Voodoo 1 support.

(rkujawa)

2012-07-20 16:49:46 UTC MAIN commitmail json YAML

2012-07-20 16:44:33 UTC MAIN commitmail json YAML

revert 1.119.  theoretically there should be no issue, and i couldn't
find one in practice either, except including rump_syscalls.h from
non-NetBSD now works.

ok christos

(pooka)

2012-07-20 15:23:02 UTC MAIN commitmail json YAML

2012-07-20 14:59:34 UTC MAIN commitmail json YAML

2012-07-20 14:53:52 UTC MAIN commitmail json YAML

Add <machine/int_mwgwtypes.h> include for intmax_t

(matt)

2012-07-20 14:53:27 UTC MAIN commitmail json YAML

2012-07-20 14:25:38 UTC MAIN commitmail json YAML

- Use .Vt for variable types outside the SYNOPSIS section rather than .Ft
- Use .Fn for function names outside the NAME section rather than .Nm

(ginsbach)

2012-07-20 14:21:20 UTC MAIN commitmail json YAML

Use the new syscall approach by collapsing fancy/plain variants into just
a single routine.

(matt)

2012-07-20 13:40:58 UTC MAIN commitmail json YAML

- Use .Vt for variable types outside the SYNOPSIS section rather than .Ft
- Use .Fn for function names outside the NAME section rather than .Nm
- Mark NULL as a defined value (.Dv)
- New sentence new line
- Don't start sentences with an arugment name
- Use \- rather than a bare - for a minus sign
- Spelling: rightmost
- Stray whitespace
  (Most changes from FreeBSD)

(ginsbach)

2012-07-20 12:05:36 UTC MAIN commitmail json YAML

Note added support for 3Dfx Voodoo 1.

(rkujawa)

2012-07-20 12:03:32 UTC MAIN commitmail json YAML

2012-07-20 11:20:37 UTC MAIN commitmail json YAML

Add gpt and cksum(md5/sha1/sum)

(matt)

2012-07-20 11:19:51 UTC MAIN commitmail json YAML

Change erase from ^H to ^? (delete).

(matt)

2012-07-20 11:19:03 UTC MAIN commitmail json YAML

Add a dependency for Makefile so that when you add device to the Makefile
it will automatically regenerate the device mtree file and cause the ramdisk
to be updated.

(matt)

2012-07-20 09:27:12 UTC MAIN commitmail json YAML

Revert rev 1.51.  Turns out the defines are still useful when you really
want a local client.

(pooka)

2012-07-20 09:20:05 UTC MAIN commitmail json YAML

Make it possible to select between real and unreal allocators from
make.  Plus some gratuitous renaming.

(pooka)

2012-07-20 09:11:33 UTC MAIN commitmail json YAML

2012-07-20 09:10:23 UTC MAIN commitmail json YAML

add simple compat for other OSs to be able to use rump_syscalls.h

(pooka)

2012-07-20 09:03:09 UTC MAIN commitmail json YAML

2012-07-20 09:02:48 UTC MAIN commitmail json YAML

add some network-related compat defs

(pooka)

2012-07-20 07:55:44 UTC MAIN commitmail json YAML

- remove some comments about only being relevant for usbmp.
- add documentation for usb_rem_task(), and clean up the task doc in
  general.  be clear about SMP issues for tasks
- bump date

(mrg)

2012-07-20 07:31:15 UTC MAIN commitmail json YAML

usb task fixes, from jared and myself:

- create the task/event threads in usb_attach() so they're more likely
  to be ready when usb_doattach() runs

- move the task thread creation into usb_once_init(), instead of having
  some other method of only creating them once

(mrg)

2012-07-20 04:13:30 UTC MAIN commitmail json YAML

2012-07-20 04:13:06 UTC MAIN commitmail json YAML

Add some Intel's devices.

(msaitoh)

2012-07-20 02:27:36 UTC MAIN commitmail json YAML

always allocate a full ucontext structure so that we don't corrupt memory.
XXX: needs pullup to 6?

(christos)

2012-07-20 02:23:35 UTC MAIN commitmail json YAML

don't access memory outside the array bounds.

(christos)

2012-07-20 02:14:02 UTC MAIN commitmail json YAML

2012-07-20 02:04:13 UTC MAIN commitmail json YAML

Add use of watermark register when PIO to an ESDHC.  After every kill or
drain of watermask words, pause a bit to give time for the fifo to recover.
Always the command response in BE byteorder.  Rewrite __bitfield to deal
with this.

(matt)

2012-07-20 01:35:41 UTC MAIN commitmail json YAML

some more gcc appeasing
( now why did that fire a warning on i386 but not amd64? )

(macallan)

2012-07-20 01:26:19 UTC MAIN commitmail json YAML

EHCI_USBINTR is 4 bytes wide, use proper access ops.

(uwe)

2012-07-19 22:47:52 UTC MAIN commitmail json YAML

Initialize values to squelch gcc.

from Greg Oster

(pooka)

2012-07-19 22:46:41 UTC MAIN commitmail json YAML

... aaand re-add lint compat.  I still got it.

(pooka)

2012-07-19 22:34:54 UTC MAIN commitmail json YAML

Make the condition for __builtin_va_start more accurate.

(pooka)

2012-07-19 22:22:53 UTC MAIN commitmail json YAML

- npfctl_print_stats: beautification a la French style.
- npfctl_icmpcode: fix the build break.

(rmind)

2012-07-19 21:52:29 UTC MAIN commitmail json YAML

2012-07-19 21:08:43 UTC MAIN commitmail json YAML

<grmbl>whitespace</grmbl>

(spz)

2012-07-19 20:57:43 UTC MAIN commitmail json YAML

this commit contains two sets of unrelated changes:
"while I was here" I checked other KAME implementations for their icmp6.h
version, and thus:
  - added a define for MLDV2_LISTENER_REPORT from FreeBSD
  - added defines for the missing ICMP6_DST_UNREACH codes

then on to what I actually wanted to do:
  - adds strings for the types and codes (encapsulated by ICMP6_STRINGS)
    for the use of npfctl and other tools that might want to parse
    human-friendly names instead of the corresponding number for ipv6-icmp
    types and codes.
    The strings are ordered such that their index is (as far as is practical)
    the number belonging to the name, which is why there are
    icmp6_type_err (use directly) and icmp6_type_info (add 128)

(spz)

2012-07-19 19:42:45 UTC MAIN commitmail json YAML

From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the
same directory as crtbegin

(christos)

2012-07-19 19:34:27 UTC MAIN commitmail json YAML

2012-07-19 19:30:39 UTC MAIN commitmail json YAML

2012-07-19 19:23:52 UTC MAIN commitmail json YAML

build the xf86-video-xgi driver on i386 and amd64

(macallan)

2012-07-19 19:21:50 UTC MAIN commitmail json YAML

2012-07-19 19:18:20 UTC MAIN commitmail json YAML

2012-07-19 18:03:32 UTC MAIN commitmail json YAML

Treat empty package returned from _AL<n> method the same as non-existent.
From jmcneill.

(christos)

2012-07-19 17:48:55 UTC MAIN commitmail json YAML

Added missing newline, as proposed by Petri Laakso in PR kern/46721.

(jdf)

2012-07-19 15:29:26 UTC MAIN commitmail json YAML

2012-07-19 15:24:47 UTC MAIN commitmail json YAML

xsrc/external/mit/xf86-video-xgi/dist/.gitignore@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autogen.sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache/output.0@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache/output.1@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache/requests@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache/traces.0@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache/traces.1@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/ltmain.sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/man/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/man/xgi.man@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/src/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/src/init.c@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/src/init.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/src/osdef.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-xgi/dist/src/valid_mode.h@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 38 files)
initial import of xf86-video-xgi-1.6.0

Status:

Vendor Tag: xorg
Release Tags: xf86-video-xgi-1-6-0

(macallan)

2012-07-19 15:16:32 UTC MAIN commitmail json YAML

add xgi to the list of known Xorg drivers just to make sure I don't forget
to add it here when I actually import it

(macallan)

2012-07-19 13:36:18 UTC MAIN commitmail json YAML

Add new test cases for entropy-providing sensors

(pgoyette)

2012-07-19 13:31:06 UTC MAIN commitmail json YAML

Make sure to re-add the sensor as an entropy source after user request
to reset (via envstat -S)

(pgoyette)

2012-07-19 13:30:01 UTC MAIN commitmail json YAML

If previously there was only a dummy event entry (to force refresh for
entropy gathering), allow it to be updated for the current request to
add a real entry.

(pgoyette)

2012-07-19 12:39:09 UTC MAIN commitmail json YAML

Fix MVSATA_WDC_* macros to actually access the Shadow Register Block.

(jakllsch)

2012-07-19 10:27:58 UTC MAIN commitmail json YAML

Whitespace, wording, typos.

(wiz)

2012-07-19 09:53:06 UTC MAIN commitmail json YAML

when generating URIs escape various characters as specified in RFC 3986.
this makes, among other things, files/dirs with "?" work with dir indexing.

(mrg)

2012-07-19 09:20:41 UTC MAIN commitmail json YAML

Add tdvfb (Voodoo2 driver) to GENERIC.

(rkujawa)

2012-07-19 09:09:46 UTC MAIN commitmail json YAML

2012-07-19 09:06:34 UTC MAIN commitmail json YAML

Add tdvfb(4) man page do distr list.

(rkujawa)

2012-07-19 08:57:10 UTC MAIN commitmail json YAML

Add man page for recently introduced tdvfb(4).

(rkujawa)

2012-07-19 06:44:12 UTC MAIN commitmail json YAML

Minus (one) needs a backslash before the minus.

(wiz)

2012-07-19 06:33:49 UTC MAIN commitmail json YAML

Match ARCHSUBDIR logic from libpthread.

(joerg)

2012-07-19 06:33:03 UTC MAIN commitmail json YAML

Always initialize part to avoid triggering uninitialized variable
warnings.

(joerg)

2012-07-19 06:31:26 UTC MAIN commitmail json YAML

2012-07-19 06:07:21 UTC MAIN commitmail json YAML

Ensure that bakname and tempname have a defined value, even if the first
asprintf failed.

(joerg)

2012-07-19 02:40:58 UTC MAIN commitmail json YAML

2012-07-19 02:40:09 UTC MAIN commitmail json YAML

Add XGI Technology's devices.

(msaitoh)

2012-07-18 23:33:26 UTC MAIN commitmail json YAML

Note tdvfb(4).

(rkujawa)

2012-07-18 23:30:14 UTC MAIN commitmail json YAML

Add 3Dfx Voodoo2 driver. Still needs some cleanup and prettyfying, but hey
it works.

(rkujawa)

2012-07-18 22:22:26 UTC MAIN commitmail json YAML

Explain what's going on with fortify being disabled when the optimizer is off:
http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00174.html

(christos)

2012-07-18 21:55:05 UTC MAIN commitmail json YAML

Remove unused variable.

(joerg)

2012-07-18 20:50:40 UTC MAIN commitmail json YAML

Release the mutex before taking a quick exit.

(pgoyette)

2012-07-18 20:46:36 UTC MAIN commitmail json YAML

Add some more PVRs and SVRs

(matt)

2012-07-18 20:30:07 UTC MAIN commitmail json YAML

From Roger Pau Monne: kill(2) called for a zombie process should return 0,
according to:
    http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html

(christos)

2012-07-18 20:09:19 UTC MAIN commitmail json YAML

2012-07-18 19:39:54 UTC MAIN commitmail json YAML

This has a 64MB NOR, not 16MB.

(matt)

2012-07-18 19:38:26 UTC MAIN commitmail json YAML

2012-07-18 19:01:50 UTC MAIN commitmail json YAML

Map NOR as PREFETCHABLE.

(matt)

2012-07-18 18:55:27 UTC MAIN commitmail json YAML

These are not used so nuke 'em.

(matt)

2012-07-18 18:51:59 UTC MAIN commitmail json YAML

If allocating lots of VA space for an io device, try to 'reserve' the space
so that the TLB might be able to create a large TLB entry to map it all.

(matt)

2012-07-18 18:50:46 UTC MAIN commitmail json YAML

Don't assume 1:1 PA:VA mapping

(matt)

2012-07-18 18:29:22 UTC MAIN commitmail json YAML

Fix some SHIFTOUT to SHIFTIN
Add a lookup of tlb1 by pa.  fix comparisions of xtlb entries by using
masks.  (since xtlb can looked up by pa & va and va may not equal pa).

(matt)

2012-07-18 17:41:59 UTC MAIN commitmail json YAML

Fix some boundary conditions (fence post errors).

(matt)

2012-07-18 17:12:39 UTC MAIN commitmail json YAML

From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-byte

(christos)

2012-07-18 16:59:41 UTC MAIN commitmail json YAML

Add gpt/dkwedge support.
Cleanup a few options <sp><tab> problems

(matt)

2012-07-18 16:58:15 UTC MAIN commitmail json YAML

2012-07-18 16:56:51 UTC MAIN commitmail json YAML

Add conditionals so this should work for the MPC8XX SoCs.
Turn on PSL_RI in interrupts.

(matt)

2012-07-18 16:45:35 UTC MAIN commitmail json YAML

Add two missing interrupt sources for P1025.

(matt)

2012-07-18 16:44:53 UTC MAIN commitmail json YAML

Define the MPC8XX traps

(matt)

2012-07-18 14:58:49 UTC MAIN commitmail json YAML

Use upstream version of DEBUG compile fix instead of local patch.

(wiz)

2012-07-18 14:34:03 UTC MAIN commitmail json YAML

Revert incorrect change to upstream (replacement works fine, don't
hardcode wrong value)

(wiz)

2012-07-18 10:28:48 UTC MAIN commitmail json YAML

Support 88F6282.  But PEX1 not test.

(kiyohara)

2012-07-18 10:07:34 UTC MAIN commitmail json YAML

Add 88F6282.
Also fix/add some clock parameters.

(kiyohara)

2012-07-18 10:04:20 UTC MAIN commitmail json YAML

Fix always check high.  macro KIRKWOOD_IRQ_* means bit number.  HIGH is bit0.

(kiyohara)

2012-07-18 09:56:49 UTC MAIN commitmail json YAML

Add bus-space-tags for PEX1 of Kirkwood.  But not test.

(kiyohara)

2012-07-18 09:51:24 UTC MAIN commitmail json YAML

Add attributes, irqs and base-address for PEX1.

(kiyohara)

2012-07-18 09:45:58 UTC MAIN commitmail json YAML

Add tags for PEX1 of Kirkwood.
Remove unneccesary white-space.
Reorder function prototypes.

(kiyohara)

2012-07-18 09:21:37 UTC MAIN commitmail json YAML

Add 88F6282.  tested only OpenBlockS A6.
Also fix irq 11 to 15.  irq of 2nd NIC is 15.
Remove white-space.

(kiyohara)

2012-07-18 09:18:30 UTC MAIN commitmail json YAML

Add 88F6282.  tested only OpenBlockS A6.

(kiyohara)

2012-07-18 08:51:42 UTC MAIN commitmail json YAML

Set default EVBARM_BOARDTYPE is Marvell.

(kiyohara)