summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Change M_WAIT to M_TRYWAIT, the new name of the flag.bmilekic2000-12-241-2/+2
|
* Merge vendor/device information from another database, but keep themsmith2000-12-221-84/+662
| | | | | | | | | | | current format. The new database also has subvendor/subdevice ID information, which we aren't using for now. This adds 272 new vendors and 376 new device identifiers, as well as cleaning out some of the bad entries in the previous revision. We now combine data from: http://www.yourvote.com/pci http://members.hyperlink.com.au/~chart/pci.htm
* o Add cardbus support (use pci attachment for now)imp2000-12-181-43/+81
| | | | | | | | | | | | | | | | | | | | | | <bde> o Add comments in some places to clarify some points. o Don't typedef sc_p. This isn't usually done in the drivers and may cause problems in teh future if C goes the C++ route of requiring one and only one definition for each and every type. Instead use the current convetion of expanding struct ${1}_softc * inline needed. o change some comments to be more style(9)-like. o Define and use DEV2SOFTC to encapsulate storing/getting softc from a dev_t. This also takes care of the missing cast from the examples. o Define and use DEVICE2SOFTC, similar to DEV2SOFTC for getting the softc from a device_t. </bde> We still should have this generate foo_{isa,pci,pccard,cardbus,eisa}.c and foovar.h from templates of some sort, but I was too lazy to do that in this commit. I did document it in the comments, however. Note: bde-like corrections made with the help of my my portable plastic bde icon. Results with the real bde may vary with use.
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-3/+4
| | | | | | | | | format version number. (userland programs should not need to be recompiled when the netgraph kernel internal ABI is changed. Also fix modules that don;t handle the fact that a caller may not supply a return message pointer. (benign at the moment because the calling code checks, but that will change)
* Added BSD/OS 4.2wosch2000-12-171-14/+15
|
* Added NetBSD 1.5wosch2000-12-171-1/+2
|
* Added releases dates for BSD/OSwosch2000-12-171-68/+94
| | | | | | | | | Added BSD/OS releases up to 4.1 Submitted by: seebs@plethora.net (Peter Seebach), Jeff Polk <polk@BSDI.COM> BSDI -> BSD/OS Reorder 4.4BSD Lite2
* Catch up to the changes to the kthread API.jhb2000-12-152-31/+46
|
* mdoc(7) police: added missing .Os call.ru2000-12-145-0/+5
|
* mdoc(7) police: removed duplicate .Os calls.ru2000-12-147-8/+2
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-1431-45/+51
|
* Grammar fix.sheldonh2000-12-141-1/+1
|
* mdoc(7) police: add a missing .Os, change the list type to ``tagged''.ru2000-12-141-11/+10
|
* Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well asjhb2000-12-131-0/+15
| | | | the MTX_QUIET flag.
* Add sbuf(9) man page with links to API function names.des2000-12-132-0/+245
| | | | Reviewed by: ru
* document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEADassar2000-12-131-2/+27
|
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-45/+167
| | | | | | | | | | | | | This clears out my outstanding netgraph changes. There is a netgraph change of design in the offing and this is to some extent a superset of soem of the new functionality and some of the old functionality that may be removed. This code works as before, but allows some new features that I want to work with and evaluate. It is the basis for a version of netgraph with integral locking for SMP use. This is running on my test machine with no new problems :-)
* mdoc(7) police: Add a missing .Os.ru2000-12-121-1/+1
|
* Document /usr/include/isc.archie2000-12-121-0/+2
| | | | Noticed by: ru
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-1128-28/+28
|
* Document /usr/include/netnatm and /usr/share/sendmail.ru2000-12-111-0/+8
|
* Add a reference to the fetch(3) man page.des2000-12-101-1/+1
|
* Actually install pci_vendors.bde2000-12-101-2/+2
|
* Add `_PATH_DEVZERO'.obrien2000-12-094-4/+10
| | | | Use _PATH_* where where possible.
* Fix some nits in the globs used to describe the various sets of atomicjhb2000-12-081-5/+5
| | | | | | operations. Submitted by: jake, jasone
* Fix typo.archie2000-12-081-1/+1
| | | | Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
* Do not check for existence of ${_dir}/kern/ , because for modules that setjasone2000-12-081-2/+2
| | | | | | | | | | | | | | | .PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the form exists(${.CURDIR}/[...]/kern/). This appears to be happening because make is searching for the argument to "exists" by using .PATH rather than a relative search, because .PATH and the argument match at the beginning. Additionally, make appears to consider a path that starts with ${.CURDIR} as relative, even though it expands to an absolute path. The reason that most people aren't seeing this problem is that the absolute paths of /usr/src/sys and /sys are also searched, so as long as the kernel source can be found in at least one of those places, no problems surface. This problem was inadvertently introduced on 1 December 2000, with the addition of the sysvipc modules.
* Add Linuxulator manpage. Derived from i386 version.marcel2000-12-082-2/+127
|
* The osfulator can be compiled-in now:marcel2000-12-081-4/+3
| | | | | | | o add kernel option to the synopsis. o remove "only as module" from bugs. Reviewed by: sheldonh
* Add a PCI vendor/device database, used by pciconf (and available for usemsmith2000-12-071-0/+3631
| | | | | | | | by other tools as well). Note that omissions and corrections for this file should be resolved via http://www.yourvote.com/pci, as this is the master source for this database, rather than by editing this file directly.
* Install the stock (as supplied by groff(1) distribution) tmac.anru2000-12-061-1/+1
| | | | | and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have been modified to call groff(1) with -mandoc argument.
* Groff 1.16.1 implements .psbb request internally in troff(1)ru2000-12-063-3/+3
| | | | | rather than as a macro using the .sy request, so we may drop the unsafe (-U) mode.
* These groff(1) documents require sed(1) parsing.ru2000-12-062-4/+28
|
* Fix bogon in previous commit, whereby the contents of SUBDIR were lostsheldonh2000-12-061-2/+2
| | | | | | | | in the assignment of man4.alpha! This prevented the man4.i386 pages from being installed. Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
* groff does not use MANDEPEND anymore.ru2000-12-051-1/+1
|
* Added termcap entry for multilingual sysinstallhosokawa2000-12-041-0/+11
|
* This page requires tbl(1).ru2000-12-011-0/+1
|
* Add more comments, fix a typo, mention how to do PPPoUDP using encryptionbrian2000-12-011-40/+105
| | | | to create a VPN.
* Eliminate a few more groff(1) warnings.ru2000-12-011-5/+5
|
* Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:brian2000-11-301-6/+4
| | | | idletime[900]+earlyhup[5] > unitlength[60]!'' message.
* Add some comments and $FreeBSD$brian2000-11-301-17/+13
|
* Update some misleading comments, empty ``set logout'', and add abrian2000-11-301-4/+25
| | | | | comment describing how to take advantage of telcos that give free phone calls at certain times.
* Eliminate groff(1) warnings.ru2000-11-301-14/+16
|
* Eliminate groff(1) warnings.ru2000-11-308-9/+10
|
* Backout rev 1.2 (this paper is in me(7) not in ms(7) format),ru2000-11-301-7/+5
| | | | eliminate remaining groff(1) warnings.
* Add make.conf(5).nik2000-11-301-1/+2
|
* Add commentary about shared SASL files versus sendmail compilation.gshapiro2000-11-301-0/+6
| | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Typo police.nik2000-11-291-1/+1
|
* Looks like my last round of suggestions didn't make it in. Fix invalidsheldonh2000-11-291-8/+8
| | | | cross-references.
* Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this shouldnewton2000-11-291-1/+3
| | | | have happened with the last commit).
OpenPOWER on IntegriCloud