Module Name:src
Committed By: dholland
Date: Tue Feb 22 07:12:29 UTC 2011
Modified Files:
src/sys/arch/amd64/amd64: mainbus.c
Log Message:
Fix build in admittedly quixotic case with IPMI but no PCI or ACPI.
(ACPI currently doesn't work without PCI, fwiw.)
To generate a d
Module Name:src
Committed By: dholland
Date: Tue Feb 22 06:37:24 UTC 2011
Modified Files:
src/sys/arch/amd64/amd64: autoconf.c
src/sys/arch/i386/i386: autoconf.c
Log Message:
Include for config_rootfound, instead of relying on it
being included by accident. From J
Module Name:src
Committed By: dholland
Date: Tue Feb 22 06:33:34 UTC 2011
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
vga_posth should be inside NPCI > 0; from Jarle Greipsland in PR 43449.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.
Module Name:src
Committed By: joerg
Date: Tue Feb 22 05:45:09 UTC 2011
Modified Files:
src/crypto/external/bsd/libsaslc/dist/src: mech.c
src/lib/csu/alpha: crt0.c
src/lib/csu/arm_elf: crt0.c
src/lib/csu/common: crt0-common.c
src/lib/csu/commo
Module Name:src
Committed By: joerg
Date: Tue Feb 22 05:07:36 UTC 2011
Modified Files:
src/sys/arch/amd64/amd64: cpufunc.S
Log Message:
Be explicit about the member of the fld family wanted here.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/
Module Name:src
Committed By: christos
Date: Tue Feb 22 02:44:58 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
fix typos in saslc entry.
To generate a diff of this commit:
cvs rdiff -u -r1.1512 -r1.1513 src/doc/CHANGES
Please note that diffs are not public doma
Module Name:src
Committed By: jmcneill
Date: Tue Feb 22 01:26:14 UTC 2011
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
genfb_enable/disable_polling only matters if genfb is the console screen,
so make it a noop if it's not
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Tue Feb 22 01:11:30 UTC 2011
Modified Files:
src/sys/dev/usb: if_ural.c
Log Message:
make ural_ioctl look like other wireless drivers, should make dhcpcd and
mdnsd work again
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: jmcneill
Date: Tue Feb 22 00:58:09 UTC 2011
Modified Files:
src/sys/dev/usb: if_rum.c
Log Message:
make rum_ioctl look like other wireless drivers, now dhcpcd works and
mdnsd doesn't hang my laptop
To generate a diff of this commit:
cvs rdif
Module Name:xsrc
Committed By: mrg
Date: Tue Feb 22 00:57:21 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-geode/include: config.h
Log Message:
update this for xf86-video-geode 2.11.12
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/
Module Name:src
Committed By: jmcneill
Date: Mon Feb 21 23:50:42 UTC 2011
Modified Files:
src/sys/dev/usb: if_rum.c if_rumreg.h if_rumvar.h
Log Message:
sync driver with openbsd
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/if_rum.c
cvs rd
Module Name:src
Committed By: jmcneill
Date: Mon Feb 21 23:50:08 UTC 2011
Modified Files:
src/sys/net80211: ieee80211_output.c ieee80211_proto.h
Log Message:
add ieee80211_get_rts and ieee80211_get_cts_to_self from openbsd, ok dyoung@
To generate a diff of this commit:
c
Module Name:src
Committed By: pooka
Date: Mon Feb 21 23:31:01 UTC 2011
Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs
Module Name:src
Committed By: pooka
Date: Mon Feb 21 23:30:13 UTC 2011
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
S'no way bro!
Return the correct return value from NOERR, which is retval
instead of error.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Mon Feb 21 23:20:20 UTC 2011
Modified Files:
src/sys/kern: makesyscalls.sh syscalls.master
Log Message:
Add syscall type NOERR which signals that a system call is STD but
does not return an errno the usual way. The main use case i
Module Name:src
Committed By: drochner
Date: Mon Feb 21 22:54:45 UTC 2011
Modified Files:
src/sys/netipsec: ipsec_input.c
Log Message:
adopt a fix from OpenBSD: when scanning the IPv6 header chain, take
into account that the extension header type is not in the extension
he
Module Name:src
Committed By: drochner
Date: Mon Feb 21 22:28:19 UTC 2011
Modified Files:
src/sys/netipsec: key.c key.h
Log Message:
treat "struct secpolicyindex" and "struct secasindex" as "const" once
they are initialized -- during lifetime, no changes are expected
plus
Module Name:src
Committed By: christos
Date: Mon Feb 21 22:26:10 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
belated mention for libsaslc.
To generate a diff of this commit:
cvs rdiff -u -r1.1511 -r1.1512 src/doc/CHANGES
Please note that diffs are not public
Module Name:src
Committed By: drochner
Date: Mon Feb 21 22:21:41 UTC 2011
Modified Files:
src/sys/netipsec: key_debug.c key_debug.h
Log Message:
declare input to kdebug_*() functions which dump structures
to stdout in human readable form as "const"
To generate a diff of
Module Name:src
Committed By: christos
Date: Mon Feb 21 22:07:45 UTC 2011
Modified Files:
src/lib/libc/compat/time: compat_localtime.c
src/lib/libc/time: localtime.c
Log Message:
remove duplicate weak aliases
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: riz
Date: Mon Feb 21 21:43:41 UTC 2011
Modified Files:
src/tests/lib/libpthread: t_mutex.c
Log Message:
mutex2/mutex3 are expected to fail on powerpc because of
PR port-powerpc/44387.
XXX the ugly sleep at the end is because ATF will mark an
Module Name:src
Committed By: pooka
Date: Mon Feb 21 20:23:29 UTC 2011
Modified Files:
src/sys/kern: kern_exec.c kern_exit.c kern_lwp.c
src/sys/sys: lwp.h
Log Message:
Borrow the lwpctl data area from the parent for the vfork() child.
Otherwise the child will incor
Module Name:src
Committed By: pooka
Date: Mon Feb 21 20:11:57 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
If minfd for F_DUPFD is >= hijackoff, assume it means a minimum
value in the rump kernel and adjust accordingly.
To generate a diff of this
Module Name:src
Committed By: pooka
Date: Mon Feb 21 18:50:22 UTC 2011
Modified Files:
src/usr.bin/rump_allserver: rump_allserver.1 rump_allserver.c
Log Message:
add command line options for kernel memory allocation limit and bootverbose
To generate a diff of this commit
Module Name:src
Committed By: njoly
Date: Mon Feb 21 18:12:26 UTC 2011
Modified Files:
src/share/man/man5: mk.conf.5
Log Message:
Typo in macro.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/share/man/man5/mk.conf.5
Please note that diffs are not pub
Module Name:src
Committed By: sborrill
Date: Mon Feb 21 17:48:43 UTC 2011
Modified Files:
src/external/bsd/iscsi/dist: configure.ac
src/external/bsd/iscsi/dist/src/initiator: iscsi-initiator.c
src/external/bsd/iscsi/dist/src/lib: initiator.c
Log Message:
ma
Module Name:src
Committed By: sborrill
Date: Mon Feb 21 17:24:20 UTC 2011
Modified Files:
src/external/bsd/iscsi/dist/src/initiator: iscsi-initiator.8
iscsi-initiator.c
Log Message:
Remove hostname from pathname to storage in mount point.
This means /mnt/mytarg
Module Name:src
Committed By: njoly
Date: Mon Feb 21 17:05:50 UTC 2011
Modified Files:
src/sbin/dmctl: dmctl.8
Log Message:
Small typo in macro (Ii -> It).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/dmctl/dmctl.8
Please note that diffs are not
Module Name:src
Committed By: pooka
Date: Mon Feb 21 16:24:30 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Put coredumps back as a built-in. Until it can autoload or something,
there's no point in causing user-visible (and test-visible)
regressio
Module Name:src
Committed By: jruoho
Date: Mon Feb 21 15:10:54 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Call pmf_device_deregister(9) during detach.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/coretemp.
Module Name:src
Committed By: jmcneill
Date: Mon Feb 21 14:43:58 UTC 2011
Modified Files:
src/sys/dev/pci: if_ath_pci.c
Log Message:
print the device name at attach, like so:
ath0 at pci4 dev 0 function 0: Atheros 9280
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: njoly
Date: Mon Feb 21 13:42:57 UTC 2011
Modified Files:
src/common/lib/libprop: prop_array.3 prop_dictionary.3
Log Message:
Fix section for umask xrefs.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libprop/pr
Module Name:src
Committed By: njoly
Date: Mon Feb 21 13:38:58 UTC 2011
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen: Add two more Intel 82Q45 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1056 -r1.1057 src/sys/dev/pci/pcidev
Module Name:src
Committed By: njoly
Date: Mon Feb 21 13:38:18 UTC 2011
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add two more Intel 82Q45 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1059 -r1.1060 src/sys/dev/pci/pcidevs
Please note that diff
Module Name:src
Committed By: pooka
Date: Mon Feb 21 13:19:35 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
disallow mmap(MAP_FILE) from a rump kernel fd
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/lib/librumphijack/hijack.c
Module Name:src
Committed By: cegger
Date: Mon Feb 21 13:04:22 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar9285_reset.c
Log Message:
make it compile with ATHHAL_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/sys/e
Module Name:src
Committed By: jruoho
Date: Mon Feb 21 12:56:52 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Add couple of additional CPU model checks for the undocumented Tj(max).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src
Module Name:src
Committed By: pooka
Date: Mon Feb 21 12:55:21 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
Actually, we need both lseek and _lseek so that out-of-libc references
go to the right place instead of directly to __lseek. Seeking in
mpla
Module Name:src
Committed By: pooka
Date: Mon Feb 21 12:51:06 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
hijack:
1) {,f,l}chflags (used e.g. by cp(1))
2) p{read,write}{,v} (used by many)
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: pooka
Date: Mon Feb 21 12:49:49 UTC 2011
Modified Files:
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
Log Message:
regen: preadv/pwritev
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: pooka
Date: Mon Feb 21 12:49:06 UTC 2011
Modified Files:
src/sys/kern: syscalls.master
Log Message:
somehow i've missed preadv/pwritev from rump-relevant syscalls
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/kern/s
Module Name:src
Committed By: he
Date: Mon Feb 21 12:33:05 UTC 2011
Modified Files:
src/sys/dev/hil: hilkbd.c
Log Message:
Since hilkbd_rawrepeat() is only defined under WSDISPLAY_COMPAT_RAWKBD,
protect the declaration similarly to avoid build failure of the INSTALL
kernel
Module Name:src
Committed By: pooka
Date: Mon Feb 21 11:33:36 UTC 2011
Modified Files:
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
Log Message:
regen: always explicitly set errno (fixes some apps)
To generate a diff o
Module Name:src
Committed By: pooka
Date: Mon Feb 21 11:32:26 UTC 2011
Modified Files:
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
Log Message:
commit regen for int -> pid_t fix
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Mon Feb 21 11:29:53 UTC 2011
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Make sure we don't expose any errno set as a side-effect of us
executing the system call. Some software ignores the return value
and looks onl
Module Name:src
Committed By: cegger
Date: Mon Feb 21 11:16:47 UTC 2011
Modified Files:
src/sys/modules/ath_hal: Makefile Makefile.inc
Log Message:
catch up to AR9285 changes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/ath_hal/Makefile \
Module Name:src
Committed By: cegger
Date: Mon Feb 21 11:09:16 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
ath(4): Add support for AR9285 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1510 -r1.1511 src/doc/CHANGES
Please note that diffs are not
Module Name:src
Committed By: cegger
Date: Mon Feb 21 11:08:21 UTC 2011
Modified Files:
src/share/man/man4: ath.4
Log Message:
add AR9285 support
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/ath.4
Please note that diffs are not public
Module Name:src
Committed By: cegger
Date: Mon Feb 21 11:06:38 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/conf: files.ath_hal std.ath_hal
src/sys/external/isc/atheros_hal/dist: ah.h ah_eeprom_v14.h
src/sys/external/isc/atheros_hal/dist/ar5212:
Module Name:src
Committed By: pooka
Date: Mon Feb 21 10:14:29 UTC 2011
Modified Files:
src/tests/fs/tmpfs: h_funcs.subr
Log Message:
Skip instead of fail test if tmpfs cannot be mounted and the
error is "Operation not supported".
makes the tmpfs tests produce a sensible r
Module Name:src
Committed By: pooka
Date: Mon Feb 21 09:53:06 UTC 2011
Modified Files:
src/sys/kern: kern_module.c
Log Message:
Don't allow disabling a builtin secmodel: too many questionable
security implications.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -
Module Name:src
Committed By: hannken
Date: Mon Feb 21 09:29:21 UTC 2011
Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c
Log Message:
Change the snapshot lock:
- No need to take the snapshot lock while the file system is suspended.
- Allow ffs_copyonwrite() one level of re
Module Name:src
Committed By: pooka
Date: Mon Feb 21 08:50:45 UTC 2011
Modified Files:
src/lib/librump: rump.3
Log Message:
xfer rump_server(1), downgrade experimentalness level a bit
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/librump/rump.3
Ple
53 matches
Mail list logo