Roger Hardiman
d7e03a941e
Update to PicoBSD 0.44 (from RELENG_3)
1999-06-14 16:36:50 +00:00
Roger Hardiman
75663a1769
Update to PicoBSD 0.44 from RELENG_3
1999-06-14 15:45:56 +00:00
Roger Hardiman
a4d0e7358a
Update to PicoBSD 0.44 from RELENG_
1999-06-14 15:45:41 +00:00
Bruce Evans
e343fb02c3
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
Nick Hibma
33d56839e3
Man pages for top refer to only 2.x, but not to 3.x and later
1999-06-14 12:06:11 +00:00
Hidetoshi Shimokawa
7872cbaeea
Fix typo confusing `fa' and 'fb' registers.
...
Now, MATLAB works fine under OSF/1 emulation.
1999-06-14 11:42:30 +00:00
Brian Somers
ec3026b6f7
Come up with something useful when someone searches for
...
``dynamic IP''.
1999-06-14 10:12:41 +00:00
Nick Hibma
85dd1453b1
1) remove the soft reset after a command failed.
...
2) remove printing of errno and errstr
1999-06-13 22:09:14 +00:00
Poul-Henning Kamp
7a7404d275
Eliminate the bogus procfs private almost struct dirent structure.
...
Spotted by: Lars Hamren
Reviewed by: bde
1999-06-13 20:53:16 +00:00
Nick Hibma
7b69218647
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
Nick Hibma
680514601e
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
Nick Hibma
b24ecce39c
Shorten the strings a bit (remove 'Host')
1999-06-13 20:46:10 +00:00
Dmitrij Tejblum
8ea9dacf53
Fix placement of signal trampoline.
1999-06-13 19:41:50 +00:00
Alan Cox
dabd891d6e
Use pmap_kenter instead of pmap_enter to map the message buffer.
1999-06-13 19:20:25 +00:00
Roger Hardiman
3d68f363a4
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 Hardiman
d56282d89f
Add bktr_load for the loadable Bt848/Bt878 driver.
1999-06-13 15:45:49 +00:00
Alan Cox
1c85e3df24
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 Hardiman
05da1d9122
Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section
1999-06-12 15:11:33 +00:00
Roger Hardiman
6c96acd35c
Change perl5 to perl (same change as made in the fxp module)
1999-06-12 15:08:50 +00:00
Roger Hardiman
b72df81b21
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 Hardiman
5a2f31f0fb
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
Mike Pritchard
49cb735198
Fix a minor style nit in the NAME section.
1999-06-11 16:26:29 +00:00
Mike Pritchard
fa91ff2797
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 Somers
ad227d8bcc
Show the correct error if we fail to open a device.
1999-06-11 13:28:29 +00:00
Ruslan Ermilov
adbdafc6b2
Don't accept divert/tee/pipe rules without corresponding option.
...
PR: 10324
Reviewed by: luigi
1999-06-11 11:27:35 +00:00
Brian Somers
fbe3e6af84
Describe why a ``magic'' enddisc is not always a good idea.
1999-06-11 11:27:18 +00:00
Joseph Koshy
f1838373aa
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
Ruslan Ermilov
0a81860b0b
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
Tim Vanderhoek
eb90c9c86a
Compile when NO_REGEX is defined.
...
Submitted by: Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
1999-06-11 04:36:16 +00:00
Mark Murray
1bcd27ee72
Improvement in the description of what this does.
...
Prompted by (and thanks to): W Richard Stevens
1999-06-10 22:48:27 +00:00
Dmitrij Tejblum
23405ee478
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
Kenneth D. Merry
b150665acf
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
Hidetoshi Shimokawa
766b710e3a
Remove 'SET_ASM_OP' macro, which is unused now and rather harmful
...
for recent egcs.
1999-06-10 12:05:48 +00:00
Brian Somers
5dfb9210ae
Allow reserved substitution strings to be escaped by preceeding them
...
with a backslash.
1999-06-10 09:34:57 +00:00
Brian Somers
194c225d5c
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
Jonathan Lemon
5a86dd8c67
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
Brian Somers
cf2df276f9
Don't delete quota files when clean-tmps is enabled.
1999-06-10 00:34:15 +00:00
Brian Somers
9afe6bdaee
Allow a remote IP and port range specification in the
...
``alias port'' command.
1999-06-10 00:17:27 +00:00
Brian Somers
ab959eb2b3
Initialise `mp'.
1999-06-09 20:27:26 +00:00
Brian Somers
7063995c94
Allow our endpoint discriminator to be enabled, disabled, accepted
...
and denied. This is necessary for some MP implementations that
get confused if you accept their endpoint discriminator but reject
their MRRU.
1999-06-09 16:54:04 +00:00
Brian Somers
c6f660d19f
Add a rather complicated but impressive example of how
...
to implement multi-link ppp over more than one ISP with
the ability to lose ISPs without loss of connectivity.
It *requires* that you either have administrative access
to a machine that's already connected to the 'net or at
least know a really nice person that does.
1999-06-09 12:32:55 +00:00
Andrey A. Chernov
97a83933e5
Add detection code for NVidia Riva 128,TNT,TNT2
...
(TNT2 from me)
PR: 12094
Submitted by: Ilya Naumov camel@avias.com
1999-06-09 11:46:43 +00:00
Jordan K. Hubbard
177bf8278c
where_arge is allocated on stack and return address is overwritten
...
by buffer overflow.
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-06-09 09:29:53 +00:00
Jordan K. Hubbard
85cfadeb74
Remove apple.com from time server list.
...
Submitted by: Mike Haro
1999-06-09 09:18:33 +00:00
Jordan K. Hubbard
47b06c4f2f
Various edits to shrink fixit and enable dhcp-client
1999-06-09 09:08:22 +00:00
Brian Somers
8fb106c674
Use the correct pid when substituting PROCESSID.
...
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
1999-06-09 08:47:36 +00:00
Andrey A. Chernov
24c56392de
little optimization of locale sensing code
1999-06-09 00:07:10 +00:00
Brian Somers
68645f3954
Don't use static variables if we don't have to.
1999-06-08 20:12:06 +00:00
Brian Somers
c506ecd549
Don't drop the last character from lines in ppp.secret unless it's '\n'.
1999-06-08 20:11:53 +00:00
Dmitrij Tejblum
2105375397
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate
...
kernel virtual address space for UPAGES.
1999-06-08 17:14:22 +00:00