summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Linux: add reboot() and constantsSergey Bugaev2016-07-122-0/+26
* | Merge pull request #317 from cjschneider2/masterAlex Crichton2016-07-123-15/+37
|\ \ | |/ |/|
| * Manually exclude Android instead of compiler cfgCharles J. Schneider2016-07-124-21/+37
| * Merge remote-tracking branch 'upstream/master'Charles J. Schneider2016-07-127-6/+31
| |\ | |/ |/|
* | Merge pull request #332 from cuviper/solaris-rtldAlex Crichton2016-07-111-0/+16
|\ \
| * | solaris: add dlsym/dlopen RTLD constantsJosh Stone2016-07-111-0/+16
|/ /
* | Merge pull request #331 from alexcrichton/bump0.2.14Alex Crichton2016-07-112-3/+3
|\ \
| * | Bump to 0.2.14Alex Crichton2016-07-112-3/+3
|/ /
* | Merge pull request #330 from danlrobertson/more_signalsAlex Crichton2016-07-113-0/+3
|\ \
| * | Add SIGCHLD and othersDaniel Robertson2016-07-113-0/+3
* | | Merge pull request #329 from sateffen/masterAlex Crichton2016-07-111-0/+5
|\ \ \
| * | | Refactored linger struct drysateffen2016-07-1113-60/+5
| * | | Added linger structSteffen W2016-07-1012-0/+60
| |/ /