summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use vput instead of vrele.mjacob1999-06-161-3/+3
| | | | | | Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> Submitted by: Ville-Pertti Keinonen <will@iki.fi> Obtained from: Matthew Dillon <dillon@apollo.backplane.com>
* Remove option USBVERBOSEn_hibma1999-06-162-4/+4
| | | | | | Add the options for debugging used in dev/usb/*.c Submitted by: Kazu
* Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512wpaul1999-06-161-20/+45
| | | | | | | like the original PNIC and the MX98715A (from which the PNIC II is derived). This requires special handling. Save the card type, and in mx_calchash(), if we see that the card is a PNIC, return only the low 7 bits of the hash instead of the low 9 bits.
* Changed trypbuf to a getpbuf to work around a problem where redundant writesdg1999-06-161-2/+2
| | | | | | | | | would occur when clustering them - caused by running out of buffers and taking a degenerate code path as a result. It appears that waiting instead for buffers to become available is okay. Submitted by: Matthew Dillon <dillon@apollo.backplane.com> Discovered by: Craig A Soules <soules+@andrew.cmu.edu>
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-163-9/+60
|
* Print verbose messages when there is error.yokota1999-06-162-4/+42
| | | | Oked by: des
* Fix non-benign typo.billf1999-06-161-2/+2
| | | | Submitted by: Daniel Baker <dbaker@cuckoo.com>
* Clean up bitrot in interrupt tracing code.tegge1999-06-163-9/+9
|
* If we still haven't got a sufficient number of free buffers after thetegge1999-06-161-2/+2
| | | | | | call to flushdirtybuffers() then sleep in waitfreebuffers(). PR: 11697 Reviewed by: David Greenman, Matt Dillon
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-157-141/+215
| | | | | kern/vfs_subr.c named speedup_syncer() which handles the speedup request. Change the various clients of rushjob to use the new function.
* If we retry this operation from the top of this routine, we need tomjacob1999-06-152-2/+10
| | | | | | make sure we've freed any allocated resources (to avoid a memory leak) and and do the right thing with respect to the nfs node hash lock we'd acquired.
* Add a couple of command definitions.julian1999-06-151-67/+74
| | | | | | Also add offsets into the IDE parameter block so that it is humanly possible to match the structure to the manufacturer's documentation. (basically this is just changes to comments)
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-152-4/+4
|
* cam_get_device() was returning 0 on failure, and 1 on success, whilempp1999-06-151-10/+10
| | | | | | | | camcontrol(8) and the documentation in camlib.c and cam(3) all expect -1 on failure and 0 on success. Updated camlib.c to return the values specified by the documentation. PR: 12023
* Correctly document the two different object file formats that can bempp1999-06-151-3/+3
| | | | | | used with objformat. PR: 10877
* Document the IMPLEMENTATION NOTES section since we have a number ofmpp1999-06-151-2/+4
| | | | | | man pages that use it. PR: 10659
* This really belongs to section 8.ru1999-06-151-2/+2
|
* Kill option FAILSAFE.des1999-06-1516-54/+25
| | | | | PR: i386/12187 Approved by: bde
* Document the usage of escape character in a service name.ru1999-06-151-2/+9
| | | | | PR: 7101 Reminded by: jhs
* MFS: No longer needed with PicoBSD 0.44roger1999-06-154-86/+0
|
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1518-8261/+0
|
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
| | | | Also, Apollo IDE controller has device ID of 1571 and 0571
* MFS: No longer needed in PicoBSD 0.44roger1999-06-153-216/+0
|
* 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
|
OpenPOWER on IntegriCloud