login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
July
»
10
Re: [x86 setup 20/33] Console-writing code for the new x86 setup code
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jan Engelhardt
Subject:
Re: [x86 setup 20/33] Console-writing code for the new x86 setup code
Date: Tuesday, July 10, 2007 - 11:35 am
On Jul 9 2007 19:51, H. Peter Anvin wrote:
quoted text
>+ >+static inline int isdigit(int ch) >+{ >+ return (ch >= '0') && (ch <= '9'); >+}
I'd say static inline unsigned int isdigit(unsigned char), since ASCII does not realistically exceed 255.
quoted text
>+static int strnlen(const char *s, int maxlen)
unsigned int, and unsigned int, too? The glibc strnlen type also uses unsigned types. Jan -- -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[x86 setup 09/33] Make definitions for struct e820entry an ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 10/33] Make struct boot_params a real structure ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 11/33] x86-64: add CONFIG_PHYSICAL_ALIGN for co ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 12/33] x86-64: add symbolic constants for the b ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 13/33] Header file to produce 16-bit code with gcc
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 14/33] Top header file for new x86 setup code
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 15/33] Simple bitops for the new x86 setup code.
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 16/33] String-handling functions for the new x8 ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 17/33] A20 handling code
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 18/33] APM probing code
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 19/33] Command-line parsing code for the new x8 ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 20/33] Console-writing code for the new x86 set ...
, H. Peter Anvin
, (Mon Jul 9, 7:51 pm)
[x86 setup 21/33] Version string for the new x86 setup code
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
[x86 setup 22/33] CPU features verification for the new x8 ...
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
[x86 setup 23/33] EDD probing code for the new x86 setup code
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
[x86 setup 24/33] MCA support for new x86 setup code
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
[x86 setup 25/33] Memory probing support for the new x86 s ...
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
[x86 setup 26/33] Voyager support for the new x86 setup code
, H. Peter Anvin
, (Mon Jul 9, 7:52 pm)
Re: [x86 setup 22/33] CPU features verification for the ne ...
, Sébastien Dugué
, (Tue Jul 10, 12:37 am)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Segher Boessenkool
, (Tue Jul 10, 7:16 am)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Andi Kleen
, (Tue Jul 10, 8:21 am)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 8:48 am)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 8:53 am)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, Jan Engelhardt
, (Tue Jul 10, 11:25 am)
Re: [x86 setup 17/33] A20 handling code
, Jan Engelhardt
, (Tue Jul 10, 11:27 am)
Re: [x86 setup 17/33] A20 handling code
, H. Peter Anvin
, (Tue Jul 10, 11:33 am)
Re: [x86 setup 20/33] Console-writing code for the new x86 ...
, Jan Engelhardt
, (Tue Jul 10, 11:35 am)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, H. Peter Anvin
, (Tue Jul 10, 11:35 am)
Re: [x86 setup 17/33] A20 handling code
, H. Peter Anvin
, (Tue Jul 10, 11:36 am)
Re: [x86 setup 20/33] Console-writing code for the new x86 ...
, H. Peter Anvin
, (Tue Jul 10, 11:48 am)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Segher Boessenkool
, (Tue Jul 10, 12:57 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Segher Boessenkool
, (Tue Jul 10, 1:08 pm)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, Segher Boessenkool
, (Tue Jul 10, 1:10 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 1:42 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 1:43 pm)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, H. Peter Anvin
, (Tue Jul 10, 1:44 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Pawel Dziepak
, (Tue Jul 10, 2:08 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Segher Boessenkool
, (Tue Jul 10, 2:10 pm)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, Segher Boessenkool
, (Tue Jul 10, 2:14 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 2:20 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 2:40 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Adrian Bunk
, (Tue Jul 10, 2:43 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, H. Peter Anvin
, (Tue Jul 10, 2:46 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Segher Boessenkool
, (Tue Jul 10, 3:06 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Brian Gerst
, (Tue Jul 10, 5:26 pm)
Re: [x86 setup 13/33] Header file to produce 16-bit code w ...
, Brian Gerst
, (Tue Jul 10, 5:30 pm)
Re: [x86 setup 16/33] String-handling functions for the ne ...
, Andi Kleen
, (Wed Jul 11, 5:46 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate