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

2024-05-10 01:30:16 UTC Now

2010-09-01 09:17:31 UTC MAIN commitmail json YAML

Update for Jared's changes from a few minutes ago.

(wiz)

2010-09-01 09:04:16 UTC MAIN commitmail json YAML

add support for testing audio devices. the usage of audiocfg changes:

  audiocfg list
  audiocfg default [index]
  audiocfg test [index]

'list' shows the available audio devices, 'default' sets the default
audio device, and 'test' will play a tone for 2 seconds on each
channel. example:

  $ ./audiocfg list
  0: [*] audio0: ICH2 AC97 (2 playback channels)
  1: [ ] audio1: Pseudo Audio (2 playback channels)
  $ ./audiocfg test 0
  testing channel 0...
  testing channel 1...
  $

(jmcneill)

2010-09-01 07:50:33 UTC MAIN commitmail json YAML

Mention that audiocfg also controls /dev/audioctl, /dev/mixer, and /dev/sound.
Noted by mrg.
Bump date.

(wiz)

2010-09-01 06:23:59 UTC MAIN commitmail json YAML

2010-09-01 06:20:23 UTC MAIN commitmail json YAML

Denote the signing key with the word "signature" (the encryption key
already has the tag "encryption"). This is a bit more meaningful than
"pub" and "sub".

(agc)

2010-09-01 06:18:21 UTC MAIN commitmail json YAML

+ if we're going to the trouble of testing the return value from the
setoption() function, probably best to return one

+ check for a valid entry in the JSON array instead of trusting that
we have one

+ if there is no JSON value to print, don't print it

+ if we've set the keyring from an ssh key file, then we're using ssh
keys - no need to set that value separately. This means that

% netpgpkeys --sshkeyfile ~/.ssh/id_test.pub -l
1 key found
signature  2048/RSA (Encrypt or Sign) 8368881b3b9832ec 2010-08-26
Key fingerprint: 3abd bf38 33a5 1f87 d704 ad42 8368 881b 3b98 32ec
uid              osx-vm1.crowthorne.alistaircrooks.co.uk (/home/agc/.ssh/id_test.pub) <agc@osx-vm1.crowthorne.alistaircrooks.co.uk>

%

lists ssh pubkeys properly, no need for other tautological arguments

(agc)

2010-09-01 06:02:58 UTC MAIN commitmail json YAML

Fix a problem reported by moof whereby the build would fail on Sun2 due
to shared library lossage on the Sun2 platform. Sorry, I thought that the
change had already been made, but it was just to netpgpkeys' Makefile.

(agc)

2010-09-01 01:07:26 UTC matt-nb5-mips64 commitmail json YAML

Pass node/core/smt id to cpu_info_alloc.

(matt)

2010-09-01 00:59:43 UTC matt-nb5-mips64 commitmail json YAML

2010-08-31 21:14:58 UTC MAIN commitmail json YAML

remove shadow framebuffer support, use VCONS_DONT_READ instead

(macallan)

2010-08-31 19:08:50 UTC MAIN commitmail json YAML

mention omapfb

(macallan)

2010-08-31 19:07:01 UTC MAIN commitmail json YAML

enable omapfb and related stuff

(macallan)

2010-08-31 19:03:55 UTC MAIN commitmail json YAML

a simple console driver for the OMAP 3xxx on-chip video
no acceleration so far and it will recycle whatever video mode the firmware
set up

(macallan)

2010-08-31 17:21:14 UTC MAIN commitmail json YAML

Add RZ(), which is like RL() except that it checks against 0 and
uses the return value as the error number instead of errno.

(pooka)

2010-08-31 15:17:20 UTC MAIN commitmail json YAML

- split device_t/softc
- include "ioconf.h" for struct cfdriver

(tsutsui)

2010-08-31 14:57:26 UTC MAIN commitmail json YAML

2010-08-31 14:33:41 UTC MAIN commitmail json YAML

Fix lost interrupt. (2/2)
  + It is likely to lose sight of interrupt when the interrupt of irq_base
    that is smaller than the same at the level is generated if PIC_MAXSOURCES
    is 33 or more.

(kiyohara)

2010-08-31 14:23:27 UTC MAIN commitmail json YAML

Fix lost interrupt. (1/2)
+ Change blocked_irqs that dispach if change pending_irqs in the loop.

(kiyohara)

2010-08-31 12:12:48 UTC MAIN commitmail json YAML

Set bp->b_resid properly after data transfer is complete.
Fixes unexpected "Bad address" errors on file read ops since January 2006.

The problem is reported and tracked by Yasushi Oshima.

(tsutsui)

2010-08-31 10:56:34 UTC netbsd-5-0 commitmail json YAML

2010-08-31 10:56:03 UTC netbsd-5 commitmail json YAML

2010-08-31 10:55:34 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1444):
sys/kern/kern_pax.c: revision 1.24
sys/kern/exec_subr.c: revision 1.65
Fix issues with stack allocation and pax aslr:
- since the size is unsigned, don't check just that it is > 0, but limit
  it to the MAXSSIZ
- if the stack size is reduced because of aslr, make sure we reduce the
  actual allocation by the same size so that the size does not wrap around.
NB: Must be pulled up to 5.x!

(bouyer)

2010-08-31 10:55:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1444):
sys/kern/kern_pax.c: revision 1.24
sys/kern/exec_subr.c: revision 1.65
Fix issues with stack allocation and pax aslr:
- since the size is unsigned, don't check just that it is > 0, but limit
  it to the MAXSSIZ
- if the stack size is reduced because of aslr, make sure we reduce the
  actual allocation by the same size so that the size does not wrap around.
NB: Must be pulled up to 5.x!

(bouyer)

2010-08-31 10:50:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1439):
sys/arch/x86/x86/intel_busclock.c: revision 1.11
Some core i7 CPUs report model 0c. In this case, check for the extended
model value.
Required to avoid faulting on rdmsr(MSR_FSB_FREQ) early during boot.
Will ask for a pull-up. This affects GENERIC, and most likely, install iso
too.
XXX quick hack. Obtaining FSB through ACPI should be cleaner.

(bouyer)

2010-08-31 07:48:23 UTC MAIN commitmail json YAML

Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that
build successes on ports like hpcarm.

(enami)

2010-08-31 07:12:55 UTC MAIN commitmail json YAML

Fix indent in prevous commit.

(enami)

2010-08-31 05:12:35 UTC MAIN commitmail json YAML

Move prototype of isrmt() to rmt.h.  It is a public interface
described in rmtops(3).

(enami)

2010-08-31 05:07:10 UTC MAIN commitmail json YAML

Backout previous; it was wrong fix.

(enami)

2010-08-31 04:50:07 UTC MAIN commitmail json YAML

Fix build as tools.

(enami)

2010-08-31 03:16:06 UTC MAIN commitmail json YAML

- Raise an error rather than silently creating broken archive
  if user don't specify --force-local but opened file is actually
  a local file.
- Make cpio to accept -F option as described in manpage.
- Make pax to set forcelocal flag if requested to do so.
- Add missing break statement.

(enami)

2010-08-31 03:08:23 UTC MAIN commitmail json YAML

remove shadow framebuffer support, use VCONS_DONT_READ instead

(macallan)

2010-08-31 02:49:17 UTC MAIN commitmail json YAML

make use of a shadow framebuffer optional, use VCONS_DONT_READ by default

(macallan)

2010-08-30 19:23:26 UTC MAIN commitmail json YAML

Don't overflow DDB command history.  Coyote Point changelist description:

DDB is flakey.  The command history wanders past the bounds.  Way
past.  When it hits some boolean that indicates a.out format symbol
tables are to be used, and here is the pointer to the function, the
call thru the NULL function pointer renders the debug session entirely
unsatisfactory, outcome wise.

(tls)

2010-08-30 18:29:52 UTC MAIN commitmail json YAML

Make IPLs not equal IPL_NONE to avoid some KASSERTs.

(pooka)

2010-08-30 11:52:10 UTC MAIN commitmail json YAML

2010-08-30 11:51:29 UTC MAIN commitmail json YAML

2010-08-30 11:37:52 UTC MAIN commitmail json YAML

Add some commas.

(wiz)

2010-08-30 10:49:40 UTC MAIN commitmail json YAML

* record proc's cred in p_cred too
* account procs for uids

(pooka)

2010-08-30 10:41:54 UTC MAIN commitmail json YAML

refering -> referring, per PR 43814.

(wiz)

2010-08-30 10:34:52 UTC MAIN commitmail json YAML

2010-08-30 10:32:54 UTC MAIN commitmail json YAML

RUMP syscalls for kern_prot.c interfaces

(pooka)

2010-08-30 10:30:01 UTC MAIN commitmail json YAML

remove trailing empty line.  no useful change.

(pooka)

2010-08-30 10:24:42 UTC MAIN commitmail json YAML

2010-08-30 10:24:05 UTC MAIN commitmail json YAML

Use the generally more useful funcalias for rump syscalls.

(pooka)

2010-08-30 10:08:39 UTC MAIN commitmail json YAML

2010-08-30 09:44:40 UTC MAIN commitmail json YAML

Include kern_prot.c for setuid etc.

(pooka)

2010-08-30 09:44:11 UTC MAIN commitmail json YAML

Use one line per sys/kern source module.  no functional change.

(pooka)

2010-08-30 08:30:17 UTC MAIN commitmail json YAML

Make tcount volatile since a signal handler plays with it.

(pooka)

2010-08-30 06:27:15 UTC MAIN commitmail json YAML

2010-08-30 06:27:00 UTC MAIN commitmail json YAML

increase commented out debugging.

(christos)

2010-08-30 05:37:30 UTC MAIN commitmail json YAML

2010-08-30 02:49:17 UTC MAIN commitmail json YAML

On LP64 platforms, uid_t is not the same size as u_long, so the key
comparison function being given to db was comparing 4 extra bytes of
rubbish.

This may or may not be the *only* source of the corrupted
/var/account/usracct files I've been seeing occasionally on amd64, but
it's clearly *a* source.

(dholland)

2010-08-30 02:19:47 UTC MAIN commitmail json YAML

add a simple app to maintain the symlinks for audio devices in /dev, so
that it's easy to change the "default" audio device.  eg:

# audiocfg
0: [*] audio0: HD Audio
1: [ ] audio1: HD Audio
2: [ ] audio2: Pseudo Audio
# audiocfg 1
setting default audio device to audio1
# audiocfg
0: [ ] audio0: HD Audio
1: [*] audio1: HD Audio
2: [ ] audio2: Pseudo Audio

written by jared.  thanks!

(there's a separate patch in the works to give "HD Audio" a better name.)


this is not enabled yet, but will be soon.

it also needs a manual page.  any takers?

Status:

Vendor Tag: jmcneill
Release Tags: audiocfg1

(mrg)

2010-08-29 21:15:26 UTC MAIN commitmail json YAML

fix grammar in error message

(cegger)

2010-08-29 21:14:16 UTC MAIN commitmail json YAML

Confilict -> Conflict

(cegger)

2010-08-29 18:55:51 UTC MAIN commitmail json YAML

2010-08-29 18:54:30 UTC MAIN commitmail json YAML

make IPV6 support decision consistent with code in ntp_io.c

(kardel)

2010-08-29 18:52:59 UTC MAIN commitmail json YAML

remove commented out cruft

(kardel)

2010-08-29 15:53:01 UTC MAIN commitmail json YAML

don't compile in ipv6 support unconditionally.

(christos)

2010-08-29 15:40:35 UTC MAIN commitmail json YAML

dprintf is claimed by posix.

(christos)

2010-08-29 11:15:33 UTC MAIN commitmail json YAML

only refer to libdns_sd when mDNS is compiled in

(kardel)

2010-08-29 10:13:07 UTC MAIN commitmail json YAML

make mDNS registration depend on compile time build option MKMDNS

(kardel)

2010-08-29 07:00:13 UTC MAIN commitmail json YAML

Don't try to hold the mutex if we are disabling the card because we can
be called from an interrupt context. While this is not strictly correct,
we are SoL anyway so this does not matter.

(christos)

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

2010-08-28 20:54:24 UTC MAIN commitmail json YAML

using a char * as timeout value is a unique concept - atol() the string

(kardel)

2010-08-28 20:52:55 UTC MAIN commitmail json YAML

don't return an int casted pointer as 'boolean' value - compare result of strchr with NULL

(kardel)

2010-08-28 20:51:08 UTC MAIN commitmail json YAML

disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain

(kardel)

2010-08-28 18:24:07 UTC uebayasi-xip commitmail json YAML

2010-08-28 16:27:02 UTC uebayasi-xip commitmail json YAML

Hook cdev read.  Kill unused code.

(uebayasi)

2010-08-28 16:25:39 UTC uebayasi-xip commitmail json YAML

Correctly hook flash_open/flash_close in cdevsw too.

(uebayasi)

2010-08-28 16:24:34 UTC uebayasi-xip commitmail json YAML

2010-08-28 16:17:32 UTC MAIN commitmail json YAML

adjust to new NTP 4.2.6 build

(kardel)

2010-08-28 15:56:46 UTC MAIN commitmail json YAML

unhook NTP 4.2.4 build, acivate NTP 4.2.6 build in external/bsd/ntp

(kardel)

2010-08-28 15:49:08 UTC MAIN commitmail json YAML

Fix Dd argument, sort sections.

(wiz)

2010-08-28 15:47:08 UTC MAIN commitmail json YAML

hook in ntp 4.2.6 reachover build (new location in external/bsd/ntp)

(kardel)

2010-08-28 15:45:48 UTC MAIN commitmail json YAML

unhook ntp 4.2.4 reachover build

(kardel)

2010-08-28 15:44:59 UTC MAIN commitmail json YAML

setup a callback to be invoked on resize buffers so that readline can
reset rl_line_buffer which unfortunately some applications use it directly.

(christos)

2010-08-28 15:42:46 UTC MAIN commitmail json YAML

2010-08-28 15:40:24 UTC MAIN commitmail json YAML

.sp only takes a single arg

(kardel)

2010-08-28 15:39:25 UTC MAIN commitmail json YAML

2010-08-28 15:38:55 UTC MAIN commitmail json YAML

remove uncondition #define DEBUG

(kardel)

2010-08-28 14:50:21 UTC MAIN commitmail json YAML

Enable options COMPAT_16 for old distributed.net client binaries.

(tsutsui)

2010-08-28 13:42:12 UTC MAIN commitmail json YAML

2010-08-28 13:42:08 UTC MAIN commitmail json YAML

Mention recent enhancement and not that this function is neither
re-entrant nor thread-safe.

(tron)

2010-08-28 13:02:33 UTC MAIN commitmail json YAML

Add basic support for PRCM in omap devices, and use it to cold reset
the cpu in cpu_reboot();

Note: the driver only supports the cold reset action at the moment.

Enable it in BEAGLEBOARD

(ahoka)

2010-08-28 10:56:12 UTC MAIN commitmail json YAML

Use explanation for GOP_ALLOC in message from version 1.1.
Ok pooka@.

(wiz)

2010-08-28 07:16:51 UTC MAIN commitmail json YAML

trivial comment typo

(spz)

2010-08-28 07:13:47 UTC MAIN commitmail json YAML

Fix build fail.
  + Include opt_omap.h, if defined OVERO.
  + Fix the pair of parentheses.

(kiyohara)

2010-08-28 07:06:29 UTC MAIN commitmail json YAML

Fix build failed.  omap2_intr.h includes, if defined OMAP3530.

(kiyohara)

2010-08-28 04:59:23 UTC MAIN commitmail json YAML

2010-08-28 04:58:49 UTC MAIN commitmail json YAML

Change size number to hexadecimal.

(kiyohara)

2010-08-28 04:54:46 UTC MAIN commitmail json YAML

2010-08-28 04:46:24 UTC MAIN commitmail json YAML

+ Add parsing keyword 'expansion=' in args from U-boot.  And keep backword
  compatibility 'busheader=', in case Gumstix.
+ Add GPMC device map to gumstix_devmap[].

(kiyohara)

2010-08-28 04:39:42 UTC MAIN commitmail json YAML

+ Add configuration function for NIC of Chestnut43/Tobi/Tobi-Duo.
  tested Chestnut43 only.
+ Remove parenthesis for return.

(kiyohara)

2010-08-28 04:33:00 UTC MAIN commitmail json YAML

2010-08-28 04:30:25 UTC MAIN commitmail json YAML

+ Struct smsh_gxio is obsolated, and struct lan9118_softc is used.
  We do not have private data at all.
+ Fix typo.  sms_gxio_attach -> smsh_gxio_attach

(kiyohara)

2010-08-28 04:12:40 UTC MAIN commitmail json YAML

Disable L2 Cache when boot time.

(kiyohara)

2010-08-28 04:06:40 UTC MAIN commitmail json YAML

Fix PIC_MAXMAXSOURCES (96+160) to (96+192).  OMAP35xx has 32bit GPIO x6.

(kiyohara)

2010-08-28 04:03:51 UTC MAIN commitmail json YAML

+ Add some GPMC_CONFIG7 macros and replace magic-number to it.
+ Indent.

(kiyohara)

2010-08-28 04:00:35 UTC MAIN commitmail json YAML

Remove white-space and null-line.

(kiyohara)

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

- set user/group ownership after object creation.

- enforce permissios checks. This needs to be  reviewed.

(manu)

2010-08-27 18:31:18 UTC MAIN commitmail json YAML

2010-08-27 18:12:51 UTC MAIN commitmail json YAML

Various fixes and improvements.

(wiz)

2010-08-27 18:05:16 UTC MAIN commitmail json YAML

2010-08-27 16:50:30 UTC MAIN commitmail json YAML

2010-08-27 16:50:10 UTC MAIN commitmail json YAML

unhook awk again

(christos)

2010-08-27 16:49:48 UTC MAIN commitmail json YAML

2010-08-27 16:39:12 UTC MAIN commitmail json YAML

unhook new awk till I figure out what's wrong.

(christos)

2010-08-27 16:38:27 UTC MAIN commitmail json YAML

switch back to the old awk till I fixed the problem.

(christos)

2010-08-27 16:29:13 UTC MAIN commitmail json YAML

Add unformatted version of psiginfo(3).

(tron)

2010-08-27 15:40:46 UTC MAIN commitmail json YAML

The "psiginfo" manual page is in section 3, not 9.

(tron)

2010-08-27 12:42:21 UTC MAIN commitmail json YAML

poll the putter fd instead of doing a blocking read.  Long story
short:  we don't have to wait for the fs syncer to run for the
close to succeed.

(pooka)

2010-08-27 11:02:56 UTC MAIN commitmail json YAML

Fix yet another botch on mips64 merge.

(tsutsui)

2010-08-27 10:03:14 UTC MAIN commitmail json YAML

Set the cmsg_len and msg_controllen in cmsg_sendfd testcase to match
the usage in the cmsg_sendfd_bounds case.  This test now passes on an
amd64 machine.

Change suggested by and OK'd by pooka@

(pgoyette)

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

2010-08-27 09:58:17 UTC MAIN commitmail json YAML

- if perfused is not already started (cannot connect to /dev/fuse),
FUSE filesystems will attempt to start it on their own, and will
communicate using a socketpair

- do not advertise NULL file handle as being valid when sending themback to the FUSE filesystem.

- unmount if we cannot talk to the FUSE process anymore

- set calling process gid properly

- debug message cleanup

(manu)

2010-08-27 09:56:40 UTC MAIN commitmail json YAML

2010-08-27 09:41:52 UTC uebayasi-xip commitmail json YAML

2010-08-27 09:41:16 UTC uebayasi-xip commitmail json YAML

2010-08-27 09:40:52 UTC uebayasi-xip commitmail json YAML

Make vm_physseg lookup work when VM_PHYSSEG_MAX == 1.

(uebayasi)

2010-08-27 09:13:38 UTC MAIN commitmail json YAML

Replace the example with something more generic and perceptual.

(jruoho)

2010-08-27 08:42:23 UTC MAIN commitmail json YAML

2010-08-27 08:40:38 UTC MAIN commitmail json YAML

The signal number argument in psignal is int not unsigned int.
Add psiginfo.

(christos)

2010-08-27 08:38:42 UTC MAIN commitmail json YAML

2010-08-27 08:21:43 UTC MAIN commitmail json YAML

Move the manpage from the kernel sources into lib, 'cause that's
where it's used.

(pooka)

2010-08-27 08:15:30 UTC MAIN commitmail json YAML

Skip the full test for puffs now that we can (yes, atf issue #53)

(pooka)

2010-08-27 07:40:01 UTC MAIN commitmail json YAML

waiters gonna wait, so call seldestroy to wake them up when we go south

(pooka)

2010-08-27 05:34:46 UTC MAIN commitmail json YAML

Now that atf issue #53 has been fixed, remove the
child-must-dies-before-parent kludge.

(pooka)

2010-08-27 03:05:26 UTC MAIN commitmail json YAML

Fix PR kern/43765 from Scott Ellis.

Note that the solution is not optimal. If ichlpcib(4) provides SpeedStep
support, possible I/O resource conflicts may occur with acpicpu(4). Ideally,
as noted for instance in Windows design documents, ichlpcib(4) should never
expose SpeedStep when ACPI is being used. The probability for potential race
conditions is however very small, being limited to few P4-era machines and
being dependent on user actions.

(jruoho)

2010-08-27 02:44:05 UTC MAIN commitmail json YAML

From jmcneill@: fix and rework the obscure _OSC evaluation.

(jruoho)

2010-08-26 22:48:37 UTC MAIN commitmail json YAML

2010-08-26 20:09:33 UTC matt-nb5-mips64 commitmail json YAML

2010-08-26 19:56:08 UTC MAIN commitmail json YAML

print one line of dmesg per cpu present

(pooka)

2010-08-26 18:06:44 UTC MAIN commitmail json YAML

chdir() once per process is enough, no need to do it for every
thread (and doing so would cause occasional failures when some
thread would cd out of the test mountpoint while another thread
was still running in there).

(pooka)

2010-08-26 17:24:15 UTC MAIN commitmail json YAML

setsockopt() wants int instead of size_t.  Should fix this on LP64.

(pooka)

2010-08-26 16:42:28 UTC MAIN commitmail json YAML

Apparently, you have to #include <sys/param.h>, too, for MAX().

(dyoung)

2010-08-26 16:33:09 UTC MAIN commitmail json YAML

describe new historical license.

(christos)

2010-08-26 16:21:26 UTC MAIN commitmail json YAML

2010-08-26 15:28:31 UTC MAIN commitmail json YAML

Partially pull up the following revisions that address ticket #53:

    996f9c26e07a86607f373c8f0243d57329c11543
    ef98529abaf16e40a2e684496bf3da8f9ff0d09c

These prevent atf-run from stalling/crashing when a subprocess of a test
case stays around after the test case itself exits.

Reported, and verified working, by pooka@.

(jmmv)

2010-08-26 15:07:16 UTC MAIN commitmail json YAML

Put the workaround for PR kern/43799 into the common nfs unmount routine.

(pooka)

2010-08-26 15:01:08 UTC MAIN commitmail json YAML

2010-08-26 14:59:20 UTC MAIN commitmail json YAML

2010-08-26 14:58:30 UTC MAIN commitmail json YAML

2010-08-26 14:57:47 UTC MAIN commitmail json YAML

2010-08-26 14:57:16 UTC MAIN commitmail json YAML

2010-08-26 14:55:20 UTC MAIN commitmail json YAML

2010-08-26 14:53:18 UTC MAIN commitmail json YAML

2010-08-26 14:35:54 UTC MAIN commitmail json YAML

2010-08-26 13:31:56 UTC MAIN commitmail json YAML

fix by Sergio.Gelato (at) astro.su.se: duplicate some dynamic values in duprmconf()

(vanhu)

2010-08-26 13:29:02 UTC MAIN commitmail json YAML

- open the file before doing fsync: glusterfs wants that.

- Automatically call fsync on close for files. If we just close, fsync
will come later and we will have to reopen

- Add a PND_DIRTY flag to keep track of files that really need a sync.
perfuse_node_fsync only calls the FUSE fsync method if there are data
to push.

- Add a PND_OPEN flag to keep track of open files. Checking non NULL
fh is not enough, as some filesystems will always set fh to 0.

- Add a sync diagnostic flag, to watch fsync and dirty flag activity.
Make the fh diagnostic flag more verbose

- Send the fh in setattr (it was hardcoded to 0)

I am now able to build libperfuse in a glusterfs mounted filesystem. Yeah!

(manu)

2010-08-26 13:21:51 UTC MAIN commitmail json YAML

Note the conversion of the libdes tests to atf.

(jmmv)

2010-08-26 12:48:19 UTC MAIN commitmail json YAML

don't call tsleep() with any mutexes hold

(cegger)

2010-08-26 10:23:25 UTC MAIN commitmail json YAML

2010-08-26 10:21:56 UTC MAIN commitmail json YAML

Add several Broadcom BCM43xx devices.

(dogcow)

2010-08-26 09:43:45 UTC uebayasi-xip commitmail json YAML

2010-08-26 08:56:16 UTC MAIN commitmail json YAML

fix crash when detaching/re-attaching a cable where three firewire devices are on the bus.

(cegger)

2010-08-26 08:19:18 UTC MAIN commitmail json YAML

include some necessary headers to fix build

(pooka)

2010-08-26 07:36:53 UTC MAIN commitmail json YAML

- print expected crc when it does not match
- add and print secondary text leaf. This prints the model name of my webcam.
- add csr keys that are printed as 'unknown' otherwise

(cegger)

2010-08-26 07:04:05 UTC MAIN commitmail json YAML

show crom:
Print calculated crc. When crc does not match then print expected crc.

(cegger)

2010-08-26 05:25:57 UTC MAIN commitmail json YAML

Use <paths.h>. Remove trailing white space.

(jruoho)

2010-08-25 21:36:03 UTC MAIN commitmail json YAML

Do not throw a usage message for -i followed by -t
since 'cpio -itv' is a valid command.

(sjg)

2010-08-25 20:16:49 UTC MAIN commitmail json YAML

2010-08-25 18:16:06 UTC MAIN commitmail json YAML

* fail with errnos
* in case unmount fails, call rump_pub_vfs_mount_print() to print
  mountpoint status and dump active vnodes.

(pooka)

2010-08-25 18:11:54 UTC MAIN commitmail json YAML

2010-08-25 18:11:20 UTC MAIN commitmail json YAML

Start many more threads for the renamerace since it seems to catch
more errors.

Add a sleepkludge to deal with NFS's sillyrename brokenness.

(pooka)

2010-08-25 16:47:44 UTC MAIN commitmail json YAML

The libdes tests have been converted to atf and now live in tests/lib/libdes.

(jmmv)

2010-08-25 16:46:48 UTC MAIN commitmail json YAML

Add entries for the libdes tests.

(jmmv)

2010-08-25 16:46:36 UTC MAIN commitmail json YAML

2010-08-25 16:44:25 UTC MAIN commitmail json YAML

Add tests dir for libdes.

(jmmv)

2010-08-25 16:38:04 UTC MAIN commitmail json YAML

2010-08-25 16:37:02 UTC MAIN commitmail json YAML

s/LOAD_NOTE/LOAD_BACKWARDS/

(christos)

2010-08-25 16:35:57 UTC MAIN commitmail json YAML

2010-08-25 16:35:02 UTC MAIN commitmail json YAML

2010-08-25 16:33:51 UTC MAIN commitmail json YAML

2010-08-25 16:32:51 UTC MAIN commitmail json YAML

use LOAD_BACKWARDS instead of LOAD_NOTE for floppy book.

(christos)

2010-08-25 16:30:44 UTC MAIN commitmail json YAML

2010-08-25 16:30:01 UTC MAIN commitmail json YAML

add a LOAD_BACKWARDS flag on sections that might load backwards.

(christos)

2010-08-25 16:24:45 UTC MAIN commitmail json YAML

Try to detect if we are doing a floppy boot from the device name and if
we are, load the minimal set to avoid backwards seeks.

(christos)

2010-08-25 16:23:23 UTC MAIN commitmail json YAML

Add a new LOAD_MINIMAL flag to avoid loading sections that might seek backwards
and are not really needed like the note and the symbol section.

(christos)

2010-08-25 15:38:44 UTC MAIN commitmail json YAML

mail(8) is no longer in /bin.
(Trivia: this sentence is from the 4.0BSD from 1980.)

(reed)

2010-08-25 15:36:28 UTC uebayasi-xip commitmail json YAML

2010-08-25 15:24:29 UTC MAIN commitmail json YAML

For MLINKS description, remove sentence saying they
are soft-linked (as it is not accurate).

(reed)

2010-08-25 15:08:22 UTC MAIN commitmail json YAML

Add copyright and license.
I reported this in October 2009 and it was fixed upstream.
http://github.com/heimdal/heimdal/commits/master/kpasswd/kpasswdd.8

(reed)

2010-08-25 14:57:26 UTC MAIN commitmail json YAML

Mention mips64 support (from the first branch merge) by matt@,
so details wont be forgotten in the release notes.

(rmind)

2010-08-25 14:33:07 UTC uebayasi-xip commitmail json YAML

2010-08-25 14:32:54 UTC uebayasi-xip commitmail json YAML

2010-08-25 14:32:30 UTC uebayasi-xip commitmail json YAML

2010-08-25 14:29:12 UTC uebayasi-xip commitmail json YAML

Fix UVMHIST build.

Remove a comment about xip getpages optimization; quick profiling showed
that this routine is not expensive.  It'd be better to concentrate on
reducing TLB miss.

(uebayasi)

2010-08-25 14:23:16 UTC uebayasi-xip commitmail json YAML

Fix DIAGNOSTIC build.  Sprinkle some assertions.

(uebayasi)

2010-08-25 14:21:23 UTC uebayasi-xip commitmail json YAML

Actually make this build with options XIP.

(uebayasi)

2010-08-25 14:02:52 UTC MAIN commitmail json YAML

Note some recent changes.

(rmind)

2010-08-25 13:51:50 UTC MAIN commitmail json YAML

I'm not even going to describe this change.  I'll just say that
churn creates interesting code.

Fixes open(O_CREAT|O_TRUNC) on at least tmpfs and nfs to not fail
with ENOENT due to a racy removal of the newly created file.

Caught, as most bugs these days are, by a test run.

(pooka)

2010-08-25 13:36:09 UTC uebayasi-xip commitmail json YAML

PA != VA here, use vtophys() to convert VA to PA.

(I hate x86.)

(uebayasi)

2010-08-25 12:43:56 UTC MAIN commitmail json YAML

If firmware_load() returns ENOENT (i.e. No such file or directory),
explicitly mention that firmware file is not in the default distribution.

(tsutsui)

2010-08-25 07:18:01 UTC MAIN commitmail json YAML

2010-08-25 07:16:00 UTC MAIN commitmail json YAML

libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
FUSE filesystem must be linked with -lperfuse.

libperfuse(3) implements the FUSE kernel interface, on which libfuse or
any FUSE filesystem that opens /dev/fuse directly can be used.

For now, an external daemon called perfused(8) is used. This may change
in the future.

(manu)

2010-08-25 06:45:36 UTC MAIN commitmail json YAML

note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded

(jnemeth)

2010-08-25 05:07:44 UTC MAIN commitmail json YAML

Add definitions for Intel Digital Thermal Sensor and Power Management, at
CPUID Fn0000_0006, %eax, %ecx. Use these instead of magic numbers.

(jruoho)

2010-08-25 04:58:59 UTC MAIN commitmail json YAML

There is nothing particularly interesting for users in:

acpicpu0 at acpi0 (CPU0)
ACPI: Dynamic OEM Table Load:
Table [SSDT](id 00EB) - 13 Objects with 0 Devices 1 Methods 0 Regions
ACPI: Dynamic OEM Table Load:
: ACPI CPU

Thus, use ACPI_DEBUG_PRINT() instead of ACPI_INFO() when a table is loaded
dynamically.

(jruoho)

2010-08-25 04:22:22 UTC netbsd-5 commitmail json YAML