cvs commit: ports/graphics/plotutils/files patch-tek-egm-bug

2008-11-08 Thread Poul-Henning Kamp
phk 2008-11-08 11:24:29 UTC FreeBSD ports repository (src committer) Added files: graphics/plotutils/files patch-tek-egm-bug Log: Fix a longstanding bug in tek2plot(1) which causes optimized Tek4014 datastreams to render wrongly by up to -1 to -3 points in both X and Y di

cvs commit: src/sys/dev/usb umass.c

2008-09-25 Thread Poul-Henning Kamp
phk 2008-09-25 12:16:18 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: SVN rev 183349 on 2008-09-25 12:16:18Z by phk Tell umass to leave Huawei radio devices alone so ubsa(4) will be able to kick them into shape. Revision Changes

cvs commit: src/sys/dev/usb ubsa.c

2008-09-25 Thread Poul-Henning Kamp
phk 2008-09-25 12:00:56 UTC FreeBSD src repository Modified files: sys/dev/usb ubsa.c Log: SVN rev 183348 on 2008-09-25 12:00:56Z by phk Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices: Kick the device into the right mode if it co

Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c

2008-08-15 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bernd Walter writes: >I thought the cable type is read by the controller. It is read by both the controller and the device, for reasons of bugwards compatibility, read the ata-spec for gory details. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2008-08-15 Thread Poul-Henning Kamp
phk 2008-08-15 08:28:15 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181751 on 2008-08-15 08:28:15Z by phk Accept tty[ud]0 for console device Revision ChangesPath 1.36 +1 -1 src/tools/tools/nanobsd/nanobsd.

Re: cvs commit: src/sys/dev/io iodev.c

2008-08-12 Thread Poul-Henning Kamp
a driver to support forced closes is significantly more work than writing a "normal" driver, but it can be eased a lot if we add infrastructure to keep track of and wake up all sleeping threads in a particular driver. Either way, it is significant architectural work. Poul-Henning

Re: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile

2008-08-09 Thread Poul-Henning Kamp
ould really hate if people found out that they had been using the ROT52 algorithm due to some silly bug we don't notice along the way. It doesn't have to be very advanced, just run a couple of the standard test-vectors to see that the result is correct. -- Poul-Henning Kamp

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2008-08-09 Thread Poul-Henning Kamp
phk 2008-08-09 09:37:44 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181461 on 2008-08-09 09:37:44Z by phk Add late customize hook Submitted by: Patrick M. Hausen Sat on for far too long:phk Revision Chang

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2008-08-09 Thread Poul-Henning Kamp
phk 2008-08-09 09:27:54 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181460 on 2008-08-09 09:27:54Z by phk Add -i option to supress image building. Submitted by: keramida Revision ChangesPath 1.33 +10 -2

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2008-08-09 Thread Poul-Henning Kamp
phk 2008-08-09 09:27:06 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181459 on 2008-08-09 09:27:06Z by phk Track /etc/ttys change to uart(4) Revision ChangesPath 1.32 +1 -1 src/tools/tools/nanobsd/nanobsd.s

cvs commit: src/usr.sbin/pkg_install Makefile.inc src/usr.sbin/pkg_install/lib pen.c

2008-08-07 Thread Poul-Henning Kamp
phk 2008-08-07 14:48:35 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install Makefile.inc usr.sbin/pkg_install/lib pen.c Log: SVN rev 181376 on 2008-08-07 14:48:35Z by phk Use humanize_number to report pen-sizes so people don't have to count the digits

cvs commit: src/games/fortune/datfiles fortunes

2008-08-02 Thread Poul-Henning Kamp
phk 2008-08-02 20:11:56 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 181207 on 2008-08-02 20:11:56Z by phk Add a quote too good to miss from: http://www.schneier.com/blog/archives/2008/08/schneier_misquo.html (

cvs commit: src/sbin/routed defs.h if.c main.c output.c rdisc.c

2008-07-30 Thread Poul-Henning Kamp
phk 2008-07-30 11:56:15 UTC FreeBSD src repository Modified files: sbin/routed defs.h if.c main.c output.c rdisc.c Log: SVN rev 180993 on 2008-07-30 11:56:15Z by phk Update routed to use the RFC 3678 protocol-independent multicast API. Use IP_MULTICAST_IF with

cvs commit: src/sbin/routed routed.8

2008-07-29 Thread Poul-Henning Kamp
phk 2008-07-29 23:22:06 UTC FreeBSD src repository Modified files: sbin/routed routed.8 Log: SVN rev 180973 on 2008-07-29 23:22:06Z by phk Clarify which route property routed(8) looks at. Revision ChangesPath 1.35 +1 -1 src/sbin/routed/rout

Re: cvs commit: src/lib/libc/gen arc4random.c

2008-07-22 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Max Laier writes: >On Tuesday 22 July 2008 12:34:51 Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, "Andrey >> A. Cherno >> >> v" writes: >> > Increase initially dropped bytes from 512 to 768

Re: cvs commit: src/lib/libc/gen arc4random.c

2008-07-22 Thread Poul-Henning Kamp
://www.users.zetnet.co.uk/hopwood/crypto/scan/cs.html#RC4-drop I've always wondered why the dropped number of bytes is constant, wouldn't it be smarter to drop a constant number, and then pull out the next byte and drop that many further bytes ? -- Poul-Henning Kamp |

cvs commit: src/games/fortune/datfiles fortunes

2008-07-14 Thread Poul-Henning Kamp
phk 2008-07-14 18:45:06 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 180512 on 2008-07-14 18:45:06Z by phk Unmangle an E.W.Dijkstra quote. Revision ChangesPath 1.268 +5 -3 src/games/fortune/datfiles/fortunes

cvs commit: src/share/zoneinfo leapseconds

2008-07-08 Thread Poul-Henning Kamp
phk 2008-07-09 06:59:14 UTC FreeBSD src repository Modified files: share/zoneinfo leapseconds Log: SVN rev 180379 on 2008-07-09 06:59:14Z by phk Leapsecond at end of december. Revision ChangesPath 1.22 +17 -6 src/share/zoneinfo/leapseconds

cvs commit: src/games/fortune/datfiles fortunes

2008-07-07 Thread Poul-Henning Kamp
phk 2008-07-07 10:04:16 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 180341 on 2008-07-07 10:04:16Z by phk Apply learning from RAIEC (Redundant Array of Independeng English Courses) kindly provided by four different correspond

cvs commit: src/games/fortune/datfiles fortunes

2008-07-05 Thread Poul-Henning Kamp
phk 2008-07-05 08:54:58 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 180286 on 2008-07-05 08:54:58Z by phk Two quotes too good to miss. Revision ChangesPath 1.266 +7 -0 src/games/fortune/datfiles/fortunes __

cvs commit: src/games/fortune/datfiles fortunes

2008-06-23 Thread Poul-Henning Kamp
phk 2008-06-23 20:27:37 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 179960 on 2008-06-23 20:27:37Z by phk +Computers can't cruise. Meandering is a foreign concept to them. +The computer assumes that all behavior is in pursui

cvs commit: src/lib/libc/sys accept.2

2008-06-20 Thread Poul-Henning Kamp
phk 2008-06-20 14:47:06 UTC FreeBSD src repository Modified files: lib/libc/sys accept.2 Log: SVN rev 179892 on 2008-06-20 14:47:06Z by phk Add Xr to getsockname(2) Revision ChangesPath 1.33 +1 -0 src/lib/libc/sys/accept.2 __

Re: cvs commit: src Makefile

2008-06-17 Thread Poul-Henning Kamp
test nonstandard trees with universe also. > >Maybe we need a better overall solution? Dunno, I'm not particular religious about it, I merely pointed out that it was not a random oversight. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP

Re: cvs commit: src Makefile

2008-06-17 Thread Poul-Henning Kamp
make universe, in addition to make.conf, also ignore a > src.conf with possibe non-default options. Actually, that was deliberately not ignored to make it possible to test nonstandard trees with universe also. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | T

cvs commit: src/sys/conf newvers.sh

2008-06-07 Thread Poul-Henning Kamp
phk 2008-06-07 09:49:57 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: SVN rev 179637 on 2008-06-07 09:49:57Z by phk If we can find it, include SVN version number in kernel version strings. See also: http://www.bikeshed.org/ Rev

Re: cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Alan Cox writes: >Poul-Henning Kamp wrote: >>> Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., >>> MADV_FREE) >>> work. (Moreover, I don't believe that they have ever worked as intended.) >> >

Re: cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Poul-Henning Kamp
e subsequent plunge in RAM prices they never saw much use. Thanks for fixing them. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what

Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-29 Thread Poul-Henning Kamp
pply to versioning (including example >cases like this and some earlier ones that came up). Sounds like a very reasonable request. Seconded. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe

Re: cvs commit: src Makefile

2008-05-25 Thread Poul-Henning Kamp
any people run universe in the first place, nor are they particular impatient either, so if you think the sun4v has a future, however distant, you should leave it in universe as long as possible. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP s

cvs commit: src/sbin/atacontrol atacontrol.c

2008-05-14 Thread Poul-Henning Kamp
phk 2008-05-15 01:25:30 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate if we are listing devices, a controller might legitimately not be there. Submitted by:

cvs commit: src/sys/dev/speaker spkr.c

2008-05-14 Thread Poul-Henning Kamp
phk 2008-05-15 01:22:48 UTC FreeBSD src repository Modified files: sys/dev/speaker spkr.c Log: Move speaker a lot closer to style(9) Submitted by: Martin Voros <[EMAIL PROTECTED]> Revision ChangesPath 1.76 +316 -342 src/sys/dev/speaker/spkr.c ___

cvs commit: src/usr.sbin/fifolog/fifolog_create fifolog_create.c src/usr.sbin/fifolog/fifolog_reader fifolog_reader.c src/usr.sbin/fifolog/fifolog_writer fifolog_writer.c

2008-05-14 Thread Poul-Henning Kamp
phk 2008-05-14 23:29:02 UTC FreeBSD src repository Modified files: usr.sbin/fifolog/fifolog_create fifolog_create.c usr.sbin/fifolog/fifolog_reader fifolog_reader.c usr.sbin/fifolog/fifolog_writer fifolog_writer.c Log: Populate usage() Submitted by: Jaakko He

Re: cvs commit: src/etc/etc.mips ttys

2008-05-06 Thread Poul-Henning Kamp
nd >friends). Seconded. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _

Re: cvs commit: src/include stdio.h src/lib/libc/stdio clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c xprintf.c

2008-05-05 Thread Poul-Henning Kamp
ndence on the internals of FILE, have been flaunted at USENIX ATC at some point, and thus must be considered a published API. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute t

Re: cvs commit: src/etc/etc.mips ttys

2008-05-05 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "M. Warner Losh" writes : >Well, we need to have it not have all the possible pseudo devices in >it, which means work to init. Once they are out of the picture, auto >generation makes a lot less sense... s/a lot/somewhat/ and I agre

Re: cvs commit: src/etc/etc.mips ttys

2008-05-05 Thread Poul-Henning Kamp
uot; back in >> the early 1980'ies, we really could do better. > >Err, I thought it was because utmp still uses the line index in /etc/ttys so >ptys have to be listed in /etc/ttys to get an index. That's _exactly_ what I'm talking about :-) -- Poul-Henning Kamp

Re: cvs commit: src/etc/etc.mips ttys

2008-05-05 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Colin Percival writes: >Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, Warner Losh write >> s: >>> Added files: >>>etc/etc.mips ttys >>> Log: >>> Mips ttys file. Copied fr

Re: cvs commit: src/etc/etc.mips ttys

2008-05-05 Thread Poul-Henning Kamp
uld really replace this file with a script that generates it from a set of sensible parameters at build-time. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice wh

cvs commit: src/games/fortune/datfiles fortunes

2008-04-29 Thread Poul-Henning Kamp
phk 2008-04-29 13:02:21 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: This bloke has his priorities straight: +"Can you be more stupid than aggravating the judge AND your lawyer? +No? Oh yes you can: You can aggravate the whole kernel

cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/arm/sa11x0 sa11x0_ost.c src/sys/i386/bios apm.c src/sys/i386/i386 machdep.c src/sys/i386/inclu

2008-04-22 Thread Poul-Henning Kamp
phk 2008-04-22 19:38:30 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/includeclock.h sys/amd64/isaclock.c sys/arm/sa11x0 sa11x0_ost.c sys/i386/biosapm.c sys/i386/i386machdep.c sys

Re: cvs commit: src/sys/dev/ata ata-all.c

2008-04-21 Thread Poul-Henning Kamp
semantics, the name should change as well then. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately b

cvs commit: src/sys/conf files files.amd64 files.i386 files.pc98 src/sys/arm/conf AVILA BWCT CRB EP80219 HL200 IQ31244 KB920X SIMICS SKYEYE src/sys/ia64/conf DEFAULTS src/sys/mips/conf ADM5120 IDT MAL

2008-04-21 Thread Poul-Henning Kamp
phk 2008-04-21 10:09:55 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 files.i386 files.pc98 sys/arm/conf AVILA BWCT CRB EP80219 HL200 IQ31244 KB920X SIMICS SKYEYE sys/ia64/confDEFAULTS sys

cvs commit: src/tools/tools/nanobsd/Files/root save_cfg

2008-04-20 Thread Poul-Henning Kamp
phk 2008-04-21 06:22:27 UTC FreeBSD src repository Added files: tools/tools/nanobsd/Files/root save_cfg Log: Add a small script that will examine all files which exist on /cfg and if they are different in /etc, copy them to /cfg. Submitted by: mat Revision Chan

cvs commit: src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/conf files.amd64 files.i386 src/sys/dev/acpi_support acpi_ibm.c src/sys/dev/fb vga.c src/sys/dev/nvram nvram.c src/sys/i386/

2008-04-14 Thread Poul-Henning Kamp
phk 2008-04-14 08:00:01 UTC FreeBSD src repository Modified files: sys/amd64/includeclock.h sys/amd64/isaclock.c sys/conf files.amd64 files.i386 sys/dev/acpi_support acpi_ibm.c sys/dev/fb vga.c sys/dev/nvramnvram.c

cvs commit: src/sys/isa atrtc.c rtc.h

2008-04-14 Thread Poul-Henning Kamp
phk 2008-04-14 07:57:15 UTC FreeBSD src repository Modified files: sys/isa atrtc.c rtc.h Log: atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.c In addition to the device driver functionality, it exposes a number of functions which variou

cvs commit: src/sys/net radix_mpath.c

2008-04-13 Thread Poul-Henning Kamp
phk 2008-04-13 21:38:05 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c Log: Make this compile also on non-IPv6 kernels. Revision ChangesPath 1.2 +2 -0 src/sys/net/radix_mpath.c _

cvs commit: src/sys/powerpc/booke clock.c src/sys/powerpc/conf MPC85XX

2008-04-13 Thread Poul-Henning Kamp
phk 2008-04-13 21:20:26 UTC FreeBSD src repository Modified files: sys/powerpc/bookeclock.c sys/powerpc/conf MPC85XX Log: Get rid of an empty RTC implementation and hook up genclock instead. Revision ChangesPath 1.3 +0 -44 src/sys/powerpc/bo

cvs commit: src/sys/kern subr_clock.c

2008-04-12 Thread Poul-Henning Kamp
phk 2008-04-12 21:51:54 UTC FreeBSD src repository Modified files: sys/kern subr_clock.c Log: fix printf type confusion on amd64 Revision ChangesPath 1.14 +3 -2 src/sys/kern/subr_clock.c ___ cvs-all

cvs commit: src/sys/conf files.i386 src/sys/i386/conf GENERIC.hints src/sys/i386/isa clock.c

2008-04-12 Thread Poul-Henning Kamp
phk 2008-04-12 20:46:07 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/confGENERIC.hints sys/i386/isa clock.c Log: Move i386 to generic RTC handling code. Make clock_if.m and subr_rtc.c standard on i386

cvs commit: src/sys/kern subr_clock.c

2008-04-12 Thread Poul-Henning Kamp
phk 2008-04-12 20:35:56 UTC FreeBSD src repository Modified files: sys/kern subr_clock.c Log: Emit summaries of struct c(alender)t(ime) <-> struct timespec conversions under bootverbose. Struct ct is used for setting/reading real time clocks and I'm about

cvs commit: src/sys/dev/pci pcivar.h

2008-04-12 Thread Poul-Henning Kamp
phk 2008-04-12 20:26:07 UTC FreeBSD src repository Modified files: sys/dev/pci pcivar.h Log: Remove a trailing comma which FlexeLint whines about. Revision ChangesPath 1.81 +1 -1 src/sys/dev/pci/pcivar.h _

cvs commit: src/usr.sbin Makefile

2008-04-09 Thread Poul-Henning Kamp
phk 2008-04-09 16:01:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin Makefile Log: MFC:Hitch fifolog tools into build Revision ChangesPath 1.375.2.1 +1 -0 src/usr.sbin/Makefile ___

cvs commit: src/usr.sbin/fifolog Makefile Makefile.inc flint.lnt src/usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c src/usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c s

2008-04-09 Thread Poul-Henning Kamp
phk 2008-04-09 10:01:08 UTC FreeBSD src repository Added files: (Branch: RELENG_7) usr.sbin/fifolog Makefile Makefile.inc flint.lnt usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c usr.sbin/fifolog/fif

cvs commit: src/sys/kern kern_exit.c

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 11:04:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_exit.c Log: MFC 1.310: In abort2(2): Accept a NULL arg pointer if nargs == 0 Revision ChangesPath 1.304.2.1 +8 -6 src/sys/kern/kern_exit.c

cvs commit: src/sbin/atacontrol atacontrol.8 atacontrol.c src/sys/sys ata.h src/sys/dev/ata ata-all.c ata-all.h ata-disk.c

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 10:48:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/atacontrol atacontrol.8 atacontrol.c sys/sys ata.h sys/dev/ata ata-all.c ata-all.h ata-disk.c Log: MFC: Add support for "atacontrol spin

cvs commit: src/sbin/atacontrol atacontrol.c

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 09:54:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/atacontrol atacontrol.c Log: MFC 1.44,1.45: Report CFA capability. 1.46: Un-cut&paste argument processing, fix things lint found. Revision ChangesPath 1.43.

cvs commit: src/sys/sys ata.h src/sys/dev/ata ata-disk.c

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 09:49:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys ata.h sys/dev/ata ata-disk.c Log: MFC 1.206: If the disk reports that it support the Compact Flash Association command set, announce BIO_DELETE ca

cvs commit: src/sys/dev/ata ata-all.h

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 09:45:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h Log: MFC: 1.127 Use bus_{read|write_*() instead of bus_space_{read|write}_*() for purely stylistic reasons. Revision ChangesPath 1.1

cvs commit: src/sys/i386/cpufreq est.c p4tcc.c

2008-04-08 Thread Poul-Henning Kamp
phk 2008-04-08 09:38:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/cpufreq est.c p4tcc.c Log: MFC: 1.13: Use correct bitmask for checking CPU identities. 1.16: Add XXX comment about the table in general. Revision ChangesPat

cvs commit: src/usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c

2008-03-31 Thread Poul-Henning Kamp
phk 2008-03-31 13:56:16 UTC FreeBSD src repository Modified files: usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c Log: Accept empty -T arguments. Proposed by:clemens fischer <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +2 -0 src/usr.

cvs commit: src/sys/amd64/conf NOTES src/sys/amd64/isa clock.c src/sys/conf options.amd64 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/isa clock.c src/sys/pc98/cbus clock.c src/sys/p

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 22:12:00 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/amd64/isaclock.c sys/conf options.amd64 options.i386 options.pc98 sys/i386/confNOTES sys/i386/isa clock.c sys/pc98/cbus

cvs commit: src/sys/isa syscons_isa.c src/sys/pc98/cbus syscons_cbus.c

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 22:02:51 UTC FreeBSD src repository Modified files: sys/isa syscons_isa.c sys/pc98/cbussyscons_cbus.c Log: Further cleanup of sound generation in syscons: The timer_spkr_*() functions take care of the enabling/disabling of the s

cvs commit: src/sys/dev/speaker spkr.c

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 21:33:41 UTC FreeBSD src repository Modified files: sys/dev/speaker spkr.c Log: Make speaker a pseudo device driver instead of attaching to a PnP id. If somebody cleaned this code up to proper style(9), it could become a great educational starting p

cvs commit: src/sys/sun4v/include clock.h

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 20:28:52 UTC FreeBSD src repository Modified files: sys/sun4v/includeclock.h Log: Remove two variables which are handled MI now. Revision ChangesPath 1.3 +0 -3 src/sys/sun4v/include/clock.h

cvs commit: src/sys/amd64/isa clock.c

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 20:26:12 UTC FreeBSD src repository Modified files: sys/amd64/isaclock.c Log: Eliminate unnecessary #includes Revision ChangesPath 1.240 +0 -9 src/sys/amd64/isa/clock.c ___ cvs-all@freebsd

cvs commit: src/sys/amd64/include clock.h timerreg.h src/sys/amd64/isa clock.c src/sys/dev/speaker spkr.c src/sys/dev/syscons syscons.c src/sys/i386/i386 trap.c src/sys/i386/include clock.h timerreg.h

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 20:09:21 UTC FreeBSD src repository Modified files: sys/amd64/includeclock.h timerreg.h sys/amd64/isaclock.c sys/dev/speaker spkr.c sys/dev/syscons syscons.c sys/i386/i386trap.c sys/i386/include clock.h time

cvs commit: src/sys/amd64/amd64 prof_machdep.c src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/i386/include clock.h src/sys/i386/isa clock.c prof_machdep.c src/sys/pc98/cbus clock.c sy

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 15:03:24 UTC FreeBSD src repository Modified files: sys/amd64/amd64 prof_machdep.c sys/amd64/includeclock.h sys/amd64/isaclock.c sys/i386/include clock.h sys/i386/isa clock.c prof_machdep.c sys/pc98/cbusc

cvs commit: src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/i386/include clock.h src/sys/i386/isa clock.c src/sys/pc98/cbus clock.c

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 13:25:27 UTC FreeBSD src repository Modified files: sys/amd64/includeclock.h sys/amd64/isaclock.c sys/i386/include clock.h sys/i386/isa clock.c sys/pc98/cbusclock.c Log: The RTC related pscnt and psdiv variabl

cvs commit: src/sys/sun4v/include cpu.h

2008-03-26 Thread Poul-Henning Kamp
phk 2008-03-26 13:03:51 UTC FreeBSD src repository Modified files: sys/sun4v/includecpu.h Log: Remove old sysctl stuff which is long gone in other arch's. Revision ChangesPath 1.2 +0 -21 src/sys/sun4v/include/cpu.h ___

cvs commit: src/sys/kern kern_exit.c

2008-03-22 Thread Poul-Henning Kamp
phk 2008-03-22 16:32:52 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: In abort2(2): Accept a NULL arg pointer if nargs == 0 Revision ChangesPath 1.310 +8 -6 src/sys/kern/kern_exit.c __

Re: cvs commit: src/sys/kern vfs_bio.c

2008-03-21 Thread Poul-Henning Kamp
pool mutex to protect these sleep/wakeup/counter races. This > still is preferable to bloating each bio with a mtx. Shouldn't this be the BOLOCK ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | B

cvs commit: src/usr.sbin/fifolog/lib fifolog_int.c fifolog_write_poll.c

2008-03-19 Thread Poul-Henning Kamp
phk 2008-03-19 10:56:51 UTC FreeBSD src repository Modified files: usr.sbin/fifolog/lib fifolog_int.c fifolog_write_poll.c Log: Fix two bugs introduced in conversion to FreeBSD source tree: Off by one error in length calcuation of string records. Don't attempt to free

Re: cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Poul-Henning Kamp
n that suspend/resume has barely worked for any new laptop for 18 months, I can't really justify hurting the servers for the laptops on this issue. Please also note that p4tcc.c driver has done the same thing all along, no matter what the bios hat set, it would set 100%. -- Poul-Henning Kamp

Re: cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, John Baldwin writes: >On Monday 17 March 2008 12:53:46 pm Poul-Henning Kamp wrote: >> >> >You have servers that default to half-speed when not on battery? That is >very >> >odd, but you can just run powerd [...] >> &g

Re: cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Poul-Henning Kamp
>You have servers that default to half-speed when not on battery? That is very >odd, but you can just run powerd [...] Yes, but you need to know that you should run powerd in the first place. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 in

2008-03-17 Thread Poul-Henning Kamp
e new callout() api, and I think we should take that clue from msleep() whereever relevant. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adeq

Re: cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, John Baldwin writes: >On Monday 17 March 2008 05:01:43 am Poul-Henning Kamp wrote: >> phk 2008-03-17 09:01:43 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/cpufreq est.c >&

cvs commit: src/sys/sys ata.h src/sbin/atacontrol atacontrol.8 atacontrol.c src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h

2008-03-17 Thread Poul-Henning Kamp
phk 2008-03-17 10:33:23 UTC FreeBSD src repository Modified files: sys/sys ata.h sbin/atacontrol atacontrol.8 atacontrol.c sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h Log: Add a "spindown" facility to ata-disks: If no requests h

cvs commit: src/sys/i386/cpufreq p4tcc.c

2008-03-17 Thread Poul-Henning Kamp
phk 2008-03-17 09:05:15 UTC FreeBSD src repository Modified files: sys/i386/cpufreq p4tcc.c Log: A cautionary XXX comment about seemingly bogus errata checks. Revision ChangesPath 1.16 +8 -0 src/sys/i386/cpufreq/p4tcc.c __

cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Poul-Henning Kamp
phk 2008-03-17 09:01:43 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: Increase time we wait for things to settle to 1 millisecond, 10 microseconds is too short. Always set the cpu to the highest frequency so that we get through boot and d

cvs commit: src/sys/i386/cpufreq p4tcc.c

2008-03-17 Thread Poul-Henning Kamp
phk 2008-03-17 09:00:59 UTC FreeBSD src repository Modified files: sys/i386/cpufreq p4tcc.c Log: Revert last commit and stop committing before morning tea. Revision ChangesPath 1.15 +5 -26 src/sys/i386/cpufreq/p4tcc.c _

cvs commit: src/sys/i386/cpufreq p4tcc.c

2008-03-17 Thread Poul-Henning Kamp
phk 2008-03-17 08:38:38 UTC FreeBSD src repository Modified files: sys/i386/cpufreq p4tcc.c Log: Increase time we wait for things to settle to 1 millisecond, 10 microseconds is too short. Always set the cpu to the highest frequency so that we get through boot and

cvs commit: src/sys/i386/cpufreq p4tcc.c

2008-03-16 Thread Poul-Henning Kamp
phk 2008-03-17 00:36:16 UTC FreeBSD src repository Modified files: sys/i386/cpufreq p4tcc.c Log: Use correct bitmask for identifying chip family. Revision ChangesPath 1.13 +1 -1 src/sys/i386/cpufreq/p4tcc.c ___

cvs commit: src/usr.sbin/fifolog/lib miniobj.h

2008-03-16 Thread Poul-Henning Kamp
phk 2008-03-16 23:00:43 UTC FreeBSD src repository Modified files: usr.sbin/fifolog/lib miniobj.h Log: Remove trailing ';' on macros. Spotted by: antoine Revision ChangesPath 1.2 +2 -2 src/usr.sbin/fifolog/lib/miniobj.h

cvs commit: src/sbin/atacontrol atacontrol.c

2008-03-16 Thread Poul-Henning Kamp
phk 2008-03-16 17:54:55 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Un-cut&paste argument processing, fix things lint found. Revision ChangesPath 1.46 +67 -104 src/sbin/atacontrol/atacontrol.c __

Re: cvs commit: www/en/projects/ideas ideas.xml

2008-03-14 Thread Poul-Henning Kamp
dified files: >> en/projects/ideasideas.xml >> > >> Remove syncer project (requested by phk). > >It would be good to record the reason for the removal in CVS. It is to complex and intricate for such a list. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL

cvs commit: src/usr.sbin Makefile

2008-03-10 Thread Poul-Henning Kamp
phk 2008-03-10 12:53:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Hook fifolog tools up to the build. To the extent make universe works, it hasn't found any fault with this. Revision ChangesPath 1.382 +1 -0 src/usr

cvs commit: src/usr.sbin/fifolog Makefile Makefile.inc flint.lnt src/usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c src/usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c s

2008-03-09 Thread Poul-Henning Kamp
phk 2008-03-09 19:14:37 UTC FreeBSD src repository Added files: usr.sbin/fifolog Makefile Makefile.inc flint.lnt usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c usr.sbin/fifolog/fifolog_reader Makefile fifolog_

Re: cvs commit: src/sys/geom/lvm g_lvm.c g_lvm.h src/share/man/man4 geom_lvm.4

2008-02-16 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Andrew Thompson writes: >On Sat, Feb 16, 2008 at 12:34:36AM +0000, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, "David O'Brien" writes: >> >On Sat, Feb 16, 2008 at 12:42:29AM +0100, Dag-Erling Smrgrav w

Re: cvs commit: src/sys/geom/lvm g_lvm.c g_lvm.h src/share/man/man4 geom_lvm.4

2008-02-15 Thread Poul-Henning Kamp
>> > share/man/man4 geom_lvm.4 >> > Log: >> > Add a geom class to map Linux LVM logical volumes. >> >> I really wish you had chosen a less generic name... > >Its not too late to change the name. I agree, it should be linux_lvm unless the L

Re: cvs commit: src/sys/i386/i386 geode.c

2008-02-10 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Poul-Henning Kamp writes: >phk 2008-02-10 19:14:42 UTC > > FreeBSD src repository > > Modified files: >sys/i386/i386geode.c > Log: > Add support for PC Engines ALIX boards. > > Style cleanup. > &

cvs commit: src/sys/i386/i386 geode.c

2008-02-10 Thread Poul-Henning Kamp
phk 2008-02-10 19:14:42 UTC FreeBSD src repository Modified files: sys/i386/i386geode.c Log: Add support for PC Engines ALIX boards. Style cleanup. Hide some messages behind bootverbose. Revision ChangesPath 1.11 +74 -43src/sys/i386/i386

Re: cvs commit: src/share/man/man5 fstab.5

2008-02-09 Thread Poul-Henning Kamp
f people have changed it since then, I'm not aware of it. Poul-Henning [1] A disk being defined as anything in the device name up to and including the first numeric sequenc of characters. Ie: "ad0s4b" is on disk "ad0" -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.

Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/compat/ndis kern_ndis.c src/sys/dev/cxgb cxgb_sge.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c src/sys/dev/hatm if_hatm_intr.c src/sys/dev/iscsi/initi

2008-02-03 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Dmitry Morozovsky writes: >Dear Poul-Henning, > >On Fri, 1 Feb 2008, Poul-Henning Kamp wrote: > >PK> No MFC is anticipated. > >Provided current age of 7.* is short enough (and most users of it are aware of >possible API ch

cvs commit: src/lib/libc/sys sendfile.2 src/sys/kern uipc_syscalls.c src/sys/sys socket.h

2008-02-03 Thread Poul-Henning Kamp
phk 2008-02-03 15:54:41 UTC FreeBSD src repository Modified files: lib/libc/sys sendfile.2 sys/kern uipc_syscalls.c sys/sys socket.h Log: Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufs referencing the files VM

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2008-02-03 Thread Poul-Henning Kamp
phk 2008-02-03 08:42:46 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 800016 Revision ChangesPath 1.902 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgm

cvs commit: src/share/man/man9 mbuf.9 src/sys/compat/ndis kern_ndis.c src/sys/dev/cxgb cxgb_sge.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c src/sys/dev/hatm if_hatm_intr.c src/sys/dev/iscsi/initiator

2008-02-01 Thread Poul-Henning Kamp
phk 2008-02-01 19:36:27 UTC FreeBSD src repository Modified files: share/man/man9 mbuf.9 sys/compat/ndis kern_ndis.c sys/dev/cxgb cxgb_sge.c sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c sys/dev/hatm if_hatm_intr.c sys/dev/iscsi/initiat

Re: cvs commit: src/share/zoneinfo leapseconds

2008-01-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Edwin Groothuis writes: >On Fri, Jan 18, 2008 at 09:34:39AM +0000, Poul-Henning Kamp wrote: >> phk 2008-01-18 09:34:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> share/zoneinfo

cvs commit: src/share/zoneinfo leapseconds

2008-01-18 Thread Poul-Henning Kamp
phk 2008-01-18 09:34:39 UTC FreeBSD src repository Modified files: share/zoneinfo leapseconds Log: Still no new leapseconds: Bulletin C-35 Revision ChangesPath 1.20 +3 -3 src/share/zoneinfo/leapseconds __

Re: cvs commit: src/usr.sbin/gstat gstat.c

2008-01-06 Thread Poul-Henning Kamp
, I would have >> expected flash-based drives to be the least likely to have this problem. > >three words: erase before write That's not all of it, but it would most likely help, yes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC

  1   2   3   4   5   >