ache
1a67969367
Add ARMSCSII-8 locale
...
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
2003-07-05 12:03:16 +00:00
imp
705cd167e6
Add buffalo airstation wli2-cf-s11 I got in japan to the list
2003-07-05 00:31:51 +00:00
sheldonh
2ea895ec95
Regen:
...
* Boemler: vendors.txt (2003-06-30)
2003-07-04 12:23:36 +00:00
bde
696003930f
Use make(1) instead of a shell script to implement the checkdpadd target.
...
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
2003-07-03 11:43:57 +00:00
scottl
e4b16fa239
Update the rest of the busdma man page for the change in bus_dma_tag_create()
2003-07-03 09:07:03 +00:00
scottl
cdbf1d77f1
Update the busdma manpage to reflect the recent API change to
...
bus_dma_tag_create.
2003-07-03 08:32:42 +00:00
jkoshy
27cdb40653
Remove a hard-sentence break and a duplicated sentence. Capitalize
...
a displayed list uniformly and fix up some grammar while I'm here.
2003-07-03 06:07:26 +00:00
jkoshy
da8982c244
Add an Xref to pw(8).
2003-07-03 06:03:12 +00:00
ru
9e382c20d5
Libraries come.
2003-07-02 23:57:29 +00:00
ru
b37cc8df23
Sort.
2003-07-02 23:54:37 +00:00
schweikh
8bc1c55614
Fix a grammar bogon.
2003-07-02 18:29:22 +00:00
ru
8a923fea13
Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.
2003-07-02 17:03:28 +00:00
ru
bd43451437
The .s files do not have to be preprocessed with cpp(1).
2003-07-02 16:43:07 +00:00
ru
dc7e39e87b
Revert to using as(1) to compile plain assembler source files.
...
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
2003-07-02 12:41:04 +00:00
ru
40666ef4a4
There's no reason to keep separate AINC knob anymore.
...
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
2003-07-01 15:15:45 +00:00
joe
1119d8b2b0
USB scanner support for Mustek BearPaw scanner.
...
Submitted by: netchild
2003-07-01 12:16:46 +00:00
joe
6863632f66
Support the Epson GT-9300UF usb scanner.
...
PR: kern/53929
2003-07-01 08:46:01 +00:00
brooks
b8db4ad194
Allow diskless_remount files to contain path beginning with / which will
...
be mounted relative to the NFS root mountpoint.
Reviewed by: dillon at backplane.com
MFC After: 3 days
2003-06-30 21:47:06 +00:00
jmg
8695c8f35e
move maxsegsz down a bit so that the arg definition order matches the
...
calling order.
2003-06-30 20:20:51 +00:00
ru
7e2e5a882d
Propagate the ${AINC} knob (assembler include) to sys.mk,
...
and remove the .S.o transformation rule from bsd.lib.mk.
2003-06-30 20:02:46 +00:00
ru
d3f9a6af56
Removed suffix-transformation rules that are duplicates
...
(or are subsets) of the corresponding rules in sys.mk.
2003-06-30 19:48:14 +00:00
ru
e36739ab6c
The use of ld(1) to strip compiler local and non-global
...
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
2003-06-30 19:03:56 +00:00
mph
9504a5ac23
Correct spelling of "TracyChapman".
2003-06-30 03:16:41 +00:00
gordon
040430fc2e
Add ${CRUNCH_CFLAGS} support for adding compile options to crunch
...
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>
2003-06-29 18:16:26 +00:00
ru
348e423dd9
Hiten's patchset for section four manpages, slightly edited by me.
2003-06-28 23:53:39 +00:00
ru
9313385436
Punctuation.
2003-06-28 22:18:45 +00:00
sam
234390ef65
correct bus-isicty of D-Link cards
...
Submitted by: Stefan =?iso-8859-1?Q?E=DFer?= <se@freebsd.org>
2003-06-28 17:59:37 +00:00
simokawa
4ef60a8729
Add reference to CAM.
2003-06-28 15:43:27 +00:00
smkelly
66180f4d1a
Add documentation for watchdogd_enable setting.
...
Approved by: jeff (mentor)
2003-06-28 04:57:38 +00:00
sam
916e1418d3
typo
...
Submitted by: Peter Wemm <peter@wemm.org>
2003-06-26 23:48:56 +00:00
smkelly
d45e58ad73
- Add a software watchdog facility.
...
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)
2003-06-26 09:50:52 +00:00
peter
1b80a1cccb
Be consistent about the use of ${LDFLAGS} for the internal rules. Some
...
were missing. This made it difficult to add backend ABI overrides when
building shared libs.
2003-06-26 01:01:48 +00:00
harti
e244d2a55b
'options atm' should actually read 'device atm'.
...
Pointed out by: Craig Rodrigues
2003-06-25 16:04:19 +00:00
harti
2726fda0a2
This is the man page for the netgraph ATM node.
2003-06-25 13:21:55 +00:00
mux
1bee454ec7
Backout part of my previous commit dealing with bus_dmasync_op_t
...
documentation since people think it was better the way it was before.
Requested by: gibbs (some time ago)
2003-06-25 13:15:51 +00:00
ache
eabd1c415c
Replace lat-amer.kbd with two keyboards
...
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
2003-06-23 21:01:57 +00:00
sam
9d3d9cc53b
attach Atheros manual pages to the build
2003-06-23 20:54:39 +00:00
sam
90b4a0aeee
manual page for the Atheros Hardware Access Layer module
2003-06-23 20:53:44 +00:00
sam
8c7b4b5d24
ath driver manual page
2003-06-23 20:34:28 +00:00
ru
b0eb63bf04
MASTER_SITE_OVERRIDE can list several sites.
2003-06-23 20:01:58 +00:00
harti
c1fe1ae28e
This is a driver for Fore PCA200E cards that uses busdma and works on
...
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.
2003-06-23 14:46:12 +00:00
ache
495fa12f96
Misc fixes from originator
...
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
PR: 53327
2003-06-23 13:37:07 +00:00
jmg
d207babb62
add verbage on various failure cases to match the /dev/pci interface.
2003-06-23 02:13:23 +00:00
silby
9a0cfab67f
Update the description of the Netgear MA401 to say Prism-II/2.5;
...
my 401 is a 2.5, so presumably many of them are.
MFC after: 3 days
2003-06-20 04:27:55 +00:00
murray
c3e7f3b5f6
German keymap with dead keys.
...
PR: misc/28456
Submitted by: Ulrich Luttner <luttner@web.de>
MFC After: 1 week
2003-06-19 08:34:38 +00:00
murray
dd473ccf4f
Add US syscons keymap w/ accents.
...
PR: misc/18459
2003-06-19 08:08:17 +00:00
hmp
fd75f32b65
Add MLINK for busdma(9) to bus_dma(9).
...
This resolves confusion for at least 10 people.
Suggested by: Bruce M. Simpson <bms@spc.org>
Approved by: des (mentor)
2003-06-17 19:50:59 +00:00
harti
872a3e7bb4
Reference the hatm(4) driver man page.
2003-06-17 16:15:47 +00:00
harti
f2c4674935
The man page for the Fore/Marconi HE155/622 driver.
2003-06-17 16:14:31 +00:00
phk
0881485008
String the timecounter paper into the build.
2003-06-17 09:14:34 +00:00