Age | Commit message (Expand) | Author |
2013-12-17 | crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc | Theo de Raadt |
2013-12-17 | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker | Theo de Raadt |
2013-12-17 | f_prealloc() goes away. Comment from the original source file: | Theo de Raadt |
2013-12-17 | Add tcgetsid() now that it is in POSIX base. Man page adapted from | Todd C. Miller |
2013-12-17 | define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined. | Jasper Lievisse Adriaanse |
2013-12-13 | Remove struct ttysize which was introduced for compatibility with | Christian Weisgerber |
2013-12-12 | POSIX no longer requires sys/types.h be included to get the pid_t | Todd C. Miller |
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther |
2013-12-11 | revert to return EPERM for sem_init pshared until it really works | Ted Unangst |
2013-12-10 | Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speeds | Christian Weisgerber |
2013-12-10 | Remove an attempt to free a non-heap object. | Sylvestre Gallon |
2013-12-09 | Fix issues with dirent returning junk due to removal of bzero in version 1.14. | Bob Beck |
2013-12-08 | Reduce the random name length when sem_init is called with pshared | Federico G. Schwindt |
2013-12-05 | no more regexp(3), so point to regex(3); | Jason McIntyre |
2013-12-05 | no more stty(3), so point to tty(4); | Jason McIntyre |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-12-04 | tweak from deraadt; | Jason McIntyre |
2013-12-04 | update BUGS to reflect previous; as advised by | Jason McIntyre |
2013-12-04 | correct frame handling | Theo de Raadt |
2013-12-03 | Remove string.h dependency from sys/select.h; from FreeBSD, tweaked | Christian Weisgerber |
2013-12-03 | Does not append a NUL character to buf in readlink(2). | Sylvestre Gallon |
2013-12-03 | Add support for FBT_RECLAIM that allow us to free the representation | Sylvestre Gallon |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2013-12-03 | timeb.h has not been used forever | Theo de Raadt |
2013-12-03 | do not need sgttyb.h anymore; ok millert | Theo de Raadt |
2013-12-02 | CIRCLEQ begone. | Kenneth R Westerback |
2013-12-01 | mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. | Philip Guenther |
2013-12-01 | Eliminate references to the basep argument which was removed in the | Philip Guenther |
2013-11-29 | fairly simple unsigned char casts for ctype | Theo de Raadt |
2013-11-29 | Don't try to reuse _initial_thread in the fork() wrapper, as the | Philip Guenther |
2013-11-28 | The print() routine here can be passed at least some of the non-characters | Philip Guenther |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | unsigned char cast for ctype; ok guenther | Theo de Raadt |
2013-11-26 | Remove unused var and include. Fix errno values as per spec. | Federico G. Schwindt |
2013-11-25 | unsigned char changes for ctype | Theo de Raadt |
2013-11-25 | use an unsigned char instead, to avoid lots of casts | Theo de Raadt |
2013-11-25 | Use iswupper() for wide characters, not isupper(); ok deraadt | Stefan Sperling |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-22 | unsigned char casts for ctype macros | Theo de Raadt |
2013-11-22 | doc nit okay millert@ | Marc Espie |
2013-11-22 | obvious cast for isspace() | Theo de Raadt |
2013-11-22 | don't use PAGE_SIZE, it is not portable. Ted can polish this after | Theo de Raadt |
2013-11-21 | Fix a big memory leak in libfuse. | Sylvestre Gallon |
2013-11-21 | remove dead assignment as reported by llvm. | Federico G. Schwindt |
2013-11-21 | handle the fourth vararg value to sem_open | Ted Unangst |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-20 | shared semaphore fixes. first, eliminate the sem inside a sem indirection. | Ted Unangst |
2013-11-20 | spelling fix; | Jason McIntyre |
2013-11-20 | this implementation may now be capable of shared semaphores | Ted Unangst |