index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-21
Deprecate SockAddr/InetAddr::to_str
Noah
2021-08-18
Merge #1486 #1490 #1493
bors[bot]
2021-08-18
Merge #1489
bors[bot]
2021-08-18
[skip ci] Fix bors configuration
Alan Somers
2021-08-17
Relax assertions in sockaddr_storage_to_addr to match the documentation.
Kyle Huey
2021-08-17
Don't use mem::transmute in SignalFd
Alan Somers
2021-08-17
Simplify definition of SIGNALFD_SIGINFO_SIZE
Alan Somers
2021-08-13
Fix crates.io badge
Alex Touchet
2021-08-13
Merge pull request #1492 from asomers/bitflags_1.3.1
Alan Somers
2021-08-13
Remove support for 32-bit Apple targets
Alan Somers
2021-08-13
constify more functions
Alan Somers
2021-08-13
Fix the build with bitflags-1.3.0 and newer
Alan Somers
2021-08-13
Fix warnings with Rust 1.46.0 - 1.51.0, inclusive
Alan Somers
2021-08-12
update CHANGELOG
Bearice Ren
2021-08-12
feat: add libc::IP6T_SO_ORIGINAL_DST support
Icemic
2021-08-11
Merge #1482
bors[bot]
2021-08-11
Merge #1484
bors[bot]
2021-08-10
Add support for LOCAL_PEER_CRED
Alan Somers
2021-08-10
Merge #1485
bors[bot]
2021-08-09
Optionally implement TryFrom in libc_enum!
Alan Somers
2021-08-09
Replace some mem::transmute calls in signal.rs with pointer casts
Alan Somers
2021-08-09
[skip ci] fix CHANGELOG after PR #1422
Alan Somers
2021-08-09
Merge #1422
bors[bot]
2021-08-09
Add PTRACE_INTERRUPT
Mika Vatanen
2021-08-09
Merge #1483
bors[bot]
2021-08-09
Remove some actually unsupported termios iflags on redox
Noah
2021-08-01
Merge #1302
bors[bot]
2021-08-01
Add getrlimit and setrlimit
LMJW
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-29
Merge #1481
bors[bot]
2021-07-28
sys/stat: add a safe wrapper for mknodat(2)
Luca BRUNO
2021-07-27
Expose `sys::eventfd` for target_os = "android"
Felix Obenhuber
2021-07-24
Constify many functions
Alan Somers
2021-07-25
Merge #1471
bors[bot]
2021-07-24
unistd: Add conversion from User to libc::passwd
orvij
2021-07-24
Merge #1472
bors[bot]
2021-07-24
Merge #1465
bors[bot]
2021-07-24
Merge branch 'master' into const_timespec
Alan Somers
2021-07-24
Add pthread_kill
Martin Kröning
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-17
Merge #1470
bors[bot]
2021-07-16
Merge #1469
bors[bot]
2021-07-16
Add the IPV6_V6ONLY sockopt
Daniel Dulaney
2021-07-15
Merge #1467
bors[bot]
2021-07-15
Fix CONTRIBUTING.md formating
rusty-snake
2021-07-14
Add more errno definitions for better backwards compat with 0.21.0
Alan Somers
2021-07-14
Update changelog with TimeSpec additions
Daniel Dulaney
2021-07-13
Merge pull request #1464 from asomers/fdset
Alan Somers
2021-07-13
Enable creating a const TimeSpec
Daniel Dulaney
2021-07-13
Use immutable receivers for FdSet::{highest, contains, fds}
Alan Somers
[next]