David Xu
1014842397
Connect libthr and libthread_db to make buildworld.
2005-04-02 01:40:12 +00:00
David Xu
e65421ba6f
Update debugger code for new libthr.
2005-04-02 01:36:21 +00:00
David Xu
a091d823ad
Import my recent 1:1 threading working. some features improved includes:
...
1. fast simple type mutex.
2. __thread tls works.
3. asynchronous cancellation works ( using signal ).
4. thread synchronization is fully based on umtx, mainly, condition
variable and other synchronization objects were rewritten by using
umtx directly. those objects can be shared between processes via
shared memory, it has to change ABI which does not happen yet.
5. default stack size is increased to 1M on 32 bits platform, 2M for
64 bits platform.
As the result, some mysql super-smack benchmarks show performance is
improved massivly.
Okayed by: jeff, mtm, rwatson, scottl
2005-04-02 01:20:00 +00:00
David E. O'Brien
824a5e96dc
nVidia AGP chipsets beyond nForce2 are AMD64-specific.
...
So move the AGP support to there.
Submitted by: Jung-uk Kim <jkim@niksun.com>
2005-04-02 01:10:09 +00:00
David Xu
f150fe1394
Prepare for importing my 1:1 threading work, disconnect libthr and
...
libthread_db from make buildworld.
2005-04-02 00:59:18 +00:00
Tom Rhodes
bfd02b7da8
Add a ugidfw_load() function and fix up some of the scripting in this file.
...
This will allow better integration with the ports system.
Submitted by: clement
2005-04-02 00:01:03 +00:00
Warner Losh
8f3e5dd0aa
When $MACHINE != $MACHINE_ARCH, install $MACHINE_ARCH/include into
...
/usr/include/$MACHINE_ARCH in addition to installing $MACHINE/include
into /usr/include/machine.
2005-04-01 23:22:01 +00:00
Warner Losh
4dd0942599
Add reach-over include files to read i386/foo.h. In time, the pc98
...
specific code will migrate to these files to augment or replace the
version in i386/include and/or i386/linux. This should, in the
fullness of time, allow many of the #ifdef PC98 in the tree.
# These files are in the public domain because there is insufficient
# creative content in them. When you customize them, please add a
# copyright notice and license.
OK'd in principle by: nyan@
2005-04-01 23:19:43 +00:00
Warner Losh
5cc3e8555f
Add i386 to machine lines
2005-04-01 22:59:25 +00:00
John-Mark Gurney
0e49742d03
fix misspelling of 0x30...
...
Spotted by: reviewing MFC commit
2005-04-01 22:56:37 +00:00
Warner Losh
5abe8537a0
Update version number for latest config version bump
2005-04-01 22:56:10 +00:00
Warner Losh
51c1297a48
Allow one to specify a second parameter to the machine line. This
...
allows us to specify the machine_arch as well as machine. If
specified then a second link will be made, similar to machine, from
$MACHINE_ARCH to $S/$MACHINE_ARCH/include.
This is for ports where MACHINE != MACHINE_ARCH (pc98 today, others in
the future?).
Reviewed by: arch@, nyan@
2005-04-01 22:54:22 +00:00
Scott Long
e5bd0ae156
Make life easier on those trying to use the asr utilities by automatically
...
creating the /dev/dpti%d entry that the software expects. This is just
a band-aid until either someone (hopefully) rewrites the utilities, or all
asr/dpt cards in existance get blasted into the sun.
2005-04-01 22:12:53 +00:00
John Baldwin
98df9218da
- Change the vm_mmap() function to accept an objtype_t parameter specifying
...
the type of object represented by the handle argument.
- Allow vm_mmap() to map device memory via cdev objects in addition to
vnodes and anonymous memory. Note that mmaping a cdev directly does not
currently perform any MAC checks like mapping a vnode does.
- Unbreak the DRM getbufs ioctl by having it call vm_mmap() directly on the
cdev the ioctl is acting on rather than trying to find a suitable vnode
to map from.
Reviewed by: alc, arch@
2005-04-01 20:00:11 +00:00
Scott Long
5ec8c336e7
FIx a botch with the addition of the arcmsr driver.
2005-04-01 19:32:12 +00:00
Warner Losh
9dd18bb07e
Don't build arcmsr on pc98. The card either won't fit/work in the
...
pc98 machines because (a) it is PCIe or PCI-X (b) there's a BIOS that
must run at boot which assumes IBM-AT compatible boot environment.
Noticed by: scottl
2005-04-01 17:40:39 +00:00
Bill Paul
92b9707e2d
Fix another KeInitializeDpc()/amd64 calling convention issue:
...
ndis_intrhand() has to be wrapped for the same reason as ndis_timercall().
2005-04-01 16:40:22 +00:00
Hartmut Brandt
49ecabba2d
Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs list
...
instead of the generic Lst.
2005-04-01 16:24:25 +00:00
Hartmut Brandt
4d52cd1820
Remove a forward declaration that isn't needed anymore.
2005-04-01 16:23:48 +00:00
John-Mark Gurney
5da5a253a5
move the statement about switching power states to just before we do it, so
...
we don't print a false statement if the destination powerstate is
unsupported...
2005-04-01 16:22:50 +00:00
Hartmut Brandt
4bc60ea3fb
Both struct Job and struct Shell are only used inside job.c so there is
...
no need to have them in a header file that is included by other modules.
Move them both into the c-file.
2005-04-01 13:35:35 +00:00
Hartmut Brandt
f54201efce
Style: fix indentation.
2005-04-01 13:25:45 +00:00
Hartmut Brandt
a2e1fc0052
Style: fix indentation.
2005-04-01 13:06:05 +00:00
Hartmut Brandt
bfcf27787a
Style: indentation.
2005-04-01 13:02:17 +00:00
Hartmut Brandt
ab9267be40
Style: Indentation.
2005-04-01 12:42:03 +00:00
Hartmut Brandt
c0489a0689
Style: fix indentation.
2005-04-01 12:31:15 +00:00
Hartmut Brandt
54348124ed
Style: fix indentation.
2005-04-01 11:20:17 +00:00
Hartmut Brandt
5682c1009c
Style: fix indentation.
2005-04-01 11:12:29 +00:00
Dag-Erling Smørgrav
8987631f85
MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.
2005-04-01 10:59:13 +00:00
Hartmut Brandt
901275d3b7
Style: fix indentation.
2005-04-01 10:53:43 +00:00
Christian Brueffer
2c5bb58d55
Reword the HARDWARE section to include the driver name (important for
...
the hardware notes that are generated from it).
2005-04-01 10:36:09 +00:00
Warner Losh
8d42a36cf1
arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and
...
reference functions that don't exist on at least pc98. #if 0 them
out. This should fix the pc98 tinderbox breakage. Tested only on
i386 and pc98.
2005-04-01 07:15:52 +00:00
Peter Grehan
98cbfce5db
Introduce channel-level setmode newbus method.
...
Thanks to sos for the code re-org that allowed this.
2005-04-01 03:28:55 +00:00
Warner Losh
f8eecc0813
Since there are now more than a couple exceptions to the i386 rule,
...
group them better.
2005-04-01 01:45:03 +00:00
Warner Losh
4358d22911
There's no wl cards for PC98. These are ISA only, and no cbus
...
versions exist, much less having support for it in the wl driver.
Therefore, don't build wlconfig.
2005-04-01 00:57:22 +00:00
Warner Losh
587017fbb1
pcvt doesn't exist on pc98, so don't build pcvt routines that have no
...
value.
2005-04-01 00:32:45 +00:00
Warner Losh
841ed6bb99
There's no acpi in pc98 machines, nor do we build it into the kernel.
...
Therefore, don't build the acpi userland binaries either.
OK'd by: nate
2005-04-01 00:30:42 +00:00
Colin Percival
d5a7659334
Note the passing of Cameron Grant <cg@FreeBSD.org>.
...
Approved by: quiet1
2005-03-31 23:15:14 +00:00
John Baldwin
67d1e9191e
Use kern_settimeofday() to avoid stackgap use.
2005-03-31 22:58:37 +00:00
John Baldwin
48052f99e7
- Use a custom version of copyinuio() to implement readv/writev using
...
kern_readv/writev.
- Use kern_settimeofday() and kern_adjtime() rather than stackgapping it.
2005-03-31 22:58:13 +00:00
John Baldwin
3dde27da5e
- Use a custom version of copyinuio() to implement readv/writev using
...
kern_readv/writev.
- Use kern_sched_rr_get_interval() rather than the stackgap.
2005-03-31 22:57:21 +00:00
John Baldwin
50b584201d
Use a custom version of copyinuio() to implement osf1_{read,write}v() via
...
kern_{read,write}v().
2005-03-31 22:56:14 +00:00
John Baldwin
fe24ab5fc5
Actually commit the code for kern_sched_get_rr_interval().
2005-03-31 22:54:48 +00:00
Peter Wemm
8d2046fa1e
Since the question keeps coming up, explain why the -mno-sse etc switches
...
are there and that it does not have an effect on user applications.
2005-03-31 22:53:58 +00:00
John Baldwin
b88ec951e1
Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),
...
kern_settimeofday(), and kern_writev() to allow for further stackgap
reduction in the compat ABIs.
2005-03-31 22:51:18 +00:00
John Baldwin
e392175600
Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers have
...
been fixed for quite a while now.
2005-03-31 22:50:14 +00:00
John Baldwin
ea2b9b3e36
- Denote a few places where kobj class references are manipulated without
...
holding the appropriate lock.
- Add a comment explaining why we bump a driver's kobj class reference
when loading a module.
2005-03-31 22:49:31 +00:00
John Baldwin
2945387fee
Drop a bogus mp_fixme(). Adding a lock would do nothing to reduce userland
...
races regarding changing of jail-related sysctls.
2005-03-31 22:47:57 +00:00
John Baldwin
db8a98353d
- Fix some sign extension problems with implicit 32 to 64 bit conversions.
...
- Fix the mmap2() wrapper to not truncate high addresses.
Submitted by: Christian Zander
2005-03-31 22:47:18 +00:00
Sam Leffler
aa083c3dc6
plug resource leak
...
Submitted by: mdodd
Noticed by: Coverity Prevent analysis tool
2005-03-31 21:58:53 +00:00