summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-2860-792/+1294
|
* Punctuation.ru2003-06-281-1/+1
|
* correct bus-isicty of D-Link cardssam2003-06-281-2/+2
| | | | Submitted by: Stefan =?iso-8859-1?Q?E=DFer?= <se@freebsd.org>
* Add reference to CAM.simokawa2003-06-281-1/+2
|
* Add documentation for watchdogd_enable setting.smkelly2003-06-281-0/+9
| | | | Approved by: jeff (mentor)
* typosam2003-06-261-2/+2
| | | | Submitted by: Peter Wemm <peter@wemm.org>
* - Add a software watchdog facility.smkelly2003-06-262-0/+78
| | | | | | | | | This commit has two pieces. One half is the watchdog kernel code which lives primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland daemon which, when run, will keep the watchdog from firing while the userland is intact and functioning. Approved by: jeff (mentor)
* Be consistent about the use of ${LDFLAGS} for the internal rules. Somepeter2003-06-261-10/+10
| | | | | were missing. This made it difficult to add backend ABI overrides when building shared libs.
* 'options atm' should actually read 'device atm'.harti2003-06-252-2/+2
| | | | Pointed out by: Craig Rodrigues
* This is the man page for the netgraph ATM node.harti2003-06-252-0/+354
|
* Backout part of my previous commit dealing with bus_dmasync_op_tmux2003-06-251-1/+6
| | | | | | documentation since people think it was better the way it was before. Requested by: gibbs (some time ago)
* Replace lat-amer.kbd with two keyboardsache2003-06-234-4/+122
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* attach Atheros manual pages to the buildsam2003-06-231-0/+2
|
* manual page for the Atheros Hardware Access Layer modulesam2003-06-231-0/+90
|
* ath driver manual pagesam2003-06-231-0/+314
|
* MASTER_SITE_OVERRIDE can list several sites.ru2003-06-231-1/+1
|
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-234-0/+110
| | | | | little endian and big endian and with 32 and 64 bit pointers. It already has the hooks to be used for HARP, NATM and ngATM.
* Misc fixes from originatorache2003-06-231-10/+35
| | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> PR: 53327
* add verbage on various failure cases to match the /dev/pci interface.jmg2003-06-231-6/+15
|
* Update the description of the Netgear MA401 to say Prism-II/2.5;silby2003-06-201-1/+1
| | | | | | my 401 is a 2.5, so presumably many of them are. MFC after: 3 days
* German keymap with dead keys.murray2003-06-193-1/+147
| | | | | | PR: misc/28456 Submitted by: Ulrich Luttner <luttner@web.de> MFC After: 1 week
* Add US syscons keymap w/ accents.murray2003-06-193-1/+146
| | | | PR: misc/18459
* Add MLINK for busdma(9) to bus_dma(9).hmp2003-06-171-0/+1
| | | | | | | This resolves confusion for at least 10 people. Suggested by: Bruce M. Simpson <bms@spc.org> Approved by: des (mentor)
* Reference the hatm(4) driver man page.harti2003-06-172-0/+2
|
* The man page for the Fore/Marconi HE155/622 driver.harti2003-06-172-0/+226
|
* String the timecounter paper into the build.phk2003-06-171-1/+1
|
* Re-introduction of the matcd Compact Disc drive driver documentation.uhclem2003-06-171-0/+454
| | | | | | | | | | | The matcd.4 man page has been upgraded to reflect current 5.1.x functionality, and efforts were made to match the style and layout found in similar-single purpose block drivers man pages found in the 5.1 tree man4 area while not losing useful information. However, the documentation folks should still take a look, since the man pages used as guides were somewhat inconsistent on a variety of points. Approved by: markm(mentor)
* Reference the new natmip(4) man page.harti2003-06-161-1/+1
|
* Add my timecounter paper from EuroBSDcon2002phk2003-06-1510-0/+6004
|
* Name a function argument "mbuf", not "buf", if it isyar2003-06-151-2/+2
| | | | a pointer to struct mbuf for clarity and consistency.
* Add missing descriptions of macros M_ALIGN and MH_ALIGN.yar2003-06-151-1/+89
| | | | | | Remove a reference to the defunct macro M_COPY_PKTHDR; document the new functions m_dup_pkthdr() and m_move_pkthdr(), and the macro variant of the latter, M_MOVE_PKTHDR().
* Add more markup to the mbuf(9) manpage. This includes:yar2003-06-151-92/+239
| | | | | | | | | | | | | - tagging plaintext "mbuf", "mbuf cluster", and "mbuf chain" with .Vt (variable type) since all of them are ways of managing data, i.e., they can be seen as data types; - using .Vt/.Va instead of .Li (literal) where appropriate; - tagging plaintext words that actually refer to function arguments with .Fa. Suggested by: ru
* Use .Va, not .Fa, to refer to structure members.yar2003-06-151-8/+8
| | | | | | | mdoc(7) contains an ambiguous statement on the issue, but our mdoc(7) police's opinion is solid. Suggested by: ru
* Catch up man page with reality in rc.d/named.mtm2003-06-141-1/+1
| | | | Pointed out by: Simon L. Nielsen <simon@nitro.dk>
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
| | | | | | | deal with working with the parties to define a coherent definition for CSTD that doesn't break things. Core hat seconded by: markm
* Remove the old xref to kerberos(1), and replace it with an xref totrhodes2003-06-141-1/+1
| | | | | | | kerberos(8). According to markm, the kerberos(8) manual page is installed if NO_KERBEROS is set. PR: 30443
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
| | | | global settings is free to do so in his or her own source tree.
* Build/install the PIC version of libgcc (libcc_pic.a) for use by sharedpeter2003-06-131-0/+1
| | | | libraries that do exception unwinding.
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
| | | | | | uses alloca() and alloca is impossible to implement as a callable function on amd64. It has to be a compiler builtin. Note that the bigger problem is that libc is not c99 clean internally.
* - Document the fact that you can specify several DMA operations tomux2003-06-131-15/+28
| | | | | | | | | | | | bus_dmamap_sync() by OR'ing them together. - Don't document what BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE and BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE is supposed to do when passed to bus_dmamap_sync(). There are other possible combinations and the reader just needs to know what the individual flags do and that he can combine different DMA operations. - Use .An when listing authors. Reviewed by: hmp
* Factor out the description of how to configure a CLIP into its ownharti2003-06-134-29/+130
| | | | | | man page. This will be more scaleable as more driver man pages hit the tree. Add also a description on how to do this configuration in the rc.conf script.
* Remove the documentation of the raw AAL0 access which has been removed.harti2003-06-131-28/+0
| | | | | This raw cell stuff not used in the tree and a doubt that it is used anywhere else. It was also very Midway specific.
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-1/+8
| | | | | | | toggle several media options (sonet/sdh, for example) with ifconfig and to see the carrier state in ifconfig's output. It gives also read/write access (given the right privilegs) to the S/Uni registers to user space programs.
* Remove paragraph which describes how we might switch our packet queueinghmp2003-06-121-13/+0
| | | | | | | | | | | | | | | discipline to Random Early Detection (RED) in the future. The same para incorrectly spelt ``Random Early Detection'' as ``Random Early Drop''. While I am there, nuke IF_ENQ_DROP from the list of functions. More work will be done on this, since some of the functions like if_enq_drop() and if_queue_drop() were replaced with one function called if_handoff() that does the job of enqueing the packet and updating interface statistics as necessary. Reviewed by: wollman Approved by: des (mentor) MFC after: 1 day
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-125-1/+442
| | | | | | | It currently supports the PMC Sierra Lite, Ultra and 622 chips and the IDT 77105. The driver handles media options and state in a consistent manner for ATM drivers. The next commit to the midway driver will make it use utopia.
* Document the fact that one is allowed to sleep while holding an sx lock.harti2003-06-121-0/+2
| | | | Discussed with: jhb@
* Rename the section 'locking considerations' into 'context'.harti2003-06-121-10/+5
| | | | | | | Change the wording in this section to get rid of references to mutexes and talk about sleeping instead. Discussed with: jhb@, ru@
* - Add manpages for the gem and hme ethernet drivers. These were obtainedtmm2003-06-104-0/+205
| | | | | | from NetBSD, and changed slightly to account for FreeBSD specifics. - Hook them up to the build. - Add them to the list of miibus-using drivers in miibus(4).
* Add cross-references to pci(4) and pciconf(8).sheldonh2003-06-101-0/+2
|
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
| | | | Desired by: ru
OpenPOWER on IntegriCloud