Module Name:src
Committed By: skrll
Date: Wed Jan 6 07:42:58 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
Update 64bit arg handling to use the flags in the syscall table.
Only do trace_enter/trace_exit if we're tracing.
To generate a diff of thi
Module Name:src
Committed By: skrll
Date: Wed Jan 6 07:38:49 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
curlwp is never NULL now. Sprinkle KASSERT just in case.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/hppa/hpp
Module Name:src
Committed By: mbalmer
Date: Wed Jan 6 06:30:37 UTC 2010
Modified Files:
src/usr.sbin/altq/libaltq: qop_cbq.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/altq/libaltq/qop_cbq.c
Please note th
Module Name:src
Committed By: mrg
Date: Wed Jan 6 06:15:09 UTC 2010
Modified Files:
src/sys/arch/sparc/sparc: timer_sun4m.c
Log Message:
fix an incomplete comment.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc/sparc/timer_sun4m.c
Plea
Module Name:src
Committed By: mrg
Date: Wed Jan 6 05:55:01 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pci_machdep.c psycho.c schizo.c
src/sys/arch/sparc64/include: pci_machdep.h
Log Message:
move the guts of pci_intr_map() into pci_machdep.c, and move the
Module Name:src
Committed By: matt
Date: Wed Jan 6 04:25:46 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c
Log Message:
Fix a thinko (last -> start + size)
To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1.2.1.2.19 -r1.205.4.
Module Name:src
Committed By: matt
Date: Wed Jan 6 04:24:38 UTC 2010
Modified Files:
src/sys/arch/evbmips/include [matt-nb5-mips64]: vmparam.h
Log Message:
Fix typo: VMFREE* -> VM_FREE*
To generate a diff of this commit:
cvs rdiff -u -r1.1.142.3 -r1.1.142.4 src/sys/arch
Module Name:src
Committed By: dyoung
Date: Tue Jan 5 22:42:17 UTC 2010
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Call device_lookup() from device_lookup_private() instead of
duplicating code.
Per suggestions by rmind@:
Simplify some code that used "empt
Module Name:src
Committed By: macallan
Date: Tue Jan 5 21:38:50 UTC 2010
Modified Files:
src/sys/arch/sparc/sparc: intr.c
Log Message:
fix a typo - we need to check classipl vs. IPL_VM, not the SBus interrupt
level
To generate a diff of this commit:
cvs rdiff -u -r1.107
Module Name:src
Committed By: dyoung
Date: Tue Jan 5 20:49:04 UTC 2010
Modified Files:
src/sys/modules: Makefile
Log Message:
Fix MKBINUTILS=no builds by leaving out xldscripts.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/modules/Makefile
Plea
Module Name:src
Committed By: he
Date: Tue Jan 5 18:36:16 UTC 2010
Modified Files:
src/distrib/sparc64/xminiroot: Makefile
Log Message:
Bump the miniroot size from 8m to 9m, so that the contents fits again.
OK'ed by mrg@
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jakllsch
Date: Tue Jan 5 17:57:06 UTC 2010
Modified Files:
src/lib/libusbhid: parse.c
Log Message:
Fix copy-paste-o. Per the HID spec, Global Item Tag 0b001101nn is
Physical Minimum, not a alias for Physical Maximum.
To generate a diff of
Module Name:src
Committed By: jruoho
Date: Tue Jan 5 17:23:18 UTC 2010
Modified Files:
src/sys/arch/x86/x86: mpacpi.c
Log Message:
Put back the evaluation of the return value from mpacpi_get_bbn().
Break reported by nj...@. Thanks!
To generate a diff of this commit:
cv
Module Name:src
Committed By: tsutsui
Date: Tue Jan 5 15:45:26 UTC 2010
Modified Files:
src/sbin/disklabel: dkcksum.c dkcksum.h main.c
src/tools/disklabel: Makefile
Added Files:
src/sbin/disklabel: bswap.c bswap.h
Log Message:
Add necessary byteswap ops fo
Module Name:src
Committed By: skrll
Date: Tue Jan 5 15:25:33 UTC 2010
Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/sys: syscall.h syscallargs.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/kern/ini
Module Name:src
Committed By: skrll
Date: Tue Jan 5 15:23:32 UTC 2010
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Check for dev_t and time_t arguments and mark them as 64bit.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/kern/makes
Module Name:src
Committed By: jruoho
Date: Tue Jan 5 13:57:18 UTC 2010
Modified Files:
src/sys/arch/i386/acpi: vald_acpi.c
src/sys/arch/x86/x86: mpacpi.c
Log Message:
Use acpi_eval_set_integer() to simplify code. No functional change intended.
ok pgoyette@, jmcne
Module Name:src
Committed By: jruoho
Date: Tue Jan 5 13:47:52 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_tz.c
Log Message:
Fix a memory leak/corruption by commenting out the evaluation of the _PSL
control method. If it is needed in the future, the output buffer must
Module Name:src
Committed By: jruoho
Date: Tue Jan 5 13:39:49 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c acpi_powerres.c dalb_acpi.c
Log Message:
Use acpi_eval_struct() to simplify code.
ok pgoyette@, jmcneill@
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: jruoho
Date: Tue Jan 5 13:32:49 UTC 2010
Modified Files:
src/sys/arch/x86/x86: mpacpi.c
Log Message:
Fix several possible memory leaks in mpacpi_derive_bus().
ok pgoyette@, jmcneill@
To generate a diff of this commit:
cvs rdiff -u -r1.80 -
Module Name:src
Committed By: mbalmer
Date: Tue Jan 5 13:30:11 UTC 2010
Modified Files:
src/sys/dev/ic: isp.c isp_library.c mvsata.c
src/sys/fs/nilfs: nilfs_vnops.c
src/sys/fs/sysvbfs: sysvbfs_vnops.c
src/sys/fs/udf: udf_subr.c udf_vnops.c
Log Mess
Module Name:src
Committed By: mbalmer
Date: Tue Jan 5 13:22:41 UTC 2010
Modified Files:
src/sys/compat/darwin: darwin_exec.c
src/sys/compat/linux/arch/i386: linux_machdep.c
src/sys/compat/linux32/common: linux32_ipccall.c
Log Message:
Remove extra semicolo
Module Name:src
Committed By: mbalmer
Date: Tue Jan 5 13:20:30 UTC 2010
Modified Files:
src/sys/arch/hp700/dev: apic.c
src/sys/arch/powerpc/powerpc: trap.c
src/sys/arch/shark/shark: sequoia.c
src/sys/arch/vax/vax: trap.c
src/sys/arch/x86/x86
Module Name:src
Committed By: mbalmer
Date: Tue Jan 5 13:14:56 UTC 2010
Modified Files:
src/sys/arch/arm/arm32: fault.c
src/sys/arch/arm/ep93xx: eprtc.c
src/sys/arch/arm/gemini: gemini_obio.c gemini_pci.c gemini_timer.c
src/sys/arch/arm/s3c2xx0: s3c
Module Name:src
Committed By: msaitoh
Date: Tue Jan 5 10:02:01 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
Fix the checking of jumbo frame function though I don't know whether
the function wokrs or not...
Remove the extra macro definition
Module Name:src
Committed By: msaitoh
Date: Tue Jan 5 09:31:21 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix the length of the delay() in wm_gmii_init(). It fixed the problem that
sometimes the driver misunderstood PHYs in mii_attach(). It was report
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 5 09:15:33 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog
Log Message:
ARG_MAX replacement.
libedit LIBADD libnetbsd.la
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 othersrc/usr.bin/tnft
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 5 09:08:29 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp/libnetbsd: glob.c
Log Message:
If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX).
Based on pkgsrc/net/tnftp.
To generate a diff of this com
28 matches
Mail list logo