Nate Lawson
e4ce47a102
Add a few comments about ACPI probing.
2004-07-15 16:47:31 +00:00
Nate Lawson
aa21251d11
Add fdc_acpi to module build, bump WARNS to 2.
2004-07-15 16:44:14 +00:00
Nate Lawson
32cfa66575
Hook up fdc_acpi for the kernel build.
2004-07-15 16:43:52 +00:00
Nate Lawson
0bdf1a5508
Clean up resources properly if attach fails. Always reset ISA drives on
...
probe.
2004-07-15 16:41:07 +00:00
Nate Lawson
a6e4d8c453
Re-work for fdc_acpi. Expose fdc_add_child() and move the static
...
hints-based probe to fdc_hints_probe().
Also:
* Fix some resource leaks when attach fails.
* Remove the FDC_ATTACHED flag. It was supposed to prevent multiple
unloads but this is not necessary.
2004-07-15 16:39:40 +00:00
Nate Lawson
a54c9cb131
Add an ACPI floppy drive attachment that probes via the _FDE and _FDI
...
methods. It also now handles ordinary floppy drive probing for drives
attached to ACPI.
Reviewed by: imp
2004-07-15 16:38:07 +00:00
John Baldwin
fe96955252
Fix a typo in a comment.
2004-07-15 16:37:48 +00:00
Nate Lawson
df8d2a326e
Update the interface for child drivers. Add acpi_scan_children, which
...
allows a bus to re-enumerate its child handles and optionally replace
them with new children, arranged to the bus's liking. (The current device
space is flat with all devices immediately under acpi0). Add comments
for each interface.
2004-07-15 16:29:08 +00:00
Scott Long
194539531b
Move references to the recently removed worm directory.
2004-07-15 15:37:56 +00:00
Yoshihiro Takahashi
dc6ea865f7
Move the fdc_alloc_resources function into the bus front end.
2004-07-15 15:00:02 +00:00
Martin Blapp
386ecc28e7
Reenable nullfs for local links. The change from 'struct vfsconf'
...
to 'struct xvfsconf' broke auto configuration. Patches have been
submitted to the vendor.
2004-07-15 13:24:44 +00:00
Tim J. Robbins
37ec0e95b3
Document incorrect handling of multibyte characters.
2004-07-15 11:10:09 +00:00
Tim J. Robbins
a2b28f9d9a
Avoid passing negative values to isdigit() on machines with signed chars.
2004-07-15 10:26:38 +00:00
Brian Somers
6489fd2148
Fix ``set ifaddr''. The code was actually using an uninitialised variable,
...
but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to
ncpaddr_getip4addr() became a no-op leaving the local address as it was
(defaulting to whatever my hostname resolves to).
PR: 62050
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
MFC after: 3 days
2004-07-15 09:42:16 +00:00
Murray Stokely
f009648120
Add a publisher variable with the URL for the FreeBSD Project, and put
...
this into the ISO headers by specifying the -P option to mkisofs.
Obtained from: share/examples/worm/makecdfs.sh
2004-07-15 09:28:03 +00:00
Tim J. Robbins
de3b3c0e74
Avoid passing negative values to isspace() on machines with signed chars.
2004-07-15 09:23:04 +00:00
Tim J. Robbins
e781c653dd
Respect locale settings from the environment.
2004-07-15 08:54:41 +00:00
Tim J. Robbins
80209ec51c
Avoid passing negative values to isspace() on systems with signed chars.
2004-07-15 08:27:04 +00:00
Poul-Henning Kamp
3e019deaed
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
...
for unknown events.
A number of modules return EINVAL in this instance, and I have left
those alone for now and instead taught MOD_QUIESCE to accept this
as "didn't do anything".
2004-07-15 08:26:07 +00:00
Tim J. Robbins
4ff2396545
Respect locale settings from the environment.
2004-07-15 08:13:56 +00:00
Alfred Perlstein
bb5faea34f
Cleanup shutdown output.
2004-07-15 08:01:00 +00:00
Peter Pentchev
a2f87f4268
A couple of grammar fixes in the bktr options section.
...
PR: 66828 (mostly)
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 2 weeks
2004-07-15 07:52:27 +00:00
Peter Pentchev
19344055db
Fix 'camcontrol rescan' syntax and use the proper indentation for
...
the FILES list.
PR: 66827
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 2 weeks
2004-07-15 07:34:14 +00:00
Tim J. Robbins
fe1ba53cff
Don't pass negative values into <ctype.h> functions on machines
...
with signed chars.
2004-07-15 07:33:56 +00:00
Tim J. Robbins
ee6b783c62
Print size_t with %zu, not %d.
2004-07-15 07:30:15 +00:00
Tim J. Robbins
c5453cb4db
Respect locale settings from the environment.
2004-07-15 07:26:20 +00:00
Tim J. Robbins
be12aba0e0
Add incorrect multibyte character handling to the already long list
...
of bugs.
2004-07-15 06:59:34 +00:00
Tim J. Robbins
c7fcd3025b
Use freopen() instead of a nasty hack.
2004-07-15 06:57:36 +00:00
Tim J. Robbins
d1573e5841
Document incorrect handling of multibyte characters.
2004-07-15 06:43:52 +00:00
Tim J. Robbins
5d8c7c7ed6
Ensure that suffix matches occur on character boundaries.
2004-07-15 06:15:10 +00:00
Tim J. Robbins
8a68dbeb38
Document line length and multibyte character limitations.
2004-07-15 05:12:04 +00:00
Murray Stokely
e271bcb2db
Remove Walnut Creek CDROM script that Jordan wrote in the 90s.
...
This functionality is largely in src/release/${ARCH}/mkisofs.sh now.
PR: docs/43569
2004-07-15 05:04:39 +00:00
Tim J. Robbins
d88ccf5dca
Use err() instead of perror(), exit().
2004-07-15 04:56:41 +00:00
John Baldwin
db8714af52
Remove some serious foot-shooting potential from the release Makefile. For
...
some unknown reason, when LOCAL_PATCHES and LOCAL_SCRIPT were originally
added, they were silently ignored if the actual file did not exist. As a
result, if one mistyped the pathname to a patch or script, then the release
silently succeeded. However, it was not built with the desired changes and
no warning was given to inform the builder either. This commit explicitly
checks to see that all of the defined patches and scripts exist up front
and bails if any of them do not exist. I lost several hours of valuable
sleeping time this evening due to this "feature" so I've finally gone and
ripped out. I've tripped over this in the past several other times as
well.
Glanced at by: scottl
2004-07-15 04:52:57 +00:00
Tim J. Robbins
208f2fd1ed
Use warn() instead of perror().
2004-07-15 04:51:21 +00:00
David Xu
2136835712
Add libthread_db assisted debugging support module.
2004-07-15 04:51:04 +00:00
Tim J. Robbins
7bd73b069c
Use warn() instead of perror().
2004-07-15 04:45:24 +00:00
Alfred Perlstein
da6303bacc
Tidy up system shutdown.
2004-07-15 04:29:48 +00:00
David Xu
b87323363c
type prgregset_t really should be an array. this is odd, however, other
...
systems defined interfaces in thread_db.h use prgregset_t but not
prgregset_t * to be a output parameter, this is the only way to maintain
source code compatible with them.
2004-07-15 03:52:17 +00:00
Alfred Perlstein
a88295bb83
Disable SIGIO for now, leave a comment as to why it's busted and hard
...
to fix.
2004-07-15 03:49:52 +00:00
David Xu
a3d4136ade
Add proc_service.h, the common file both debugger and libthread_db will
...
use, program wants to load libthread_db.so should provid proc service
interface.
2004-07-15 03:43:18 +00:00
David Xu
a31a256002
Add my initial work of libthread_db. The library is used by gdb to debug
...
threaded process. Current, only libpthread is supported, but macrel will
work on it to support libthr and libc_r.
2004-07-15 03:36:35 +00:00
Nate Lawson
8916adb1c9
Clean up the output on reboot by keeping completion messages on the same
...
line as the announcement. Someone should probably update the "buffers
remaining" message since we now no longer should have any buffers remaining
at that point.
2004-07-15 03:20:08 +00:00
Alan Cox
72826d0f4a
A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
...
TAILQ_FOREACH(), because the loop deletes elements from the list.
Reviewed by: marcel@
2004-07-15 03:20:00 +00:00
Tim Kientzle
b9916968df
Make the day/month ordering dependent on the current locale by
...
testing the locale at program startup and setting a flag, then
using that flag to determine appropriate strftime() arguments.
2004-07-15 03:14:46 +00:00
Tim Kientzle
6a1d1828e7
Style: rename 'mkdirpath' so it's clearer exactly what it does.
...
(To be precise, it creates the parent dir of the provided path.)
2004-07-15 03:13:27 +00:00
Poul-Henning Kamp
e2ad640e13
A module with no modevent function gets modevent_nop() as default.
...
Until now the function has just returned zero for any event, but
that is downright wrong for MOD_UNLOAD and not very useful for any
future events we add where it may be crucial to be able to tell
if the event was unhandled or successful.
Change the function to return as follows:
MOD_LOAD -> 0
MOD_UNLOAD -> EBUSY
anything else -> EOPNOTSUPP
2004-07-14 22:37:36 +00:00
Nate Lawson
6f41379967
Add a comment separator.
2004-07-14 22:09:32 +00:00
Simon L. B. Nielsen
7a5183e87d
Add a HARDWARE section which lists supported devices. The actual
...
device listings has been moved (and in some cases more or less
rewritten) from the DESCRIPTION section.
2004-07-14 21:58:17 +00:00
Robert Watson
6f7d64c44a
Add a note indicating that the eh_prototype field used to construct
...
ethernet headers is unsynchronized.
2004-07-14 20:31:37 +00:00