dsl
|
b23af931be
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 17:43:02 +00:00 |
|
dsl
|
c28aa2083f
|
Add (unsigned char) cast to ctype functions
Change a couple of local buffers to 'unsigned char'
|
2004-10-30 17:37:09 +00:00 |
|
dsl
|
e833833eb1
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 17:29:47 +00:00 |
|
dsl
|
eee0442cb4
|
No need to call isupper() before tolower()
|
2004-10-30 17:27:28 +00:00 |
|
dsl
|
25b3737cd3
|
isupper(x) can be true for x in [128..255], but since tolower(x) is required
to return x if it cannot be translated we don't need the isupper() test.
|
2004-10-30 17:25:34 +00:00 |
|
dsl
|
43371ff1ac
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 17:17:35 +00:00 |
|
bouyer
|
235e7412c1
|
Revert 1.215, with a comment explaining why we can't use interrupts here.
|
2004-10-30 17:17:21 +00:00 |
|
dsl
|
78f35b774e
|
Add (unsigned char) cast to ctype functions
Add fpurge(stdin) before prompt - unexpected question.
for usr.bin/crontab
|
2004-10-30 17:14:36 +00:00 |
|
dsl
|
3145a29f62
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 17:08:12 +00:00 |
|
dsl
|
f77de37ccc
|
Use strtoul() for integer conversion
|
2004-10-30 17:02:20 +00:00 |
|
dsl
|
8383dcf78c
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 16:57:27 +00:00 |
|
dsl
|
ee9ce6e95c
|
Add (unsigned char) cast to ctype functions
Make 'queue' and 'atqueue' unsigned char.
|
2004-10-30 16:55:06 +00:00 |
|
dsl
|
3cca093e74
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 15:51:20 +00:00 |
|
dsl
|
9122339b9f
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 15:39:39 +00:00 |
|
dsl
|
c4670c4ec7
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 15:28:45 +00:00 |
|
dsl
|
e2f49bd9e2
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 15:15:37 +00:00 |
|
dsl
|
9efede97a9
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 15:04:45 +00:00 |
|
dsl
|
968ad08000
|
Stop argument to ctype function being char
|
2004-10-30 15:01:32 +00:00 |
|
dsl
|
3ab2c084c9
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 14:31:45 +00:00 |
|
darrenr
|
541f8060fe
|
In going from 3.4.x to 4.1.x, "state-age" became "age" but the input grammar
did not allow for backwards compatibility.
PR: kern/27590
|
2004-10-30 13:33:58 +00:00 |
|
skrll
|
59abd634ef
|
We emulate more than SVR4, and IBCS2 on the i386 and Linux on the i386
and the Alpha there days. Remove this statement in a comment.
|
2004-10-30 09:38:15 +00:00 |
|
dsl
|
e7df4576bb
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 08:56:00 +00:00 |
|
dsl
|
03f1c17583
|
Add (unsigned char) cast to ctype functions
The argument rules suck.....
|
2004-10-30 08:54:51 +00:00 |
|
dsl
|
f7571bacc2
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 08:46:12 +00:00 |
|
dsl
|
75ba9fc767
|
Add (unsigned char) cast to ctype functions
Some of this code could usefully be converted to use strtoul() and/or
some small helper functions.
|
2004-10-30 08:44:25 +00:00 |
|
dsl
|
8668419e38
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 08:34:24 +00:00 |
|
dsl
|
c32255add6
|
Add (unsigned char) cast to ctype functions
Change validation of -t<number> to use return ptr of strtoul (not isdigit)
|
2004-10-30 08:31:39 +00:00 |
|
dsl
|
e26801d6fb
|
Use unsigned char * variables when scanning buffer - saves casts and & 0xff
|
2004-10-30 08:22:40 +00:00 |
|
dsl
|
91fe418901
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 08:19:30 +00:00 |
|
dsainty
|
b95d1a22d4
|
Correct spelling of hierarchy in a comment, and tab around RCSID
|
2004-10-30 05:16:13 +00:00 |
|
dsl
|
cfe7f80ff0
|
Add (unsigned char) cast to ctype functions
|
2004-10-29 20:51:11 +00:00 |
|
dsl
|
e09553f3ac
|
Add (unsigned char) cast to ctype functions
|
2004-10-29 20:33:06 +00:00 |
|
dsl
|
238960af7e
|
Add (unsigned char) cast to ctype function
|
2004-10-29 19:51:36 +00:00 |
|
dsl
|
26207dda78
|
Add (unsigned char) cast to ctype functions
|
2004-10-29 19:46:27 +00:00 |
|
dsl
|
404e35b651
|
Add (unsigned char) cast to ctype function, reworked to fit on one line
|
2004-10-29 19:32:22 +00:00 |
|
dsl
|
2722aff86f
|
Add (unsigned char) cast to ctype function (for /sbin/setkey)
|
2004-10-29 19:31:04 +00:00 |
|
dsl
|
91d3fe12d9
|
Add (unsigned char) cast to ctype function
|
2004-10-29 19:15:20 +00:00 |
|
dsl
|
9ab983c04a
|
Add (unsigned char) cast to ctype function
|
2004-10-29 19:04:39 +00:00 |
|
dsl
|
09993d7a4e
|
Rewrite getdisklabelpart() to avoid problems with isdigit(*ch_ptr) and
an incorrect check for a (probably impossible) empty string.
Add comments to avoid confusion...
|
2004-10-29 19:02:17 +00:00 |
|
dsl
|
e6bc82d904
|
Add (unsigned char) cast to ctype function
Fix check for device name ending in [0-9a-h] (strchr(dev, 0) doesn't ever
return NULL - which is fortunate because the () were wrong as well!)
|
2004-10-29 17:37:30 +00:00 |
|
kent
|
2027395f9c
|
* uaudio_chan_open()
Call uaudio_set_speed() if and only if the selected Audio Streaming
interface supports multiple sampling rates.
Address PR#27237
|
2004-10-29 17:12:53 +00:00 |
|
kent
|
acac7b4b51
|
replace printf() inside UAUDIO_DEBUG with logprintf()
|
2004-10-29 16:42:47 +00:00 |
|
hannken
|
3404c7af50
|
Move the inclusion of <sys/bufq.h> from fss.c to fssvar.h to make
an FSS-enabled kernel compile again.
|
2004-10-29 15:39:38 +00:00 |
|
yamt
|
18f717bb90
|
constify audio_hw_if, midi_hw_if, and radio_hw_if.
|
2004-10-29 12:57:15 +00:00 |
|
dan
|
0613074a7e
|
put back uax, as obsolete
|
2004-10-29 08:26:16 +00:00 |
|
lukem
|
c49e808721
|
#include "reentrant.h" instead of <threadlib.h>
|
2004-10-29 06:32:08 +00:00 |
|
dsl
|
1793b7dd69
|
Use (unsigned char) cast to sanitise arguments to ctype functions.
|
2004-10-28 21:14:52 +00:00 |
|
dsl
|
31d993f26a
|
Use (unsigned char) not & 0xff on args to ctype functions
|
2004-10-28 20:52:20 +00:00 |
|
dsl
|
076dc10086
|
Another (unsigned char) cast - for ldconfig
|
2004-10-28 20:18:48 +00:00 |
|
dsl
|
4b6e82d128
|
Add (unsigned char) cast to isdigit call
|
2004-10-28 20:17:19 +00:00 |
|