index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-01
Free physical pages allocated for a process's page directory on exit.
Andreas Kling
2018-11-01
Use a freelist for GDT entries.
Andreas Kling
2018-11-01
Oops, fix null termination bug in getpwent().
Andreas Kling
2018-11-01
Way tighter locking in process creation.
Andreas Kling
2018-11-01
Allow processes to go into a BeingInspected state (used by procfs.)
Andreas Kling
2018-11-01
Convert VirtualConsole to the new coding style.
Andreas Kling
2018-11-01
Add a /proc/PID/fds text files that lists all the fds open in a process.
Andreas Kling
2018-11-01
Preallocate the maximum number of FileHandle pointers (fds) in every process.
Andreas Kling
2018-11-01
Move Region and Subregion out of Process and make them free classes.
Andreas Kling
2018-11-01
Process now maps regions immediately when they are allocated.
Andreas Kling
2018-11-01
Rename Task to Process.
Andreas Kling
2018-11-01
Fix crash when process spawn fails.
Andreas Kling
2018-11-01
Remove some unused MM functions.
Andreas Kling
2018-11-01
Implement address validation by querying the task's page directory.
Andreas Kling
2018-11-01
Do a bit less work in every context switch.
Andreas Kling
2018-11-01
Fix /proc/PID/stack in the new per-process page directory world.
Andreas Kling
2018-11-01
More work on per-process page directories. It basically works now!
Andreas Kling
2018-11-01
Give each task its own page directory.
Andreas Kling
2018-11-01
Have sh print out which signal terminated a child process.
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-31
Add a kmalloc_eternal() for things that will never be destroyed.
Andreas Kling
2018-10-31
Fix busted display of tty names in /proc/summary.
Andreas Kling
2018-10-31
printfing a number or string bigger than the field width should not crash.
Andreas Kling
2018-10-31
Add a /bin/tty command that prints the current tty.
Andreas Kling
2018-10-31
perror() should send output to stderr.
Andreas Kling
2018-10-31
Add SpinLock to IDE disk access.
Andreas Kling
2018-10-31
Snazz up the kprintf() output a bit by giving it its own color.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
Fix wrong allocation size used in opendir().
Andreas Kling
2018-10-31
Use ALWAYS_INLINE for ctype inlines.
Andreas Kling
2018-10-31
Fix ls build.
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling
2018-10-31
Snazz up the sh prompt a bit. Add the current tty to it.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling
2018-10-31
Fuck it, add a 4th virtual console. :^)
Andreas Kling
2018-10-31
Add assertion that RTC year is >= 2018.
Andreas Kling
2018-10-31
Minor cleanup.
Andreas Kling
2018-10-31
Pass the register dump to syscall_entry() via an argument.
Andreas Kling
2018-10-30
Minor VGA cleanup.
Andreas Kling
2018-10-30
Fix bug where Console::the() was initialized too late.
Andreas Kling
2018-10-30
Add sys$ttyname_r and ttyname_r() + ttyname().
Andreas Kling
2018-10-30
sh should read from fd 0 (stdin) instead of /dev/keyboard.
Andreas Kling
2018-10-30
Fix crashy bug where we'd try to deactivate VC -1 on boot.
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-30
Start working on virtual consoles/TTYs.
Andreas Kling
2018-10-30
Basic support the backspace key.
Andreas Kling
2018-10-30
Hang if a task crashes while it's already crashing..
Andreas Kling
2018-10-30
Implement sys$getcwd properly.
Andreas Kling
[prev]
[next]