summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* The prototype for cpu_switch() was changed in revision 1.111 ofchris2001-01-131-1/+1
| | | | | | | <sys/proc.h> PR: 24311 Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
* o Clear up explanations of various entries (includes spelling, grammar,chris2001-01-131-53/+87
| | | | | | | | punctuation, and explanations that are just plain wrong) o Add missing entries o Remove entries for directories that do not exist Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
* fix typo; file -> filesben2001-01-131-1/+1
| | | | Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
* Only install sysinstall.8 if the release/sysinstall directory exists. Thisben2001-01-131-2/+5
| | | | | | | fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
* Oops, the previous did not work with current mdoc(7).ru2001-01-121-1/+1
|
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-125-13/+14
|
* Add manual for ray driver.dmlb2001-01-112-1/+408
| | | | Reviewed by: ru
* Add these key bindings for tcsh users in interactive mode:archie2001-01-101-0/+5
| | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
* Fixed mdoc(7)NG warnings introduced in the previous revision.ru2001-01-091-4/+2
|
* Part 2 of the netgraph rewrite.julian2001-01-081-28/+124
| | | | | | This is mostly cosmetic changes, (though I caught a bug or two while makeing them) Reviewed by: archie@freebsd.org
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-141/+153
| | | | | | | | This version is functional and is aproaching solid.. notice I said APROACHING. There are many node types I cannot test I have tested: echo hole ppp socket vjc iface tee bpf async tty The rest compile and "Look" right. More changes to follow. DEBUGGING is enabled in this code to help if people have problems.
* Add getenv(3) and setenv(3) into ``See also'' section.sobomax2001-01-011-0/+2
|
* Install sysinstall.8 as part of buildworld.ben2001-01-011-1/+4
| | | | | PR: 19818 Submitted by: Brian Candler <B.Candler@pobox.com>
* Remove comma after final .Nm entry before .Ndben2000-12-301-1/+1
|
* Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.ben2000-12-301-16/+0
|
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.phantom2000-12-2914-697/+16
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.phk2000-12-291-220/+3
| | | | | | Retire them before anybody starts to use them again. Use TAILQ instead, it provides the same functionality.
* Prepare for mdoc(7)NG.ru2000-12-29119-573/+499
|
* fix typos.ben2000-12-291-2/+2
| | | | | PR: 23934 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Add some text saying that this page may occasionally be out of date with theben2000-12-291-0/+7
| | | | real make.conf.
* Add $FreeBSD$peter2000-12-292-0/+4
|
* Mdoc(7)ify.ru2000-12-281-306/+466
|
* Retire kernfs (userland part).des2000-12-283-133/+1
|
* 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>
OpenPOWER on IntegriCloud