jb
beae8419dd
Increase the size of private thread flags so that the test for a
...
thread trying to call pthread_exit() from a cleanup handler actually
works.
Submitted by: David Leonard <david.leonard@csee.uq.edu.au> OpenBSD
1999-01-15 00:21:03 +00:00
msmith
3f0c2c8990
Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used
...
for parsing kernel environment values, although they have utility elsewhere.
1999-01-15 00:03:39 +00:00
abial
010f76153c
Change counter-intuitive pc@ and pc! to inb and outb.
...
Submitted by: jkh
1999-01-14 23:48:03 +00:00
bde
205b5d1b7c
Backed out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>.
1999-01-14 23:43:22 +00:00
abial
98f6bbde84
Use the new kget syntax.
1999-01-14 23:23:19 +00:00
abial
42bcfe7514
Add natd entry.
1999-01-14 23:23:02 +00:00
abial
0cfc1bd486
Change to new syscons devices.
1999-01-14 23:22:51 +00:00
abial
c5f57bba74
Use the new syntax for kget.
1999-01-14 23:21:04 +00:00
abial
aa1665b788
Fix to match new syntax for kget.
1999-01-14 23:19:47 +00:00
abial
27c51a7087
Change to the new syscons devices.
1999-01-14 23:15:39 +00:00
abial
6fb0dad2ed
Make transition to ELF kernel. Fix the userconfig_script handling.
1999-01-14 23:14:46 +00:00
nsouch
1778868224
Return error codes to user-land.
...
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
1999-01-14 22:55:03 +00:00
phk
3210deb041
Bring us one step closer to sysinstall'ing on a DOC2k device.
1999-01-14 21:48:13 +00:00
nsouch
f1992daab2
Terminate negociation if Ext. link negociation succeeds. This avoids
...
the unknown mode panic during boot probe.
1999-01-14 21:38:16 +00:00
markm
7f30565a7a
Fix some more turdage from the original ./configure.
...
Submitted by: bde
1999-01-14 20:27:26 +00:00
markm
ae54195e61
Option names have changes for texinfo-3.12
1999-01-14 20:02:41 +00:00
markm
19c8038692
Update this area for Texinfo-3.12.
...
Submitted by: lkoeller@cc.fh-lippe.de
1999-01-14 20:00:46 +00:00
markm
14524d9e48
Resove conflicts.
1999-01-14 19:56:32 +00:00
jdp
82f7e5a7b4
Instead of a wrapper <linker_set.h>, use a symlink to
...
<sys/linker_set.h>.
Submitted by: bde
1999-01-14 19:52:38 +00:00
markm
e6130fbf2c
This commit was generated by cvs2svn to compensate for changes in r42660,
...
which included commits to RCS files with non-trunk default branches.
1999-01-14 19:35:19 +00:00
markm
15da023077
Upgrade texinfo to the latest-and-greatest.
...
This has big improvements to the .info file utility support and
much recent OSS requires its features.
1999-01-14 19:35:19 +00:00
obrien
1e3b374526
Didn't get all the mods on the fixup.
1999-01-14 17:03:12 +00:00
abial
f1ce7a5746
(Fix null log in previous commit).
...
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.
Agreed upon by: jkh, msmith and many others
1999-01-14 15:36:53 +00:00
jkh
1fc7d7305a
Document rwhod_flags
1999-01-14 09:13:00 +00:00
jhay
8b3ed11b5b
Don't use /usr/obj/elf for make world anymore.
...
NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to
do it yourself.
1999-01-14 06:45:53 +00:00
jdp
b5fcc979e2
Replace includes of <sys/kernel.h> with includes of
...
<sys/linker_set.h> in those files that use only the linker set
definitions.
1999-01-14 06:22:10 +00:00
gibbs
41b4515a6b
Add entry for the target mode black hole driver.
1999-01-14 06:16:45 +00:00
gibbs
b0bf7fe0ff
Add support for routing initiator transactions to disabled luns to the
...
black hole device. The controller will now only accept selections if
the black hole device is present and some other target/lun is enabled
for target mode.
Handle the IGNORE WIDE RESIDUE message. This support has not been tested.
Checkpoint work on handling ABORT, BUS DEVICE RESET, TERMINATE I/O PROCESS,
and CLEAR QUEUE messages as a target.
Fix a few problems with tagged command handling in target mode.
Wait until the sync offset counter falls to 0 before changing phase
after a data-in transfer completes as the DMA logic seems to indicate
transfer complete as soon as our last REQ is issued.
Simplify some of the target mode message handling code in the sequencer.
1999-01-14 06:14:15 +00:00
gibbs
eec3d5cfc8
Add support for wildcard device entries in the EDT. The target mode
...
'Black Hole' device uses this feature to schedule itself against any
target or lun attached to a controller that receives an unwanted request
from an initiator instead of having an instance per potential target/lun
request.
Use the wildcard entries to simplify wildcard async callback storage.
Don't announce devices twice to peripheral drivers. The devices will
be announced as soon as the AC_PATH_REGISTERED event is registered by
the peripheral driver, so no manaul push of this event is required.
Reviewed by: Kenneth Merry <ken@FreeBSD.org>
1999-01-14 06:03:59 +00:00
gibbs
15f5575a82
The target mode 'Black Hole' device. This peripheral driver provides inquiry
...
data and sense information for target mode devices for which no other
peripheral driver is attached. This simplifies the task of dealing with
luns that are not otherwise enabled for target mode if the controller
does not have firmware that automatically deals with this case (e.g.
the aic7xxx driver).
1999-01-14 06:00:29 +00:00
imp
ae8b473ec8
After much negative feedback, go back to plain ASCII for this file.
1999-01-14 05:59:52 +00:00
gibbs
72ef32f317
Properly handle transfers that only consume partial buffers.
1999-01-14 05:57:32 +00:00
gibbs
8f6fb7db78
Properly print devices that do not have attached peripherals.
...
Submitted by: Kenneth Merry <ken@FreeBSD.org>
1999-01-14 05:56:30 +00:00
jdp
fc14389080
Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that
...
userland programs can use linker sets.
1999-01-14 05:53:54 +00:00
jdp
fe1f1d68e3
Move the linker set definitions into a new header file
...
<sys/linker_set.h>. <sys/kernel.h> includes the new header, so
functionally everything is still the same.
1999-01-14 05:48:46 +00:00
msmith
d3f7c264c2
dftp -> dtfp Get it right...
1999-01-14 03:47:55 +00:00
kjc
760f6ae923
add HZ missing in options.
...
changing HZ used to break xntpd's PLL but it should be ok now (unless
xntpd is misconfigured).
1999-01-14 03:30:48 +00:00
yokota
ae17a9c668
Fix various breakage after the recent keyboard driver change.
...
- Don't try to set typematic rate if there is not a keyboard.
- Fix wrong test on error code.
- Don't try to claim the keyboard twice. The second call will fail.
1999-01-14 03:17:32 +00:00
n_hibma
1f25259af5
Removal unneccessary definitions
1999-01-14 01:35:12 +00:00
n_hibma
229f57eb8f
Corrected the latent fact that the uhub driver was providing a driver for
...
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.
1999-01-14 01:28:15 +00:00
n_hibma
cd40f4d28a
Added Entrega Parallel and Serial Connectors to the information
...
file.
1999-01-14 01:18:44 +00:00
rnordier
6edc8726f9
In the event of a disk error, boot2 is expecting an error
...
code to be returned: give it one
1999-01-13 23:30:07 +00:00
grog
5052329e96
Don't install vinum(8) sgid.
...
Reported-by: Paul Hart <hart@iserver.com>
1999-01-13 23:05:26 +00:00
abial
e7c0e116e6
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
...
really is.
Agreed upon by: jkh, msmith and many others
1999-01-13 21:59:58 +00:00
abial
80ca944a93
*** empty log message ***
1999-01-13 21:56:58 +00:00
abial
741d3b95c6
Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can
...
be helpful when directly fiddling with PC hardware.
Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral.
1999-01-13 21:31:50 +00:00
obrien
44885905a0
Fix conflicts.
1999-01-13 20:04:00 +00:00
obrien
650a536e8f
Updated version string to 6.0-release.
1999-01-13 19:33:02 +00:00
obrien
48ce32b887
This commit was generated by cvs2svn to compensate for changes in r42629,
...
which included commits to RCS files with non-trunk default branches.
1999-01-13 19:23:16 +00:00
obrien
c9384f1d98
Virgin import of AMD (am-utils) v6.0
1999-01-13 19:23:16 +00:00