]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
19 years agoBreak lines at sentence ends, etc...
David E. O'Brien [Thu, 11 Nov 2004 07:50:09 +0000 (07:50 +0000)]
Break lines at sentence ends, etc...

19 years agoDon't attempt to claim what version of GCC we're documenting. The manpage
David E. O'Brien [Thu, 11 Nov 2004 07:45:01 +0000 (07:45 +0000)]
Don't attempt to claim what version of GCC we're documenting.  The manpage
is still mostly the GCC 2.95 one, with faint attempts by me over the years
to document a few new switches.  Thus, it is dubious to claim documentation
of specific modern GCC versions.

Noted by: delphij

19 years agopbio has moved to dev/pbio
Warner Losh [Thu, 11 Nov 2004 04:53:46 +0000 (04:53 +0000)]
pbio has moved to dev/pbio

Prodded by: peter

19 years agoCompiling with 'strict-aliasing' optimization breaks some [notable] ports.
David E. O'Brien [Thu, 11 Nov 2004 01:09:56 +0000 (01:09 +0000)]
Compiling with 'strict-aliasing' optimization breaks some [notable] ports.
GCC turns on 'strict-aliasing' optimization at all levels above -O[1], so
explicitly turn it off when using compiling with the -O2 optimization level.

19 years agoRuslan told me I should have quoted the arch strings when comparing to
Peter Wemm [Wed, 10 Nov 2004 23:38:00 +0000 (23:38 +0000)]
Ruslan told me I should have quoted the arch strings when comparing to
MACHINE_ARCH.  Belatedly get around to doing it.

19 years agosf(4) supports polling now
Christian Brueffer [Wed, 10 Nov 2004 23:31:15 +0000 (23:31 +0000)]
sf(4) supports polling now

MFC after: 2 weeks

19 years agoChange WANT_LIB32 to WITH_LIB32. Sorry for the whiplash folks.
Peter Wemm [Wed, 10 Nov 2004 23:31:07 +0000 (23:31 +0000)]
Change WANT_LIB32 to WITH_LIB32.  Sorry for the whiplash folks.
It was pointed out to me that the convention we have is to use WITH_
elsewhere in the system, eg: ports etc.  This is all temporary anyway
and presumably will be inverted to a NO_LIB32 or something like it in
the future.

19 years agoAdd device polling support
Christian Brueffer [Wed, 10 Nov 2004 23:04:39 +0000 (23:04 +0000)]
Add device polling support

Original patch by me, improvements by ru

Happy birthday to: BSDforen.de!
Approved by: ru
MFC after: 2 weeks

19 years agoHelp Tinderbox and remove autofs
Mark Murray [Wed, 10 Nov 2004 22:21:07 +0000 (22:21 +0000)]
Help Tinderbox and remove autofs

19 years agoHelp Tinderbox and remove libautofs
Mark Murray [Wed, 10 Nov 2004 22:16:37 +0000 (22:16 +0000)]
Help Tinderbox and remove libautofs

19 years agoHelp Tinderbox and remove mount_autofs
Mark Murray [Wed, 10 Nov 2004 22:15:04 +0000 (22:15 +0000)]
Help Tinderbox and remove mount_autofs

19 years agoDon't forget to include opt_vm.h.
Olivier Houchard [Wed, 10 Nov 2004 22:11:08 +0000 (22:11 +0000)]
Don't forget to include opt_vm.h.

19 years agoConvert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.
Olivier Houchard [Wed, 10 Nov 2004 22:09:39 +0000 (22:09 +0000)]
Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.

19 years agoAdd a new option, ARM32_NEW_VM_LAYOUT. When set, we try to put up to 4
Olivier Houchard [Wed, 10 Nov 2004 22:08:27 +0000 (22:08 +0000)]
Add a new option, ARM32_NEW_VM_LAYOUT. When set, we try to put up to 4
L2 tables in one page, instead of the old 1 L2 table <=> 1 page behavior.
While I'm there, add ARM9_CACHE_WRITE_THROUGH, which I forgot last time.

19 years agoInvalidate the data cache in pmap_qremove() instead of in pmap_kenter(),
Olivier Houchard [Wed, 10 Nov 2004 21:46:04 +0000 (21:46 +0000)]
Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(),
and in pmap_enter_quick() instead of pmap_enter().

19 years agoRemove at request of author, perhaps to be re-added later.
Mark Murray [Wed, 10 Nov 2004 19:54:18 +0000 (19:54 +0000)]
Remove at request of author, perhaps to be re-added later.

19 years agosranddev() is not magic pixie dust. While it gives a good random
Warner Losh [Wed, 10 Nov 2004 17:25:49 +0000 (17:25 +0000)]
sranddev() is not magic pixie dust.  While it gives a good random
seed, the random number generator rand(3) still sucks and is unlikely
sufficient for crypto use.  Correct what appears to be a cut and paste
error from the srandomdev() man page.

Submitted by: Ben Mesander

19 years agoRemove files repocopied to sys/sparc64/sbus.
Tom Rhodes [Wed, 10 Nov 2004 14:11:10 +0000 (14:11 +0000)]
Remove files repocopied to sys/sparc64/sbus.

19 years agoFix paths after repocopies done by scottl
Tom Rhodes [Wed, 10 Nov 2004 14:09:52 +0000 (14:09 +0000)]
Fix paths after repocopies done by scottl

Reviewed by: marius
OK'ed by: scottl

19 years agoFix build error with ED_DEBUG.
Yoshihiro Takahashi [Wed, 10 Nov 2004 13:16:12 +0000 (13:16 +0000)]
Fix build error with ED_DEBUG.

PR: kern/72753

19 years agocosmetic changes.
Yoshihiro Takahashi [Wed, 10 Nov 2004 12:28:06 +0000 (12:28 +0000)]
cosmetic changes.

19 years agoMFi386: revision 1.1170
Yoshihiro Takahashi [Wed, 10 Nov 2004 12:24:30 +0000 (12:24 +0000)]
MFi386: revision 1.1170

19 years agoAdd myself to copyright.
Gleb Smirnoff [Wed, 10 Nov 2004 11:18:05 +0000 (11:18 +0000)]
Add myself to copyright.

Approved by: marks

19 years agoremove unused variable
Poul-Henning Kamp [Wed, 10 Nov 2004 09:56:28 +0000 (09:56 +0000)]
remove unused variable

19 years agoAdd 0xbf (191) as new Solaris partition identifier.
Poul-Henning Kamp [Wed, 10 Nov 2004 07:50:16 +0000 (07:50 +0000)]
Add 0xbf (191) as new Solaris partition identifier.

Submitted by: Lawrence.Lee@sun.com

19 years agoAdd 0xbf as new partition id for Solaris.
Poul-Henning Kamp [Wed, 10 Nov 2004 07:48:29 +0000 (07:48 +0000)]
Add 0xbf as new partition id for Solaris.

Submitted by: Lawrence.Lee@sun.com

19 years agoAdd note about changed root mount semantics for (preloaded) memory disks
Poul-Henning Kamp [Wed, 10 Nov 2004 07:39:27 +0000 (07:39 +0000)]
Add note about changed root mount semantics for (preloaded) memory disks

19 years agoRemove hack which mounts the root filesystem R/W if the device is
Poul-Henning Kamp [Wed, 10 Nov 2004 07:36:09 +0000 (07:36 +0000)]
Remove hack which mounts the root filesystem R/W if the device is
named 'md<something>'.  While convenient, it does not belong here,
if anywhere at all.

19 years agoSlim vnodes by another four bytes by eliminating the (now) unused field
Poul-Henning Kamp [Wed, 10 Nov 2004 07:31:06 +0000 (07:31 +0000)]
Slim vnodes by another four bytes by eliminating the (now) unused field
v_cachedid.

19 years agoPick up the inode number using VOP_GETATTR() rather than caching it
Poul-Henning Kamp [Wed, 10 Nov 2004 07:25:37 +0000 (07:25 +0000)]
Pick up the inode number using VOP_GETATTR() rather than caching it
in all vnodes on the off chance that linprocfs needs it.  If we can afford
to call vn_fullpath() we can afford the much cheaper VOP_GETATTR().

19 years agoRemove vn_todev()
Poul-Henning Kamp [Wed, 10 Nov 2004 07:17:28 +0000 (07:17 +0000)]
Remove vn_todev()

19 years agoDon't use vn_todev().
Poul-Henning Kamp [Wed, 10 Nov 2004 07:16:59 +0000 (07:16 +0000)]
Don't use vn_todev().

19 years agofix some comments
Poul-Henning Kamp [Wed, 10 Nov 2004 06:53:31 +0000 (06:53 +0000)]
fix some comments

19 years agoFix malloc type in free().
Hidetoshi Shimokawa [Wed, 10 Nov 2004 06:21:47 +0000 (06:21 +0000)]
Fix malloc type in free().

19 years agoCorrect a potential DoS vulnerability, as described at
Xin LI [Wed, 10 Nov 2004 05:49:52 +0000 (05:49 +0000)]
Correct a potential DoS vulnerability, as described at

http://www.securityfocus.com/archive/1/379450

This patch is based on dillon's patch on DragonFlyBSD, which is in
turn derived from OpenBSD's src/usr.sbin/pppd/cbcp.c,v 1.6.

Obtained from: OpenBSD via DragonFlyBSD
Encouraged by: nectar

19 years agoAdd record capability.
Julian Elischer [Wed, 10 Nov 2004 04:29:09 +0000 (04:29 +0000)]
Add  record capability.

Submitted by: Taku Yamamoto  (original author)

19 years agoMFi386 rev 1.63-1.64:
Scott Long [Wed, 10 Nov 2004 03:49:24 +0000 (03:49 +0000)]
MFi386 rev 1.63-1.64:
Use tag-specific pools of bounce pages instead of a single global pool.

19 years agoRemove __P here too.
Tom Rhodes [Wed, 10 Nov 2004 01:33:42 +0000 (01:33 +0000)]
Remove __P here too.

Ok'ed by: cognet

19 years agoLearn that 'b' comes before 'e' in ISO-LATIN-1
Warner Losh [Wed, 10 Nov 2004 00:54:18 +0000 (00:54 +0000)]
Learn that 'b' comes before 'e' in ISO-LATIN-1

19 years agoKeep a handle on the startup rescan timer and cancel the timer if
Ian Dowse [Wed, 10 Nov 2004 00:48:22 +0000 (00:48 +0000)]
Keep a handle on the startup rescan timer and cancel the timer if
the device goes away.

19 years agoMake pci_do_powerstate default to 1 now that we've done the release to
Warner Losh [Wed, 10 Nov 2004 00:41:39 +0000 (00:41 +0000)]
Make pci_do_powerstate default to 1 now that we've done the release to
get more testing.  This should help things a little.

19 years agoTweaks to the resource allocation to allow a few of my obscure
Warner Losh [Wed, 10 Nov 2004 00:33:05 +0000 (00:33 +0000)]
Tweaks to the resource allocation to allow a few of my obscure
cdrom/ata controller PC Card devices work better.

19 years agoSort function names.
Warner Losh [Wed, 10 Nov 2004 00:07:09 +0000 (00:07 +0000)]
Sort function names.

19 years agoUse mount flags instead of NULL path to detect root filesystem mount.
Poul-Henning Kamp [Tue, 9 Nov 2004 23:38:10 +0000 (23:38 +0000)]
Use mount flags instead of NULL path to detect root filesystem mount.

19 years agoBefore trying to update metadata (so open consumer for writing), be sure
Pawel Jakub Dawidek [Tue, 9 Nov 2004 23:27:21 +0000 (23:27 +0000)]
Before trying to update metadata (so open consumer for writing), be sure
that the events queue is empty. In other case we're able to hit the race
where for example da0s1 is tasted by some other class, which means that
da0 is open with exclusive bit set, which means that we can't open da0
for writing if it is our component.

Reported by: Attila Nagy <bra@fsn.hu> (and somebody else sometime ago,
                          but I cannot find who it was)

19 years agoIntroduce g_waitidlelock() function which is simlar to g_waitidle(),
Pawel Jakub Dawidek [Tue, 9 Nov 2004 23:20:50 +0000 (23:20 +0000)]
Introduce g_waitidlelock() function which is simlar to g_waitidle(),
but should be called with the topology lock held and returns with the
topology lock held and empty event queue.

Approved by: phk (sometime ago)

19 years agoRemove stale comment after previous commit.
Tom Rhodes [Tue, 9 Nov 2004 23:19:21 +0000 (23:19 +0000)]
Remove stale comment after previous commit.

Noticed by: pjd

19 years agoDon't rely on DIRTY flag to be sure that consumer if open, because
Pawel Jakub Dawidek [Tue, 9 Nov 2004 23:15:40 +0000 (23:15 +0000)]
Don't rely on DIRTY flag to be sure that consumer if open, because
DIRTY flag can be removed in idle process. Use consumer's acw field
instead to avoid opening consumer twice.

19 years agoStop pretending to have a vm_object backing the underlying disk vnode:
Poul-Henning Kamp [Tue, 9 Nov 2004 23:12:45 +0000 (23:12 +0000)]
Stop pretending to have a vm_object backing the underlying disk vnode:
it isn't used for anything anywhere and the vnode_pager would explode
if we attempted to.

19 years agoFor BIO_READ check if provider is open for reading and for BIO_WRITE,
Pawel Jakub Dawidek [Tue, 9 Nov 2004 23:04:45 +0000 (23:04 +0000)]
For BIO_READ check if provider is open for reading and for BIO_WRITE,
check if provider is open for writing.
This fixes panic when device is open only for writing and we send write
request.

19 years agoMake getdiskbyname() static to vfs_mount.c.
Poul-Henning Kamp [Tue, 9 Nov 2004 23:03:34 +0000 (23:03 +0000)]
Make getdiskbyname() static to vfs_mount.c.

Eliminate use of vn_todev() while here.

19 years agoRemove vnode->v_cachedfs.
Poul-Henning Kamp [Tue, 9 Nov 2004 22:51:03 +0000 (22:51 +0000)]
Remove vnode->v_cachedfs.

It was only used for the highly dangerous "export all vnodes with a sysctl"
function.

19 years agoRemove sections on Multia and Turbolaser.
Wilko Bulte [Tue, 9 Nov 2004 22:34:02 +0000 (22:34 +0000)]
Remove sections on Multia and Turbolaser.

19 years agoGet in sync with reality: TurboLaser was never really well supported to
Wilko Bulte [Tue, 9 Nov 2004 22:24:47 +0000 (22:24 +0000)]
Get in sync with reality:  TurboLaser was never really well supported to
start with, so let it die in peace.  While there, remove Multia-class
as 486-like performance will not buy us much when 6.x arrives.

19 years agoDetect root mount attempts on the flag, not on the NULL path.
Poul-Henning Kamp [Tue, 9 Nov 2004 22:21:52 +0000 (22:21 +0000)]
Detect root mount attempts on the flag, not on the NULL path.

19 years agoRefuse attempts to mount root filesystem
Poul-Henning Kamp [Tue, 9 Nov 2004 22:21:10 +0000 (22:21 +0000)]
Refuse attempts to mount root filesystem

19 years agoRefuse attemps to mount root filesystem
Poul-Henning Kamp [Tue, 9 Nov 2004 22:14:57 +0000 (22:14 +0000)]
Refuse attemps to mount root filesystem

19 years agoRevert the noexec,nosuid,nodev options for md /tmp file systems, since
Giorgos Keramidas [Tue, 9 Nov 2004 21:33:19 +0000 (21:33 +0000)]
Revert the noexec,nosuid,nodev options for md /tmp file systems, since
the change in the default behavior may break existing, working setups.

Requested by: brooks

19 years agoRemove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABI
Max Laier [Tue, 9 Nov 2004 21:29:28 +0000 (21:29 +0000)]
Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABI
stability anyway.

19 years agoAttempt to fix a number of race conditions in the handling of
Ian Dowse [Tue, 9 Nov 2004 20:51:32 +0000 (20:51 +0000)]
Attempt to fix a number of race conditions in the handling of
transfer timeouts that typically cause a transfer to be completed
twice, resulting in panics and page faults:

 o A transfer completion interrupt could arrive while an abort_task
   event was set up, so the transfer would be aborted after it had
   completed. This is very easy to reproduce. Fix this by setting
   the transfer status to USBD_TIMEOUT before scheduling the
   abort_task so that the transfer completion code will ignore it.

 o The transfer completion code could execute concurrently with the
   timeout callout, leaving the callout blocked (e.g. waiting for
   Giant) while the transfer completion code runs. In this case,
   callout_stop() does not prevent the callout from running, so
   again the timeout code would run after the transfer was complete.
   Handle this case by checking the return value from callout_stop(),
   and ignoring the transfer if the callout could not be removed.

 o Finally, protect against a timeout callout occurring while a
   transfer is being aborted by another process. Here we arrange
   for the timeout processing to ignore the transfer, and use
   callout_drain() to ensure that the callout has really gone before
   completing the transfer.

This was tested by repeatedly performing USB transfers with a timeout
set to approximately the same as the normal transfer completion
time. In the PR below, apparently this occurred by accident with a
particular printer and the default timeout.

PR: kern/71491

19 years agoWhen a port cannot be set up, report the error code in the `disabling
Ian Dowse [Tue, 9 Nov 2004 19:46:57 +0000 (19:46 +0000)]
When a port cannot be set up, report the error code in the `disabling
port X' message.

19 years agoSince sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.
Gleb Smirnoff [Tue, 9 Nov 2004 18:35:26 +0000 (18:35 +0000)]
Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.
This also gives us ability to close PR.

PR: kern/42352
Approved by: julian (mentor)
MFC after: 1 week

19 years agoUpdate the manpage for acpi_panasonic for new models supported.
Nate Lawson [Tue, 9 Nov 2004 18:07:20 +0000 (18:07 +0000)]
Update the manpage for acpi_panasonic for new models supported.

Submitted by: OGAWA Takaya
MFC after: 1 day

19 years agoThe correct name of the long option is --line-buffered,
Giorgos Keramidas [Tue, 9 Nov 2004 17:00:06 +0000 (17:00 +0000)]
The correct name of the long option is --line-buffered,
not --line-bufferring.

PR: docs/72985
Submitted by: John Engelhart <johne@zang.com>
MFC after: 1 week

19 years agoUse the RET macro.
Olivier Houchard [Tue, 9 Nov 2004 16:49:14 +0000 (16:49 +0000)]
Use the RET macro.
For setjmp() and longjmp(), put the signal mask where it's supposed to be,
instead of in the space reserved for fp regs.

19 years agoUse the RET macro.
Olivier Houchard [Tue, 9 Nov 2004 16:47:47 +0000 (16:47 +0000)]
Use the RET macro.

19 years agoImport a RET macro, that will use bx if the arch supports it.
Olivier Houchard [Tue, 9 Nov 2004 16:45:55 +0000 (16:45 +0000)]
Import a RET macro, that will use bx if the arch supports it.

Obtained from: NetBSD

19 years agoAdd a week alias __siglongjmp => siglongjmp.
Olivier Houchard [Tue, 9 Nov 2004 16:44:57 +0000 (16:44 +0000)]
Add a week alias __siglongjmp => siglongjmp.

19 years agoZero the tag when it's allocated. Also fix a printf format problem. This
Scott Long [Tue, 9 Nov 2004 16:03:27 +0000 (16:03 +0000)]
Zero the tag when it's allocated.  Also fix a printf format problem.  This
should fix the problems introduced several hours ago.

19 years agoFixed fd related tools on pc98.
Yoshihiro Takahashi [Tue, 9 Nov 2004 14:10:18 +0000 (14:10 +0000)]
Fixed fd related tools on pc98.

Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>

19 years agoAdd FL_MFM flag to the fd_native_types structure.
Yoshihiro Takahashi [Tue, 9 Nov 2004 14:08:21 +0000 (14:08 +0000)]
Add FL_MFM flag to the fd_native_types structure.

Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>

19 years agoImprove readability with a bunch of typedefs for the pager ops.
Poul-Henning Kamp [Tue, 9 Nov 2004 13:43:20 +0000 (13:43 +0000)]
Improve readability with a bunch of typedefs for the pager ops.

These can also be used for prototypes in the pagers.

19 years agoAdd -c option that calculates the overhead of read I/O ops.
Søren Schmidt [Tue, 9 Nov 2004 12:28:41 +0000 (12:28 +0000)]
Add -c option that calculates the overhead of read I/O ops.

19 years agoBump document date
Christian Brueffer [Tue, 9 Nov 2004 11:50:17 +0000 (11:50 +0000)]
Bump document date

Reminded by: ru

19 years agoBump MAC Framework version to 2 in preparation for the upcoming API/ABI
Robert Watson [Tue, 9 Nov 2004 11:28:40 +0000 (11:28 +0000)]
Bump MAC Framework version to 2 in preparation for the upcoming API/ABI
changes associated with adding System V IPC support.  This will prevent
old modules from being used with the new kernel, and new modules from
being used with the old kernel.

19 years agoBump document date for the {tmp,var}mfs_flags change.
Giorgos Keramidas [Tue, 9 Nov 2004 10:15:59 +0000 (10:15 +0000)]
Bump document date for the {tmp,var}mfs_flags change.

19 years agoAdd two new rc.conf options: tmpmfs_flags and varmfs_flags.
Giorgos Keramidas [Tue, 9 Nov 2004 10:03:17 +0000 (10:03 +0000)]
Add two new rc.conf options: tmpmfs_flags and varmfs_flags.

These can be used to pass extra options to the mdmfs(8) utility,
to customize the finer details of the md file system creation
(i.e. to turn on/off softupdates, to specify a default owner for md
filesystem, etc).

Use these two new flags to mount tmpmfs and varmfs without
softupdates, since it doesn't make much sense to use SU on
malloc-backed file systems.

Reviewed by: mtm
Inspired by: J. D. Bronson, jbronson at wixb dot com

19 years agoFix a double-free in the 'hlen > m->m_len' sanity check.
Andre Oppermann [Tue, 9 Nov 2004 09:40:32 +0000 (09:40 +0000)]
Fix a double-free in the 'hlen > m->m_len' sanity check.

Bug report by: <james@towardex.com>
MFC after: 2 weeks

19 years agoMerge the following from the English version:
Hiroki Sato [Tue, 9 Nov 2004 07:21:21 +0000 (07:21 +0000)]
Merge the following from the English version:

1.256 -> 1.261 ja_JP.eucJP/hardware/common/dev.sgml

19 years agoFirst pass at replacing the single global bounce pool with sub-pools that are
Scott Long [Tue, 9 Nov 2004 07:07:54 +0000 (07:07 +0000)]
First pass at replacing the single global bounce pool with sub-pools that are
appropriate for different tag requirements.  With the former global pool,
bounce pages might get allocated that are appropriate for one tag, but not
appropriate for another, but the system had no way to distinguish between them.
Now zones with distinct attributes are created to hold pages, and each tag
that requires bouncing is associated with a zone.  New zones are created as
needed if no existing zones can meet the requirements of the tag.  Stats for
each zone are tracked via the hw.busdma sysctl node.

This should help drivers that are failing with mysterious data corruption.

MFC After: 1 week

19 years agounsigned long -> u_long
Nate Lawson [Tue, 9 Nov 2004 07:02:33 +0000 (07:02 +0000)]
unsigned long -> u_long

19 years agoMFen 1.259 -> 1.261
Denis Peplin [Tue, 9 Nov 2004 06:59:11 +0000 (06:59 +0000)]
MFen 1.259 -> 1.261

19 years agoclean up some tunables that should of been removed a while ago...
John-Mark Gurney [Tue, 9 Nov 2004 06:46:14 +0000 (06:46 +0000)]
clean up some tunables that should of been removed a while ago...

19 years agoWhitespace fix.
Marcel Moolenaar [Tue, 9 Nov 2004 06:32:37 +0000 (06:32 +0000)]
Whitespace fix.

19 years agoPrepare for a subsequent import: If the first letter of the filename
Marcel Moolenaar [Tue, 9 Nov 2004 06:02:48 +0000 (06:02 +0000)]
Prepare for a subsequent import: If the first letter of the filename
changes, start on a new line. Insertion of a filename will keep the
diff limited to the block of filenames that have the same first letter
instead of creating a huge diff. While here, move remote.c after the
remote-*.c files and move tui.c after the tui-*.c files. This matches
the order of ls(1) and makes it easier to compare object files created
by a stock gdb(1) build with the list of files we have here.

This is a non-functional change only.

19 years agoAdd info about some systems that refuse to switch via sysctl.
Nate Lawson [Tue, 9 Nov 2004 04:42:14 +0000 (04:42 +0000)]
Add info about some systems that refuse to switch via sysctl.

MFC after: 1 day

19 years agoTell the BIOS we want to handle brightness switching as well as output
Nate Lawson [Tue, 9 Nov 2004 04:41:30 +0000 (04:41 +0000)]
Tell the BIOS we want to handle brightness switching as well as output
switching.  Don't initialize variables in their declaration.  Reduce stack
usage for device names.  Minor style cleanups.

MFC after: 1 week

19 years agoBump document date.
Ken Smith [Tue, 9 Nov 2004 04:41:12 +0000 (04:41 +0000)]
Bump document date.

Noticed by:     trhodes
Pointy hat:     kensmith
MFC after:      1 week

19 years agoAdd newsyslog(8) to the "See Also" section.
Ken Smith [Tue, 9 Nov 2004 04:31:31 +0000 (04:31 +0000)]
Add newsyslog(8) to the "See Also" section.

MFC after: 1 week

19 years agoFix signedness idiocy in previous commit. Pass the pointy hat...
Dag-Erling Smørgrav [Tue, 9 Nov 2004 01:33:58 +0000 (01:33 +0000)]
Fix signedness idiocy in previous commit.  Pass the pointy hat...

19 years agoBack out previous commit; INT64_MAX (defined in <stdint.h>) is not always
Dag-Erling Smørgrav [Tue, 9 Nov 2004 00:55:23 +0000 (00:55 +0000)]
Back out previous commit; INT64_MAX (defined in <stdint.h>) is not always
visible when <sys/resource.h> is included.

19 years agoDrop Giant lock before grabbing the topology lock.
Pawel Jakub Dawidek [Tue, 9 Nov 2004 00:35:08 +0000 (00:35 +0000)]
Drop Giant lock before grabbing the topology lock.

19 years agoRemove a pre-tier-1 kernel compatability helper. This means a 6.x loader
Peter Wemm [Mon, 8 Nov 2004 23:59:44 +0000 (23:59 +0000)]
Remove a pre-tier-1 kernel compatability helper.  This means a 6.x loader
won't boot a pre-5.1 development amd64 kernel.  That's no big loss though.

19 years agoRemove __P, as well as other non-FreeBSD relevant code.
Warner Losh [Mon, 8 Nov 2004 23:26:36 +0000 (23:26 +0000)]
Remove __P, as well as other non-FreeBSD relevant code.

19 years agoD-Link DFE-580TX is supported
Christian Brueffer [Mon, 8 Nov 2004 22:41:58 +0000 (22:41 +0000)]
D-Link DFE-580TX is supported

MFC after: 3 days

19 years agoRemoved the remnants of gx(4).
Ruslan Ermilov [Mon, 8 Nov 2004 20:24:52 +0000 (20:24 +0000)]
Removed the remnants of gx(4).

19 years agoIf device is marked as beeing destroyed, deny all access requests.
Pawel Jakub Dawidek [Mon, 8 Nov 2004 20:23:53 +0000 (20:23 +0000)]
If device is marked as beeing destroyed, deny all access requests.

19 years agoRemove if_gx.4 MLINK, also add one for if_cnw.4
Christian Brueffer [Mon, 8 Nov 2004 20:15:24 +0000 (20:15 +0000)]
Remove if_gx.4 MLINK, also add one for if_cnw.4

19 years agogx(4) is gone, remove any references
Christian Brueffer [Mon, 8 Nov 2004 20:06:40 +0000 (20:06 +0000)]
gx(4) is gone, remove any references

19 years agogx(4) is gone, reference em(4) instead
Christian Brueffer [Mon, 8 Nov 2004 20:05:51 +0000 (20:05 +0000)]
gx(4) is gone, reference em(4) instead