summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Regen:sheldonh2003-07-041-14/+29
| | | | * Boemler: vendors.txt (2003-06-30)
* Use make(1) instead of a shell script to implement the checkdpadd target.bde2003-07-031-9/+7
| | | | | | | | | This is simpler, and is easy to do now that make(1) supports substituting regexps. Fixed missing '$' anchor in the regexp. Use less cryptic names for temporary variables. Submitted by: ru (early version) Reviewed by: ru
* Update the rest of the busdma man page for the change in bus_dma_tag_create()scottl2003-07-031-1/+9
|
* Update the busdma manpage to reflect the recent API change toscottl2003-07-031-1/+35
| | | | bus_dma_tag_create.
* Remove a hard-sentence break and a duplicated sentence. Capitalizejkoshy2003-07-031-10/+8
| | | | a displayed list uniformly and fix up some grammar while I'm here.
* Add an Xref to pw(8).jkoshy2003-07-031-0/+1
|
* Libraries come.ru2003-07-021-0/+1
|
* Sort.ru2003-07-021-1/+1
|
* Fix a grammar bogon.schweikh2003-07-021-1/+1
|
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.ru2003-07-022-4/+14
|
* The .s files do not have to be preprocessed with cpp(1).ru2003-07-021-2/+2
|
* Revert to using as(1) to compile plain assembler source files.ru2003-07-021-9/+2
| | | | | | | | All .s files that need cpp(1) processing (see gcc(1) manpage's DESCRIPTION section) have been repo-copied to .S files. This is mostly to bring bsd.lib.mk in agreement with sys.mk. Desired by: obrien
* There's no reason to keep separate AINC knob anymore.ru2003-07-013-17/+8
| | | | | | | | The only real use of it (lib/libc/Makefile) has been fixed, and if necessary, the contents of AINC should be added to CFLAGS. Explained by: bde
* USB scanner support for Mustek BearPaw scanner.joe2003-07-011-0/+2
| | | | Submitted by: netchild
* 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
|
OpenPOWER on IntegriCloud