Joe Perches
|
4e310fda91
vsprintf: Change struct printf_spec.precision from s8 to s16
|
15 年之前 |
Bjorn Helgaas
|
9d7cca0421
resource: add window support
|
15 年之前 |
Bjorn Helgaas
|
0f4050c7d3
resource: add bus number support
|
15 年之前 |
Bjorn Helgaas
|
4da0b66c6e
vsprintf: move %pR resource printf_specs off the stack
|
15 年之前 |
Bjorn Helgaas
|
b89dc5d6b0
vsprintf: clarify comments for printf_spec flags
|
15 年之前 |
Joe Perches
|
ef0658f3de
vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes
|
15 年之前 |
David S. Miller
|
51c24aaaca
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
15 年之前 |
Joe Perches
|
0159f24ee7
lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian
|
15 年之前 |
Uwe Kleine-König
|
3f4724027b
vsnprintf: fix reference for compressed ipv6 addresses
|
15 年之前 |
Joe Perches
|
c8e000604b
lib: Kill bit-reversed FDDI MAC output case, it's bogus.
|
15 年之前 |
Joe Perches
|
bc7259a2ce
lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses
|
15 年之前 |
Uwe Kleine-König
|
8a79503aa8
lib/vsprintf.c: document more vsnprintf extensions
|
15 年之前 |
Joe Perches
|
9ac6e44ee5
lib/vsprintf.c: add %pU to print UUID/GUIDs
|
15 年之前 |
André Goddard Rosa
|
e7d2860b69
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
|
15 年之前 |
André Goddard Rosa
|
922ac25c9f
vsprintf: reuse almost identical simple_strtoulX() functions
|
15 年之前 |
André Goddard Rosa
|
c5484d7c0a
vsprintf: factor out skip_space code in a separate function
|
15 年之前 |
André Goddard Rosa
|
d4be151b21
vsprintf: move local vars to block local vars and remove unneeded ones
|
15 年之前 |
André Goddard Rosa
|
b5ff992b09
vsprintf: reduce code size by avoiding extra check
|
15 年之前 |
André Goddard Rosa
|
08562cb27d
vsprintf: use TOLOWER whenever possible
|
15 年之前 |
André Goddard Rosa
|
7b9186f5eb
vsprintf: give it some care to please checkpatch.pl
|
15 年之前 |
André Goddard Rosa
|
6c35663411
vsprintf: pre-calculate final string length for later use
|
15 年之前 |
André Goddard Rosa
|
0f4f81dce9
vsprintf: factorize "(null)" string
|
15 年之前 |
Bjorn Helgaas
|
c7dabef8a2
vsprintf: use %pR, %pr instead of %pRt, %pRf
|
15 年之前 |
Bjorn Helgaas
|
fd95541e23
vsprintf: add %pRt, %pRf to print struct resource details
|
15 年之前 |
Bjorn Helgaas
|
c91d3376e5
vsprintf: add %pR support for IRQ and DMA resources
|
15 年之前 |
Bjorn Helgaas
|
2840537228
vsprintf: fix io/mem resource width
|
15 年之前 |
Andy Spencer
|
8fccae2c95
sscanf(): fix %*s%n
|
15 年之前 |
David S. Miller
|
8b3f6af863
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
|
15 年之前 |
Joe Perches
|
eb78cd26b9
lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c
|
15 年之前 |
Marcin Slusarz
|
2f30b1f9e1
vsprintf: use WARN_ON_ONCE
|
15 年之前 |