index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Add strncasecmp()
Michael Brown
2021-05-18
1
-1
/
+16
*
[libc] Fix memcmp() to return proper values
Michael J. Bazzinotti
2020-07-21
1
-1
/
+1
*
[libc] Provide an unoptimised generic_memcpy_reverse()
Michael Brown
2020-07-07
1
-5
/
+20
*
[libc] Fix strcmp()/strncmp() to return proper values
Aaron Young
2019-01-15
1
-3
/
+3
*
[libc] Avoid implicit assumptions about potentially-optimised memcpy()
Michael Brown
2016-05-09
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[libc] Rewrite strtoul()
Michael Brown
2015-02-19
1
-0
/
+129
*
[libc] Rewrite string functions
Michael Brown
2015-02-16
1
-258
/
+273
*
[libc] Prevent strndup() from reading beyond the end of the string
Michael Brown
2014-05-18
1
-3
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
move strndup back to string.c - used by strdup
Holger Lubitz
2007-08-02
1
-0
/
+15
*
stripped down version of string.c containing only the used functions
Holger Lubitz
2007-08-02
1
-251
/
+0
*
make bcopy use memmove
Holger Lubitz
2007-07-29
1
-6
/
+1
*
Dead code removal.
Michael Brown
2007-07-14
1
-0
/
+8
*
Add strcspn() and strndup()
Michael Brown
2007-07-08
1
-4
/
+41
*
Move tolower() etc to ctype.h as per ISO C
Michael Brown
2007-01-26
1
-0
/
+1
*
Added strdup()
Michael Brown
2006-12-08
1
-2
/
+10
*
Initial revision
Michael Brown
2005-03-08
1
-0
/
+540