christos
dfd98c8a16
Import bind-9.3.0
2004-11-06 23:53:21 +00:00
christos
aefec4290d
Don't use "int" to represent lengths; this is what size_t is for. This
...
does not change the ABI since we don't have 64 bit mips yet.
2004-11-06 23:22:43 +00:00
kleink
1049f86396
Note tz{code,data} current versions.
2004-11-06 20:13:06 +00:00
soren
04093884fa
Update versions for top.
2004-11-06 19:50:10 +00:00
christos
d434bff667
Unsigned char casts for ctype functions.
2004-11-06 18:18:33 +00:00
jdolecek
cedc1b6872
move new 'id' member of struct lkm_table to the end of struct, to
...
fix ABI issue with previous change (offset of 'private' member
changed, thus kernel crashed on module load when checking LKM version)
2004-11-06 13:49:17 +00:00
xtraeme
398264c31a
Add support for:
...
NVIDIA nForce3 250 IDE Controller
NVIDIA nForce3 250 Serial ATA Controller
From Kouichirou Hiratsuka in PR 27843, ok'ed christos@
2004-11-06 08:44:25 +00:00
xtraeme
537252716c
Add support for "nForce3 250 MCP-T AC-97 Audio", from Kouichirou Hiratsuka
...
in PR 27843.
Ok'ed christos@
2004-11-06 08:41:14 +00:00
xtraeme
aef353dd52
Regen for:
...
Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.
2004-11-06 08:37:00 +00:00
xtraeme
cc73961db1
Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
...
in PR 27843.
2004-11-06 08:34:52 +00:00
xtraeme
2f0a18e581
Add another case to match "PCI_PRODUCT_INTEL_82815_FULL_HUB"
...
(Intel 82815 Hub) in agp_i810_attach(), closes PR 27863.
Ok'ed christos@
2004-11-06 07:43:30 +00:00
christos
ed77e93ea9
Fix another stupid typo.
2004-11-06 07:34:53 +00:00
christos
d99b25032a
I guess compiling code before committing is a lost art!
2004-11-06 07:31:55 +00:00
wrstuden
16029d56b5
Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports
...
the number of bytes in the send queue, and FIONSPACE reports the
number of free bytes in the send queue. These ioctls permit applications
to monitor file descriptor transmission dynamics.
In examining prior art, FIONWRITE exists with the semantics given
here. FIONSPACE is provided so that programs may easily determine how
much space is left in the send queue; they do not need to know the
send queue size.
The fact that a write may block even if there is enough space in the
send queue for it is noted in the documentation.
FIONWRITE functionality may be used to implement TIOCOUTQ for Linux
emulation - Linux extended this ioctl to sockets, even though they are
not ttys.
2004-11-06 02:03:20 +00:00
dsl
96a5d45d4c
Remove the (int) cast from the array subscript of the ctype #defines.
...
The cast just stops gcc detecting places where the functions are
passed a 'char' variable - and will index off the array for byte values
0x80 to 0xff.
All (I hope) of the places in the netbsd sources where this was a
potential problem have had an (unsigned char) cast applied.
Christos said he'll fix any fallout I've missed.
2004-11-05 22:55:19 +00:00
dsl
1869f0e146
Add (unsigned char) cast to ctype functions
2004-11-05 21:56:01 +00:00
dsl
55d39107c6
Add (unsigned char) cast to ctype functions
2004-11-05 21:45:36 +00:00
dsl
49f7d8a9b1
Add (unsigned char) cast to ctype functions
2004-11-05 21:30:31 +00:00
dsl
c68edd41b3
Add (unsigned char) cast to ctype functions
...
Fixes problems displaying German 'sharp-s', see PR install/27281
2004-11-05 20:45:48 +00:00
dsl
0e378e4772
Add (unsigned char) cast to ctype functions
2004-11-05 19:56:34 +00:00
dsl
48cdfe10a9
Use isalnum((unsigned char)x) instead of testing both isdigit() and isalpha()
2004-11-05 19:54:47 +00:00
dsl
b7cb013096
Add (unsigned char) cast to ctype functions
2004-11-05 19:50:12 +00:00
kent
11b301d4f7
print cluster information if UAUDIO_DEBUG is defined.
2004-11-05 19:08:29 +00:00
mason
0418d87f4b
fix typo in comment
2004-11-05 18:07:27 +00:00
kent
321c2fdbdc
print cluster information if UAUDIO_DEBUG is defined.
2004-11-05 17:46:14 +00:00
kent
fa8bbe4c5e
add the follwings:
...
- ulinear16_to_mulaw_le()
- ulinear16_to_mulaw_be()
- slinear16_to_mulaw_be()
- ulinear16_to_alaw_le()
- ulinear16_to_alaw_be()
2004-11-05 16:31:14 +00:00
wiz
80d71f68ef
Bump date for Sealevel USB-Serial support.
2004-11-05 13:57:31 +00:00
scw
56bd07209a
Mention Sealevel Systems' USB-Serial adapter.
2004-11-05 13:55:13 +00:00
scw
393556db2e
Match Sealevel Systems' uftdi-based USB <-> Serial adapter.
...
This is just an FT8U232AM with custom vendor/device IDs.
2004-11-05 13:53:29 +00:00
scw
ca9032dd96
Regen for SEALEVEL
2004-11-05 13:51:52 +00:00
scw
45c758823b
Add vendor SEALEVEL, plus an entry for their uftdi-based USB <-> Serial
...
converter.
2004-11-05 13:51:16 +00:00
wiz
210177732d
Point to /usr/share/mk/bsd.README in SEE ALSO section; from Rui Paulo in PR 27997.
2004-11-05 12:40:06 +00:00
wiz
cb8514c86e
Cite Jason Thorpe's paper about bus_dma; from Jeff Rizzo in PR 27891.
2004-11-05 12:38:09 +00:00
matt
2f15be42ae
Check to see if the script has an ELF header, and if so, return ENOEXEC.
2004-11-04 23:55:28 +00:00
ragge
d26e77c79f
Make match() fail if this is not a DWLPX (i.e a DWLMA).
...
XXX - DWL* type should be checked in kftxx.c.
This avoids a panic if the device is not a DWLPX.
2004-11-04 19:22:28 +00:00
dsl
df38245cee
Add (unsigned char) cast to ctype functions
2004-11-04 07:38:43 +00:00
dsl
7f6459c7a3
Add (unsigned char) cast to ctype functions
...
Change some variables from register char to int
2004-11-04 07:35:15 +00:00
dsl
293eff3495
Add (unsigned char) cast to ctype functions
...
islower() can be true for 0x80..0xff
2004-11-04 07:29:09 +00:00
dsl
88d913ebbe
Add (unsigned char) cast to ctype functions
2004-11-04 07:22:47 +00:00
dsl
cf09d2b1ce
Add (unsigned char) cast to ctype functions
...
Although, IIRC, there is another PR on all commands being converted to
lower case.
2004-11-04 07:18:47 +00:00
christos
defca69e1a
Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incremental
...
search. From Gerry Swislow.
2004-11-04 01:16:03 +00:00
rjs
77c10163bb
Add AEI USB to LAN.
2004-11-03 22:59:31 +00:00
dsl
3d446c0f42
Add (unsigned char) cast to ctype functions
2004-11-03 21:01:45 +00:00
dsl
e219d781d7
Add (unsigned char) cast to ctype functions
2004-11-03 20:10:08 +00:00
taca
c343fd9713
zlib 1.2.2 released.
...
zlib 1.2.2 has been released, which remedies a vulnerability to a
denial-of-service attack ( http://www.kb.cert.org/vuls/id/238678 ).
You can get the latest release here:
2004-11-03 15:40:52 +00:00
yamt
5562fc6935
use semaphore before starting pthread. currently fail.
2004-11-03 15:18:35 +00:00
wiz
2add0ff922
Sync usage with man page; sort options.
2004-11-03 14:01:04 +00:00
wiz
624de60311
Bump date for -N; sort options; add N to SYNOPSIS.
2004-11-03 13:58:23 +00:00
jmmv
fda2840eea
Add missing colon symbol after sentence.
2004-11-03 13:11:41 +00:00
scw
06375beb5f
Fix mbr_label_locate() to return '1' on success rather than the '0'
...
leftover from the call to biowait(9).
2004-11-03 12:21:04 +00:00