Age | Commit message (Expand) | Author |
2015-07-16 | remove the stubby not working mmaped file support. ok sthen (long ago) | Ted Unangst |
2015-07-15 | mention that swapctl(2) can also be used to retrieve statistics | Jasper Lievisse Adriaanse |
2015-07-14 | Fall back to scanning /dev if /var/run/dev.db does not exist. | Todd C. Miller |
2015-07-14 | The first argument to devname(3) should be dev_t, not int. | Todd C. Miller |
2015-07-13 | Do not write a warning to stderr if the db cannot be opened, just | Todd C. Miller |
2015-07-07 | the C locale should contain only ASCII | semarie |
2015-07-03 | There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in | semarie |
2015-07-02 | remove new_categories variable from global. | semarie |
2015-06-23 | Add STANDARDS section; isblank(3) was specified in C99. | Anthony J. Bentley |
2015-06-21 | Just return if nmemb is 0. Avoids a NULL dereference and is | Todd C. Miller |
2015-06-20 | Bump major after {,asr_}print_sockaddr() renaming. | Jeremie Courreges-Anglas |
2015-06-20 | Rename print_sockaddr() to avoid symbol visibility problems | Jeremie Courreges-Anglas |
2015-06-19 | Tweak whitespace and remove dangling, unneeded "else". | Jeremie Courreges-Anglas |
2015-06-19 | Remove needless casts. There's no reason to cast delim to char * | Todd C. Miller |
2015-06-17 | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. | Masao Uebayashi |
2015-06-13 | in glob() initialize the glob_t before the first failure check. | Theo de Raadt |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-04 | force reseeding if pid has changed. | Eric Faurot |
2015-06-04 | make sure to check for resolv.conf update the first time the resolver | Eric Faurot |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-05-31 | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. | Ingo Schwarze |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2015-05-25 | Kill outdated comment. | Jeremie Courreges-Anglas |
2015-05-25 | Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. | Eric Faurot |
2015-05-25 | getnameinfo(3) doesn't need to initialize the resolver when it's only used | Eric Faurot |
2015-05-18 | swap calloc() arguments for clarity | Theo de Raadt |
2015-05-17 | Of course, fcntl errno case returns -1, which must be converted to 0 | Theo de Raadt |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-17 | Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better | Theo de Raadt |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-05-14 | Use STRONG_ALIAS instead of ALTENTRY. | Mark Kettenis |
2015-05-14 | rev 1.3 introduced a check to an if statement without adding braces. | Jonathan Gray |
2015-05-13 | If crypt(3) is called with an unknown setting, return NULL instead | Alexander Bluhm |
2015-05-12 | Add dlclose(3) to SEE ALSO | Philip Guenther |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-05-12 | chflagsat() is also async-signal-safe | Philip Guenther |
2015-05-11 | Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() | Philip Guenther |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |