projects
/
akaros.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
akaros.git
2015-10-30
Davide Libenzi
Plugged the exception handling code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-30
Davide Libenzi
Added safe user memory access APIs
commit
|
commitdiff
|
tree
|
snapshot
2015-10-30
Davide Libenzi
Added #ifdef wrapping to prevent double function defini...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-30
Davide Libenzi
Added heapsort utility function to the lib/ framework.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-29
Davide Libenzi
Fix waserror/lock order
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Dan Cross
Replace most uses of strncpy with strlcpy.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Dan Cross
Don't change calls to strcpy() to strncpy(); use strlcp...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Dan Cross
Fix strlcpy in kernel, add strlcat.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Clean up aliased monitor commands
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Alias "e" to monitor's "exit"
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Accept more types of FD Taps in #ip
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Implement recvmsg() (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Fix UDP socket bug (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Weak alias getsockopt() (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Remove (un)likely from the kernel interface (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Fix Rock sizeof sockaddr bug (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Call printf() instead of fprintf in signal.c
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Override glibc's printf for vcore context
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Panic if there is a bad thread state
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Ensure vcore context code includes parlib/assert.h
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Do not breakpoint() on parlib's assert
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Remove #include <assert.h> from parlib
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Rename parlib/rassert.h -> parlib/assert.h
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Move parlib's assert guts into a C file
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Undefine static_assert() in parlib/rassert.h
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Use a -D when building parlib
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Properly change state for running threads
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Account for pth stopping in has_blocked
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Factor out common active_queue code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Fix sem_timedwait() bug
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Check system headers for warnings for userspace
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
pthread: Fix semaphore's TAILQ type
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Print the vcoreid for unhandled faults in VC ctx
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Properly include syscall.h in parlib/event.h
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Ronald G. Minnich
Add the Inferno license to files we got from Inferno
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Add scripts/spelling.txt
commit
|
commitdiff
|
tree
|
snapshot
2015-10-28
Barret Rhoden
Adjust checkpatch.pl for Akaros's style
commit
|
commitdiff
|
tree
|
snapshot
2015-10-16
Barret Rhoden
Change checkpatch tab length to 4
commit
|
commitdiff
|
tree
|
snapshot
2015-10-16
Barret Rhoden
Add checkpatch.pl
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Barret Rhoden
Fix listener / echo servers to handle char mode
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Barret Rhoden
Close Qlisten FDs
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Kevin Klues
Update file-posix.c utest
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Kevin Klues
Update utest infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Barret Rhoden
Set ENOENT for failed 9ns lookups
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Davide Libenzi
Fixed error() reporting when error codes are reported...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Barret Rhoden
Check for ctx in default_core_handler()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Barret Rhoden
Do not free epoll event queues
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Barret Rhoden
Handle 0 usec in rendez_sleep_timeout()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Xiao Jia
Allow freeaddrinfo(NULL) (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Kevin Klues
Fix get_num_numa() loop in x86 topology.c
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Kevin Klues
Sync fork/exec() with updates to procinfo/procdata
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Kevin Klues
Simple pipe test with fork()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Davide Libenzi
Added set_error() API to have a single point of entry...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Davide Libenzi
Avoid an extra function call on the error frame handling.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Davide Libenzi
Changed a few EFAIL to proper errno codes.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Davide Libenzi
Dropped char* error file to unify common error strings...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Davide Libenzi
Added explicit errno reporting from error() API.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Kevin Klues
Remove errstrings.h, in favor of error.c
commit
|
commitdiff
|
tree
|
snapshot
2015-10-13
Davide Libenzi
Replaced dummy likely/unlikely definitions with the...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-13
Davide Libenzi
Added support for static branch hinting (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-13
Davide Libenzi
Use process struct flag to indicate tracing instead...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-13
Davide Libenzi
Restore flags interrupts on the error path.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-13
Davide Libenzi
Avoid void* error buffer declaration
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
mlx4: Support transmitting block extra data
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Support block extra data in adjustblock
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Add helper function block_append_extra
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Use block_add_extd retval to detect success or error
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Change block_add_extd to return success or error
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Refactor freeb to separate out free_block_extra
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Print block content and backtrace in PANIC_EXTRA
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Xiao Jia
Move network config blocks out of ifconfig
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Allow fcntl() to toggle O_NONBLOCK
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Check MMAP_LOWEST_VA in __is_user_addr()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Refactor is_user_r{w,}addr()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Add a diagnostic to print info about a core
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Initialize the rwlock in struct pgrp
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Accept more types of FD Taps in #eventfd
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Add #cons/urandom
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Make syscall trace records for all copy_path calls
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Fix bugs with syscall trace record data copies
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Change len from int -> size_t for sys_{read,write}
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Change sysname to Akaros
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Fix benchutil alarm open to use #alarm
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Barret Rhoden
Track startup kthreads as ktasks
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Kevin Klues
Add support for pthread_cleanup() routines
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Kevin Klues
Move decl of pthread_once() out of unsupported
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Kevin Klues
Update mailing list refs
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Ronald G. Minnich
topology: handle cases where acpi is incomplete
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Barret Rhoden
Untangling the glibc header rat's nest (P.2) (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Kevin Klues
Remove itimerspec from <ros/time.h> (XCC)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Kevin Klues
Remove dependency for {unistd,stdlib}.h in vcore.h...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Kevin Klues
Fix warning in glibc-2.19/sysdeps/akaros/user_fd.c...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Kevin Klues
Add PTHREAD_RWLOCK_INITIALIZER
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Kevin Klues
Make --no-print-directory optional in MAKERULES
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Add user interface to #eventfd (XCC) [2/2]
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Add #eventfd [1/2]
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Add a helper: read_once
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Fix minor u64 read-in issue in devalarm
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Account for 0x in NUMSIZE{32,64}
commit
|
commitdiff
|
tree
|
snapshot
2015-09-28
Barret Rhoden
Provide a more useful devpermcheck error
commit
|
commitdiff
|
tree
|
snapshot
next