Matthew Dillon [Thu, 22 Jan 2004 06:20:08 +0000 (06:20 +0000)]
Fix the bandwidth specifier once and for all. Properly distinguish
between 'kbit' and 'kbyte', case insensitive, and 'kb' and 'KB',
case sensitive.
Robert Garrett [Thu, 22 Jan 2004 04:19:29 +0000 (04:19 +0000)]
remove CFCR_DLAB from this file as it redifines it to 0x80
instead of LCR_LAB which = 0x80
Robert Garrett [Thu, 22 Jan 2004 03:22:53 +0000 (03:22 +0000)]
fix this the right way
leaving multiple os, stuff in place but changing single instances of
__FreeBSD__ to __DragonFly__
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 23:09:41 +0000 (23:09 +0000)]
Fix name of 'Silicon Laboratories'.
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 22:04:39 +0000 (22:04 +0000)]
Get rid of question mark, the vendor ID is correct.
Joerg Sonnenberger [Wed, 21 Jan 2004 21:59:04 +0000 (21:59 +0000)]
Add lib/gcc3/libgcc and lib/gcc3/libgcc_r
Robert Garrett [Wed, 21 Jan 2004 21:48:21 +0000 (21:48 +0000)]
add missing $DragonFly$ keyword to at/panic.h
teach usr.bin about __DragonFly__
Joerg Sonnenberger [Wed, 21 Jan 2004 21:42:26 +0000 (21:42 +0000)]
Fix tconfig.h dependency
Robert Garrett [Wed, 21 Jan 2004 21:33:19 +0000 (21:33 +0000)]
add missing CFCR_DLAB declaration, this was left out in the
merge from FreeBSD
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 21:18:22 +0000 (21:18 +0000)]
Add support for the following AC'97 codecs:
Diamond Technology Monster (DT0398)
Intersil (Harris) HMP9701
Integrated Technology Express (ITE) ITE2226E and ITE2646E
Texas Instruments TLC320AD90
Winbond W83971D
Matthew Dillon [Wed, 21 Jan 2004 21:05:15 +0000 (21:05 +0000)]
Follow FreeBSD's lead and remove a test utility which is not under a free
license as per Theo de Raadt.
Submitted-by: "M. Warner Losh" <imp@bsdimp.com>
Joerg Sonnenberger [Wed, 21 Jan 2004 20:21:58 +0000 (20:21 +0000)]
Add lib/gcc3/csu
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 20:02:08 +0000 (20:02 +0000)]
Synchronise with FreeBSD:
ac97.c: 1.49
ac97.h: 1.15
ac97_patch.c: 1.2
ac97_patch.h: 1.2
Submitted by: Emiel Kollof <coolvibe@hackerheaven.org>
Joerg Sonnenberger [Wed, 21 Jan 2004 19:40:57 +0000 (19:40 +0000)]
Add a dummy dependency for each target make(1) is called with when
redirecting to dfports. Since make will bail out when a target is
not known by dfports, this is safe.
Matthew Dillon [Wed, 21 Jan 2004 02:05:27 +0000 (02:05 +0000)]
It really is supposed to be CAPF_ANYCLIENT.
Matthew Dillon [Tue, 20 Jan 2004 21:34:19 +0000 (21:34 +0000)]
Resident executable support stage 4/4: cleanup options. -R and -x id now
work properly.
Matthew Dillon [Tue, 20 Jan 2004 21:32:47 +0000 (21:32 +0000)]
Resident executable support stage 4/4: remove prebinding support.
Resident executables are a whole lot more efficient so prebinding support
is no longer necessary. See 'resident' command.
Matthew Dillon [Tue, 20 Jan 2004 21:14:00 +0000 (21:14 +0000)]
Resident executable support stage 3/4: Cleanup rtld-elf and augment and
document the 'resident' utility.
rtld-elf should startup a bit faster now. I'm sure I can skip additional
code but I am being somewhat conservative here.
Matthew Dillon [Tue, 20 Jan 2004 21:03:23 +0000 (21:03 +0000)]
Add sys/resident.h for userland syscall prototypes, and give the unregister
function the ability to clean out the whole list.
Joerg Sonnenberger [Tue, 20 Jan 2004 20:41:52 +0000 (20:41 +0000)]
This is Fred, not Beastie
Joerg Sonnenberger [Tue, 20 Jan 2004 20:38:35 +0000 (20:38 +0000)]
Add DragonFly specific headers. Add __DragonFly__ and correct the specs.
David Rhodus [Tue, 20 Jan 2004 19:31:18 +0000 (19:31 +0000)]
* Fixup gcc3 build process to use correct install path.
Matthew Dillon [Tue, 20 Jan 2004 18:46:22 +0000 (18:46 +0000)]
Resident executable support stage 2/4: userland bits. Augment rtld-elf
to check additional environment variables to trigger registration and
deregistration of a dynamically linked program as a resident binary.
Add a new userland utility, 'resident'.
Matthew Dillon [Tue, 20 Jan 2004 18:41:52 +0000 (18:41 +0000)]
Resident executable support stage 1/4: Add kernel bits and syscall support
for in-kernel caching of vmspace structures. The main purpose of this
feature is to make it possible to run dynamically linked programs as fast
as if they were statically linked, by vmspace_fork()ing their vmspace and
saving the copy in the kernel, then using that whenever the program is
exec'd.
Eirik Nygaard [Tue, 20 Jan 2004 16:29:27 +0000 (16:29 +0000)]
Last commit was completely wrong. Reverting to old revision of file.
Eirik Nygaard [Tue, 20 Jan 2004 15:30:05 +0000 (15:30 +0000)]
We don't have the ACPI module, so don't try to load it at boot.
Jeroen Ruigrok/asmodai [Tue, 20 Jan 2004 06:03:15 +0000 (06:03 +0000)]
Fix typo: CAPF_ANYCLIENT->CAPS_ANYCLIENT.
Submitted by: Dave Leimbach <leimySPAM2k@mac.com>
Jeroen Ruigrok/asmodai [Tue, 20 Jan 2004 05:58:57 +0000 (05:58 +0000)]
Update with new source file targets.
Jeroen Ruigrok/asmodai [Tue, 20 Jan 2004 05:53:42 +0000 (05:53 +0000)]
Update config.h.
Jeroen Ruigrok/asmodai [Tue, 20 Jan 2004 05:42:03 +0000 (05:42 +0000)]
K&R -> ANSI C conversion.
Matthew Dillon [Tue, 20 Jan 2004 05:04:08 +0000 (05:04 +0000)]
Retool the M_* flags to malloc() and the VM_ALLOC_* flags to
vm_page_alloc(), and vm_page_grab() and friends.
The M_* flags now have more flexibility, with the intent that we will start
using some of it to deal with NULL pointer return problems in the codebase
(CAM is especially bad at dealing with unexpected return values). In
particular, add M_USE_INTERRUPT_RESERVE and M_FAILSAFE, and redefine
M_NOWAIT as a combination of M_ flags instead of its own flag.
The VM_ALLOC_* macros are now flags (0x01, 0x01, 0x04) rather then states
(1, 2, 3), which allows us to create combinations that the old interface
could not handle.
Matthew Dillon [Tue, 20 Jan 2004 00:54:09 +0000 (00:54 +0000)]
Fix a panic if -i is used on an interface which does not have an IP.
Submitted-by: Kent Ibbetson <bsd@kibbet.com>
Jeroen Ruigrok/asmodai [Mon, 19 Jan 2004 11:03:01 +0000 (11:03 +0000)]
Update for the new version of CVS.
Matthew Dillon [Sun, 18 Jan 2004 19:13:10 +0000 (19:13 +0000)]
Add and document an example disklabel file for the ISO
Matthew Dillon [Sun, 18 Jan 2004 18:47:31 +0000 (18:47 +0000)]
Fix a minor malloc leak in ips.
Obtained-from: Ruslan Ermilov <ru@freebsd.org>
Obtained-via: [CHECKER] bugs in FreeBSD thread
Matthew Dillon [Sun, 18 Jan 2004 12:50:15 +0000 (12:50 +0000)]
move the caps_type enum so it is accessible through both user and kernel
compiles.
Matthew Dillon [Sun, 18 Jan 2004 12:39:58 +0000 (12:39 +0000)]
Add test programs for the new caps system calls. Temporarily disable the
old caps junk in libcaps (it needs to be retargeted to the new system calls).
Note: performance is not expected to be very good at the moment.
Matthew Dillon [Sun, 18 Jan 2004 12:32:04 +0000 (12:32 +0000)]
vm_uiomove() is a VFS_IOOPT related procedure, conditionalize it
appropriately.
Matthew Dillon [Sun, 18 Jan 2004 12:31:09 +0000 (12:31 +0000)]
CAPS IPC library stage 2/3: Adjust syscalls.master and regenerate our
system calls.
Matthew Dillon [Sun, 18 Jan 2004 12:29:50 +0000 (12:29 +0000)]
CAPS IPC library stage 1/3: The core CAPS IPC code, providing system calls
to create and connect to named rendezvous points. The CAPS interface
implements a many-to-1 (client:server) capability and is totally self
contained. The messaging is designed to support single and multi-threading,
synchronous or asynchronous (as of this commit: polling and synchronous only).
Message data is 100% opaque and so while the intention is to integrate it into
a userland LWKT messaging subsystem, the actual system calls do not depend
on any LWKT structures.
Since these system calls are experiemental and may contain root holes,
they must be enabled via the sysctl kern.caps_enabled.
Matthew Dillon [Sun, 18 Jan 2004 03:28:29 +0000 (03:28 +0000)]
Fix reversed snprintf arguments.
David Rhodus [Sat, 17 Jan 2004 23:05:20 +0000 (23:05 +0000)]
* Starting using GCCVER when needed and other things
to reflect build changess currently in progress.
David Rhodus [Sat, 17 Jan 2004 22:40:16 +0000 (22:40 +0000)]
* Drop the directory outline for building gcc3.
This is not ready to be used yet as everything needs to
be reworked to install in the new compiler location.
Matthew Dillon [Sat, 17 Jan 2004 21:23:38 +0000 (21:23 +0000)]
Fix an off-by-one error in fdfree() related to flock/fcntl unlock on
process exit.
Originally-from: FreeBSD fd code by DES.
Submitted-by: Skip Ford <skip.ford@verizon.net>
David Rhodus [Sat, 17 Jan 2004 17:27:54 +0000 (17:27 +0000)]
* Fix libcaps build by syncing up with kernel work.
Reported by: Eirik Nygaard <eirikn@kerneled.com>
Matthew Dillon [Sat, 17 Jan 2004 03:26:18 +0000 (03:26 +0000)]
non operational change. vm_map_wire() now takes a flags argument instead
of a boolean, so pass 0 instead of FALSE.
Matthew Dillon [Sat, 17 Jan 2004 03:24:50 +0000 (03:24 +0000)]
Handle recursive situations a bit more robustly by adding a second reference
to the linker_file_t during linker_file_unload(), and not looking up the
'next' module in the unload loop until after unloading (but not yet
releasing) the current module.
Joerg Sonnenberger [Fri, 16 Jan 2004 20:21:42 +0000 (20:21 +0000)]
Fix PCI deadlock on boot
Matthew Dillon [Fri, 16 Jan 2004 19:57:30 +0000 (19:57 +0000)]
Adjust the upgrade target to remove stale /usr/libexec/aout files now
that /usr/libexec/gcc2/aout is being generated properly.
Matthew Dillon [Fri, 16 Jan 2004 19:55:52 +0000 (19:55 +0000)]
Fixup /usr/libexec/gcc2/aout binutils generation. The install targets had
to be updated for the /usr/libexec/aout->/usr/libexec/gcc2/aout move.
Jeroen Ruigrok/asmodai [Fri, 16 Jan 2004 14:13:50 +0000 (14:13 +0000)]
Make sure cvs reports the proper OS.
Joerg Sonnenberger [Fri, 16 Jan 2004 13:07:18 +0000 (13:07 +0000)]
Fix compile errors introduced with last commit
Matthew Dillon [Fri, 16 Jan 2004 09:11:10 +0000 (09:11 +0000)]
Augment the upgrade_etc target to remove stale compiler-related binaries
and data files if it detects that the gcc upgrade has occured from a
recent installworld.
Matthew Dillon [Fri, 16 Jan 2004 07:45:22 +0000 (07:45 +0000)]
Major GCC surgery. Move most compiler-specific files into named
subdirectories and do a major overhaul of the front-end binaries in /usr/bin.
/usr/libdata/gcc -> /usr/libdata/gcc2
/usr/libdata/ldscripts -> /usr/libdata/gcc2/ldscripts
/usr/libexec/{all_gcc_bins} -> /usr/libexec/gcc2/*
/usr/libexec/{elf,aout}/* -> /usr/libexec/gcc2/{elf,aout}/*
OBJFORMAT_PATH has been changed from a full path to a base path, because
the objformat binary (hardlinked to most compiler related binaries in
/usr/bin) must now interpret the command name and use one of two different
paths to find the actual binary. Previously certain gcc binaries, such as
'cc' and 'cpp', were directly installed in /usr/bin. That is no longer the
case.
Objformat now supports the GCCVER environment variable for vectoring the
compiler version. This will be used to support gcc3 and other compilers.
Matthew Dillon [Fri, 16 Jan 2004 07:11:23 +0000 (07:11 +0000)]
scrap stderr from the ps output to avoid an annoying warning (due to
the DEB database not having been constructed yet). It's a chicken and
egg problem so we can't reorder the file, but ps works anyway and
accomplishes its purpose of supplying data to initialize the random
number generator.
Joerg Sonnenberger [Thu, 15 Jan 2004 21:18:18 +0000 (21:18 +0000)]
Replace pci_cfgread and pci_cfgwrite with PCIB_READ_CONFIG and
PCIB_WRITE_CONFIG.
Merged in FreeBSD rev 1.167, without 1.162 and 1.166.
Joerg Sonnenberger [Thu, 15 Jan 2004 20:45:09 +0000 (20:45 +0000)]
Add comment for nexus_pcib_write_config.
Joerg Sonnenberger [Thu, 15 Jan 2004 20:41:57 +0000 (20:41 +0000)]
Use nexus_pcib_read_config instead of pci_cfgread. Do some cleanup.
Joerg Sonnenberger [Thu, 15 Jan 2004 20:35:06 +0000 (20:35 +0000)]
Remove HOSE support which should be implemented in the bus function when
Alpha support is re-enabled.
Add BUS pcib ivar.
Add pcib interface functions.
Matthew Dillon [Thu, 15 Jan 2004 20:17:36 +0000 (20:17 +0000)]
minor syntax cleanups (non-operational changes).
Joerg Sonnenberger [Thu, 15 Jan 2004 19:58:30 +0000 (19:58 +0000)]
Add pcib interface methods.
Add device to catch the PCI bridges to stop them showing up twice.
Add black hole device for the PCI bus PnP ID.
Joerg Sonnenberger [Thu, 15 Jan 2004 18:22:22 +0000 (18:22 +0000)]
Add pcib_if.m
David Rhodus [Thu, 15 Jan 2004 16:20:06 +0000 (16:20 +0000)]
* Add in 'device ips' to the LINT kernel config.
David Rhodus [Thu, 15 Jan 2004 15:53:19 +0000 (15:53 +0000)]
* Add in ips.4 to the Makefile so it gets installed
Sent in by: YONETANI Tomokazu <ghwt+dragonfly-kernel@les.ath.cx>
David Rhodus [Thu, 15 Jan 2004 15:42:51 +0000 (15:42 +0000)]
* Change SUBDIR sort order.
David Rhodus [Thu, 15 Jan 2004 15:41:23 +0000 (15:41 +0000)]
* Add in support for the IBM ServeRAID controller.
Port done and sent in by:
TONETANI Tomokazu <ghwt+dragonfly-kernel@les.ath.cx>
Matthew Dillon [Thu, 15 Jan 2004 12:03:00 +0000 (12:03 +0000)]
Fix a long-standing bug in protocol 2 operation. The client will top sending
window updates to the server if and output channel fails. Output channels
often fail when pipes fail or the filesystem becomes full. If the server has
a great deal more data to send it will exhaust its window and stall
indefinitely.
This reproduces the problem:
limit filesize 64k
ssh remotebox -n cat /usr/share/dict/words | cat > junkfile
Joerg Sonnenberger [Thu, 15 Jan 2004 11:59:27 +0000 (11:59 +0000)]
Fix linker issues with /usr/libexec/elf/ld not using rtld's search path
Joerg Sonnenberger [Thu, 15 Jan 2004 08:05:41 +0000 (08:05 +0000)]
Sync pci_cfgreg.c with FreeBSD 5, rev. 1.101. This makes the PCI interrupt
routing code more robust. Also copied pci_cfgreg.h into bus/pci/i386, the
other instance in machine/pci_cfgreg.h will go later.
Matthew Dillon [Thu, 15 Jan 2004 00:03:08 +0000 (00:03 +0000)]
npx_intr() expects an interrupt frame but was given something inbetween an
interrupt frame and a trap frame, causing a panic. Save/restore %ebx
(the CPL) just like the other entry points in this file do, push the
two 32 bit words required to convert the trap frame into an interrupt
frame, and clean up the frame on return for the jump to doreti.
Reported-by: David Rhodus <drhodus@catpa.com>
Matthew Dillon [Wed, 14 Jan 2004 23:26:14 +0000 (23:26 +0000)]
Cleanup the vm_map_entry_[k]reserve/[k]release() API. This API is used to
guarentee that sufficient vm_map_entry structures are available for certain
atomci VM operations.
The kreserve/krelease API is only supposed to be used to dig into the kernel
reserve, used when zalloc() must recurse into kmem_alloc() in order to
allocate a new page. Without this we can get into a kmem_alloc -> zalloc ->
kmem_alloc deadlock.
kreserve/krelease was being used improperly in my original work, causing it
to be unable to guarentee the reserve and resulting in an occassional panic.
This commit converts the improper usage back to using the non-k version of
the API and (should) properly handle the zalloc() recursion case.
Reported-by: David Rhodus <drhodus@catpa.com>
Joerg Sonnenberger [Wed, 14 Jan 2004 18:20:19 +0000 (18:20 +0000)]
Drop chip driver and merge the functionality into pci_probe_nomatch.
Adjust return value of pcib_probe to -1000 for conformance to other
default matches. Do some general cleanup.
Joerg Sonnenberger [Wed, 14 Jan 2004 18:03:05 +0000 (18:03 +0000)]
Fix indentation to tabs, no functional changes
Joerg Sonnenberger [Wed, 14 Jan 2004 07:16:37 +0000 (07:16 +0000)]
Add black hole device for system PnP IDs
Joerg Sonnenberger [Wed, 14 Jan 2004 07:13:27 +0000 (07:13 +0000)]
Make hw.firewire.sbp.tags tunable
Matthew Dillon [Wed, 14 Jan 2004 05:30:57 +0000 (05:30 +0000)]
Add a missing thread pointer to a busdma call that needs it.
Reported-by: David Rhodus <drhodus@machdep.com>
David Rhodus [Wed, 14 Jan 2004 03:55:36 +0000 (03:55 +0000)]
* Use id(1) instead of grep(1) to detect the presence of the smmsp
user/group. This fixes the check for users with smmsp in NIS
instead of their local files.
Idea taken from FreeBSD
Joerg Sonnenberger [Tue, 13 Jan 2004 18:45:37 +0000 (18:45 +0000)]
Add rman_get_device and rman_get_size, use macros in nexus.c
Joerg Sonnenberger [Tue, 13 Jan 2004 18:31:58 +0000 (18:31 +0000)]
Add PCIBUS to nexus
Joerg Sonnenberger [Tue, 13 Jan 2004 17:32:12 +0000 (17:32 +0000)]
Add hw.firewire.sbp.tags to control tagging for SBP devices. The default
behaviour was changed to disable tagged command queues, which is safer since
not all firewire chips support TCQ.
Matthew Dillon [Tue, 13 Jan 2004 08:22:12 +0000 (08:22 +0000)]
ANSIfy procedure arguments.
David Rhodus [Tue, 13 Jan 2004 01:48:59 +0000 (01:48 +0000)]
* Perform some man page maintenance bringing the miibus related
pages up to date with current usage
* Minor cleanup applied to kue.4 while here.
Sent in by: Christian Brueffer <chris@unixpages.org>
David Rhodus [Mon, 12 Jan 2004 16:48:37 +0000 (16:48 +0000)]
* Update so as to reflect structure name changes to upcall.h
Matthew Dillon [Mon, 12 Jan 2004 06:54:09 +0000 (06:54 +0000)]
Minor corrections to the documentation.
Submitted-by: Miguel Mendez <flynn@energyhq.es.eu.org>
Joerg Sonnenberger [Sun, 11 Jan 2004 16:45:17 +0000 (16:45 +0000)]
Split off the PCCARD specific driver parts of fd and sio and remove last
uses of NCARD and use_card.h. The header will go with the NEWCARD merge.
Matthew Dillon [Fri, 9 Jan 2004 21:49:30 +0000 (21:49 +0000)]
Arg3 to kern_fcntl was incorrectly passed as NULL, causing
a panic.
Submitted-by: Andrew Atrens <atrens@nortelnetworks.com>
David Rhodus [Fri, 9 Jan 2004 20:52:05 +0000 (20:52 +0000)]
* Remove HTT option from kernel config files.
David Rhodus [Fri, 9 Jan 2004 20:49:39 +0000 (20:49 +0000)]
* Remove the HTT option from the kernel as we can now
pickup the BIOS option if you want to use the logical
cores.
You will still need to compile your kernel with
options SMP
options APIC_IO
Because the logical cpu's for the most part still act
like extra processors even though this is not true.
The idea is taken from JHB's changes in FreeBSD but without
the idle loop changes so as not to get the "Hyerthreading
slowdown" affect FreeBSD seems to have with HTT.
David Rhodus [Fri, 9 Jan 2004 20:25:13 +0000 (20:25 +0000)]
* Don't install the freefall gnats files into /etc as
they are useless.
David Rhodus [Fri, 9 Jan 2004 16:46:42 +0000 (16:46 +0000)]
* Add usb_mem.c back into the build process so the usb module
doesn't have undefined symbols.
Sent in by: YONETANI Tomokazu <qhwt+dragonfly-commits@les.ath.cx>
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 19:00:26 +0000 (19:00 +0000)]
Synchronise partially with NetBSD's v1.85:
update location of documentation
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 18:56:20 +0000 (18:56 +0000)]
Synchronise partially with NetBSD's umodem.c v1.46:
update the URLs for the documentation.
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 18:48:07 +0000 (18:48 +0000)]
Spell 'weird' the way English expects it.
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 18:39:19 +0000 (18:39 +0000)]
Spell 'separate' and its siblings the way it is supposed to.
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 18:12:59 +0000 (18:12 +0000)]
Get rid of PZERO. This was removed about the first of August.
It probably compiled due to the preprocessor defining code out.
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 17:22:33 +0000 (17:22 +0000)]
Make sure the vendor identifier matches the right project. The binutils
folks want this.
David Rhodus [Thu, 8 Jan 2004 17:10:08 +0000 (17:10 +0000)]
* Merge in the copyright that DragonFly is being distributed under.
Idea taken from FreeBSD.
Jeroen Ruigrok/asmodai [Thu, 8 Jan 2004 13:22:58 +0000 (13:22 +0000)]
Make sure we identify our toolchain as DragonFly, not FreeBSD. This is
required by the GCC and binutils folks.
Joerg Sonnenberger [Thu, 8 Jan 2004 10:19:48 +0000 (10:19 +0000)]
Add card_if.h dependency
Joerg Sonnenberger [Thu, 8 Jan 2004 10:06:29 +0000 (10:06 +0000)]
Add/uncondionalize the sixt argument of set_memory_offset to ease the migration
to the FreeBSD-5 cardbus framework.