../
|
adt
|
|
61eb2ce2
|
2 years
|
zarevucky.jiri |
Make hash table operations immutable, because global mutable state is evil
|
cap
|
|
31e15be
|
4 years
|
5887334+jxsvoboda |
kernel: deprecate atomic_t
|
console
|
|
7c5320c
|
2 years
|
zarevucky.jiri |
Use the semaphore interface instead of waitq in some places
Since we …
|
cpu
|
|
d1582b50
|
5 years
|
jiri |
Fix spacing in single-line comments using latest ccheck
This found …
|
ddi
|
|
e037cf37
|
4 years
|
jiri |
Show kernel console again when its physical area is unmapped
It's …
|
ipc
|
|
31e15be
|
4 years
|
5887334+jxsvoboda |
kernel: deprecate atomic_t
|
lib
|
|
bdca26a
|
6 years
|
jakub |
Removing printf when failing from lib/rtld
If rtld failed a message …
|
main
|
|
b60615bd
|
7 years
|
zarevucky.jiri |
Modify kernel malloc()
This new implementation places the allocation …
|
mm
|
|
61eb2ce2
|
2 years
|
zarevucky.jiri |
Make hash table operations immutable, because global mutable state is evil
|
printf
|
|
28a5ebd
|
5 years
|
martin |
Use char32_t instead of wchat_t to represent UTF-32 strings
The …
|
proc
|
|
83789ea2
|
2 years
|
zarevucky.jiri |
Simplify timeout handling
Since timeout_unregister() now waits for …
|
security
|
|
5a5269d
|
6 years
|
noreply |
Change type of uspace pointers in kernel from pointer type to numeric …
|
smp
|
|
7c5320c
|
2 years
|
zarevucky.jiri |
Use the semaphore interface instead of waitq in some places
Since we …
|
synch
|
|
4c78104
|
2 years
|
zarevucky.jiri |
Get rid of waitq_count_get/set
|
syscall
|
|
ad211c8
|
6 years
|
martin |
remove unnecessary SYSCALL_END
The size of the syscall table is …
|
sysinfo
|
|
5a5269d
|
6 years
|
noreply |
Change type of uspace pointers in kernel from pointer type to numeric …
|
time
|
|
ba25c4b
|
2 years
|
zarevucky.jiri |
Synchronize timeout_unregister() with handler execution
This ensures …
|
types
|
|
4805495
|
6 years
|
zarevucky.jiri |
Make sure libc and abi header guards are reserved identifiers
It's …
|
udebug
|
|
5a5269d
|
6 years
|
noreply |
Change type of uspace pointers in kernel from pointer type to numeric …
|
align.h
|
2.2 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
arch.h
|
3.5 KB
|
b076dfb
|
2 years
|
zarevucky.jiri |
Implement more elaborate debug checking for spinlocks
|
assert.h
|
2.6 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
atomic.h
|
2.1 KB
|
31e15be
|
4 years
|
5887334+jxsvoboda |
kernel: deprecate atomic_t
|
barrier.h
|
2.2 KB
|
7328ff4
|
7 years
|
jiri.zarevucky |
Use builtin memory fences for kernel barriers, and convert …
|
bitops.h
|
2.4 KB
|
8df5f20
|
6 years
|
zarevucky.jiri |
Rename NO_TRACE to _NO_TRACE
<trace.h> may end up transitively …
|
byteorder.h
|
3.4 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
cc.h
|
1.8 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
config.h
|
3.1 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
context.h
|
3.8 KB
|
8df5f20
|
6 years
|
zarevucky.jiri |
Rename NO_TRACE to _NO_TRACE
<trace.h> may end up transitively …
|
cpu.h
|
3.2 KB
|
011c79a
|
2 years
|
zarevucky.jiri |
Replace CPU→needs_relink with CPU→relink_deadline
This removes a …
|
debug.h
|
2.3 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
errno.h
|
1.6 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
fpu_context.h
|
1.8 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
gsort.h
|
1.7 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
halt.h
|
1.7 KB
|
31e15be
|
4 years
|
5887334+jxsvoboda |
kernel: deprecate atomic_t
|
interrupt.h
|
2.5 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
log.h
|
2.1 KB
|
5a5269d
|
6 years
|
noreply |
Change type of uspace pointers in kernel from pointer type to numeric …
|
macros.h
|
5.0 KB
|
36795edf
|
4 years
|
martin |
Improve lists and other data structures
Provide more …
|
mem.h
|
2.2 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
member.h
|
1.7 KB
|
36795edf
|
4 years
|
martin |
Improve lists and other data structures
Provide more …
|
panic.h
|
2.5 KB
|
88e43bc
|
7 years
|
zarevucky.jiri |
Mark unreachable consistently in kernel
At least in places that were …
|
preemption.h
|
2.1 KB
|
a6e55886
|
7 years
|
noreply |
Rename THE/the_t to CURRENT/current_t (#50)
Because the word "THE" …
|
print.h
|
2.0 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
putchar.h
|
1.6 KB
|
28a5ebd
|
5 years
|
martin |
Use char32_t instead of wchat_t to represent UTF-32 strings
The …
|
stacktrace.h
|
2.9 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
stdio.h
|
1.6 KB
|
208db5a
|
7 years
|
jiri |
Make ordered dictionary available in kernel, too.
|
stdlib.h
|
1.7 KB
|
aafed15
|
7 years
|
zarevucky.jiri |
Declare malloc() etc in standard <stdlib.h> rather than <mm/slab.h>
|
str.h
|
3.6 KB
|
28a5ebd
|
5 years
|
martin |
Use char32_t instead of wchat_t to represent UTF-32 strings
The …
|
symtab.h
|
1.7 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
symtab_lookup.h
|
2.0 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
trace.h
|
1.6 KB
|
8df5f20
|
6 years
|
zarevucky.jiri |
Rename NO_TRACE to _NO_TRACE
<trace.h> may end up transitively …
|
typedefs.h
|
1.9 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
uchar.h
|
1.6 KB
|
28a5ebd
|
5 years
|
martin |
Use char32_t instead of wchat_t to represent UTF-32 strings
The …
|
userspace.h
|
1.7 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|
verify.h
|
2.2 KB
|
174156fd
|
7 years
|
jakub |
Disambiguate doxygroup generic*
|