summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Support the Epson GT-9300UF usb scanner.joe2003-07-011-0/+1
| | | | PR: kern/53929
* Allow diskless_remount files to contain path beginning with / which willbrooks2003-06-301-0/+21
| | | | | | | be mounted relative to the NFS root mountpoint. Reviewed by: dillon at backplane.com MFC After: 3 days
* move maxsegsz down a bit so that the arg definition order matches thejmg2003-06-301-4/+4
| | | | calling order.
* Propagate the ${AINC} knob (assembler include) to sys.mk,ru2003-06-302-4/+1
| | | | and remove the .S.o transformation rule from bsd.lib.mk.
* Removed suffix-transformation rules that are duplicatesru2003-06-301-20/+0
| | | | (or are subsets) of the corresponding rules in sys.mk.
* The use of ld(1) to strip compiler local and non-globalru2003-06-301-36/+0
| | | | | | | | | | | | | | | | | | | symbols from object files has bitrotted over the last thirteen years, and it now does more harm than good. An attempt to work around the problems caused by using ld(1) for stripping was to pass LDFLAGS to the ld(1) command, but this was not right either as ${LDFLAGS} should, by design, be used with cc(1) and not ld(1). One of the proposed solutions was to use the objcopy(1) utility to do the strip work, and the other would be to use strip(1), but Bruce Evans suggested not stripping any symbols at all. This works by leaving the grunt work to the final strip(1) command (when installing the binary). Submitted by: bde
* Correct spelling of "TracyChapman".mph2003-06-301-1/+1
|
* Add ${CRUNCH_CFLAGS} support for adding compile options to crunchgordon2003-06-292-0/+3
| | | | | | | components. This is generally considered a non-optimal solution but it gets the job done for the /rescue case. Submitted by: Tim Kientzle <kientzle@acm.org>
* 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.
OpenPOWER on IntegriCloud