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 (2h)  netbsd-10 (16d)  netbsd-9 (16d)  netbsd-8 (21d) 

2024-06-01 20:59:36 UTC Now

2011-08-08 06:53:00 UTC MAIN commitmail json YAML

Add a first pass at a manual page, iscsictl(8).

(agc)

2011-08-08 06:30:43 UTC MAIN commitmail json YAML

Bounds process's stack size with max_stack_size so that 32bit
binary works regardless of stack size limit setting.

(enami)

2011-08-08 02:25:32 UTC MAIN commitmail json YAML

2011-08-08 02:24:33 UTC MAIN commitmail json YAML

2011-08-07 21:38:32 UTC MAIN commitmail json YAML

- Add an argument to kcpuset_create() for zeroing.
- Add kcpuset_atomic_set(), kcpuset_atomic_clear() and kcpuset_merge().

(rmind)

2011-08-07 21:13:06 UTC MAIN commitmail json YAML

2011-08-07 20:44:32 UTC MAIN commitmail json YAML

New linux syscalls: fadvise64() and fadvise64_64().

(alnsn)

2011-08-07 20:14:42 UTC MAIN commitmail json YAML

Another instance of REG_OFFSET that needs to be consistent with the rest.

(jakllsch)

2011-08-07 20:05:08 UTC MAIN commitmail json YAML

2011-08-07 19:46:22 UTC MAIN commitmail json YAML

Appease _LP64 build with GCC 4.5.

(jakllsch)

2011-08-07 18:58:53 UTC MAIN commitmail json YAML

Make uhci_find_prev_qh() always 'static inline', just 'inline" leads to trouble.

(jakllsch)

2011-08-07 17:39:34 UTC MAIN commitmail json YAML

Guard against spurious xbdback_backend_changed() calls which would result
in the block device being opened twice. Fixes port-xen/45158,
although the underlying cause (multiple open of the same device not
properly handled any more) is not fixed.

(bouyer)

2011-08-07 17:15:40 UTC MAIN commitmail json YAML

Add a comment explaing why a flush workqueue is handled differently from
read/write workqueue requests.

(bouyer)

2011-08-07 17:10:35 UTC MAIN commitmail json YAML

Several fixes to the continuation engine:
- make sure to enter the continuation loop at splbio(), and add some
  KASSERT() for this.
- When a flush operation is enqueued to the workqueue, make sure the
  continuation loop can't be restarted by a previous workqueue
  completion or an event. We can't restart it at this point because
  the flush even is still recorded as the current I/O.
  For this add a xbdback_co_cache_doflush_wait() which acts as a noop;
  the workqueue callback will restart the loop once the flush is complete.
Should fix "kernel diagnostic assertion xbd_io->xio_mapped == 0" panics
reported by Jeff Rizzo on port-xen@.

(bouyer)

2011-08-07 15:44:59 UTC MAIN commitmail json YAML

Cleanup spin loop for 2nd cpu.

(kiyohara)

2011-08-07 15:31:35 UTC MAIN commitmail json YAML

Try to attach 2nd CPU.  But not support options MULTIPROCESSOR yet.

(kiyohara)

2011-08-07 15:22:19 UTC MAIN commitmail json YAML

2011-08-07 15:16:35 UTC MAIN commitmail json YAML

2011-08-07 15:13:07 UTC MAIN commitmail json YAML

Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg.

(kiyohara)

2011-08-07 15:04:46 UTC MAIN commitmail json YAML

Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg.

(kiyohara)

2011-08-07 14:47:05 UTC MAIN commitmail json YAML

Set BeBox Mainboard Registers space to BAT register.

(kiyohara)

2011-08-07 14:39:15 UTC MAIN commitmail json YAML

Try to ensure no SSE instructions are generated for kernel code,
as is already done on amd64.

(jakllsch)

2011-08-07 14:36:36 UTC MAIN commitmail json YAML

2011-08-07 14:03:17 UTC MAIN commitmail json YAML

2011-08-07 14:00:08 UTC MAIN commitmail json YAML

Trailing whitespace, what trailing whitespace?

(jakllsch)

2011-08-07 13:51:37 UTC MAIN commitmail json YAML

Convert ppp_list_lock to mutex(9).

(rmind)

2011-08-07 13:45:46 UTC MAIN commitmail json YAML

PR# kern/30398: panic in ohci_softintr

If the host controller has a TD that the driver doesn't know about, ignore it
instead of calling panic. Patch from Karl Janmar.

(jmcneill)

2011-08-07 13:39:24 UTC MAIN commitmail json YAML

2011-08-07 13:33:03 UTC MAIN commitmail json YAML

2011-08-07 13:00:35 UTC MAIN commitmail json YAML

add the -t option that modifies -l behaviour to recursively scan for
child devices and print them in tree format:

$ drvctl -lt usb0
uhub0
  uhub6
    uhidev0
      ukbd0
        wskbd1
    uhidev1
      ums0
        wsmouse1
      uhid0
    ubt0

(jmcneill)

2011-08-07 12:29:24 UTC MAIN commitmail json YAML

Fix .Xr to membar_ops(3), not membar(9).  Spotted by wiz@.

(rmind)

2011-08-07 12:20:10 UTC MAIN commitmail json YAML

2011-08-07 12:00:11 UTC MAIN commitmail json YAML

add an optional argument to the -p flag that lets you extract specific
property values from the command-line:

  $ drvctl -p wd0 disk-info/geometry/cylinders-per-unit
  620181
  $ drvctl -p wd0 device-driver device-unit
  wd
  0
  $ drvctl -p wd0 nonexistent || echo "not found"
  not found

(jmcneill)

2011-08-07 11:41:50 UTC MAIN commitmail json YAML

after all the recent fixes, let's call this "NetBSD nb2 20110806"

(mrg)

2011-08-07 11:37:06 UTC MAIN commitmail json YAML

Add serial comma, remove trailing whitespace, bump date for previous.

(wiz)

2011-08-07 11:33:03 UTC MAIN commitmail json YAML

prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool *

(jmcneill)

2011-08-07 10:57:10 UTC MAIN commitmail json YAML

Merge the attributes into the returned characters.

(blymn)

2011-08-07 10:55:59 UTC MAIN commitmail json YAML

Document the return values for innstr and friends.

(blymn)

2011-08-07 10:54:53 UTC MAIN commitmail json YAML

Fix a bug that prevented instr and friends returning OK.

(blymn)

2011-08-07 10:52:18 UTC MAIN commitmail json YAML

flush the output after writing the meta sequence.

(blymn)

2011-08-07 10:04:42 UTC MAIN commitmail json YAML

Add commented out entries for V7FS and V7FS Endian Independent support.

(tron)

2011-08-07 08:15:56 UTC MAIN commitmail json YAML

note switch to GCC 4.5 on x86

(mrg)

2011-08-07 08:15:03 UTC MAIN commitmail json YAML

switch x86 to GCC 4.5.

(mrg)

2011-08-07 06:03:45 UTC MAIN commitmail json YAML

2011-08-07 06:01:51 UTC MAIN commitmail json YAML

Change union rmdir semantics to fail directory removal for
non-empty directories like all other file systems do.

Change test accordingly.

(hannken)

2011-08-07 05:56:32 UTC MAIN commitmail json YAML

Allow removal of a directory containing only whiteouts and free them first.

(hannken)

2011-08-07 02:18:57 UTC MAIN commitmail json YAML

2011-08-07 01:52:48 UTC MAIN commitmail json YAML

add a weak alias to __ffssi2, needed for hppa gcc 4.5.

(mrg)

2011-08-07 01:49:12 UTC MAIN commitmail json YAML

add gcc-4.5/tgmath.h

(mrg)

2011-08-07 00:07:15 UTC MAIN commitmail json YAML

whoops, properly copy the old libgcc spec.  fixes libGLU on sh3.

(mrg)

2011-08-06 23:25:19 UTC MAIN commitmail json YAML

PR/45217: Martin Matuska: Use proper lengths to space pad fields and don't
overwrite them according to the spec.

(christos)

2011-08-06 23:07:14 UTC MAIN commitmail json YAML

add a note about cleaning the tree for GCC 4.5.

(mrg)

2011-08-06 20:46:42 UTC MAIN commitmail json YAML

Add wrapper functions around hash algorithm operations to avoid
undefined behavior arising from illegal function casts. As a side
effect, no longer need -Wno-pointer-sign either.

(dholland)

2011-08-06 20:42:44 UTC MAIN commitmail json YAML

2011-08-06 20:32:25 UTC MAIN commitmail json YAML

Remove *another* set of useless casts. sheesh

(dholland)

2011-08-06 20:29:37 UTC MAIN commitmail json YAML

2011-08-06 20:24:35 UTC MAIN commitmail json YAML

drop private (and wrong) definition of NULL

(dholland)

2011-08-06 20:18:26 UTC MAIN commitmail json YAML

Use the right type for the malloc wrapper function, and don't cast the
return value.

(XXX: Except for a pile of allocation macros that produce typed pointer
results; there the typechecking of the result assignment is more valuable
than the warning if the alloc function isn't declared properly. These
macros should go away.)

(dholland)

2011-08-06 20:00:33 UTC MAIN commitmail json YAML

2011-08-06 19:53:24 UTC MAIN commitmail json YAML

<sys/wait.h> is standard, so just use it instead of fiddling about with
ifdefs for long-dead systems. While here, remove union wait.

(dholland)

2011-08-06 19:52:49 UTC MAIN commitmail json YAML

Add description of MKKMOD, part of PR misc/45216

(jnemeth)

2011-08-06 19:47:54 UTC MAIN commitmail json YAML

abolish references to index/rindex

(dholland)

2011-08-06 19:32:59 UTC MAIN commitmail json YAML

Remove the PYRAMID_BUG code. I don't think Pyramids are coming back, nor
do we care if their compiler vomits trying to decrement a bitfield.

(dholland)

2011-08-06 19:23:38 UTC MAIN commitmail json YAML

Don't refer to index() in comments; use strchr().

(dholland)

2011-08-06 19:21:27 UTC MAIN commitmail json YAML

build fix: forgot to add sc_board to softc

(jmcneill)

2011-08-06 17:25:04 UTC MAIN commitmail json YAML

- Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock.
- Free anons in uvm_anon_freelst() without lock held.
- Mechanic sync to unused loaning code.

(rmind)

2011-08-06 17:17:39 UTC MAIN commitmail json YAML

Mark ieee(3) as obsolete. Thanks for assistance, mbalmer, sigh.

(jruoho)

2011-08-06 17:01:06 UTC MAIN commitmail json YAML

Simplify silly code and make it closer to type-safe. This causes amd64
gcc to reorder two pairs of instructions for some reason but the object
files are otherwise unchanged.

(dholland)

2011-08-06 16:48:57 UTC MAIN commitmail json YAML

No longer any need for -Wno-pointer-sign here.

(dholland)

2011-08-06 16:44:17 UTC MAIN commitmail json YAML

2011-08-06 16:42:41 UTC MAIN commitmail json YAML

2011-08-06 16:39:40 UTC MAIN commitmail json YAML

Add static to a private function.

(dholland)

2011-08-06 16:34:40 UTC MAIN commitmail json YAML

Use explicit cast instead of -Wno-pointer-sign. The site in question is
already marked XXX so there's not much point in whitewashing it.

(dholland)

2011-08-06 16:23:56 UTC MAIN commitmail json YAML

jruoho obsoleted the ieee(3) manpage; remove it from the list.

(mbalmer)

2011-08-06 14:56:33 UTC MAIN commitmail json YAML

Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE.

(jakllsch)

2011-08-06 14:55:14 UTC MAIN commitmail json YAML

2011-08-06 14:53:25 UTC MAIN commitmail json YAML

Add Marvell 88SE9128.

(jakllsch)

2011-08-06 14:51:53 UTC MAIN commitmail json YAML

Adjust inconsistent whitespace in MARVELL products.

(jakllsch)

2011-08-06 14:18:26 UTC MAIN commitmail json YAML

2011-08-06 14:17:23 UTC MAIN commitmail json YAML

It's QUANCOM Electronic GmbH, not Quancm.

(mbalmer)

2011-08-06 13:19:46 UTC MAIN commitmail json YAML

2011-08-06 12:32:29 UTC MAIN commitmail json YAML

2011-08-06 12:29:39 UTC MAIN commitmail json YAML

add -u flag that causes the MAKEDEV script to only create a device node if it
doesn't exist

(jmcneill)

2011-08-06 11:51:11 UTC MAIN commitmail json YAML

print devname not subdevname on attach, and report the board name to dtv
subsystem instead of generic CX23885

(jmcneill)

2011-08-06 11:37:56 UTC MAIN commitmail json YAML

don't attach iic@coram unless CORAM_ATTACH_I2C is defined

(jmcneill)

2011-08-06 11:28:24 UTC MAIN commitmail json YAML

Xref chflags(2) and stat_flags(3) with each other.

(jruoho)

2011-08-06 11:12:05 UTC MAIN commitmail json YAML

Add lzma and lzo to usage. From Elie De Brauwer in PR 45219.

(wiz)

2011-08-06 11:10:01 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2011-08-06 11:09:23 UTC MAIN commitmail json YAML

2011-08-06 11:07:18 UTC MAIN commitmail json YAML

Note also common bit rates.

(jruoho)

2011-08-06 11:04:25 UTC MAIN commitmail json YAML

Fix the races of direct select()/poll():

- When sel_do_scan() restarts do a full initialization with selclear() so
  we start from an empty set without registered events.  Defer the
  evaluation of l_selret after selclear() and add the count of direct events
  to the count of events.

- For selscan()/pollscan() zero the output descriptors before we poll and
  for selscan() take the sc_lock before we change them.

- Change sel_setevents() to not count events already set.

Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>

Should fix PR #44763 (select/poll direct-set optimization seems racy)
      and PR #45187 (select(2) sometimes doesn't wakeup)

(hannken)

2011-08-06 11:02:41 UTC MAIN commitmail json YAML

Xref the non-standard finite(3).

(jruoho)

2011-08-06 11:01:13 UTC MAIN commitmail json YAML

2011-08-06 10:51:26 UTC MAIN commitmail json YAML

Split out the scalbn(3) family out from ieee(3) and properly document it.

(jruoho)

2011-08-06 08:49:04 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2011-08-06 08:47:14 UTC MAIN commitmail json YAML

Take note of the modload(8) changes.

(mbalmer)

2011-08-06 08:43:28 UTC MAIN commitmail json YAML

Quote path separator character.

(wiz)

2011-08-06 08:11:10 UTC MAIN commitmail json YAML

Do not not look for modules in the current working directory first.  This is
to prevent from accidentally loading ./module.kmod when we actually wanted to
load module from the system module area.

To load a module from a filesystem path, the module name must contain at
least on path separator character (/), to load a module from the system
module areas, the name must not contain a path separator character:

modload ./mymod.kmod      # loads mymod.kmod from the curren directory
modload mymod            # loads mymod.kmod from the system module area

(mbalmer)

2011-08-06 07:36:20 UTC MAIN commitmail json YAML

Document MKKMOD, patch from PR 45216.

(mbalmer)

2011-08-06 05:48:01 UTC MAIN commitmail json YAML

nuke pq3cfi_addr() and just use ga_addr; obio already sorts out getting
address from chip select reg when cs locator is used.

(cliff)

2011-08-06 05:03:56 UTC MAIN commitmail json YAML

If both the new and the old methods are available, prefer the old ones, as
the new ones may not be functional in this case.

(jruoho)

2011-08-06 03:53:40 UTC MAIN commitmail json YAML

2011-08-06 03:42:11 UTC MAIN commitmail json YAML

2011-08-05 21:20:27 UTC MAIN commitmail json YAML

hide debug messages under CORAM_DEBUG

(jmcneill)

2011-08-05 21:19:23 UTC MAIN commitmail json YAML

hide debug messages under CX24227_DEBUG

(jmcneill)

2011-08-05 20:51:10 UTC MAIN commitmail json YAML

Various cleanup, mostly reducing debugging spew.

(jakllsch)

2011-08-05 20:33:17 UTC MAIN commitmail json YAML

return status from demod instead of 0, and don't ignore errors when setting
demod parameters

(jmcneill)

2011-08-05 20:32:22 UTC MAIN commitmail json YAML

add QAM64/256 support

(jmcneill)

2011-08-05 18:59:45 UTC MAIN commitmail json YAML

Turns out all we need is AcpiClearEvent in the right place,
and we don't really care if it fails.  Pointed out by jmcneill.

(jakllsch)

2011-08-05 18:27:48 UTC MAIN commitmail json YAML

As we add a handler for the ACPI fixed feature button events,
ensure they aren't going to trigger as soon as we enable interrupts,
furthermore ensure that the event is unmasked.

(jakllsch)

2011-08-05 14:43:41 UTC MAIN commitmail json YAML

Rename the _atf user to _tests.  The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.

(jmmv)

2011-08-05 09:36:29 UTC MAIN commitmail json YAML

NOPATH the lib we are making, rather than HOSTPROG which is irrelevant

(plunky)

2011-08-05 08:17:48 UTC MAIN commitmail json YAML

When union_lookup() creates a shadow directory and nameiop is not LOOKUP
it has to restart the lookup to get the componentname right.

Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)

(hannken)

2011-08-05 08:14:00 UTC MAIN commitmail json YAML

Make whiteouts work on rumpfs:

- On lookup it is ok to create if the name exists and is a whiteout
- When replacing a whiteout directory entry remove the whiteout first.
- Set UF_OPAQUE when creating a node in place of a whiteout.

(hannken)

2011-08-05 03:55:32 UTC MAIN commitmail json YAML

fix spello in comment

(lukem)

2011-08-05 02:29:54 UTC MAIN commitmail json YAML

relax an assert slightly, from jmcneill.

(mrg)

2011-08-05 02:00:25 UTC MAIN commitmail json YAML

Reword the comment about "millicode" nature of these functions and add
it to sdivsi3_i4i.S too.

(uwe)

2011-08-05 01:59:40 UTC MAIN commitmail json YAML

Reword the comment about "millicode" nature of these functions and add
it to sdivsi3.S too.

Remove !_KERNEL code left over from the days when we shared these
files with userland.

Use .L prefix for local label.

(uwe)

2011-08-05 00:26:16 UTC MAIN commitmail json YAML

Note switch of mips and powerpc to GCC 4.5

(matt)

2011-08-05 00:24:12 UTC MAIN commitmail json YAML

Switch mips and powerpc to GCC 4.5

(matt)

2011-08-04 23:22:30 UTC MAIN commitmail json YAML

Don't treat C2 states as C1 if the _CST package doesn't have an entry
for C1. ACPI mandates C1 so if it's not present in the _CST package use
the HLT method. Fixes all sorts of performance regressions on AMD CPUs.

(jmcneill)

2011-08-04 22:26:07 UTC MAIN commitmail json YAML

2011-08-04 22:25:08 UTC MAIN commitmail json YAML

modularize coram and add detach + childdet methods

(jmcneill)

2011-08-04 22:24:45 UTC MAIN commitmail json YAML

modularize cx24227

(jmcneill)

2011-08-04 22:24:29 UTC MAIN commitmail json YAML

modularize mt2131

(jmcneill)

2011-08-04 21:59:36 UTC MAIN commitmail json YAML

Typo fix: p5pb.0, not p5pbc.0

(riz)

2011-08-04 21:17:19 UTC MAIN commitmail json YAML

Add missing .0 and .html for p5pb.

(rkujawa)

2011-08-04 21:09:56 UTC MAIN commitmail json YAML

Add p5pb man page to setlist.

(rkujawa)

2011-08-04 20:40:52 UTC MAIN commitmail json YAML

Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.

(wiz)

2011-08-04 20:24:36 UTC MAIN commitmail json YAML

Mention Amiga PCI support in CHANGES and installation notes. Approved by phx.

(rkujawa)

2011-08-04 20:02:48 UTC MAIN commitmail json YAML

Drop into ddb, when requested by ofwboot (-d option).

(phx)

2011-08-04 19:30:12 UTC MAIN commitmail json YAML

no space after \ for continuation lines, please

(martin)

2011-08-04 18:01:49 UTC MAIN commitmail json YAML

Make sure to call xbdback_trampoline() at splbio()

(bouyer)

2011-08-04 17:48:51 UTC MAIN commitmail json YAML

2011-08-04 15:40:20 UTC MAIN commitmail json YAML

wd includes SATA as well.

(matt)

2011-08-04 15:07:05 UTC MAIN commitmail json YAML

Do not overwrite ukbd.h with NO_UKBD_DEVICE.

(phx)

2011-08-04 14:45:54 UTC MAIN commitmail json YAML

2011-08-04 14:43:55 UTC MAIN commitmail json YAML

Add coram(4).

A driver for CX23885-based TV cards, such as the
Hauppauge WinTV HVR-1250 "Coram" board.

Currently only supports ATSC 8VSB reception.

(jakllsch)

2011-08-04 14:33:05 UTC MAIN commitmail json YAML

2011-08-04 08:31:30 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2011-08-04 06:32:29 UTC MAIN commitmail json YAML

initial import of bag into the othersrc repository

bag is a layer on top of libmat(3), the minimalist archiver library
and tool.  mat provides the basic endian-independent library functions
to create embedded checksum protected archives.

on top of that, libbag(3) adds a digital signature (via libnetpgp) of
the mat archive (and its embedded digests) as a digitally-signed
inventory file, and creates a new "outer" mat archive containing the
inner archive and the signed inventory, xz compresses the result, and
then uses libcirca encoding to protect the outer archive against data
corruption.

the net effect is an archive which uses a signature to protect against
data integrity challenges, and circa protection (two reed-solomon
encodings and data spreading) to protect against data corruption at
rest or in transit.

bag provides bag(1) and libbag(3) functionality, and is 2-clause
bsd-licensed.

Status:

Vendor Tag: CROOKS
Release Tags: bag-base

(agc)

2011-08-04 04:47:59 UTC MAIN commitmail json YAML

Add O_TRUNC to the open of the image file (in case the size decreases).

(matt)

2011-08-04 03:48:12 UTC MAIN commitmail json YAML

Note changes to xz require cleaning of a directory by hand.

(matt)

2011-08-04 03:38:57 UTC MAIN commitmail json YAML

2011-08-04 03:38:06 UTC MAIN commitmail json YAML

2011-08-04 03:20:10 UTC MAIN commitmail json YAML

For unsignad integer division gcc used to emit a call to __udivsi3
"millicode" function that uses compiler-private ABI.  Newer gcc uses
heavily tuned __udivsi3_i4i that is NOT compatible with __udivsi3
because it's expected to clobber different registers.  We don't want
to link the kernel against libgcc and we don't have resources to write
heavily tuned version ourselves, so clone __udivsi3 but adjust it to
conform to the __udivsi3_i4i clobber spec.

Ditto for signed division.

You can make gcc use old routines with -mdiv=call-div1 to avoid few
extra instructions to save/restore the right registers in the signed
division funcion.

(uwe)

2011-08-04 02:38:41 UTC MAIN commitmail json YAML

add --disable-werror.  GCC 4.6 doesn't like some of the code here and
rather than patching code to fix it (and one case isn't trivially fixable)
simply turn off -Werror by default here.  should fix PR#45140.

(mrg)

2011-08-04 02:33:00 UTC MAIN commitmail json YAML

2011-08-04 02:31:37 UTC MAIN commitmail json YAML

Add Conexant CX23885

(jakllsch)

2011-08-04 01:48:34 UTC MAIN commitmail json YAML

Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines.

(jakllsch)

2011-08-04 01:45:38 UTC MAIN commitmail json YAML

Add subroutines to support Microtune MT2131 silicon tuner.

(jakllsch)

2011-08-04 01:17:34 UTC MAIN commitmail json YAML

2011-08-04 00:57:33 UTC MAIN commitmail json YAML

Fix machfb build on ports not based on powerpc or sparc.

(jakllsch)

2011-08-04 00:52:50 UTC MAIN commitmail json YAML

2011-08-03 22:19:31 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the contents fits again.

(he)

2011-08-03 21:16:04 UTC MAIN commitmail json YAML

Re-add intro(4) removed by accident.

(wiz)

2011-08-03 18:22:29 UTC MAIN commitmail json YAML

include pixman-noop.c.  oops.

(mrg)

2011-08-03 18:04:46 UTC MAIN commitmail json YAML

mdocml-1.11.5 out.

(wiz)

2011-08-03 17:54:52 UTC MAIN commitmail json YAML

Missing a diff for the loongson2 fixes

(matt)

2011-08-03 17:46:40 UTC MAIN commitmail json YAML

2011-08-03 17:34:28 UTC MAIN commitmail json YAML

2011-08-03 17:00:13 UTC MAIN commitmail json YAML

Add -E entrypoint for "byteswapped" entry-points.

(matt)

2011-08-03 16:27:15 UTC MAIN commitmail json YAML

Add some defintions for SYSCTL_CFG0

(matt)

2011-08-03 16:26:53 UTC MAIN commitmail json YAML

Deal with RA_CONSOLE_EARLY a little more sanely

(matt)

2011-08-03 16:26:05 UTC MAIN commitmail json YAML

No need to specify MEMSIZE since we read it from SYSCTL_CFG0.

(matt)

2011-08-03 16:25:03 UTC MAIN commitmail json YAML

Get memsize from SYSCTL_CFG0 register.

(matt)

2011-08-03 16:21:52 UTC MAIN commitmail json YAML

Insert casts to off_t to avoid 32-bit multiplication overflow when
computing device offsets on 32-bit platforms. Should fix PR 45191.

(dholland)

2011-08-03 15:44:15 UTC MAIN commitmail json YAML

Adjust wording of previous and fix a couple grammar slipups/typos.

(dholland)

2011-08-03 15:00:29 UTC MAIN commitmail json YAML

Address part of PR kern/44972.  From YAMAMOTO Takashi.  Thanks!

(oster)

2011-08-03 14:47:28 UTC MAIN commitmail json YAML

Explain how to use -e -v without -o to see the current options.
Caution that installing a new primary bootstrap will reset options to
default values.

(gdt)

2011-08-03 14:44:39 UTC MAIN commitmail json YAML

2011-08-03 14:13:08 UTC MAIN commitmail json YAML

2011-08-03 14:02:59 UTC MAIN commitmail json YAML

New sentence, new line. Remove trailing whitespace. Bump date for previous.

(wiz)

2011-08-03 13:59:15 UTC MAIN commitmail json YAML

2011-08-03 12:55:03 UTC MAIN commitmail json YAML

iExplain what happens to extended attriutes when -p is used.

(manu)

2011-08-03 10:03:52 UTC MAIN commitmail json YAML

Make whiteouts work on journaling ffs file system by adding the missing
UFS_WAPBL_BEGIN() / UFS_WAPBL_END() around CREATE and DELETE ops.

Fixes PR #44377 (union whiteouts don't work on ffs -o log)

(hannken)

2011-08-03 09:48:12 UTC MAIN commitmail json YAML

Bump date for previous. Remove trailing whitespace.
Sort error descriptions.

(wiz)

2011-08-03 06:42:59 UTC MAIN commitmail json YAML

add a little bit of DRM_NO_AGP to help build on ofppc

(mrg)

2011-08-03 06:07:51 UTC MAIN commitmail json YAML

2011-08-03 06:01:55 UTC MAIN commitmail json YAML

2011-08-03 05:58:11 UTC MAIN commitmail json YAML

2011-08-03 05:52:19 UTC MAIN commitmail json YAML

The function to circa encode/decode a file is useful in itself. Move it
from the driver program to the library itself, and rename it circa_file()

(agc)

2011-08-03 05:27:08 UTC MAIN commitmail json YAML

don't try to a 'better' vertical frequency, it's almost certainly wrong with
flat panels

(macallan)

2011-08-03 04:11:17 UTC MAIN commitmail json YAML

Make cp -p and mv preverve extended attributes, and complain if they cannot.

Also introduce library functions for copying extended attributes from one
file to another:
- extattr_copy_file, extattr_copy_fd, extattr_copy_link, with FreeBSD style,
  where a namespace is to be supplied
- cpxattr, fcpxattr, lcpxattr, with Linux style, where all namespaces
  accessible to the caller are copied, and the others are silently ignored.

(manu)

2011-08-03 03:06:00 UTC MAIN commitmail json YAML

2011-08-03 03:02:14 UTC MAIN commitmail json YAML

2011-08-03 02:57:23 UTC MAIN commitmail json YAML

2011-08-03 02:56:29 UTC MAIN commitmail json YAML

look in .../man as well.

(mrg)

2011-08-03 02:55:30 UTC MAIN commitmail json YAML

updates for x11perf 1.5.4

(mrg)

2011-08-03 02:50:11 UTC MAIN commitmail json YAML

2011-08-03 02:50:01 UTC MAIN commitmail json YAML

merge xset 1.2.2

(mrg)

2011-08-03 02:47:13 UTC MAIN commitmail json YAML

2011-08-03 02:44:55 UTC MAIN commitmail json YAML

2011-08-03 02:44:53 UTC MAIN commitmail json YAML

2011-08-03 02:44:51 UTC MAIN commitmail json YAML

2011-08-03 02:44:36 UTC MAIN commitmail json YAML

2011-08-03 01:58:30 UTC MAIN commitmail json YAML

no -A or -a with -q

(christos)

2011-08-03 01:47:40 UTC MAIN commitmail json YAML

2011-08-03 01:43:26 UTC MAIN commitmail json YAML

2011-08-03 01:33:06 UTC MAIN commitmail json YAML