summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Document the PHY chip statistics.harti2003-07-142-0/+29
|
* Document the support for the IDT77155 Sonet/SDH PHY.harti2003-07-141-4/+9
| | | | Cross-reference hatm(4) and fatm(4).
* Document the existance of fla(4).obrien2003-07-142-0/+60
|
* correct card type for Linksys *55AGsam2003-07-131-3/+3
| | | | | PR: bin/54190 Submitted by: Josh Elsasser <jre@vineyard.net>
* Since -march=pentium4 is supposed to be fixed with GCC 3.3, andmux2003-07-131-3/+1
| | | | | since people have been reporting success with it, re-enable the pentium4 optimization.
* Eliminate non-existent word.jkoshy2003-07-131-1/+1
| | | | Submitted by: jwd
* add asus wl100imp2003-07-111-0/+1
|
* Add support for a bunch of Microsoft networking products:wpaul2003-07-102-12/+78
| | | | | | | | - MN-110 10/100 USB ethernet (ADMtek Pegasus II, if_aue) - MN-120 10/100 cardbus (ADMtek Centaur-C, if_dc) - MN-130 10/100 PCI (ADMtek Centaur-P, if_dc) Also update dc(4) man page to mention support for MN-120 and MN-130.
* Add to the list of AMR cards.obrien2003-07-101-1/+5
|
* Grammar fixbrueffer2003-07-081-1/+1
| | | | | | PR: 54225 Submitted by: Christopher Nehren <apeiron@comcast.net> MFC after: 3 days
* Bring build(7) in sync with src/Makefile by removing documentationsmkelly2003-07-081-29/+0
| | | | | | | | | | | for targets that have been unsupported since April: - upgrade - aout-to-elf - aout-to-elf-build - aout-to-elf-install - move-aout-libs Approved by: imp
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+4
| | | | | | | PR: 51006 Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua> mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk> MFC after: 10 days
* pam_lastlog, not login, in 5.x.dannyboy2003-07-081-12/+9
| | | | | PR: 54200 Submitted by: Matthew George <mdg@secureworks.net>
* "towards" -> "toward". According to dictionary.com, the use of "towards"jkoshy2003-07-081-2/+2
| | | | | | | | | | is common in British English, while "toward" is the preferred form in American English. Use the American form for consistency. Correct the date on the manual page. Submitted by: Tom Rhodes <trhodes@freebsd.org>, underway@comcast.net (Gary W. Swearingen)
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-072-4/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safegshapiro2003-07-062-30/+0
| | | | | | | (though probably not a good idea in general) to set the various SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc. MFC after: 5 days
* de-__Pcharnier2003-07-062-4/+5
| | | | | use port/proto to represent services (not proto/port). add FBSDID
* Add config(5).jkoshy2003-07-061-1/+1
|
* Fix Ctrl-\ache2003-07-061-1/+1
| | | | Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
* New section 5 manual page detailing our kernel configuration filejkoshy2003-07-061-0/+343
| | | | | | | format. Reviewed by: Ruslan Ermilov <ru@freebsd.org>, Jens Schweikhardt <schweikh@schweikhardt.net>
* Add ARMSCII-8 console stuffache2003-07-0513-6/+824
| | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
* Add ARMSCSII-8 localeache2003-07-0513-0/+558
| | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944
* Add buffalo airstation wli2-cf-s11 I got in japan to the listimp2003-07-051-0/+1
|
* 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)
OpenPOWER on IntegriCloud