summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1571-19007/+0
|
* Ensoniq AudioPCI sound cards haven't worked since the newbus integrationnewton1999-06-151-2/+2
| | | | | | because they haven't been able to attach. Now fixed. Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Add the System V message queue and semaphore options for better 3rd partyjb1999-06-142-6/+10
| | | | software support out-of-the-box (like i386 does).
* Support Alpha and -CURRENT in the "-r" option case.obrien1999-06-141-9/+17
|
* Include <sys/time.h> for correctness. BDE has a better version of this,nik1999-06-141-1/+2
| | | | | | | | | | 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
* It was possible to circumvent telnet's security ``-E'' (no escape at all)ru1999-06-141-1/+1
| | | | | | | option by running it with ``-8 -E'' and passing it 0xff character. PR: 6317 Reviewed by: des, David Borman <dab@bsdi.com> (the author)
* Last commit was incorrect. Remove the 'rp' PCI deviceroger1999-06-141-46/+40
|
* Comment out the PCI Comtrol Rocketport entries.roger1999-06-141-42/+48
| | | | | The PicoBSD 'isp' build fails when both the PCI and ISA versions of the 'rp' driver are included at the same time
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-142-5/+5
|
* Update to PicoBSD 0.44 (from RELENG_3)roger1999-06-142-0/+119
|
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-1426-119/+145
|
* Update to PicoBSD 0.44 from RELENG_roger1999-06-146-39/+19
|
* Updated the BUGS section. BREAK is now implemented.bde1999-06-142-56/+28
| | | | | | | | | 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.
* Man pages for top refer to only 2.x, but not to 3.x and latern_hibma1999-06-142-4/+4
|
* Fix typo confusing `fa' and 'fb' registers.simokawa1999-06-141-4/+4
| | | | Now, MATLAB works fine under OSF/1 emulation.
* Come up with something useful when someone searches forbrian1999-06-142-4/+6
| | | | ``dynamic IP''.
* 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
| | | | 2) remove printing of errno and errstr
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-136-86/+54
| | | | | Spotted by: Lars Hamren Reviewed by: bde
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
| | | | | 2) Add checks to make sure we do not dereference the softc when not found because the device has been removed.
* 1) Add the USB controllers (will now print pretty strings when no usbn_hibma1999-06-131-32/+64
| | | | | | 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
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-134-30/+32
|
* Fix placement of signal trampoline.dt1999-06-131-2/+2
|
* Use pmap_kenter instead of pmap_enter to map the message buffer.alc1999-06-132-6/+4
|
* Removed checking for unit>NBKTR.roger1999-06-132-34/+4
| | | | | No longer need when using device_get_softc. (also fixed bug where loadable bktr module could only access 1st device)
* Add bktr_load for the loadable Bt848/Bt878 driver.roger1999-06-131-1/+2
|
* vm_map_protect:alc1999-06-121-2/+2
| | | | | The wrong vm_map_entry is used to determine if writes must not be allowed due to COW.
* Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only sectionroger1999-06-121-2/+2
|
* Change perl5 to perl (same change as made in the fxp module)roger1999-06-121-5/+5
|
* Makefile to build a loadable bktr Bt848/Bt878 device driverroger1999-06-121-0/+47
| | | | | This allows the bt848 grabber to be loaded in the boot loader or after bootup without the need for a custom kernel
* Updated to use the new 4.x newbus APIroger1999-06-124-438/+592
| | | | | | 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.
* Fix a minor style nit in the NAME section.mpp1999-06-111-1/+1
|
* Move the description of the strncmp() function from the RETURN VALUESmpp1999-06-111-6/+6
| | | | | | | section to the DESCRIPTION section. PR: 12133 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Show the correct error if we fail to open a device.brian1999-06-111-7/+17
|
* Don't accept divert/tee/pipe rules without corresponding option.ru1999-06-111-3/+11
| | | | | PR: 10324 Reviewed by: luigi
* Describe why a ``magic'' enddisc is not always a good idea.brian1999-06-112-4/+22
|
* Larger, space separated fields in the output of repquota.jkoshy1999-06-111-5/+5
| | | | | PR: 8730 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Workaround the problem that the first (and only first) port nameru1999-06-111-9/+26
| | | | | | | | | | | 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
* Compile when NO_REGEX is defined.hoek1999-06-111-0/+2
| | | | Submitted by: Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
* Improvement in the description of what this does.markm1999-06-101-10/+10
| | | | Prompted by (and thanks to): W Richard Stevens
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-108-36/+22
| | | | | | we swap out fpcurproc, save its FP state. Suggested by: bde
* For vendor-specific commands sent using the 'camcontrol cmd' facility,ken1999-06-101-4/+4
| | | | | | use the passed in CDB length, not 1. Submitted by: Jean-Marc Zucconi <jmz@FreeBSD.ORG>
* Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulsimokawa1999-06-101-2/+0
| | | | for recent egcs.
* Allow reserved substitution strings to be escaped by preceeding thembrian1999-06-101-5/+7
| | | | with a backslash.
* Never bring a link back up after receiving a terminating signal,brian1999-06-101-2/+2
| | | | don't rely on already being in PHASE_DEAD.
* Change variable used for calculating ending address of physical memoryjlemon1999-06-102-4/+4
| | | | | | from 'int' to 'vm_offset_t'. Spotted by: Richard Cownie <tich@ma.ikos.com>
* Don't delete quota files when clean-tmps is enabled.brian1999-06-101-2/+3
|
* Allow a remote IP and port range specification in thebrian1999-06-104-96/+178
| | | | ``alias port'' command.
* Initialise `mp'.brian1999-06-091-1/+2
|
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-096-20/+56
| | | | | | and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU.
* Add a rather complicated but impressive example of howbrian1999-06-098-0/+380
| | | | | | | | | 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.
OpenPOWER on IntegriCloud