2015-10-28 |
Barret Rhoden | Implement recvmsg() (XCC) |
tree | commitdiff |
2015-10-28 |
Barret Rhoden | Fix UDP socket bug (XCC) |
tree | commitdiff |
2015-10-28 |
Barret Rhoden | Weak alias getsockopt() (XCC) |
tree | commitdiff |
2015-10-28 |
Barret Rhoden | Fix Rock sizeof sockaddr bug (XCC) |
tree | commitdiff |
2015-10-14 |
Xiao Jia | Allow freeaddrinfo(NULL) (XCC) |
tree | commitdiff |
2015-10-02 |
Barret Rhoden | Untangling the glibc header rat's nest (P.2) (XCC) |
tree | commitdiff |
2015-10-01 |
Kevin Klues | Remove dependency for {unistd,stdlib}.h in vcore.h... |
tree | commitdiff |
2015-10-01 |
Kevin Klues | Fix warning in glibc-2.19/sysdeps/akaros/user_fd.c... |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Add user interface to #eventfd (XCC) [2/2] |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Allow openat() from any file type (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Replaces SYS_open with SYS_openat (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Provide a lookup for a socket's listen FD (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Fix socket option bug in accept() (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Clean up _sock_newrock()'s initialization (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Optimize _sock_findrock() for the empty case (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Have perror() save errstr (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Move register_evq to event.c |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Install Linux's epoll headers in glibc (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Add User FDs to glibc (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Remove EVENT_NOMSG (XCC) |
tree | commitdiff |
2015-09-28 |
Barret Rhoden | Allow all event queue functionality for SCPs (XCC) |
tree | commitdiff |
2015-09-14 |
Dan Cross | Add disable-canonical flags for cross-compiler build. |
tree | commitdiff |
2015-07-29 |
Barret Rhoden | Use compressed kernel images for QEMU and USB |
tree | commitdiff |
2015-07-27 |
Barret Rhoden | Fixes LD_LIBRARY_PATH typo |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Allow fcntl() to handle O_NONBLOCK (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Split fcntl() into __fcntl() and fcntl() (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Use __fcntl() exclusively within glibc (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Add shims for {get,set}sockopt() (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Allow socket() to accept SOCK_NONBLOCK (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Split socket()'s type into two Rock fields (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Pass mode = 0 for O_CREATE open() calls (XCC) |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Test for flex & bison when building the toolchain |
tree | commitdiff |
2015-07-24 |
Barret Rhoden | Test for g++ when building the toolchain |
tree | commitdiff |
2015-07-23 |
Kevin Klues | Change all references of num_cpus -> num_cores |
tree | commitdiff |
2015-07-22 |
Kevin Klues | Add vcore_entry to vcpd (XCC) (2/2) |
tree | commitdiff |
2015-07-22 |
Kevin Klues | Add vcore_entry to vcpd (XCC) (1/2) |
tree | commitdiff |
2015-07-22 |
Kevin Klues | Export __ctype_init out of glibc |
tree | commitdiff |
2015-07-22 |
Kevin Klues | Rename vcore-tls.{h,c} to tls.{h,c} |
tree | commitdiff |
2015-07-22 |
Kevin Klues | Remove vcoreid from get/set_tls_desc |
tree | commitdiff |
2015-07-18 |
Kevin Klues | Use BUILD_ERROR_DELIMITER not hard-coded constant |
tree | commitdiff |
2015-07-18 |
Kevin Klues | Explicity cast to char* |
tree | commitdiff |
2015-07-16 |
Barret Rhoden | Fixes up syscall_blockon functions (XCC) |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Add target to easily re-install the akaros headers |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Unexport LD_LIBARY_PATH before building xcc |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Make XCC uninstall robust to failures |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Add the 'check-env' target to the XCC Makefile |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Allow multiple make errors to be triggered at once |
tree | commitdiff |
2015-07-15 |
Kevin Klues | XCC -> cross compiler, CXX -> C++ |
tree | commitdiff |
2015-07-15 |
Kevin Klues | Fix typo in XCC Makefile error message output |
tree | commitdiff |
2015-07-14 |
Kevin Klues | Finalize arg, env, aux migration (2/3) (CXX) (BB) |
tree | commitdiff |
2015-07-14 |
Kevin Klues | sys_exec and sys_proc_create now use argenv (XCC) |
tree | commitdiff |
2015-07-14 |
Kevin Klues | Add serialization for syscall args (XCC) |
tree | commitdiff |
2015-07-14 |
Kevin Klues | RTLD_START passes correct args to _dl_init (XCC) |
tree | commitdiff |
2015-07-14 |
Kevin Klues | Add #include to remove warning for errstr() |
tree | commitdiff |
2015-07-06 |
Kevin Klues | Update Makelocal.template with 'akaros' (not ros) |
tree | commitdiff |
2015-07-06 |
Kevin Klues | Complete rewrite of Makefile |
tree | commitdiff |
2015-07-01 |
Barret Rhoden | Removes extra arch-> symlink (XCC) |
tree | commitdiff |
2015-06-26 |
Kevin Klues | Redesign of our initialization path for libs (XCC) |
tree | commitdiff |
2015-06-18 |
Barret Rhoden | Removes user symlinks from the sysroot (XCC) |
tree | commitdiff |
2015-06-18 |
Barret Rhoden | Changes user includes to <library/header.h> (XCC) |
tree | commitdiff |
2015-06-18 |
Barret Rhoden | Toolchain target: make inst-clean |
tree | commitdiff |
2015-06-15 |
Barret Rhoden | Implements getaddrinfo() (XCC) |
tree | commitdiff |
2015-06-12 |
Kevin Klues | Drop _NSIG to 42 instead of 65 (XCC) |
tree | commitdiff |
2015-06-12 |
Barret Rhoden | Reentrant versions of get{prt,srv}name (XCC) |
tree | commitdiff |
2015-06-12 |
Barret Rhoden | Reentrant version of gethostbyname (XCC) |
tree | commitdiff |
2015-06-11 |
Kevin Klues | Enable fortran support in gcc |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | Pushes the Plan 9 BSD shims into glibc (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | Adds sunrpc (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | Adds __h_errno_loc to glibc's ABI (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | User interface for fsync and posix_fadvise (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | Implements readdir64{,_t} (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | Build userspace with -fno-omit-frame-pointer (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | [PATCH 2/2] Adds some resolv functionality (XCC) |
tree | commitdiff |
2015-06-04 |
Barret Rhoden | [PATCH 1/2] Removes NSS and resolv (XCC) |
tree | commitdiff |
2015-05-15 |
Barret Rhoden | Fixes IO lock initialization bug (XCC) |
tree | commitdiff |
2015-05-15 |
Barret Rhoden | Implements getlogin{,_r} (XCC) |
tree | commitdiff |
2015-05-15 |
Barret Rhoden | Builds the NSS in staticly (XCC) |
tree | commitdiff |
2015-05-13 |
Barret Rhoden | Sets unistd flags in posix_opt.h (XCC) |
tree | commitdiff |
2015-05-06 |
Barret Rhoden | Untangling the glibc header rat's nest (P.1) (XCC) |
tree | commitdiff |
2015-04-20 |
Dan Cross | Use GMP, MPFR and MPC directly in gcc build. (XCC) |
tree | commitdiff |
2015-04-20 |
Barret Rhoden | Adds PATH_MAX and NAME_MAX (XCC) |
tree | commitdiff |
2015-04-17 |
Barret Rhoden | Removes libgcc_eh hack (XCC) |
tree | commitdiff |
2015-04-17 |
Barret Rhoden | Fixes shared library linking (XCC) |
tree | commitdiff |
2015-04-17 |
Barret Rhoden | Builds libstdc++.so (XCC) |
tree | commitdiff |
2015-03-19 |
Barret Rhoden | Updates bootable USB tools |
tree | commitdiff |
2015-03-17 |
Barret Rhoden | Removes Ivy annotations (XCC) |
tree | commitdiff |
2015-03-17 |
Barret Rhoden | Enables plugins in binutils for gold linker (XCC) |
tree | commitdiff |
2015-03-17 |
Dan Cross | Enable gold linker. (XCC) |
tree | commitdiff |
2015-03-06 |
Barret Rhoden | BB: manually writes echo's buffer |
tree | commitdiff |
2015-03-02 |
Barret Rhoden | Busybox echo buffers lines to stdout |
tree | commitdiff |
2015-03-01 |
Barret Rhoden | Toolchain saves intermediate patches |
tree | commitdiff |
2015-02-16 |
Barret Rhoden | Finishes removal of x86_32 (XCC) |
tree | commitdiff |
2015-01-28 |
Barret Rhoden | Adds some programs to busybox's default |
tree | commitdiff |
2015-01-28 |
Barret Rhoden | Busybox will rebuild when defconfig changes |
tree | commitdiff |
2015-01-23 |
Barret Rhoden | Busybox build infrastructure (BB) |
tree | commitdiff |
2015-01-20 |
Barret Rhoden | Fixes busybox perror patch (BB) |
tree | commitdiff |
2015-01-15 |
Barret Rhoden | Fixes glibc stage 2 pthread errors (XCC) |
tree | commitdiff |
2015-01-05 |
Barret Rhoden | Adds stub for gethostname (XCC) |
tree | commitdiff |
2015-01-02 |
Barret Rhoden | Fixes busybox compilation failure |
tree | commitdiff |
2015-01-01 |
Barret Rhoden | Implements werrstr in glibc (XCC) |
tree | commitdiff |
next |