Age | Commit message (Expand) | Author |
2016-09-01 | bump | Otto Moerbeek |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-09-01 | black magic for sparc page size can go | Ted Unangst |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-09-01 | Update list of ioctls for the audio promise. Suggested by jmc@, thanks. | Alexandre Ratchov |
2016-09-01 | Mention explicit_bzero(3); ok jmc | Martin Natano |
2016-09-01 | retire the sparc library code | Ted Unangst |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | Philip Guenther |
2016-08-27 | Stop recommending the non-standard and slightly dangerous fgetln(3). | Ingo Schwarze |
2016-08-27 | When a precision is specified for a string format use strnlen() | Todd C. Miller |
2016-08-27 | improve revision 1.2: in unusual cases, fgetwc(3) can succeed | Ingo Schwarze |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-26 | Pull in <time.h> for clock_gettime() | Philip Guenther |
2016-08-25 | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) | Ingo Schwarze |
2016-08-24 | set the error indicator on malloc(3) failure; | Ingo Schwarze |
2016-08-21 | bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; | Ingo Schwarze |
2016-08-21 | fix obvious typo in the .Dt section number | Ingo Schwarze |
2016-08-20 | Sync connect_wait() example with its real usage in ftp(1). | Todd C. Miller |
2016-08-20 | Declare all _asr_* debug functions as hidden. | Jeremie Courreges-Anglas |
2016-08-18 | Add an EXAMPLES section that illustrates how to deal with connect(2) | Todd C. Miller |
2016-08-17 | % is escaped with more %, not backslash. | Ted Unangst |
2016-08-17 | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. | Theo de Raadt |
2016-08-17 | wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ | Otto Moerbeek |
2016-08-15 | add a bit of spacing to previous, to keep the notes about deprecated | Jason McIntyre |
2016-08-14 | Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-08-13 | modern interfaces should use modern speelings, so spell quad_t as int64_t. | Ted Unangst |
2016-08-11 | Between relro and previous RWX work, the __{got,plt}_{start,end} symbols | Philip Guenther |
2016-08-09 | Expand the asynchronous connect information and move it out of | Todd C. Miller |
2016-08-09 | Document that connect goes async when interrupted by signal. | Todd C. Miller |
2016-08-07 | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. | Philip Guenther |
2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | Philip Guenther |
2016-08-05 | Obvious minor fixes: | Ingo Schwarze |
2016-08-05 | Make RES_OPTIONS point directly to resolv.conf(5) instead of going through | Martijn van Duren |
2016-07-28 | RMD160Update actually takes size_t length | Ted Unangst |
2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | Philip Guenther |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-18 | We have __weak_alias() everywhere; remove obsolete #ifdef's | Philip Guenther |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-07-10 | Document that SIGTTOU is sent if the process is in the background. | Todd C. Miller |
2016-07-06 | J/j is a three valued option, document and fix code to actuall support that | Otto Moerbeek |
2016-07-06 | Use fstatat() to avoid path surgery. | Philip Guenther |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-07-03 | introduces new promise "chown" to allow changing owner/group with *chown(2) f... | Sebastien Marie |
2016-06-30 | nptys sysctls were removed | Ted Unangst |
2016-06-30 | adapt S option: add C, rm F (not relevant with 0 cache and disables | Otto Moerbeek |
2016-06-28 | For the EINVAL case there can be more than a single option. | Todd C. Miller |
2016-06-28 | fts_open() requires that the list passed as argument to contain at least | Todd C. Miller |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |