Module Name:src
Committed By: jruoho
Date: Tue Mar 23 05:54:34 UTC 2010
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man7/sys
Module Name:src
Committed By: jruoho
Date: Tue Mar 23 05:52:43 UTC 2010
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Document the following: ddb.maxwidth, ddb.tee_msgbuf, and ddb.commandonenter.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 s
Module Name:src
Committed By: mrg
Date: Tue Mar 23 03:24:53 UTC 2010
Modified Files:
src/sys/dev/pci: satalink.c
Log Message:
only apply the satalink 3112 rev 0.1 and earlier to actual 3112 based
cards, not eg, 3512 cards.
should help performance for 3512 cards, derived f
Module Name:src
Committed By: uebayasi
Date: Tue Mar 23 01:58:14 UTC 2010
Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
src/sys/miscfs/specfs [uebayasi-xip]: specdev.h
src/sys/sys [uebayasi-xip]: mount.h
src/sys/ufs/ffs [uebayasi-xi
Module Name:src
Committed By: skrll
Date: Mon Mar 22 23:29:12 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
Wrap long line.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hppa/hppa/trap.c
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Mon Mar 22 23:27:06 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
Whitespace / comment formatting.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/hppa/hppa/trap.c
Please note th
Module Name:src
Committed By: skrll
Date: Mon Mar 22 23:26:06 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
Improve the output from frame_sanity_check.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/hppa/hppa/trap.c
Ple
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:21:30 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
A lot of good it does to printf() a bus_space_tag_t. Don't do it.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:08:34 UTC 2010
Modified Files:
src/sys/dev/ic: pckbc.c tcic2.c vga.c
Log Message:
pckbc.c, vga.c: It doesn't appear to be helpful to compare two
bus_space_tag_t's in pckbc_is_console() and vga_is_console(), and M
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:03:30 UTC 2010
Modified Files:
src/sys/dev/cardbus: if_ex_cardbus.c
src/sys/dev/ic: elinkxlvar.h
src/sys/dev/pci: if_ex_pci.c
Log Message:
ex_softc.ex_bustype is written but never read. Just get rid
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:01:10 UTC 2010
Modified Files:
src/sys/dev/eisa: if_fea.c
Log Message:
Set/test sc_csr_memmapped instead of comparing bus_space_tag_t's.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/eis
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:00:47 UTC 2010
Modified Files:
src/sys/dev/ic: pdqvar.h
Log Message:
sc_csr_memmapped is true iff the device registers are memory-mapped.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:00:08 UTC 2010
Modified Files:
src/sys/dev/ic: com.c
Log Message:
MI code should not compare bus_space_tag_t! Introduce tags_are_equal()
for "comparing" two bus_space_tag_t's. It is always true.
Everywhere that co
Module Name:src
Committed By: christos
Date: Mon Mar 22 22:59:06 UTC 2010
Modified Files:
src/lib/libedit: read.c
Log Message:
https://bugzilla.redhat.com/show_bug.cgi?id=575383
Handle EINTR properly.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:42:00 UTC 2010
Modified Files:
src/sys/dev/pci/bktr: bktr_os.c
Log Message:
MI code must not printf() a bus_space_tag_t, so don't do that.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/p
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:39:49 UTC 2010
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
Activate PCI memory-mapped I/O access in the PCI Control and Status
Register if the PCI BAR is the memory-mapped type. The driver used to
decide
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:36:07 UTC 2010
Modified Files:
src/sys/dev/pci: cy82c693.c
Log Message:
#if 0 some diagnostic code that compares two bus_space_tag_t's.
MI code should not compare an opaque type such as bus_space_tag_t!
To generat
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:30:58 UTC 2010
Modified Files:
src/sys/dev/isa: isadma.c pcdisplay.c
Log Message:
isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's.
pcdisplay.c: #if 0 some code that compares two bus_space_ta
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:25:26 UTC 2010
Modified Files:
src/sys/dev/isa: i82365_isasubr.c
Log Message:
Do not disestablish the interrupt handler inside of the interrupt
handler! Stops a crash on the HP Pavilion N3270.
Cosmetic: sc->ih is a
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 22:22:58 UTC 2010
Modified Files:
src/sys/dev/ic: i82365.c
Log Message:
#if 0 some diagnostic code that compares two bus_space_tag_t's. MI code
should not compare an opaque type such as bus_space_tag_t!
To generate a
Module Name:src
Committed By: drochner
Date: Mon Mar 22 22:10:10 UTC 2010
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
When choosing the start address of a dynamic (ie relocatable) executable,
respect the alignment in the ELF phdr.
Also, for correctness, use the m
Module Name:src
Committed By: bouyer
Date: Mon Mar 22 22:03:30 UTC 2010
Modified Files:
src/sys/arch/x86/x86: bus_dma.c
src/sys/arch/xen/x86: xen_bus_dma.c
Log Message:
bus_dmamem_alloc() may not get a boundary smaller than size, but
it's perfectly valid for bus_dm
Module Name:src
Committed By: joerg
Date: Mon Mar 22 22:00:37 UTC 2010
Modified Files:
src/lib/librmt: rmtops.3
src/lib/librt: mq_receive.3 mq_send.3
src/lib/libutil: getbootfile.3
Log Message:
Use .In instead of .Aq Pa and variantes for header files.
To
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:58:58 UTC 2010
Modified Files:
src/lib/libusbhid: usbhid.3
Log Message:
Use .In instead of .Ar Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libusbhid/usbhid.3
Please no
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:58:31 UTC 2010
Modified Files:
src/lib/libform: form_cursor.3 form_data.3 form_driver.3 form_field.3
form_field_attributes.3 form_field_buffer.3 form_field_info.3
form_field_just.3 form_field_ne
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:56:42 UTC 2010
Modified Files:
src/lib/libz: zlib.3
Log Message:
Use .In instead of .Ar Pa
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libz/zlib.3
Please note that diffs are not public domai
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:56:05 UTC 2010
Modified Files:
src/lib/libpthread: pthread_once.3
Log Message:
Use .In instead of .Ar Pa
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_once.3
Please note tha
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:55:39 UTC 2010
Modified Files:
src/lib/libcompat/4.1: ftime.3
src/lib/libcompat/4.4: cuserid.3
Log Message:
Use .In instead of .Ar Pa for headers.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.1
Module Name:src
Committed By: joerg
Date: Mon Mar 22 21:55:06 UTC 2010
Modified Files:
src/lib/libkvm: kvm_open.3
Log Message:
Use .In instead of .Ar Pa for headers.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libkvm/kvm_open.3
Please note that
Module Name:src
Committed By: pooka
Date: Mon Mar 22 20:37:26 UTC 2010
Modified Files:
src/share/examples/rump/sdread: sdread.c
Log Message:
Use DIOCTUR to test if a newly configured CD drive is ready instead
of playing a random waiting game.
To generate a diff of this c
Module Name:src
Committed By: martin
Date: Mon Mar 22 16:49:41 UTC 2010
Modified Files:
src/sys/dev/scsipi: cd.c
src/sys/sys: dkio.h
Log Message:
Add a DIOCTUR (test unit ready) ioctl, to allow userland to easily
(and silently) check for presence of media. While th
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 16:17:43 UTC 2010
Modified Files:
src/sys/dev/pci: if_fxp_pci.c
Log Message:
Add a detach routine. Enable detachment at shutdown.
psc_pwrmgmt_csr_reg was never initialized to the actual offset of the
PCI PMCSR! Just
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 16:11:58 UTC 2010
Modified Files:
src/sys/dev/ic: i82557.c
Log Message:
In fxp_detach(), fxp_stop(), first. fxp_stop() stops the callout.
Destroy the callout in fxp_detach().
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 17:20:42 UTC 2010
Modified Files:
src/sys/dev/pci: if_ex_pci.c
Log Message:
psc_pwrmgmt_csr_reg was never initialized to the actual offset of the
PCI PMCSR! Just delete psc_pwrmgmt_csr_reg and all uses of it. In this
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 17:23:44 UTC 2010
Modified Files:
src/sys/dev/cardbus: if_ex_cardbus.c
Log Message:
Detach at shutdown.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/cardbus/if_ex_cardbus.c
Please note th
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 17:11:19 UTC 2010
Modified Files:
src/sys/dev/ic: elinkxl.c elinkxlvar.h
Log Message:
Add a self-suspensor. It's not used, yet.
In ex_detach(), call ex_stop(), first. ex_stop() stops the callout.
Destroy the callout
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 17:12:09 UTC 2010
Modified Files:
src/sys/dev/ic: i82557.c
Log Message:
Check whether the fxp(4) actually attached before calling fxp_stop().
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/dev
Module Name:src
Committed By: joerg
Date: Mon Mar 22 19:30:55 UTC 2010
Modified Files:
src/lib/libc/compat-43: sigvec.3
src/lib/libc/db/man: btree.3 dbopen.3 hash.3 recno.3
src/lib/libc/gen: ctermid.3 err.3 exec.3 fts.3 ftw.3 getcwd.3
getfsent.3
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:34:14 UTC 2010
Modified Files:
src/usr.bin/pmap: pmap.1
Log Message:
Use .In instead of .Aq Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/pmap/pmap.1
Please note tha
Module Name:src
Committed By: jakllsch
Date: Mon Mar 22 16:57:54 UTC 2010
Modified Files:
src/sys/lib/libsa: cd9660.c
Log Message:
Ensure cd9660_read() gives accurate EOF indication.
Should fix PR/42983.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/s
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:58:33 UTC 2010
Modified Files:
src/share/man/man4: atalk.4 bpf.4 cd.4 clockctl.4 esis.4 fss.4 gpio.4
icmp6.4 inet.4 inet6.4 joy.4 ksyms.4 midi.4 mtio.4 multicast.4
rnd.4 sd.4 ses.4 speaker.4 st.
Module Name:src
Committed By: nakayama
Date: Mon Mar 22 18:38:43 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: lom.c
Log Message:
Fix off-by-one in LOMlite hostname code. From rev 1.21 of OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:35:09 UTC 2010
Modified Files:
src/bin/ps: ps.1
Log Message:
Use .In instead of .Aq Pa for header files
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/bin/ps/ps.1
Please note that diffs are not p
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:36:27 UTC 2010
Modified Files:
src/share/man/man3: stdarg.3 varargs.3
Log Message:
Use .In instead of .Aq Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man3/stdarg.
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:33:27 UTC 2010
Modified Files:
src/bin/csh: csh.1
Log Message:
Use .In instead of .Aq .Pa for signal.h.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/bin/csh/csh.1
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Mon Mar 22 19:01:50 UTC 2010
Modified Files:
src/libexec/talkd: talkd.8
Log Message:
Use .In instead of .Aq Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/libexec/talkd/talkd.8
Please note
Module Name:src
Committed By: joerg
Date: Mon Mar 22 18:51:32 UTC 2010
Modified Files:
src/share/man/man7: mdoc.samples.7
Log Message:
- Use .Li for head line in .Bl too.
- Do not use headers as example for .Aq, they should be marked up with
.In
- Drop the use of .Xo/.Xc
Module Name:src
Committed By: cegger
Date: Mon Mar 22 16:43:08 UTC 2010
Modified Files:
src/sys/arch/xen/include: i82093var.h
Log Message:
Ignore ioapic write failures.
They happen when writing to ioapic pins Xen already disabled.
This makes netbsd dom0 booting.
To gener
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 15:08:36 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_bat.c
Log Message:
Fix the previous commit properly: we need to set all sensor-flags during the
initialization of sysmon_envsys(9), otherwise, if _STA does not re
Module Name:src
Committed By: pooka
Date: Mon Mar 22 14:47:02 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libubt: Makefile UBT.ioconf ubt_at_usb.c
Log Message:
Include bthub support.
As mario knows, it should be in another component, but just cram
it here for now until
Module Name:src
Committed By: pooka
Date: Mon Mar 22 14:42:01 UTC 2010
Modified Files:
src/share/mk: bsd.ioconf.mk
Log Message:
deal with ioconf.h
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/mk/bsd.ioconf.mk
Please note that diffs are not publi
Module Name:src
Committed By: pooka
Date: Mon Mar 22 14:40:54 UTC 2010
Modified Files:
src/usr.bin/config: defs.h main.c mkheaders.c
Log Message:
Some drivers want to include ioconf.h, so generate it if doing
"ioconf" config.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 13:15:54 UTC 2010
Modified Files:
src/lib/libc/stdio: scanf.3
Log Message:
Break the (too) big lead paragraph into three smaller ones.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdio/s
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 12:39:22 UTC 2010
Modified Files:
src/share/man/man3: bits.3
Log Message:
Add a missing word introduced in the previous commit. Thanks, s...@.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/
Module Name:src
Committed By: pooka
Date: Mon Mar 22 12:27:46 UTC 2010
Modified Files:
src/distrib/sets/lists/base: shl.elf shl.mi
src/distrib/sets/lists/comp: mi shl.mi
Log Message:
Add rumpdev_ubt and rumpnet_netbt components.
To generate a diff of this commit:
Module Name:src
Committed By: pooka
Date: Mon Mar 22 12:21:37 UTC 2010
Modified Files:
src/share/examples/rump: Makefile
Added Files:
src/share/examples/rump/btplay: Makefile btplay.c
Log Message:
Add an example/test program for rump bluetooth. This does discovery
Module Name:src
Committed By: pooka
Date: Mon Mar 22 12:14:51 UTC 2010
Modified Files:
src/sys/rump/dev: Makefile.rumpdev
Added Files:
src/sys/rump/dev/lib/libubt: Makefile UBT.ioconf shlib_version
ubt_at_usb.c
Log Message:
USB bluetooth device rump com
Module Name:src
Committed By: pooka
Date: Mon Mar 22 12:08:44 UTC 2010
Modified Files:
src/sys/rump/net: Makefile.rumpnet
Added Files:
src/sys/rump/net/lib/libnetbt: Makefile component.c opt_bluetooth.h
shlib_version
Log Message:
bluetooth stack compone
Module Name:src
Committed By: pooka
Date: Mon Mar 22 12:05:45 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
* support isochronous transfers (for as much as they can be supported
considering our ugen driver doesn't support isochronous writ
Module Name:src
Committed By: cegger
Date: Mon Mar 22 12:03:04 UTC 2010
Modified Files:
src/distrib/sets: mkvars.mk
Log Message:
fix build.sh -N 4 distribution failure:
+ echo 'MKSOLARIS=yes'
xargs: unterminated quote
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 11:16:02 UTC 2010
Modified Files:
src/sys/dev/acpi: acpidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/acpidevs_data.h
Please note that diffs are not pu
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 11:13:23 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c acpidevs
Log Message:
Add IFX0102 and PNP0C15. Fix INT0800.
Observed from the dmesg of nojoly@'s Sony VAIO VGN-BZ12VN.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 10:32:49 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Added Files:
src/share/man/man9: SET.9
Log Message:
Document the questionable ISSET/SET/CLR macros.
To gen
Module Name:src
Committed By: wiz
Date: Mon Mar 22 10:15:00 UTC 2010
Modified Files:
src/share/man/man3: stddef.3
Log Message:
Mark up NULL with Dv, as usual.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/stddef.3
Please note that diffs
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 09:46:17 UTC 2010
Modified Files:
src/share/man/man3: stddef.3
Log Message:
Note that some definitions, such as NULL, were already in v4 UNIX.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/
Module Name:src
Committed By: pooka
Date: Mon Mar 22 09:39:03 UTC 2010
Modified Files:
src/lib/librumpuser: rumpuser_int.h
Log Message:
Wrap DOCALL and DOCALL_KLOCK in a new block (for easy adding of
debug prints before them.
XXX: can't use the standard do-while0 because
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 09:31:24 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_bat.c
Log Message:
Set the capacity flags already in the acpibat_get_info(),
instead of acpibat_get_status().
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jruoho
Date: Mon Mar 22 08:04:25 UTC 2010
Modified Files:
src/share/man/man3: bits.3
Log Message:
Small changes to wording and markup.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/bits.3
Please note that di
Module Name:src
Committed By: cliff
Date: Mon Mar 22 07:45:49 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c
Log Message:
- in cpu_setup_trampoline_callback, add some DIAGNOSTIC checks,
and make sure we get needed sign extension when storing
Module Name:src
Committed By: cliff
Date: Mon Mar 22 07:45:19 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_subr.S
Log Message:
- in rmixlfw_wakeup_cpu, properly nuke the upper half of sp
before OR-ing in KSEG0_START. This is only needed in _LP64
70 matches
Mail list logo