summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* rid is not a pointer to int, but rather just a plain int.imp2003-03-301-2/+2
|
* Document what bus_set_resource(9) does. It is used by bus drivers toimp2003-03-302-0/+96
| | | | bind resources that client drivers later access.
* Correct a typo in previous commitkris2003-03-291-1/+1
|
* Note: this is OLDCARD, and tweak comment about clpd 6729/30.imp2003-03-291-1/+3
|
* Add a new man page for bus_activate_resource andimp2003-03-292-2/+100
| | | | | bus_deactivate_resource. It could use some improvement, and others are welcomed to do so :-)
* Clearify what happens with the cookiep in various cases.imp2003-03-291-1/+11
|
* Fix some typos:imp2003-03-291-6/+14
| | | | | | | | race->rare rman_activate_resource -> bus_activate_resource Add xref to bus_activate_resource Minor markup changes for the start/end/count parameters.
* Globally use -mieee in /usr/src for Alpha.obrien2003-03-291-0/+4
|
* Reduce "code duplication" for AMD CPU's.obrien2003-03-291-30/+10
|
* Expound a little bit about the softc, where its size is found and aimp2003-03-281-2/+16
| | | | caution against emulating legacy softc methods used in the tree.
* Remove bogus card.4, and replace it with a link to oldcard.4. ruimp2003-03-282-104/+1
| | | | | | | | pointed this out a while ago, and I'm just now getting back to it. It obsoletes one of ru's changes, but since oldcard.4 is so much better, that doesn't matter. Submitted by: ru
* Create a man page for bus_child_present(9), a function to see if aimp2003-03-282-1/+84
| | | | | given device is considered accessible by its parent device bus driver (or its parent, etc).
* Add an information and fix typo.shiba2003-03-271-2/+2
|
* Fix typo in the version of the diff that I committed.keramida2003-03-261-1/+1
| | | | Submitted by: Simon L. Nielsen <simon@nitro.dk>
* Document mountd_flags.keramida2003-03-261-0/+10
| | | | | PR: 50023 Submitted by: Simon L.Nielsen <simon@nitro.dk>
* Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.keramida2003-03-261-0/+4
| | | | | PR: 50139 Submitted by: asmodai
* Add missing Danish (doc/da_*) language doc subdirectorykeramida2003-03-262-0/+2
| | | | | PR: docs/50290 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Revert previous commit which accidentally snuck in with some unrelatedjhb2003-03-251-1/+1
| | | | | | changes. Reported by: bde
* Fix a typo in msmith's email address.trhodes2003-03-251-1/+1
| | | | Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
* Add some HP cards to the supported list of cards. Also mentionps2003-03-251-4/+8
| | | | | | that 1000BaseTX only supports full-duplex. Submitted by: John Cagle <john.cagle@hp.com>
* Remove MAKEDEV rot.trhodes2003-03-252-12/+1
| | | | | PR: 50286, 50285 Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
* Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()jhb2003-03-254-157/+2
| | | | | | didn't have a manpage. Reminded by: ru
* Remove reference to MAKEDEVbrueffer2003-03-251-2/+0
|
* Add a tiny manpage to make sure users aren't surprised when theykeramida2003-03-252-1/+45
| | | | search for MAKEDEV, now that it's deprecated.
* Delete MAKEDEV referenceskeramida2003-03-251-7/+1
| | | | | PR: 50284 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* Delete MAKEDEV references and update the text about /dev/foo controlkeramida2003-03-254-77/+5
| | | | | | | devices that return the next available device when opened. PR: 50280, 50281, 50282, 50283 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* Delete MAKEDEV references and add small blurb that points to devfs(5)keramida2003-03-251-15/+9
| | | | | | | and devd(8). PR: docs/50278 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* Delete MAKEDEV reference.keramida2003-03-251-1/+0
| | | | | PR: docs/50277 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* Delete MAKEDEV traceskeramida2003-03-251-9/+1
|
* The .Fn function. Use .Xr where appropriate.charnier2003-03-2426-57/+112
|
* Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.brueffer2003-03-235-254/+0
| | | | | Approved by: ceri (mentor), phk Not objected by: ru
* Sync types with headers.ru2003-03-231-5/+5
|
* s/loaded as a module/available as a module/gobrien2003-03-231-1/+1
| | | | Submitted by: ru
* Clarify the proper bitmask for target mode with another example.njl2003-03-231-0/+1
|
* Document the net.inet.icmp branch of the sysctl(3) MIB.ru2003-03-221-1/+46
| | | | Submitted by: mdodd
* mdoc(7) police: Tidy up the formatting.ru2003-03-221-130/+197
|
* Added GEOM library to the bsd.libnames.mk namespace.ru2003-03-211-0/+1
|
* Correct typo in function declaration (s/if_dont/if_done).ceri2003-03-191-1/+1
| | | | | | PR: docs/50136 Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org> MFC After: 4.8
* A new rc-ng script to build linker.hints files with kldxref(8)cjc2003-03-171-0/+44
| | | | | automatically at boot time. Associated rc.conf(5) knobs and documentation are included.
* Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don'tobrien2003-03-161-4/+10
| | | | like this. Also make it easier to issue the distfile fetching on command.
* Document the net.inet.tcp.rfc3390 sysctl variable.hsu2003-03-131-1/+15
|
* Document the net.inet.tcp.rfc3042 sysctl variable.hsu2003-03-121-0/+4
|
* Record the sudden death of bsd.kern.mk and bsd.sgml.mk.ru2003-03-121-2/+0
|
* Update sendfile.2 to include a TUNING section that documents theseanc2003-03-121-0/+5
| | | | | | | various tunables that are applicable to sendfile(2). Update tuning.7 to mention a reference to sendfile.2. Approved by: keramida
* manual page for rndtest driver/modulesam2003-03-112-0/+68
|
* Try to clarify how orphaning works.phk2003-03-091-25/+46
|
* KerberosIV deorbit: Remove references.markm2003-03-081-3/+0
|
* KerberosIB deorbit: Remove library references.markm2003-03-081-7/+1
|
* KerberosIV deorbit sequence: We no longer build a krb4 distribution.markm2003-03-081-2/+1
|
* KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.markm2003-03-081-6/+0
|
OpenPOWER on IntegriCloud