4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 13 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
src: Add getpwnam_r(). More... almost 11 years ago
src: Load libc and add getpwnam(). More... almost 11 years ago
src: Some minor code cleanup. More... almost 11 years ago
src: Fix some build warnings. More... almost 11 years ago
src: Get the library compiled and linked for now. More... almost 11 years ago
Initial version. More... almost 11 years ago
src: Implement a more portable libc loader. More... almost 11 years ago
Add TODO. More... about 11 years ago
Improve the openssh example. More... about 11 years ago
Add an example using openssh sshd and ssh. More... about 11 years ago
cmake: Install library. More... about 11 years ago
Add dup2() wrapper. More... about 11 years ago
Add dup() wrapper. More... about 11 years ago
Add close() wrapper. More... about 11 years ago
Add writev() wrapper. More... about 11 years ago
Add readv() wrapper. More... about 11 years ago
Add sendmsg() wrapper. More... about 11 years ago
Add send() wrapper. More... about 11 years ago
Add read() wrapper. More... about 11 years ago
Add recv() wrapper. More... about 11 years ago
Add sendto() wrapper. More... about 11 years ago
Add recvfrom() wrapper. More... about 11 years ago
Add ioctl() wrapper. More... about 11 years ago
Add setsockopt() wrapper. More... about 11 years ago
Add getsockopt() wrapper. More... about 11 years ago
Fix a build warning for unused in_len of sockaddr_convert_to_un(). More... about 11 years ago
Fix a build warning in swrap_dump_packet(). More... about 11 years ago
Add getsockname() wrapper. More... about 11 years ago
Add getpeername() wrapper. More... about 11 years ago
Add listen() wrapper. More... about 11 years ago