Coldfirex
198e5ee21c
LoginApp: Fix -Wformat-security
...
Change-Id: I59786b57cee40b9fcb3e83da74b5c61dd7a5c550
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4437
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: waddlesplash <[email protected] >
2021-09-09 22:25:48 +00:00
Coldfirex
e4f758ee83
Update missing arch relocations
...
Change-Id: I2d48b810f5e3143377fa58e1de5801ebf0be82cd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4409
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: Adrien Destugues <[email protected] >
Reviewed-by: Fredrik Holmqvist <[email protected] >
2021-08-31 18:05:45 +00:00
Coldfirex
3d4afef9cb
Bump vmx files to virtualHW.version = '13'
...
Will allow USB3, 64vCPU, NVME, etc. Versions below 13 are only for vmware products currently EOL.
Change-Id: I83303ab985f615852267e2539b350f72f05231e7
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4410
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: waddlesplash <[email protected] >
2021-08-31 16:05:50 +00:00
Coldfirex
925f912596
FTPD: Pull in various commits from upstream
...
Our version is from roughly 4-2007.
Brought in the following commits that appeared relevant to code improvements and fixes.:
https://github.com/freebsd/freebsd-src/commit/f0b40b1c97b2efe9f22af5d63ec6c62c55804a43#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/d56cc5591766aeb662eb92411d2a0ee3c0972997#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/763e8c9623f8ac3c6d075ccb3d22afa8730afa19#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/62f390ecd9a37534b6e237215e5597e019ea718a#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/6e4fcca0f87bb7d0f80934881ddd68dbd57fbcbf#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/69097cd8da7e52567dd83f0242cf5431c6783fe8#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
https://github.com/freebsd/freebsd-src/commit/3c0c1e01c9c55aa0ef5bec9a4612d1ce68dd76da#diff-ccb7a49e05dd2061a0b3ac926212bc5aebe5afd09bbefc8658ba57d8b79827a1
Change-Id: If44f58950513ebe1fecc2f482ea954fe49263677
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4321
Reviewed-by: Jérôme Duval <[email protected] >
2021-08-10 12:49:49 +00:00
Coldfirex
e2f56dcb19
VirtioModule: Fix PVS773
...
The function was exited without releasing the 'device' pointer.
Change-Id: I19fcda340a6acf16c3fca243de6128d7218e379d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4282
Reviewed-by: Jérôme Duval <[email protected] >
2021-07-31 10:09:33 +00:00
Coldfirex
70e7cf9a4c
ATAModule: Fix PVS773
...
The function was exited without releasing the 'channel' pointer.
Change-Id: I093fbbc3c5c9c6633a8df8e04234a4076b1d7a05
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4281
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: Jérôme Duval <[email protected] >
2021-07-31 06:50:41 +00:00
Coldfirex
22d8d5db81
Update PCI and USB IDs
...
Pulled 07/27/2021 from:
https://pci-ids.ucw.cz/v2.2/pci.ids
http://www.linux-usb.org/usb.ids
Change-Id: I5d8e33649cccb98ce8fc22544f9ff95a9e2a6c26
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4248
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: Jérôme Duval <[email protected] >
2021-07-30 07:08:40 +00:00
Coldfirex
64897ae792
FTPD: va_list 'ap' was opened but not closed by va_end()
...
as pointed out by cppcheck
Notified upstream FreeBSD of issue. They realized this was dead code and ripped out. Syncing those specific changes only.
https://github.com/freebsd/freebsd-src/pull/517
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257317
https://cgit.freebsd.org/src/commit/?id=674400eb20b65369a88b1cb778d729bc297832c9
Change-Id: I4951fa3ce42798895a8222d927067640267d0bbc
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4214
Reviewed-by: Jérôme Duval <[email protected] >
Tested-by: Commit checker robot <[email protected] >
2021-07-29 12:46:45 +00:00
Coldfirex
3f596320bf
telnetd: va_list 'args' was opened but closed in wrong location
...
as pointed out via cppcheck. Fix from upstream.
Change-Id: Idfb59ca86bb4ed3767d8327c145ad348cb645e24
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4216
Reviewed-by: Jérôme Duval <[email protected] >
2021-07-23 04:43:00 +00:00
Coldfirex
cf4ce7e38b
Debugger: va_list 'args' opened but not closed by va_end()
...
pointed out by cppcheck
Change-Id: Idf81666674c881ca9e00bf3985ed0dcf928c19d5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4220
Reviewed-by: Jérôme Duval <[email protected] >
Tested-by: Commit checker robot <[email protected] >
2021-07-21 08:27:20 +00:00
Coldfirex
04d50e7581
WebPositive: More comment cleanup, no functional change
...
Change-Id: I5ca4edc9f38478edb138f5e4b1d8501dc7f8c5eb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4203
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: Adrien Destugues <[email protected] >
2021-07-14 10:41:11 +00:00
Coldfirex
4c38e9157f
WebPositive: Comment cleanup, no functional change
...
Change-Id: Ifa65cd271377923ec8c43955d71a6453139b6826
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4202
Tested-by: Commit checker robot <[email protected] >
Reviewed-by: Adrien Destugues <[email protected] >
2021-07-11 14:25:46 +00:00