alc
de76e76787
- Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.
...
- Eliminate small style differences between pmap_zero_page(),
pmap_copy_page(), etc.
2003-02-14 07:34:28 +00:00
anholt
c1f9432df8
Split the arch-specific AGP files into the appropriate files.* and do the same
...
for the agp module, and add agp to the list of modules to compile for alpha.
Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may
improve the situation, and it's what linux and NetBSD do.
2003-02-14 06:33:52 +00:00
anholt
fed8c49da5
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
2003-02-14 06:31:45 +00:00
imp
e2a6a01e2f
o transition from exca_write to exca_putb and read->getb. This is so that
...
we can have additional different types of bridges.
o remove now bogus comment.
o Don't clear CARD_OK when we can't attach a card.
o minor style nits
# this make kldload of cardbus drivers work for me when the card is
# present on boot.
2003-02-14 06:21:51 +00:00
imp
dd95a3a11a
Massive overhaul of exca to help with the isa efforts:
...
o chip_name arrays ifdef'd out.
o use the OLDCARD-like get/put functions so we can support differnt types
of mappings.
o Write the beggings of is this a valid exca device and introduce more
chipset support.
# this is partially a wip, but also needed because some other cahnges I've
# made require some of these changes.
2003-02-14 06:21:18 +00:00
silby
6d6e9671a5
Improvements to md5.c so that it uses getrusage to time
...
benchmarks, and prints out results in float format.
2003-02-14 04:48:06 +00:00
simokawa
ee568cc79e
- Though I got a feedback from the originator of kern/48129 that the
...
previous revision fixed the panic, I found the problem exits in
another part of the function by investigating the crom dump sent by him.
The search was started in the middle of bus info block and the
routine misunderstood the EUI64 as a crom entry. This problem is fixed.
PR: kern/48129
Fix incorrect type mask included in a logical unit number and check
the validity of the lun.
2003-02-14 03:09:59 +00:00
mckusick
d8fb26b1c6
Correct lines incorrectly added to the copyright message.
...
Submitted by: Frank van der Linden <fvdl@wasabisystems.com>
Sponsored by: DARPA & NAI Labs.
2003-02-14 00:31:06 +00:00
phantom
2c40bad85c
Advertize rtld(1) as ld.so(1) in manual pages world
2003-02-13 23:07:28 +00:00
mdodd
e9378a292b
Bandaid the bits that use the elink_foo() functions which are
...
i386 only at this point.
2003-02-13 23:01:59 +00:00
kan
fc08397161
Fix a typo in rtld_dirname.
2003-02-13 22:47:41 +00:00
obrien
50ff446a95
FB_INSTALL_CDEV not usable on Alpha.
2003-02-13 22:33:26 +00:00
obrien
d386c20878
Fix whitespace problems with option lines.
2003-02-13 22:27:40 +00:00
obrien
85bd6322e6
Fix the style of the SCHED_4BSD commit.
2003-02-13 22:24:44 +00:00
hsu
5436697404
The protocol lock is always held in the dropafterack case, so we don't
...
need to check for it at runtime.
2003-02-13 22:14:22 +00:00
phantom
f087bf2333
Enable just committed manual pages, update MLINKS
2003-02-13 22:12:56 +00:00
phantom
66ba90de50
Add AUTHORS section
2003-02-13 22:11:19 +00:00
phantom
fab0ce8ac4
Finally! Document all undocumented functions in libc_r.
...
Add manual pages for following functions:
. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)
MFC after: 3 days
2003-02-13 22:10:10 +00:00
obrien
e7205abfbc
Only i386 has npx device.
2003-02-13 21:55:13 +00:00
des
1ffb549565
Make the tinderbox log lines less obtrusive.
2003-02-13 21:21:48 +00:00
des
d277a34193
Pass KERNCONF on the command line rather than in the environment,
...
since the command line is included in the log.
2003-02-13 21:19:20 +00:00
des
02b9f17f74
Complete overhaul of the configuration system, allowing the user to
...
select one of multiple configurations at runtime.
2003-02-13 21:18:19 +00:00
peter
e403dfa7b2
We only provide agp drivers for the intel chipsets, move the agp
...
subdir to the i386-only section.
2003-02-13 21:13:10 +00:00
hrs
0fd2b73a88
Document start_if.${ifn} scripts.
...
Not objected to by: -doc
2003-02-13 20:08:11 +00:00
alc
d3cfca777c
Use atomic ops to update amountpipekva. Amountpipekva represents the
...
total kernel virtual address space used by all pipes. It is, thus, outside
the scope of any individual pipe lock.
2003-02-13 19:39:54 +00:00
anholt
43e82f74f7
Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).
2003-02-13 19:24:19 +00:00
phantom
bd72cf9687
Break important implementation detail note into IMPLEMENTATION DETAILS
...
section. Add cross reference to pthread_attr_getstack() function.
MFC after: 1 day
2003-02-13 18:39:06 +00:00
phantom
46b03b8768
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
phantom
1ca7e96547
Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()
...
functions and remove links for 3 non-existent functions
2003-02-13 18:35:05 +00:00
phantom
2061f43aeb
Add appropriate MLINKS for functions documented in libgeom.3
2003-02-13 18:27:05 +00:00
phantom
c542a27983
Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument,
...
use .Fn there appropriate
2003-02-13 18:25:48 +00:00
phantom
9b541f6c4d
FreeBSD 5.x does not provide libskey anymore, remove reference
2003-02-13 18:23:13 +00:00
phantom
abd26e1ed1
Add 'libgeom' to list of valid .Lb arguments
2003-02-13 18:21:32 +00:00
obrien
3b9b90dc46
Acutally document how to make a LINT kernel config, besides telling all it
...
is gone.
2003-02-13 17:55:12 +00:00
kan
ff89904c5f
Implement dlinfo() function.
...
Introdice RTLD_SELF special handle and properly process it within
dlsym() and dlinfo() functions.
The intention is to improve our compatibility with Solaris and
to make a Java port easier.
Partially submitted by: phantom
2003-02-13 17:47:44 +00:00
kan
3d24733b3f
Add missing include files I forgot about in previous commit.
2003-02-13 17:35:00 +00:00
ume
3d252cd886
The tcp_wrappers function `fromhost()' can fail. In such
...
cases, the `struct sockaddr' will not be allocated.
Reported by: nectar
MFC after: 2 days
2003-02-13 17:08:23 +00:00
kan
debc727d4e
Remove /usr/lib/elf from a default search path.
...
Move xprintf to malloc.c, it is only used there. Make static.
Submitted by: phantom
2003-02-13 17:05:10 +00:00
des
052848f21b
GC the old tinderbox script.
2003-02-13 14:27:11 +00:00
simokawa
074533c5ce
Remove unnecessary EXPORT_SYMS.
2003-02-13 13:42:19 +00:00
simokawa
cad5969811
firewire/fwohci
...
- Drain fwohci TX queue first then drain xfer queue which has not started.
- Check validity of the received packet length.
- Don't allocate too large buffer for xfer receive buf.
sbp
- Fix panic for some CROM which doesn't have a text leaf.
This could fix the PR kern/48129 but no feedback has been gotten from
the originator yet.
- Put back some M_NOWAIT flags into malloc which could be called
in interrupt context for 4-stable.
2003-02-13 13:35:57 +00:00
sanpei
116925a3d8
Sync to 1.114 of usbdevs
2003-02-13 12:57:24 +00:00
sanpei
1d841a831a
Add support SUNTAC Ir-Trinity IS96U
...
PR: 48212
Submitted by: Masaharu FUJITA <m@fjts.org>
2003-02-13 12:55:18 +00:00
brueffer
e7ee23843e
Various spelling and grammar fixes
...
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-02-13 12:02:51 +00:00
des
83fce684ee
Place the logs in the tinderbox directory rather than cwd.
2003-02-13 11:57:13 +00:00
des
293057394b
Move away the old log file before starting the tinderbox so we don't
...
accidentally post the old log if the tinderbox script failed to start
altogether.
2003-02-13 10:52:46 +00:00
des
0fb179fc08
It seems the extra precautions are no longer needed.
2003-02-13 10:05:20 +00:00
des
752d0c57c5
- run the tinderbox script in verbose mode
...
- use /\bStop\b/ instead of /^\*\*\* Error/ to identify errors
2003-02-13 09:59:59 +00:00
tjr
729d326fb2
Add an XXX comment noting that getrusage() accesses p_stats->p_ru
...
and p_stats->p_cru without holding the appropriate locks.
2003-02-13 09:53:59 +00:00
grehan
99c21f7b7f
Missed odd address test when transcribing the Alpha version.
...
This fixes the checksum problems seen with telnet.
2003-02-13 08:56:41 +00:00