summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-03-18LibCore: Moved cal.cpp functions to DateTimerhin123
2020-03-16LibJS+js: Add a debug option (js -g) to GC after every allocationAndreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling
2020-03-15Userland: ifconfig can change the IP address of the default gatewaymarprok
2020-03-12LibJS: Allow functions to take arguments (#1405)howar6hill
2020-03-12js: Take the script file as a command-line argumentAndreas Kling
2020-03-12LibJS: Add Javascript lexer and parserStephan Unverwerth
2020-03-11Userland: Set the mask of a network adapter with ifconfig (#1388)Marios Prokopakis
2020-03-11js: Oopsie, fix buildAndreas Kling
2020-03-11LibJS: Allow the choice of a scope of declaration for a variable (#1408)0xtechnobabble
2020-03-11LibJS: Support "hello friends".lengthAndreas Kling
2020-03-11Userland: Correction in the the copyrightmarprok
2020-03-09js: Make it a little easier to add new AST builder functionsAndreas Kling
2020-03-09js: Add another little test AST to exercise marking of localsAndreas Kling
2020-03-09LibJS: Add basic support for (scoped) variablesAndreas Kling
2020-03-09Userland: Use ArgParser in stat and support multiple files + linksShannon Booth
2020-03-09js: Fixed program comment (#1391)Mr.doob
2020-03-08js: Exercise the garbage collector a little bitAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-07LibJS: Start building a JavaScript engine for SerenityOS :^)Andreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-06Userland: Use ArgsParser in `crash`Shannon Booth
2020-03-06Userland: Replace lsinterrupts with lsirqLiav A
2020-03-04Userland: Add du programhowar6hill
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-03Userland: Speed up the execution of the cut command.marprok
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02Meta: Adjust some copyright dates by Fei WuAndreas Kling
2020-03-01ps: Add some options and slim down the default output styleAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-03-01rm: Allow specifying multiple paths to removeAndreas Kling
2020-02-27ps: Don't assert when coming across a zombie processAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24Userland: Add a utility for viewing interrupts from ProcFSLiav A
2020-02-23Userland: Delete redundant code in truncateShannon Booth
2020-02-22head: Use pledge()Brian Gianforcaro
2020-02-22profile: Allow launching a command with profiling enabledAndreas Kling
2020-02-21mv: Use ArgsParser, and check lstat for failurehowar6hill
2020-02-20Userland: Fix nullptr dereference if we fail to open the PCIDBhowar6hill
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19Userland: Add userdel program (#1217)howar6hill
2020-02-18realpath: Use pledge()Andreas Kling
2020-02-18uname: Use pledge()Andreas Kling
2020-02-18touch: Use pledge()Andreas Kling
2020-02-18rm: Use pledge()Andreas Kling
2020-02-18ln: Use pledge()Andreas Kling