summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oops! this macro needs to be defined for "make release".markm2000-03-021-0/+2
| | | | Found by: phk
* Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,shin2000-03-022-1/+15
| | | | | | | to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6. PR: docs/17120 Kindly Submitted by: phantom
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-02107-366/+732
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Make a link from curses.3 -> ncurses.3 so that 'man 3 curses' doespeter2000-03-022-0/+2
| | | | something remotely useful.
* Fix a problem with device number parsing, which caused da10 to map togrog2000-03-021-5/+5
| | | | | | | | da1, and da11 to da2. Reported by: Dan Nelson <dnelson@emsphone.com> Implicitly-approved-by: jkh
* Update the wording on the error message when libcrypto.so can't find ankris2000-03-022-4/+8
| | | | | | RSA library. Reviewed by: peter, jkh
* Resurrect the old libdes manpages (after a repo copy) until we have betterkris2000-03-021-0/+14
| | | | ones.
* Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol searchpeter2000-03-021-0/+2
| | | | | | | | | path so that ERR_load_strings() is found in certain circumstances involving dlopen(). eg: main program dlopened foo.so which is linked against libcrypto. If libcrypto then dlopens librsaUSA.so, then it's search path doens't find libcrypto (!). One "fix" is to force modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other is to explicitly declare dependencies (as done here).
* Fix two more problems with freeing the softc data manually. subr_bus.cpeter2000-03-022-4/+0
| | | | | | | | | is responsible for this and this will lead to malloc 'freeing already free' type panics. One was in the probe code, the other was in the pccard eject? code. Not explicitly approved by: jkh (but the first is fallout from subr_bus.c rev 1.54 which was an approved commit, the second is the same problem)
* adv_pci.c:gibbs2000-03-025-99/+115
| | | | | | | | | | | | | | | | | | | adw_pci.c: Update comments describing supported chips/cards. adwcam.c: adwlib.c: adwlib.h: Handle more error return codes from the firmware. Break out the bus reset code into its own function. Usa a constant for the bus reset hold delay. Fix an interrupt race problem in adw_idle_cmd_send by incorporating the poll loop for command completion. Approved by: jkh@FreeBSDorg
* Fix a initialization bug.phk2000-03-011-22/+20
| | | | | Report xmit queue length. Remove old magic and clean up some printfs.
* Don't free(sc) before returning an error from probe, it does not "belong"peter2000-03-012-2/+0
| | | | | | | | to us, subr_bus.c will free it. This bug (panic: freeing already free) was exposed by kern/subr_bus.c rev 1.54 Not explicitly approved by: jkh (but this is a showstopper and fallout of the above approved change)
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0169-414/+828
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Spell construct right.sos2000-03-011-3/+3
|
* Add missing entry for read(1) to the builtin(1) manual page andsheldonh2000-03-012-1/+4
| | | | add an MLINKS entry for it. I can't imagine how I missed this one.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0190-559/+1118
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* KerberosIV is no longer compulsory. This should fix "make release".markm2000-03-0128-75/+58
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0154-294/+587
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-015-19/+38
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0139-159/+317
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix errors in .Xr usage.nik2000-03-014-6/+6
| | | | | PR: docs/17057 Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* s/curses/ncurses/nik2000-03-013-4/+4
| | | | | PR: docs/17061 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove reference to nwfsrc(8), replace with reference tonik2000-03-011-1/+1
| | | | | | | /usr/share/examples/nwclient/dot.nwfsrc. PR: docs/17059 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-016-13/+26
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Remove xrefs to obsolete bad144(8).nik2000-03-012-11/+3
| | | | | PR: docs/17060 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove xrefs to obosolete cdplay(1)nik2000-03-012-3/+1
| | | | | PR: docs/17079 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove xrefs to obsolete ft driver.nik2000-03-013-3/+0
| | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove xrefs to st(4) and mt(4), replace with xrefs to sa(4) and st(4).nik2000-03-011-2/+2
| | | | | PR: docs/17081 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Merged from sys/i386/isa/isa_compat.h revision 1.27.kato2000-03-011-1/+1
|
* Merged from sys/i386/i386/userconfig.c revision 1.174.kato2000-03-011-1/+1
|
* Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385.kato2000-03-012-0/+184
|
* Merged from sys/i386/conf/GENERIC revisions 1.243, 1.244 and 1.245.kato2000-03-012-2/+8
|
* Merged from files.i386 rev 1.307.kato2000-03-011-1/+1
|
* Clarify the facility used for logging with and without the wrappingsheldonh2000-03-011-7/+20
| | | | | | | options. PR: 17017 Submitted by: Doug Barton <Doug@gorean.org>
* Disconnect pcfclock from the build until it works on the Alpha.sheldonh2000-03-011-1/+1
|
* Update man page to match the driver.sos2000-03-011-4/+8
|
* Set default revive block size to 64 kB.grog2000-03-011-1/+2
| | | | Implicitly-sanctioned-by: jkh
* Tidy up splbio() protection.grog2000-03-011-18/+8
| | | | | | | Tidy up locking. Previously we were taking two locks for a parity block, and only releasing one of them. Implicitly-sanctioned-by: jkh
* vinumstrategy: Don't count the read and written bytes before they'regrog2000-03-011-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | transferred, do it in complete_rqe instead. launch_requests: Replace the inadvertently removed splbio() around the main loop. It may not be necessary, but the biggest test of this stuff are IDE disks, which I'm not using. Remove throttling code, I'm pretty sure it's not needed any more. Don't set B_ORDERED, it's not necessary either. Objected-to-by: alfred build_rq_buffer: Don't lose the B_ORDERED bit, it still has some residual meaning. To do this right, Vinum needs to look at the B_ORDERED bit and order the transfer across all disks involved. That's an exercise for another day. Objected-to-by: alfred Implicitly-sanctioned-by: jkh
* Add keywords raid4 and partition.grog2000-03-011-1/+1
| | | | Implicitly-sanctioned-by: jkh
* complete_rqe: Handle volume read stats here with other objects.grog2000-03-011-1/+5
| | | | | | | Previously vinumstrategy counted the bytes before they were hatched, giving rise to strangenesses when a read failed. Implicitly-sanctioned-by: jkh
* Remove description of defunct DEBUG_NUMOUTPUT by commenting out.grog2000-03-011-34/+40
| | | | | | | | | Describe stop -f to stop when config updates are disabled. Explain in more detail why Vinum needs its own partition type, and why you can't make it the c partition. Implicitly-sanctioned-by: jkh
* Add declaration for parityops.grog2000-03-011-1/+2
| | | | Implicitly-sanctioned-by: jkh
* Increase the time we'll wait for a reviving disk to carry on and notgrog2000-03-011-4/+14
| | | | | | be marked as stalled, from 1 second to 5 seconds. Implicitly-sanctioned-by: jkh
* Implement vinum_rebuildparity, which had got forgotten. In thegrog2000-03-011-35/+58
| | | | | | | process, move the body of vinum_rebuildparity and vinum_checkparity to a new function, parityops. Implicitly-sanctioned-by: jkh
* After Bruce kindly explained the whole groff "sentence" idea to me, I'vegreen2000-03-011-2/+4
| | | | put the whitespace in the right place.
* The "sdl_family" field in a "struct sockaddr_dl" will be equalarchie2000-03-011-1/+1
| | | | | | to AF_LINK, not AF_DLI, as stated in the comment. Fix the comment. Reviewed by: wollman
* 1) Merge some text in from recent KAME distributions concerninggsutter2000-03-011-27/+42
| | | | | | | | | the syntax of scoped addresses. 2) Fix typos and grammatical nitpicks. PR: 17082 Submitted by: Bruce A. Mah <bmah@eisenhower.ca.sandia.gov>
* Fix a superuser credential check.bsd2000-02-291-1/+3
| | | | | Reviewed by: phk Approved by: jkh
* Add DVD-RAM support.sos2000-02-292-14/+60
| | | | | | | | | | | | The driver constructs a fake disklabel that makes the 'a' partition cover the entire DVD-RAM disk. This cannot be changed from the user side. This solution was chosen because most DVD-RAM will have a UDF (or until we have that CD9660) filesystem on it covering the entire disk, its not really thought as a real random access device. This might change over time, but for now this is what we have, and it is compatible with CDROM's etc, that makes using the minidisk subsystem less than ideal, because of !modulo BDEV_SIZE blocks.
OpenPOWER on IntegriCloud