mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Make improvements
- Introduce path module to redbean - Fix glitch with linenoise printing extra line on eof - Introduce closefrom() and close_range() system calls - Make file descriptor closing more secure in pledge.com
This commit is contained in:
parent
439ad21b12
commit
1837dc2e85
31 changed files with 806 additions and 75 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall close_range,0xfffffffffffff1b4,globl
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall closefrom,0xfff11f1fdfffffff,globl
|
2
libc/sysv/calls/sys_close_range.s
Normal file
2
libc/sysv/calls/sys_close_range.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_close_range,0xffffff23fffff1b4,globl,hidden
|
2
libc/sysv/calls/sys_closefrom.s
Normal file
2
libc/sysv/calls/sys_closefrom.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_closefrom,0xfff11f1fdfffffff,globl,hidden
|
Loading…
Add table
Add a link
Reference in a new issue