Alexander Kabaev
2542b742f1
Fix a typo in rtld_dirname.
2003-02-13 22:47:41 +00:00
David E. O'Brien
d23dc82958
FB_INSTALL_CDEV not usable on Alpha.
2003-02-13 22:33:26 +00:00
David E. O'Brien
cc874de3f4
Fix whitespace problems with option lines.
2003-02-13 22:27:40 +00:00
David E. O'Brien
36dc5b9427
Fix the style of the SCHED_4BSD commit.
2003-02-13 22:24:44 +00:00
Jeffrey Hsu
85e8b24343
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
Alexey Zelkin
d92bdf427f
Enable just committed manual pages, update MLINKS
2003-02-13 22:12:56 +00:00
Alexey Zelkin
597cf12892
Add AUTHORS section
2003-02-13 22:11:19 +00:00
Alexey Zelkin
318d8cfd73
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
David E. O'Brien
1e514ebb71
Only i386 has npx device.
2003-02-13 21:55:13 +00:00
Dag-Erling Smørgrav
55c4f5c07a
Make the tinderbox log lines less obtrusive.
2003-02-13 21:21:48 +00:00
Dag-Erling Smørgrav
0e01af7032
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
Dag-Erling Smørgrav
9929cb456d
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 Wemm
f801952a0b
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
Hiroki Sato
e245c21ecc
Document start_if.${ifn} scripts.
...
Not objected to by: -doc
2003-02-13 20:08:11 +00:00
Alan Cox
2bd63062b5
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
Eric Anholt
27afae53db
Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).
2003-02-13 19:24:19 +00:00
Alexey Zelkin
c18f0ff70c
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
Alexey Zelkin
41dd2d2dfa
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
Alexey Zelkin
faa19450ec
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
Alexey Zelkin
98e07ca0de
Add appropriate MLINKS for functions documented in libgeom.3
2003-02-13 18:27:05 +00:00
Alexey Zelkin
3fe5cc64ff
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
Alexey Zelkin
09ffd02a1b
FreeBSD 5.x does not provide libskey anymore, remove reference
2003-02-13 18:23:13 +00:00
Alexey Zelkin
d1ada631c0
Add 'libgeom' to list of valid .Lb arguments
2003-02-13 18:21:32 +00:00
David E. O'Brien
59df11730a
Acutally document how to make a LINT kernel config, besides telling all it
...
is gone.
2003-02-13 17:55:12 +00:00
Alexander Kabaev
42d206e975
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
Alexander Kabaev
92b0ec0832
Add missing include files I forgot about in previous commit.
2003-02-13 17:35:00 +00:00
Hajimu UMEMOTO
6431ecd0a1
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
Alexander Kabaev
d38a104b75
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
Dag-Erling Smørgrav
091aeb5c3c
GC the old tinderbox script.
2003-02-13 14:27:11 +00:00
Hidetoshi Shimokawa
85c8ffea1d
Remove unnecessary EXPORT_SYMS.
2003-02-13 13:42:19 +00:00
Hidetoshi Shimokawa
627d85fbdd
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
MIHIRA Sanpei Yoshiro
ba5014037c
Sync to 1.114 of usbdevs
2003-02-13 12:57:24 +00:00
MIHIRA Sanpei Yoshiro
f3e45b4bdc
Add support SUNTAC Ir-Trinity IS96U
...
PR: 48212
Submitted by: Masaharu FUJITA <m@fjts.org>
2003-02-13 12:55:18 +00:00
Christian Brueffer
f212b18409
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
Dag-Erling Smørgrav
902f48ca91
Place the logs in the tinderbox directory rather than cwd.
2003-02-13 11:57:13 +00:00
Dag-Erling Smørgrav
64e31b67e1
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
Dag-Erling Smørgrav
f6cebd7310
It seems the extra precautions are no longer needed.
2003-02-13 10:05:20 +00:00
Dag-Erling Smørgrav
72d8c7ffcd
- run the tinderbox script in verbose mode
...
- use /\bStop\b/ instead of /^\*\*\* Error/ to identify errors
2003-02-13 09:59:59 +00:00
Tim J. Robbins
5ce623b8e0
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
Peter Grehan
9412f79eaa
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
Eric Anholt
7978e21002
Add Intel 85x/86x AGP support.
...
Submitted by: David Dawes <dawes@xfree86.org>
2003-02-13 07:17:39 +00:00
Alan Cox
5b0a1f3af2
MFi386
...
Remove kptobj. Instead, use VM_ALLOC_NOOBJ.
2003-02-13 07:03:44 +00:00
Benno Rice
a7308986f5
Don't bother to build ficl if NOFORTH is defined.
2003-02-13 04:35:04 +00:00
Hidetoshi Shimokawa
057d288216
Add description about device detaching.
2003-02-13 03:42:53 +00:00
Peter Wemm
939a4397b1
Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 that
...
was shipped with DISABLE_PG_G and DISABLE_PSE, not 5.0-REL. *blush*
Disable the code - but still leave it there in case its still lurking.
2003-02-13 02:42:06 +00:00
Peter Wemm
521871f1fa
Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is so
...
that we can stop turning off PG_G and PG_PS globally for releases.
2003-02-13 01:52:44 +00:00
Peter Wemm
1c425b874c
Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.
...
This causes LOR and could-sleep messages to come with a stack trace.
2003-02-13 01:35:56 +00:00
Peter Wemm
891e066864
Print "Stack backtrace:" right before dumping the backtrace. We cannot
...
expect end users to automatically recognize a stack trace for what it is.
2003-02-13 01:33:59 +00:00
Peter Wemm
7201d7b009
Show the paritition types that we recognize in human readable format. eg:
...
pluto2# gpt show da0
start end size contents
0 0 1 PMBR
1 1 1 Pri GPT header
2 33 32 Pri GPT table
34 401595 401562 GPT part - EFI System partition
401596 925883 524288 GPT part - FreeBSD ufs partition
925884 9314491 8388608 GPT part - FreeBSD swap partition
...
It'll print a plain uuid string for unrecognized types.
2003-02-13 01:00:26 +00:00
Thomas Quinot
7ac1f02eed
Allow multiple hosts or programs to be named in program
...
or host specifications, eg:
!foo,bar
*.* /var/log/only_foo_or_bar.log
!-foo,bar
*.* /var/log/all_except_foo_or_bar.log
Reviewed by: roberto
Not objected to by: arch@
2003-02-13 00:08:56 +00:00