Bruce Evans
2fa20830d5
Fixed some style bugs.
2004-06-05 09:48:28 +00:00
David Schultz
939e953ed0
s/latter/former/
2004-06-05 09:35:44 +00:00
David Schultz
08cdb7cdaf
- Document the %a, %A, and %F format specifiers.
...
- Document the way infinity and NaN are printed.
- Un-document the non-existent %w specifier.
2004-06-05 09:32:27 +00:00
David Schultz
03b2eaac40
Enable support for the %a, %A, and %F format specifiers.
2004-06-05 09:32:17 +00:00
Nate Lawson
169b539a33
Disable wake GPEs in the reboot path as well as poweroff path. This fixes
...
"stray irq 9" messages on my Thinkpad. It may also help with general
reboot consistency although the recent hang on reboot was solved by
acpi_cpu.c rev 1.39.
2004-06-05 07:25:58 +00:00
Nate Lawson
a2afe45a8a
Rework acpi_cpu_idle() to select the next idle state before sleeping, not
...
after. Unify the paths for all Cx states. Remove cpu_idle_busy and
instead do the little profiling we need before re-enabling interrupts.
Use 1 quantum as estimate for C1 sleep duration since the timer interrupt
is the main reason we wake.
While here, change the cx_history sysctl to cx_usage and report statistics
for which idle states were used in terms of percent. This seems more
intuitive than counters. Remove the cx_stats structure since it's no
longer used. Update the man page.
Change various types which do not need explicit size.
2004-06-05 07:02:18 +00:00
MIHIRA Sanpei Yoshiro
ce62a94c13
fix MELCO LPC3-TX entry.
...
I mistaked at 1.166.
Submitted by: SARUMARU Yoshihiko <mistral@imasy.or.jp>
Pointed out by: MORIYASU Hirano <m-hirano@konsei.co.jp>
FreeBSD-users-jp 79808
FreeBSD-users-jp 79816
2004-06-05 06:11:54 +00:00
Tim Kientzle
16847cbdc4
Pointy hat: We can't avoid a chown() call without checking both UID
...
and GID. Suppress a premature attempt at optimization.
2004-06-05 06:08:40 +00:00
Tim Kientzle
25354e55bf
YAPHtM: Yet Another Pointy Hat to Me.
...
After calculating new dir permissions that allow creating files,
don't be stupid and use the original permissions. <sigh>
2004-06-05 05:34:45 +00:00
Tim Kientzle
2474b73276
Recognize when we've accidentally created "foo/."
...
and don't complain about it.
2004-06-05 05:30:41 +00:00
MIHIRA Sanpei Yoshiro
4845af6ce0
Sync to 1.179 of usbdevs
2004-06-05 05:25:16 +00:00
MIHIRA Sanpei Yoshiro
b9ebb45a96
Add support Neodio-3260 8-in-1 multi format USB memory card / flash controller
...
PR: kern/67115
Submitted by: Jukka A. Ukkonen <jau@iki.fi>
MFC after: 1 week
2004-06-05 05:23:46 +00:00
David Schultz
ad070467cd
Initialize the MXCSR to the appropriate default value at startup.
...
Tested on: tjr
2004-06-05 03:13:39 +00:00
Ceri Davies
7d7cd407cb
Spelling and grammar fixups.
2004-06-05 03:01:20 +00:00
Ceri Davies
cd7ab489af
Correct a spelling error.
2004-06-05 02:47:08 +00:00
Tim J. Robbins
7807cb2439
Plug file descriptor leak in implementation of -n option.
2004-06-05 02:32:21 +00:00
Tim J. Robbins
f99619a0dc
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
...
size_t and size_t *, respectively. Update callers for the new interface.
This is a better fix for overflows that occurred when dumping segments
larger than 2GB to core files.
2004-06-05 02:18:28 +00:00
Tim J. Robbins
2b471bc616
Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitation
...
after discussions with bde; vn_rdwr_inchunks() itself should be fixed.
2004-06-05 02:00:12 +00:00
Tim Kientzle
2b68caa0f2
Correctly reset archive_read_data state everytime a header is read.
2004-06-04 23:25:20 +00:00
Tim Kientzle
7a4f3ab2c4
Correct the layering violation in read_body_to_string. The previous
...
version called the higher-level archive_read_data and
archive_read_data_skip functions, which screwed up state management of
those functions. This bit of mis-design has existed for a long time,
but became a serious issue with the recent changes to the
archive_read_data APIs, which added more internal state to the
high-level archive_read_data function. Most common symptom was a
failure to correctly read 'L' entries (long filename) from GNU-style
archives, causing the message ": Can't open: No such file or
directory" with an empty filename.
Pointed out by: Numerous port build failures
Thanks to: Kris Kennaway
2004-06-04 23:24:21 +00:00
Dag-Erling Smørgrav
63eaecc921
Take advantage of the dev sysctl tree.
...
Approved by: wpaul
2004-06-04 22:24:46 +00:00
Poul-Henning Kamp
13e84a71e0
Centralize the line discipline optimization determination in a function
...
called ttyldoptim().
Use this function from all the relevant drivers.
I belive no drivers finger linesw[] directly anymore, paving the way for
locking and refcounting.
2004-06-04 21:55:55 +00:00
Poul-Henning Kamp
fe3ec6224a
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
2004-06-04 20:04:52 +00:00
Ruslan Ermilov
8a9a490ba2
Added forgotten -w to the usage().
2004-06-04 19:29:28 +00:00
Ruslan Ermilov
0c436cdf34
Added forgotten -d to the usage().
2004-06-04 19:29:09 +00:00
Ruslan Ermilov
b6f078071f
Added forgotten -w to the SYNOPSIS.
...
Trim whitespace at EOL.
2004-06-04 19:25:47 +00:00
Ruslan Ermilov
b4721d9484
Fixed warnings (missing .Ed call).
...
Fixed grammar (missing punctuation).
Fixed screwup with the SEE ALSO section.
2004-06-04 19:24:57 +00:00
Ruslan Ermilov
645d89e676
Reapply some local fixes that got lost with another NetBSD merge,
...
fix some more.
2004-06-04 19:24:35 +00:00
Ruslan Ermilov
31a06a8e6c
Trim whitespace at EOL.
2004-06-04 19:24:21 +00:00
Ruslan Ermilov
800b8436b0
Nit.
2004-06-04 19:23:39 +00:00
Ruslan Ermilov
b18b186e57
Markup nits.
2004-06-04 19:23:12 +00:00
Ruslan Ermilov
68c4cb5dd7
Spelling nit.
2004-06-04 19:22:20 +00:00
Ruslan Ermilov
9b90f23697
Reapply some lost fixes, fix some more.
2004-06-04 19:22:04 +00:00
Ruslan Ermilov
d07e672294
Fixed a typo.
2004-06-04 19:21:26 +00:00
Ruslan Ermilov
f4e1e42f4b
Expand contraction.
2004-06-04 19:21:06 +00:00
Ruslan Ermilov
444d819f63
Markup nit: make the list of options look better.
2004-06-04 19:20:43 +00:00
Paul Saab
bbfb452827
Update logical drive structure
2004-06-04 17:22:13 +00:00
Peter Wemm
f2b6954343
Work around the preemption problem in acpi_cpu.c for shutting down.
...
Submitted by: nate / jhb
2004-06-04 17:03:18 +00:00
Yaroslav Tykhiy
3e4482412b
Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).
...
This includes not only toggling the flag in if_capenable, but also really
reconfiguring the hardware.
Approved by: tackerman (as the em(4) maintainer)
2004-06-04 16:57:18 +00:00
Maxime Henrion
0547806326
Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeled
...
exactly as done in the cmi driver. I am quite confident this is
safe since I'm runing this for more than two weeks now, on an SMP
box. A few people tested this patch for me successfully as well.
2004-06-04 16:42:33 +00:00
Poul-Henning Kamp
2140d01b27
Machine generated patch which changes linedisc calls from accessing
...
linesw[] directly to using the ttyld...() functions
The ttyld...() functions ar inline so there is no performance hit.
2004-06-04 16:02:56 +00:00
Poul-Henning Kamp
d443a4f573
It is probably too early to drop the dev_t argument for the ttyld_open()
...
function.
2004-06-04 16:01:12 +00:00
Poul-Henning Kamp
a64d4b2609
Move the line discipline related stuff out of <sys/conf.h> and into
...
<sys/linedisc.h> (repocopied).
Temporarily use a nested include from <sys/tty.h> to get <sys/linedisc.h>
into relevant source files.
Introduce a set of inline functions named ttyld_...() to invoke
linedisc methods instead of groping around in the linesw array.
2004-06-04 15:25:36 +00:00
Seigo Tanimura
64fef830bd
Note the removal of the midi drivers.
...
Pointed out by: scottl
Shame on: myself
2004-06-04 15:24:12 +00:00
Peter Pentchev
44d9b8b527
Fix a grammatical mistake: the PC3 character sequences *are* also supported.
...
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 1 week
2004-06-04 15:20:12 +00:00
John Baldwin
8ba9fe960e
Regenerate.
2004-06-04 13:52:51 +00:00
John Baldwin
1e9dd22617
Mark linux_wait4() as MP Safe as it is so and holding Giant across all of
...
kern_wait() trips an assert that Giant is not held in thread_wait().
PR: 67538
Submitted by: Nikos Ntarmos ntarmos at ceid dot upatras dot gr
2004-06-04 13:52:23 +00:00
Poul-Henning Kamp
ba9ee6c533
Add missing <sys/module.h> #includes
2004-06-04 13:04:10 +00:00
Poul-Henning Kamp
6b2f1cf005
Add missing <sys/module.h> #includes
2004-06-04 11:52:25 +00:00
Brian Somers
5661d9de75
Handle read_block() failures by ignoring the disk rather than
...
dumping core.
2004-06-04 11:49:11 +00:00