summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add missing (common) iff constantsDov Reshef2016-08-161-0/+15
|/ /
* | Merge pull request #356 from fiveop/sched_for_androidAlex Crichton2016-08-152-8/+8
|\ \
| * | Move a few scheduling related functions from linux to notbsd.Philipp Matthias Schaefer2016-08-152-8/+8
|/ /
* | Merge pull request #354 from fiveop/poll_constantsAlex Crichton2016-08-104-0/+20
|\ \
| * | Add missing constants for poll() flagsPhilipp Matthias Schaefer2016-08-104-0/+20
|/ /
* | Merge pull request #353 from knight42/utmpAlex Crichton2016-08-097-46/+139
|\ \
| * | Add utmpx on freebsdKnight2016-08-091-0/+32
| * | Add utmpx on appleKnight2016-08-091-0/+37
| * | Move struct utmpx to Linux levelKnight2016-08-092-44/+58
| * | libc-test: ignore user-defined structKnight2016-08-091-1/+8
| * | libc-test: allow deprecated functionsKnight2016-08-093-1/+4
| |/
* | Merge pull request #350 from meh/masterAlex Crichton2016-08-061-0/+1
|\ \ | |/ |/|
| * Add memsetmeh2016-08-061-0/+1
|/
* Merge pull request #348 from alexcrichton/bump0.2.15Alex Crichton2016-08-042-3/+3
|\
| * Bump to 0.2.15Alex Crichton2016-08-042-3/+3
* | Merge pull request #349 from meh/masterAlex Crichton2016-08-041-1/+3
|\ \ | |/ |/|
| * Add memcpy and memmovemeh2016-08-041-1/+3
|/
* Merge pull request #346 from frewsxcv/pgAlex Crichton2016-08-031-0/+1
|\
| * Add `getpgid`.Corey Farwell2016-08-031-0/+1
|/
* Merge pull request #344 from letheed/masterAlex Crichton2016-08-012-1/+11
|\
| * Add clock_nanosleep for linux and solarisLetheed2016-08-012-1/+11
|/
* Merge pull request #343 from valarauca/masterAlex Crichton2016-07-311-0/+10
|\
| * Copy Paste Errorvalarauca2016-07-311-4/+0
| * Added Ptrace option parametersvalarauca2016-07-311-0/+14
* | Merge pull request #342 from knight42/getpwAlex Crichton2016-07-315-1/+39
|\ \ | |/ |/|
| * Add passwd related functionsKnight2016-07-315-1/+29
| * Add struct group and related functionsKnight2016-07-311-0/+10
* | Merge pull request #340 from knight42/utmpAlex Crichton2016-07-286-0/+109
|\ \ | |/ |/|
| * Add struct utmp for i686-linuxKnight2016-07-271-0/+44
| * Add struct utmp for androidKnight2016-07-273-0/+41
| * Add struct utmp for openbsdKnight2016-07-271-0/+17
| * Add header file for utmp(x)Knight2016-07-271-0/+7
* | Merge pull request #341 from japaric/arm-muslAlex Crichton2016-07-263-26/+8
|\ \ | |/ |/|
| * arm-musl targets now use cfg(target_env = "musl")Jorge Aparicio2016-07-263-26/+8
|/
* Merge pull request #339 from asomers/masterAlex Crichton2016-07-251-0/+1
|\
| * Add sethostname for freebsdlike operating systemsAlan Somers2016-07-241-0/+1
|/
* Merge pull request #337 from ParadoxSpiral/masterAlex Crichton2016-07-211-0/+11
|\
| * Add setlocale and wsetlocale for WindowsParadoxSpiral2016-07-221-0/+11
|/
* Merge pull request #335 from tmiasko/condattrAlex Crichton2016-07-2120-1/+54
|\
| * Define _NETBSD_SOURCE when building on NetBSD.Tomasz Miąsko2016-07-211-1/+3
| * Add support for pthread_condattr_t on Unix platforms.Tomasz Miąsko2016-07-2119-0/+51
|/
* Merge pull request #334 from fiveop/literal_overflow_warningAlex Crichton2016-07-151-7/+7
|\
| * Cast unsigned literals to signed integers.Philipp Matthias Schaefer2016-07-151-7/+7
|/
* Merge pull request #333 from bugaevc/rebootAlex Crichton2016-07-126-13/+69
|\
| * Revert "Share reboot code between Linux & Android"Sergey Bugaev2016-07-122-9/+8
| * Revert "Fix accidental two blank lines"Sergey Bugaev2016-07-121-0/+1
| * Fix accidental two blank linesSergey Bugaev2016-07-121-1/+0
| * Share reboot code between Linux & AndroidSergey Bugaev2016-07-122-8/+9
| * Cosmetic: fix the indentationSergey Bugaev2016-07-121-13/+13
| * Move LINUX_REBOOT_* constants out of common Linux codeSergey Bugaev2016-07-124-15/+45