trhodes
cb5cc10e31
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
trhodes
59cf51a9ff
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
cognet
975f6df38d
Fix ed compilation with PAE by using %jx instead of %x.
2003-04-05 18:12:36 +00:00
cognet
b38faa6ae8
Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.
2003-04-05 18:08:22 +00:00
dwmalone
8c4ce3ec4f
Don't forget to send the Content-length header after calculating it.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2003-04-05 17:15:38 +00:00
dwmalone
0b435ab28a
More warns cleanups and misc cleanups:
...
1) Make fetch_mode a pointer 'cos we can just use the optarg.
2) Constness.
3) Add/complete prototypes.
4) Change an int to a socklen_t.
5) Don't use C++ style comments.
6) Check return values from read and fork a little more carefully.
7) Avoid closing an uninitialised int.
8) Get rid of unneeded extern declarations.
2003-04-05 15:27:27 +00:00
trhodes
3619c12b09
Fix/add missing accents on the weekday names.
...
PR: 37219
Submitted by: Nicola Vitale <nivit@libero.it>
Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
2003-04-05 14:43:05 +00:00
imp
ce62a0d85e
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
mux
f6dd92222f
- Change a FXP_NRFABUFS which would have been a FXP_NTXCB.
...
- Correct some bus_dmamap_sync() calls.
Submitted by: jake
2003-04-05 12:43:21 +00:00
darrenr
e9eb2e1b8d
Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after
...
discussion on security@freebsd.org .
2003-04-05 10:42:38 +00:00
ume
bdc1f5ae63
When session is over, IPv6 default route to tun should be
...
removed, too.
MFC after: 1 week
2003-04-05 10:10:33 +00:00
darrenr
20b8c1f5c4
Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after
...
discussion on security@freebsd.org .
2003-04-05 09:25:19 +00:00
imp
f66b0dbcbb
DWL-520 is used to describe three or four different cards. only some
...
of them are prism based and are thus supported by wi. Document this
fact.
2003-04-05 07:41:52 +00:00
tjr
0a785a2913
MFp4: Link strtof.3 and strtold.3 to strtod.3.
2003-04-05 07:33:46 +00:00
mtm
80f7682694
Zero out the struct tm supplied by the caller. Otherwise,
...
strange things might happen when garbage values in the struct
get passed in to localtime_r() and family.
Noticed by: marcus
Approved by: markm (mentor)(implicit)
2003-04-05 05:46:43 +00:00
tjr
f56971b4a9
MFp4: Pentium/Athlon-optimised implementation of wcschr().
2003-04-05 04:17:05 +00:00
mux
5780526be0
Setup our interrupt only at the end of fxp_attach(), when all
...
other allocations/initializations have been successful. I kinda
doubt it will fix the recent breakage that some people are seeing,
but this could have caused problems for sure.
2003-04-05 01:27:17 +00:00
tegge
766eadf040
Add SMP_TSC option, which can be used on SMP systems where the TSCs
...
are synchronized to reduce context switch cost.
2003-04-04 23:54:46 +00:00
imp
9eaffccc28
Diff reduction with my p4 changes:
...
Add @ before ${ECHODIR} where appropriate because we don't need to echo
the echo command... This gets rid of extra echo ===> in log files...
2003-04-04 22:46:08 +00:00
phk
d7028ab722
Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".
...
This is a 4 channel 20 msps 12 bit ADC card.
Anyone wanting to play with GNUradio or similar can start here.
2003-04-04 18:53:04 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
des
5468286a89
Define ovbcopy() as a macro which expands to the equivalent bcopy() call,
...
to take care of the KAME IPv6 code which needs ovbcopy() because NetBSD's
bcopy() doesn't handle overlap like ours.
Remove all implementations of ovbcopy().
Previously, bzero was a function pointer on i386, to save a jmp to
bzero_vector. Get rid of this microoptimization as it only confuses
things, adds machine-dependent code to an MD header, and doesn't really
save all that much.
This commit does not add my pagezero() / pagecopy() code.
2003-04-04 17:29:55 +00:00
phk
01bed5d97b
Use sized cast matching the sized pointer.
2003-04-04 16:59:39 +00:00
phk
7d626e64c9
Retire <sys/diskslice.h>
2003-04-04 16:57:51 +00:00
phk
84d6b36e30
Libdisk does not need to include <sys/diskslice.h> any more.
...
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
2003-04-04 16:35:16 +00:00
sanpei
4ea6a23f8d
Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD
...
(see also /etc/defaults/pccard.conf rev.1.172)
2003-04-04 14:46:50 +00:00
robert
a882342fd8
- Print out an error message instead of dereferencing a NULL pointer
...
if matchinstalled() found no packages, which happens to be the
case after fresh installations.
- Instead of using strstr(3) to match the package name, depend on
matchinstalled()'s MATCH_REGEX package matching.
PR: bin/50384
MFC after: 2 weeks
2003-04-04 14:40:49 +00:00
sanpei
9e59a398a5
fix typo
2003-04-04 14:40:01 +00:00
das
534d93f661
Fix braino in definition of isfinite().
...
Noticed by: marcus
Pointy hat to: das
2003-04-04 13:27:47 +00:00
des
5a1181a557
ovbcopy -> bcopy
2003-04-04 12:56:20 +00:00
des
fd534acfd9
Replace ovbcopy() with bcopy().
2003-04-04 12:15:20 +00:00
des
ada79efc07
Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.
2003-04-04 12:14:00 +00:00
des
c011a79e99
Don't use ovbcopy().
2003-04-04 12:12:34 +00:00
des
125c5f9ff8
Don't use ovbcopy(); use void * instead of char *.
2003-04-04 12:11:46 +00:00
des
735100a9f0
The kernel bcopy() is safe for overlapping regions (and always has), so
...
there is no use for a separate ovbcopy().
2003-04-04 12:10:04 +00:00
des
9dc45d46b9
Rename a static variable to avoid future conflicts.
2003-04-04 12:08:42 +00:00
ume
eb6d89b383
Set link-local address of tun interface with prefixlen = 64
...
instead of 128. It makes RA happy.
Reported by: rafa@dif.um.es ,
SHIRASAKI Yasuhiro <yasuhiro@nttv6.jp>
Reviewed by: SHIRASAKI Yasuhiro <yasuhiro@nttv6.jp>
MFC after: 1 week
2003-04-04 11:09:08 +00:00
ru
db5ec15123
-Wall implies -Wuninitialized if -O is also in effect.
...
-Wuninitialized does not work without -O.
This fixes the ${WARNS} > 4 compilations with -O0.
Spotted by: marcel
2003-04-04 10:47:06 +00:00
mdodd
71a96a3848
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
jake
098b68fc78
Bandaid fix for previous commit while I figure out why it broke. This
...
caused crashes early in boot on i386 UP machines.
Reported by: phk
Pointy hat to: jake
2003-04-04 10:09:44 +00:00
orion
ff6ab443fd
Additional codec ids.
2003-04-04 07:37:25 +00:00
orion
63feb03082
Fix mismatch between bus address stored for buffer descriptors and
...
actual address of buffer descriptor. This should fix the reported
calibration failures and subsequent speed problems with ich chipsets.
Minor calibration comment updates.
2003-04-04 07:15:19 +00:00
murray
8bcc5c907b
Add release of FreeBSD 4.8.
...
MFC after: 3 days
2003-04-04 06:59:27 +00:00
alc
3c03fd9f54
o Remove useracc() calls from aio_qphysio(); they are redundant
...
given the checks performed by vmapbuf().
Reviewed by: tegge
2003-04-04 06:26:28 +00:00
alc
cbd6318ffd
o Check the b_bufsize passed to vmapbuf() returning an error
...
if it is invalid.
o Remove a debugging printf() from vmapbuf().
Suggested by: tegge
2003-04-04 06:14:54 +00:00
imp
b72dee7e43
Simplify compatibility ifdef.
2003-04-04 04:39:29 +00:00
imp
106c479ccd
No need to check to see if we're running a version of FreeBSD 3.0 current or
...
newer anymore.
2003-04-04 04:17:14 +00:00
imp
5926797d54
No need to have ifdef < FreeBSD 4.0-current in here. Remove it to
...
avoid false positive while searching for __FreeBSD_version abuse.
2003-04-04 04:16:06 +00:00
marcel
578041b6e2
Remove `#ifndef lint' left behind after previous change.
2003-04-04 02:12:56 +00:00
tjr
cc09a6b3db
G/C tconv: It is libmytinfo-dependent and has not compiled for 3+ years.
2003-04-04 01:10:25 +00:00