| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing function to get device speed to the LibUSB v1.0 API. | hselasky | 2011-08-16 | 2 | -0/+30 |
* | Cross-reference cap_new(2) from dup(2), as they have similar functionality. | rwatson | 2011-08-14 | 1 | -1/+7 |
* | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | rwatson | 2011-08-14 | 2 | -11/+19 |
* | Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,). | hrs | 2011-08-08 | 1 | -1/+1 |
* | Merge revision 3554 from libarchive's release/2.8 branch: | mm | 2011-08-07 | 3 | -16/+27 |
* | Change lwp to int64_t as thr_pread_long() always uses a 64-bit value | marius | 2011-08-07 | 1 | -4/+4 |
* | Add compatibility for ISO images created with unfixed makefs that | mm | 2011-08-07 | 11 | -35/+317 |
* | Implement | marius | 2011-08-06 | 1 | -5/+30 |
* | Use the size of struct fpreg rather than of the pointer to it when copying | marius | 2011-08-06 | 1 | -2/+5 |
* | The tid member of struct pthread actually is long so read it as such. | marius | 2011-08-06 | 1 | -8/+8 |
* | Add support for PBVM addresses. In a nutshell this means: | marcel | 2011-08-06 | 1 | -7/+81 |
* | The result of a joint work between rrs@ and myself at the IETF: | tuexen | 2011-08-03 | 1 | -0/+3 |
* | fix a serious bug in libproc's proc_attach | avg | 2011-08-03 | 1 | -2/+1 |
* | Get rid of MAXCPU knowledge used for internal needs only. Switch to | pluknet | 2011-08-01 | 6 | -64/+41 |
* | MFprojects/hid: | mav | 2011-07-30 | 1 | -5/+7 |
* | Remove incorrect attribution. | gnn | 2011-07-21 | 1 | -1/+1 |
* | Make both stpcpy and strcpy be assembly language implementations | gnn | 2011-07-21 | 3 | -20/+60 |
* | Add cap_new(2) and cap_getrights(2) symbols to libc. | jonathan | 2011-07-20 | 3 | -1/+478 |
* | Fix building of 32-bit compat libraries on amd64 with clang, and using | dim | 2011-07-18 | 1 | -4/+0 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -2/+2 |
* | Disable gvmat64.S, the assembler version of longest_match for now. | delphij | 2011-07-18 | 1 | -10/+10 |
* | - Update libarchive to 2.8.4 | mm | 2011-07-17 | 45 | -103/+5799 |
*-. | Upgrade our copy of llvm/clang to r135360, from upstream's trunk. | dim | 2011-07-17 | 61 | -128/+228 |
|\ \ |
|
| | * | Vendor import of clang trunk r135360: | dim | 2011-07-17 | 209 | -9638/+25449 |
| | * | Vendor import of clang trunk r132879: | dim | 2011-06-12 | 168 | -4978/+11673 |
| * | | Vendor import of llvm trunk r135360: | dim | 2011-07-17 | 645 | -22623/+27962 |
* | | | Fixes to make the WITH_BIND_LIBS option functional with BIND 9.8.x | dougb | 2011-07-17 | 1 | -2/+8 |
* | | | bmake and other updates necessary for the BIND 9.8.x upgrade. | dougb | 2011-07-16 | 12 | -84/+455 |
* | | | - Add two missing functions to the LibUSB v0.1 API. | hselasky | 2011-07-16 | 6 | -0/+87 |
* | | | Handle the MK_BIND_XML option more intelligently | dougb | 2011-07-16 | 1 | -5/+12 |
* | | | Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals are | kib | 2011-07-12 | 1 | -2/+14 |
* | | | Mention myself in the AUTHORS section. | pluknet | 2011-07-12 | 1 | -1/+8 |
* | | | Provide a simple manual page for libprocstat(3). | pluknet | 2011-07-12 | 2 | -2/+255 |
* | | | Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3) | mm | 2011-07-11 | 1 | -3/+7 |
* | | | posix_spawn: If an error is detected in the child process, reap the zombie. | jilles | 2011-07-10 | 1 | -1/+4 |
* | | | - Removing some unneeded definitions of NULL(cruft related to 1970's C). | avatar | 2011-07-10 | 6 | -29/+15 |
* | | | style(9) cleanup | kevlo | 2011-07-10 | 1 | -1/+1 |
* | | | Add a HISTORY section | kevlo | 2011-07-10 | 1 | -0/+5 |
* | | | Add missing "swapuse" resource limit. | trasz | 2011-07-09 | 1 | -1/+2 |
* | | | - Add xdr_sizeof(3) to libc | kevlo | 2011-07-09 | 4 | -4/+22 |
* | | | Fixing building bustage on 32 bits platforms when WARNS >= 2. Note that | avatar | 2011-07-08 | 2 | -5/+10 |
* | | | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -29/+2 |
* | | | LibUSB v1.0: Need at least one frame when doing the dummy open | hselasky | 2011-06-28 | 1 | -1/+1 |
* | | | Build Scrt.o on powerpc64. Its introduction on other platforms got lost | nwhitehorn | 2011-06-27 | 1 | -4/+10 |
* | | | Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512 | cperciva | 2011-06-27 | 2 | -2/+2 |
* | | | Fix whitespace inconsistencies in libc in files copyrighted by me. | ed | 2011-06-26 | 5 | -8/+8 |
* | | | Add missing libkvm and libutil dependencies. | pluknet | 2011-06-25 | 1 | -0/+2 |
* | | | - Add two new API's to libusb20 which can be used to retrive information | hselasky | 2011-06-24 | 7 | -1/+47 |
* | | | Fixes to newer tftp code in libstand: | rodrigc | 2011-06-24 | 1 | -51/+132 |
* | | | Change sparc64 to use the initial exec TLS model, too. This avoids random | marius | 2011-06-21 | 1 | -1/+1 |