Commit Graph

38568 Commits

Author SHA1 Message Date
ru
496bd3e01e Document the usage of escape character in a service name.
PR:		7101
Reminded by:	jhs
1999-06-15 12:56:38 +00:00
roger
8aaae5845e MFS: No longer needed with PicoBSD 0.44 1999-06-15 12:51:57 +00:00
roger
8b2ecb2c91 MFS: No longer needed in PicoBSD 0.44 1999-06-15 12:40:32 +00:00
roger
1eeb26e672 Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)
Also, Apollo IDE controller has device ID of 1571 and 0571
1999-06-15 12:01:26 +00:00
roger
66ed3e172c MFS: No longer needed in PicoBSD 0.44 1999-06-15 11:45:25 +00:00
roger
1252b4b671 MFS: No longer needed in PicoBSD 0.44 1999-06-15 11:40:13 +00:00
newton
008e15781e Ensoniq AudioPCI sound cards haven't worked since the newbus integration
because they haven't been able to attach.  Now fixed.

Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-06-15 00:00:10 +00:00
jb
b4da5de41b Add the System V message queue and semaphore options for better 3rd party
software support out-of-the-box (like i386 does).
1999-06-14 22:59:55 +00:00
obrien
7d78380bb3 Support Alpha and -CURRENT in the "-r" option case. 1999-06-14 21:58:59 +00:00
nik
c89425ea4d Include <sys/time.h> for correctness. BDE has a better version of this,
but it's more complex, and in his words

    Commit your version, since it is the only one that is clearly permitted
    (if not best), and I'll untangle it later.

PR:		docs/11589
Reviewed by:	Bruce "he kicks ass" Evans
1999-06-14 19:03:46 +00:00
ru
25e98211f9 It was possible to circumvent telnet's security ``-E'' (no escape at all)
option by running it with ``-8 -E'' and passing it 0xff character.

PR:		6317
Reviewed by:	des, David Borman <dab@bsdi.com> (the author)
1999-06-14 18:46:15 +00:00
roger
13a101173e Last commit was incorrect. Remove the 'rp' PCI device 1999-06-14 18:16:51 +00:00
roger
d64c6d923a Comment out the PCI Comtrol Rocketport entries.
The PicoBSD 'isp' build fails when both the PCI and ISA versions of the
'rp' driver are included at the same time
1999-06-14 18:08:17 +00:00
roger
f78fff898f Update to PicoBSD 0.44 from RELENG_3 1999-06-14 16:48:23 +00:00
roger
1c849deff8 Update to PicoBSD 0.44 (from RELENG_3) 1999-06-14 16:36:50 +00:00
roger
61e4419eb0 Update to PicoBSD 0.44 from RELENG_3 1999-06-14 15:45:56 +00:00
roger
06ddd2df95 Update to PicoBSD 0.44 from RELENG_ 1999-06-14 15:45:41 +00:00
bde
32fb38d1ad Updated the BUGS section. BREAK is now implemented.
Don't document non-bugs in the BUGS section, or anywhere else.  It
is not a bug to drop data when overloaded.  The compile-time tuning
options turned out to be not very useful, and aren't supported
offically.

Documented the not so new option CY_PCI_FASTINTR.
1999-06-14 15:10:35 +00:00
n_hibma
05c69628cc Man pages for top refer to only 2.x, but not to 3.x and later 1999-06-14 12:06:11 +00:00
simokawa
73a5499e44 Fix typo confusing `fa' and 'fb' registers.
Now, MATLAB works fine under OSF/1 emulation.
1999-06-14 11:42:30 +00:00
brian
0f1321c494 Come up with something useful when someone searches for
``dynamic IP''.
1999-06-14 10:12:41 +00:00
n_hibma
c9118b838b 1) remove the soft reset after a command failed.
2) remove printing of errno and errstr
1999-06-13 22:09:14 +00:00
phk
4d064e4dc2 Eliminate the bogus procfs private almost struct dirent structure.
Spotted by: Lars Hamren
Reviewed by: bde
1999-06-13 20:53:16 +00:00
n_hibma
094532e4f1 1) Add non-blocking I/O on read
2) Add checks to make sure we do not dereference the softc when not found
because the device has been removed.
1999-06-13 20:49:12 +00:00
n_hibma
b4d2df4817 1) Add the USB controllers (will now print pretty strings when no usb
support is compiled in)
2) Add probing for generic USB host controllers as well so we get them all
3) make the returned strings look alike in the whole file
1999-06-13 20:48:29 +00:00
n_hibma
3b6433ac96 Shorten the strings a bit (remove 'Host') 1999-06-13 20:46:10 +00:00
dt
8c28d877f7 Fix placement of signal trampoline. 1999-06-13 19:41:50 +00:00
alc
b2b1a6ed5a Use pmap_kenter instead of pmap_enter to map the message buffer. 1999-06-13 19:20:25 +00:00
roger
646aff9afb Removed checking for unit>NBKTR.
No longer need when using device_get_softc.
(also fixed bug where loadable bktr module could only access 1st device)
1999-06-13 16:05:00 +00:00
roger
ee1fb8b1da Add bktr_load for the loadable Bt848/Bt878 driver. 1999-06-13 15:45:49 +00:00
alc
ef41979780 vm_map_protect:
The wrong vm_map_entry is used to determine if writes must not be
	allowed due to COW.
1999-06-12 23:10:38 +00:00
roger
8627de66d9 Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section 1999-06-12 15:11:33 +00:00
roger
023eb185f6 Change perl5 to perl (same change as made in the fxp module) 1999-06-12 15:08:50 +00:00
roger
a9fcf03f1c Makefile to build a loadable bktr Bt848/Bt878 device driver
This allows the bt848 grabber to be loaded in the boot loader or
after bootup without the need for a custom kernel
1999-06-12 15:00:19 +00:00
roger
3cda0c2fc9 Updated to use the new 4.x newbus API
Also removed the BSDI support (for now)
This allows the driver to be loaded/unloaded as a KLD
and loaded in the boot loader phase whithout making a custom kernel.
1999-06-12 14:54:56 +00:00
mpp
2cd441b065 Fix a minor style nit in the NAME section. 1999-06-11 16:26:29 +00:00
mpp
1921df27de Move the description of the strncmp() function from the RETURN VALUES
section to the DESCRIPTION section.

PR: 12133
Submitted by:	Sheldon Hearn <sheldonh@uunet.co.za>
1999-06-11 16:16:32 +00:00
brian
42f2a0b71d Show the correct error if we fail to open a device. 1999-06-11 13:28:29 +00:00
ru
c0f06bcbce Don't accept divert/tee/pipe rules without corresponding option.
PR:		10324
Reviewed by:	luigi
1999-06-11 11:27:35 +00:00
brian
45e0115c27 Describe why a ``magic'' enddisc is not always a good idea. 1999-06-11 11:27:18 +00:00
jkoshy
fece792408 Larger, space separated fields in the output of repquota.
PR:		8730
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-06-11 10:31:24 +00:00
ru
dc1db7a779 Workaround the problem that the first (and only first) port name
can't have a dash character (it is treated as a ``range'' operator).
One could now use such a name by escaping the ``-'' characters.
For example:

# ipfw add 1 count tcp from any to any "ms\-sql\-s"
# ipfw add 2 count tcp from any ftp\\-data-ftp to any

PR:		7101
1999-06-11 09:43:53 +00:00
hoek
7408ecbee3 Compile when NO_REGEX is defined.
Submitted by:	Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
1999-06-11 04:36:16 +00:00
markm
07cd729a94 Improvement in the description of what this does.
Prompted by (and thanks to): W Richard Stevens
1999-06-10 22:48:27 +00:00
dt
89804f16f8 Replace my previous fix of saving the FP state with a much simpler one: when
we swap out fpcurproc, save its FP state.

Suggested by:	bde
1999-06-10 20:40:59 +00:00
ken
73cd4f0fb1 For vendor-specific commands sent using the 'camcontrol cmd' facility,
use the passed in CDB length, not 1.

Submitted by:	Jean-Marc Zucconi <jmz@FreeBSD.ORG>
1999-06-10 16:14:18 +00:00
simokawa
228a7bbab8 Remove 'SET_ASM_OP' macro, which is unused now and rather harmful
for recent egcs.
1999-06-10 12:05:48 +00:00
brian
9a0bce272e Allow reserved substitution strings to be escaped by preceeding them
with a backslash.
1999-06-10 09:34:57 +00:00
brian
2aa45a21d0 Never bring a link back up after receiving a terminating signal,
don't rely on already being in PHASE_DEAD.
1999-06-10 09:06:30 +00:00
jlemon
e598f932fa Change variable used for calculating ending address of physical memory
from 'int' to 'vm_offset_t'.

Spotted by:	 Richard Cownie <tich@ma.ikos.com>
1999-06-10 02:48:51 +00:00