#
95295296 |
| 23-Jul-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
multiuser: New implementation of su.
We're still using the (now-deprecated) coreutils su, so this is a replacement for that. It functions almost equivalently, and supports the major arguments (-l, -
multiuser: New implementation of su.
We're still using the (now-deprecated) coreutils su, so this is a replacement for that. It functions almost equivalently, and supports the major arguments (-l, -c).
(Note that login/su to a non-root user is presently busted, though. See #13583.)
show more ...
|
#
ab76614d |
| 28-Jun-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
ideinfo & idestatus: Remove.
They're useless without the old IDE stack.
|
#
4263f257 |
| 28-Apr-2017 |
Dario Casalinuovo <b.vitruvio@gmail.com> |
media_client: Fix Jamfiles to build correctly
|
#
56f749a6 |
| 01-Nov-2016 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
listusb: split out USB audio dumping to own file.
The code to dump audio descriptors is now twice as long as the other parts of the listusb code. Move it to its own file for clarity.
|
#
fa2dd9c4 |
| 09-Apr-2016 |
Andrew Lindesay <apl@lindesay.co.nz> |
BPackageInfo::Parser: Validate URL strings.
Fixes #12710.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> I fixed the modifications to the Jamfiles in src/bin, they were all wrong in the
BPackageInfo::Parser: Validate URL strings.
Fixes #12710.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> I fixed the modifications to the Jamfiles in src/bin, they were all wrong in the patch.
show more ...
|
#
bab64f65 |
| 19-Feb-2016 |
Alexander von Gluck IV <Alex.vonGluck@r1soft.com> |
Merge remote-tracking branch 'upstream/master' into intel-extreme
|
#
2037db14 |
| 19-Jan-2016 |
Augustin Cavalier <waddlesplash@gmail.com> |
bin/mail: move to 'mail_utils' subdir.
|
#
8028ede7 |
| 16-Jan-2016 |
Rene Gollent <rene@gollent.com> |
Build: Add architecture rule for libshared.a.
- As suggested by Ingo, add libshared.a to the architecture name map. This allows it to be linked by its short name like other frequently used libra
Build: Add architecture rule for libshared.a.
- As suggested by Ingo, add libshared.a to the architecture name map. This allows it to be linked by its short name like other frequently used libraries. - Adjust all Jamfiles referencing the lib accordingly.
show more ...
|
#
c302a243 |
| 23-Dec-2015 |
Alexander von Gluck IV <kallisti5@unixzen.com> |
Merge remote-tracking branch 'upstream/master' into intel-extreme
|
#
cfe6baf6 |
| 19-Oct-2015 |
Axel Dörfler <axeld@pinc-software.de> |
cddb_daemon: renamed to cddb_lookup, moved to /src/bin.
* It's now a standard command line tool that is launched automatically via the launch_daemon whenver a volume is mounted.
|
#
0a6d5959 |
| 29-Aug-2015 |
Michael Lotz <mmlr@mlotz.ch> |
Add system_time to the Jamfile, missed in hrev49598.
|
#
ed92a105 |
| 01-Aug-2015 |
Jérôme Duval <jerome.duval@gmail.com> |
diffutils: use the outsourced packages.
* remove diffutils Jamfile from the build and diffutils sources from the tree.
|
#
05a567f6 |
| 06-Jul-2015 |
Axel Dörfler <axeld@pinc-software.de> |
Added autologin command, and use it by default.
* This will handle our current single-user login needs. * Removed Login from the minimum image again.
|
#
c16361c4 |
| 18-May-2015 |
Axel Dörfler <axeld@pinc-software.de> |
launch_daemon: Initialize /tmp & /var/shared_memory, clock.
* Added initializing /tmp & /var/shared_memory to the launch_daemon. * Moved clockconfig.cpp code into the launch_daemon. * This follows s
launch_daemon: Initialize /tmp & /var/shared_memory, clock.
* Added initializing /tmp & /var/shared_memory to the launch_daemon. * Moved clockconfig.cpp code into the launch_daemon. * This follows systemd design; since those jobs are fixed, it doesn't matter where you maintain them. * The init jobs are BJobs, but the JobQueue is only used for that one use for now. At a later time, I intend to put the job launching in there, as well. BJob allows to represent the dependencies already.
show more ...
|
#
67325950 |
| 13-Jun-2015 |
Adrien Destugues <pulkomandy@gmail.com> |
Link top with libstdc++
* Should fix gcc4 build
|
#
95cace8d |
| 13-Jun-2015 |
Adrien Destugues <pulkomandy@gmail.com> |
top: convert to C++ and use std::list
The C code would crash on my machine, and using std::list is simpler and cleaner.
May help with #11895 as well, but I didn't have that issue on my machine.
|
#
1f56c11b |
| 10-Jun-2015 |
Jérôme Duval <jerome.duval@gmail.com> |
gzip: use the outsourced packages.
* remove gzip Jamfile from the build and gzip sources from the tree.
|
#
22d29642 |
| 02-Mar-2015 |
Jérôme Duval <jerome.duval@gmail.com> |
Add packages for zip and use them.
* remove zip Jamfile from the build and from the tree * clean up image and package definitions. * added zip in regular builds.
|
#
85e5aa30 |
| 26-Feb-2015 |
Jérôme Duval <jerome.duval@gmail.com> |
Add packages for unzip and use them.
* remove unzip Jamfile from the build, <build>unzip stays with us. * clean up image and package definitions. * added unzip in regular builds.
|
#
6d8505a0 |
| 16-Feb-2015 |
Jérôme Duval <jerome.duval@gmail.com> |
patch: use the outsourced packages.
* remove patch Jamfile from the build and patch sources from the tree. * added patch to DevelopmentBase. * should a bootstrap package be added?
|
#
e611f199 |
| 11-Feb-2015 |
Augustin Cavalier <waddlesplash@gmail.com> |
gdb: outsource.
I didn't add the gdb package to the bundled packages because AFAIK, most users / developers of Haiku use our built-in Debugger instead, because it's so much more awesome (thanks, Ing
gdb: outsource.
I didn't add the gdb package to the bundled packages because AFAIK, most users / developers of Haiku use our built-in Debugger instead, because it's so much more awesome (thanks, Ingo & Rene!).
If I'm somehow mistaken about that, please don't hesitate to speak up and I'll add it.
show more ...
|
#
45e1214a |
| 25-Dec-2014 |
Augustin Cavalier <waddlesplash@gmail.com> |
RCS: delete from tree.
Moved to a package. Not added to the image as we keep this only for POSIX compatibility.
Fixes #11662.
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
|
#
2661e819 |
| 18-Dec-2014 |
Adrien Destugues <pulkomandy@gmail.com> |
Build fix second attempt.
Declare the dependency of top and watch to the ncurses headers.
|
#
9a539f9e |
| 18-Dec-2014 |
Adrien Destugues <pulkomandy@gmail.com> |
Outsource ncurses.
|
#
4738a0e1 |
| 16-Dec-2014 |
Adrien Destugues <pulkomandy@gmail.com> |
Remove built-in cal command.
* Replaced by gcal package * Fixes #9696.
|