Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use vput instead of vrele. | mjacob | 1999-06-16 | 1 | -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 USBVERBOSE | n_hibma | 1999-06-16 | 2 | -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 512 | wpaul | 1999-06-16 | 1 | -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 writes | dg | 1999-06-16 | 1 | -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. | ru | 1999-06-16 | 3 | -9/+60 |
| | |||||
* | Print verbose messages when there is error. | yokota | 1999-06-16 | 2 | -4/+42 |
| | | | | Oked by: des | ||||
* | Fix non-benign typo. | billf | 1999-06-16 | 1 | -2/+2 |
| | | | | Submitted by: Daniel Baker <dbaker@cuckoo.com> | ||||
* | Clean up bitrot in interrupt tracing code. | tegge | 1999-06-16 | 3 | -9/+9 |
| | |||||
* | If we still haven't got a sufficient number of free buffers after the | tegge | 1999-06-16 | 1 | -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 in | mckusick | 1999-06-15 | 7 | -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 to | mjacob | 1999-06-15 | 2 | -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. | julian | 1999-06-15 | 1 | -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. | mckusick | 1999-06-15 | 2 | -4/+4 |
| | |||||
* | cam_get_device() was returning 0 on failure, and 1 on success, while | mpp | 1999-06-15 | 1 | -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 be | mpp | 1999-06-15 | 1 | -3/+3 |
| | | | | | | used with objformat. PR: 10877 | ||||
* | Document the IMPLEMENTATION NOTES section since we have a number of | mpp | 1999-06-15 | 1 | -2/+4 |
| | | | | | | man pages that use it. PR: 10659 | ||||
* | This really belongs to section 8. | ru | 1999-06-15 | 1 | -2/+2 |
| | |||||
* | Kill option FAILSAFE. | des | 1999-06-15 | 16 | -54/+25 |
| | | | | | PR: i386/12187 Approved by: bde | ||||
* | Document the usage of escape character in a service name. | ru | 1999-06-15 | 1 | -2/+9 |
| | | | | | PR: 7101 Reminded by: jhs | ||||
* | MFS: No longer needed with PicoBSD 0.44 | roger | 1999-06-15 | 4 | -86/+0 |
| | |||||
* | MFS: No longer needed in PicoBSD 0.44 | roger | 1999-06-15 | 18 | -8261/+0 |
| | |||||
* | Add VIA Apollo Master VT82c570 chipset. (I have 2 of these) | roger | 1999-06-15 | 1 | -12/+8 |
| | | | | Also, Apollo IDE controller has device ID of 1571 and 0571 | ||||
* | MFS: No longer needed in PicoBSD 0.44 | roger | 1999-06-15 | 3 | -216/+0 |
| | |||||
* | MFS: No longer needed in PicoBSD 0.44 | roger | 1999-06-15 | 71 | -19007/+0 |
| | |||||
* | Ensoniq AudioPCI sound cards haven't worked since the newbus integration | newton | 1999-06-15 | 1 | -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 party | jb | 1999-06-14 | 2 | -6/+10 |
| | | | | software support out-of-the-box (like i386 does). | ||||
* | Support Alpha and -CURRENT in the "-r" option case. | obrien | 1999-06-14 | 1 | -9/+17 |
| | |||||
* | Include <sys/time.h> for correctness. BDE has a better version of this, | nik | 1999-06-14 | 1 | -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) | ru | 1999-06-14 | 1 | -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 device | roger | 1999-06-14 | 1 | -46/+40 |
| | |||||
* | Comment out the PCI Comtrol Rocketport entries. | roger | 1999-06-14 | 1 | -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_3 | roger | 1999-06-14 | 2 | -5/+5 |
| | |||||
* | Update to PicoBSD 0.44 (from RELENG_3) | roger | 1999-06-14 | 2 | -0/+119 |
| | |||||
* | Update to PicoBSD 0.44 from RELENG_3 | roger | 1999-06-14 | 26 | -119/+145 |
| | |||||
* | Update to PicoBSD 0.44 from RELENG_ | roger | 1999-06-14 | 6 | -39/+19 |
| | |||||
* | Updated the BUGS section. BREAK is now implemented. | bde | 1999-06-14 | 2 | -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 later | n_hibma | 1999-06-14 | 2 | -4/+4 |
| | |||||
* | Fix typo confusing `fa' and 'fb' registers. | simokawa | 1999-06-14 | 1 | -4/+4 |
| | | | | Now, MATLAB works fine under OSF/1 emulation. | ||||
* | Come up with something useful when someone searches for | brian | 1999-06-14 | 2 | -4/+6 |
| | | | | ``dynamic IP''. | ||||
* | 1) remove the soft reset after a command failed. | n_hibma | 1999-06-13 | 1 | -5/+17 |
| | | | | 2) remove printing of errno and errstr | ||||
* | Eliminate the bogus procfs private almost struct dirent structure. | phk | 1999-06-13 | 6 | -86/+54 |
| | | | | | Spotted by: Lars Hamren Reviewed by: bde | ||||
* | 1) Add non-blocking I/O on read | n_hibma | 1999-06-13 | 1 | -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 usb | n_hibma | 1999-06-13 | 1 | -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_hibma | 1999-06-13 | 4 | -30/+32 |
| | |||||
* | Fix placement of signal trampoline. | dt | 1999-06-13 | 1 | -2/+2 |
| | |||||
* | Use pmap_kenter instead of pmap_enter to map the message buffer. | alc | 1999-06-13 | 2 | -6/+4 |
| | |||||
* | Removed checking for unit>NBKTR. | roger | 1999-06-13 | 2 | -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. | roger | 1999-06-13 | 1 | -1/+2 |
| | |||||
* | vm_map_protect: | alc | 1999-06-12 | 1 | -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 section | roger | 1999-06-12 | 1 | -2/+2 |
| |