#
e1d0a30e |
| 16-Sep-2024 |
Augustin Cavalier <waddlesplash@gmail.com> |
bin: Link launch_roster against libshared.
|
#
df66e964 |
| 28-Jun-2023 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
src/bin: De-duplicate query.cpp, urlwrapper.cpp and remove clockconfig.cpp
The query bin command is already added earlier in the file, and does not actually require to be linked against localestub.
src/bin: De-duplicate query.cpp, urlwrapper.cpp and remove clockconfig.cpp
The query bin command is already added earlier in the file, and does not actually require to be linked against localestub. Removing the duplicate, as it caused all the include directives to gcc to be duplicated, which caused trouble in gcc2 when using #include_next directives.
Similarly, urlwrapper.cpp is a duplicate entry and does not actually require libbnetapi.so.
The clockconfig tool has moved to the launch daemon in c16361c4.
Change-Id: I266ada433448a96bee8de325133a548f0985da59 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6661 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
06cf64e9 |
| 15-Feb-2023 |
Augustin Cavalier <waddlesplash@gmail.com> |
fstrim: Pretty-print the trimmed size in addition to showing raw byte counts.
Also do not bother printing sizes if we are exiting without success and nothing was reported as trimmed.
|
#
6f720112 |
| 31-Jan-2023 |
Augustin Cavalier <waddlesplash@gmail.com> |
Drop "play" command.
It was used only for playing CDs via SCSI commands, which is what CDPlayer also did; but this is not really much supported anymore, so CDPlayer was removed years ago, and now th
Drop "play" command.
It was used only for playing CDs via SCSI commands, which is what CDPlayer also did; but this is not really much supported anymore, so CDPlayer was removed years ago, and now this is too.
Its source code lives on at HaikuArchives.
Fixes #18236.
show more ...
|
#
2710b4f5 |
| 29-Oct-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge remote-tracking branch 'origin/master' into dev/netservices
Change-Id: I48c8cf4f03e281a5caeb9f27bf052285961529ff
|
#
41c1669d |
| 16-Oct-2022 |
Jérôme Duval <jerome.duval@gmail.com> |
bin/acpi_call: command to call ACPI methods
adapted from the FreeBSD tool, uses ACPICA headers in userland mode.
Change-Id: Icba77b01e6e351df31538dda21520f0cc99b26bb Reviewed-on: https://review.hai
bin/acpi_call: command to call ACPI methods
adapted from the FreeBSD tool, uses ACPICA headers in userland mode.
Change-Id: Icba77b01e6e351df31538dda21520f0cc99b26bb Reviewed-on: https://review.haiku-os.org/c/haiku/+/5749 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
da8162be |
| 18-Sep-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge branch 'master' into dev/netservices
Change-Id: Ic4c065b9a76fcabd6450dd1ab5882510f922a128
|
#
83a4315c |
| 29-Aug-2022 |
Oscar Lesta <oscar.lesta@gmail.com> |
/bin/pidof: add a basic "pidof" command.
Change-Id: Ia70d3280d46cf9f5770f8c83a5941ea5b1b8dfe7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5599 Reviewed-by: Jérôme Duval <jerome.duval@gmail.co
/bin/pidof: add a basic "pidof" command.
Change-Id: Ia70d3280d46cf9f5770f8c83a5941ea5b1b8dfe7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5599 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
46b7da1f |
| 08-May-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge branch 'master' into dev/netservices
Change-Id: I1eb6c2ea2fd0d794ad6378eab8bbb80ce46dfbb8
|
#
8fed6717 |
| 16-Mar-2022 |
Alexander von Gluck IV <kallisti5@unixzen.com> |
mkdos: Drop from image. Use mkfs -t fat
Change-Id: If79f67126e23bea6c8dbb348f075832cd0bf8360 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5107 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
#
b05d6f0a |
| 05-Nov-2020 |
Jérôme Duval <jerome.duval@gmail.com> |
POSIX: asprintf and vasprintf are BSD/GNU extensions
fix #16259
Change-Id: Ia16bb6e1944b87b25d1a940bbdaaf6e236db1abf Reviewed-on: https://review.haiku-os.org/c/haiku/+/3381 Reviewed-by: Adrien Dest
POSIX: asprintf and vasprintf are BSD/GNU extensions
fix #16259
Change-Id: Ia16bb6e1944b87b25d1a940bbdaaf6e236db1abf Reviewed-on: https://review.haiku-os.org/c/haiku/+/3381 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
ee87ae14 |
| 28-Mar-2020 |
Jérôme Duval <jerome.duval@gmail.com> |
i2c: add diagnostic utility
Change-Id: I7e87457ff6e4210e256f9e41e5555e2d0e1ba20d Reviewed-on: https://review.haiku-os.org/c/haiku/+/2459 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Reviewed-b
i2c: add diagnostic utility
Change-Id: I7e87457ff6e4210e256f9e41e5555e2d0e1ba20d Reviewed-on: https://review.haiku-os.org/c/haiku/+/2459 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
2a0d1eb8 |
| 07-Mar-2020 |
Kyle Ambroff-Kao <kyle@ambroffkao.com> |
makeudfimage: Remove this tool completely
The AllocatorTest suite fails, and when investigating why it was broken I realized that it was testing code that has been dead and unused for quite some tim
makeudfimage: Remove this tool completely
The AllocatorTest suite fails, and when investigating why it was broken I realized that it was testing code that has been dead and unused for quite some time. makeudfimage hasn't been touched since 2004 (5f2185ea0), and was removed from the build in 2006 (5adca30a1).
The only changes that have been made to it since then are build fixes for the tests. Adding it back to the build would require some work since many things have changed since then.
Since there are many other tools and libraries out there which can make UDF images (and which have been ported to Haiku), this code doesn't really seem worth maintaining at this point.
This patch just removes it, as well as the associated tests.
Change-Id: I23da8df83b7f141b3394a022030545d42a287881 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2332 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
9e54316c |
| 28-Aug-2019 |
CodeforEvolution <secundaja@gmail.com> |
Fix the build of test_app_server on 64bit
So many Jamfiles to search through...runs also, but there are lots of graphical glitches
Change-Id: Ibf9e64566a5b8c5742792ac9b1b0f9ccc6693c8d Reviewed-on:
Fix the build of test_app_server on 64bit
So many Jamfiles to search through...runs also, but there are lots of graphical glitches
Change-Id: Ibf9e64566a5b8c5742792ac9b1b0f9ccc6693c8d Reviewed-on: https://review.haiku-os.org/c/haiku/+/1753 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
03867a46 |
| 31-Jul-2012 |
ahenriksson <sausageboy@gmail.com> |
Add resizefs utility
Change-Id: I5f503cf07216df64dcc33081f24cd083d003e581 Reviewed-on: https://review.haiku-os.org/c/haiku/+/943 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Reviewed-by: Axel
Add resizefs utility
Change-Id: I5f503cf07216df64dcc33081f24cd083d003e581 Reviewed-on: https://review.haiku-os.org/c/haiku/+/943 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Reviewed-by: Axel Dörfler <axeld@pinc-software.de> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
e88c3d58 |
| 02-May-2019 |
François Revol <revol@free.fr> |
Add setcontrollook minimal CLI tool
Just does what the name says
Change-Id: I6cf23f997ce544df83d4ef2f73a3b130dea8825c Reviewed-on: https://review.haiku-os.org/c/1432 Reviewed-by: Stephan Aßmus <sup
Add setcontrollook minimal CLI tool
Just does what the name says
Change-Id: I6cf23f997ce544df83d4ef2f73a3b130dea8825c Reviewed-on: https://review.haiku-os.org/c/1432 Reviewed-by: Stephan Aßmus <superstippi@gmx.de>
show more ...
|
#
1e60bdea |
| 30-Mar-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.
|
#
a1c2d3d6 |
| 30-Mar-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
uptime: Remove, in favor of the coreutils one.
This one had an uncertain "freeware" license, and the code quality is not so great. BeOS didn't have an 'uptime' command, so we can replace this with t
uptime: Remove, in favor of the coreutils one.
This one had an uncertain "freeware" license, and the code quality is not so great. BeOS didn't have an 'uptime' command, so we can replace this with the coreutils one without worry.
show more ...
|
#
8a9e1e0d |
| 31-Dec-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
Removal of non-Haiku target platform logic from build system (part 1.)
Following recent changes to use libroot_build on Haiku also, it is now actually impossible to build Haiku components on non-Hai
Removal of non-Haiku target platform logic from build system (part 1.)
Following recent changes to use libroot_build on Haiku also, it is now actually impossible to build Haiku components on non-Haiku platforms (BeOS R5, Dan0, BONE, Zeta), so we can remove any logic related to this.
This is only the first part; still to be removed are: * SetSubDirSupportedPlatformsBeOSCompatible * HOST_PLATFORM_BEOS_COMPATIBLE * TARGET_PLATFORM_BEOS_COMPATIBLE
show more ...
|
#
e6c08856 |
| 29-Dec-2017 |
ohnx <me@masonx.ca> |
bin/compress: Remove.
Per #10267, "Most (ported) third-party software should be removed from the Haiku source repository."
Since HaikuPorts already has the ncompress package, this file should no lo
bin/compress: Remove.
Per #10267, "Most (ported) third-party software should be removed from the Haiku source repository."
Since HaikuPorts already has the ncompress package, this file should no longer exist.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> Original patch missed modifying the "minimum" definition and the src/bin/Jamfile, so I took care of that.
show more ...
|
#
cfafb3da |
| 17-Dec-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
rmd160: Remove from tree.
Not used or referenced anywhere.
|
#
3d44a8b6 |
| 17-Dec-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
zic: Remove from tree.
Not referenced anywhere or included in the build.
|
#
587b70d5 |
| 20-Nov-2017 |
François Revol <revol@free.fr> |
Add a get_driver_settings debugging tool
|
#
98b3149c |
| 08-Oct-2017 |
Jérôme Duval <jerome.duval@gmail.com> |
bc: use the outsourced build.
* remove in-tree bc.
|
#
11384b58 |
| 23-Jul-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
bin/coreutils: Remove; now unused since previous commit.
|