| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge through r204011 from head. | imp | 2010-02-17 | 2 | -1/+3 |
|\ |
|
| * | realloc() with a proper amount of memory. | ru | 2010-02-17 | 1 | -1/+1 |
| * | Mention EISDIR as a possible errno. | phk | 2010-02-17 | 1 | -0/+2 |
* | | Merge from current. | imp | 2010-02-16 | 8 | -53/+16 |
|\ \
| |/ |
|
| * | Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I, | marcel | 2010-02-16 | 1 | -0/+1 |
| * | %U was macroized in mdoc(7), escape. | ru | 2010-02-16 | 3 | -3/+3 |
| * | Add missing newline in last line of file. | uqs | 2010-02-16 | 1 | -1/+1 |
| * | Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes | marcel | 2010-02-16 | 1 | -11/+9 |
| * | The static TLS size as given by tls_static_space includes TLS_TCB_SIZE | marcel | 2010-02-16 | 1 | -2/+2 |
| * | Though these libraries are disconnected from the build and don't | ru | 2010-02-15 | 2 | -36/+0 |
* | | merge from head. | imp | 2010-02-14 | 10 | -32/+36 |
|\ \
| |/ |
|
| * | Resort includes to match style(9) a bit more. No functional change | wkoszek | 2010-02-13 | 10 | -32/+36 |
* | | merge from head. | imp | 2010-02-13 | 15 | -76/+185 |
|\ \
| |/ |
|
| * | s/APIS/APIs - not part of the original submission. | trhodes | 2010-02-11 | 1 | -2/+2 |
| * | o Add support for COMPAT_IA32. | marcel | 2010-02-11 | 1 | -13/+21 |
| * | i doesn't need to be signed here, make it unsigned. | imp | 2010-02-11 | 1 | -1/+1 |
| * | Correct two typoes. | trhodes | 2010-02-11 | 1 | -1/+1 |
| * | Remove redundand headers and use more standard ones where necessary. | wkoszek | 2010-02-11 | 6 | -11/+1 |
| * | Use more standard way for setting nonblocking flag for a filedescriptor. | wkoszek | 2010-02-11 | 1 | -7/+9 |
| * | Within libusb 0.1 API, bus number is always faked to 0. Device numbers, | wkoszek | 2010-02-11 | 1 | -0/+3 |
| * | Back to WARNS=3. The breakage wasn't what I thought it was :( | imp | 2010-02-11 | 1 | -1/+1 |
| * | Keep Tinderbox happy. | mckusick | 2010-02-11 | 1 | -1/+1 |
| * | Increased warnings weren't tested on ARM. Bump warnings back down to | imp | 2010-02-11 | 1 | -1/+1 |
| * | Fix PR | cracauer | 2010-02-10 | 1 | -2/+2 |
| * | - Deal with some special cases [1] | gabor | 2010-02-09 | 1 | -30/+54 |
| * | Various fixes like spelling, style and syntax. | marcel | 2010-02-09 | 1 | -21/+28 |
| * | Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can | marcel | 2010-02-09 | 1 | -1/+76 |
* | | merge from base/head | imp | 2010-02-07 | 10 | -27/+60 |
|\ \
| |/ |
|
| * | Mark up "unsigned char". | ru | 2010-02-04 | 4 | -4/+11 |
| * | Reinstate the ptrace patch to restore the 'gp' register after calling | neel | 2010-02-04 | 1 | -0/+3 |
| * | -White space cleanup (missing spaces in new line) | rrs | 2010-02-03 | 1 | -5/+2 |
| * | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 4 | -22/+34 |
| * | Also add a cross-reference to NetBSD updlastlogx(). | ed | 2010-02-03 | 1 | -1/+3 |
| * | This fixes a bug found and fixed by JC. Basically | rrs | 2010-02-03 | 1 | -1/+13 |
* | | Introduce MACHINE_CPUARCH. | imp | 2010-02-03 | 36 | -90/+92 |
|/ |
|
* | Bump .Dd, forgotten in r203393 | gavin | 2010-02-02 | 1 | -1/+1 |
* | The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d. | gavin | 2010-02-02 | 1 | -1/+1 |
* | Implement strndup(3) using strnlen(3). | ed | 2010-02-02 | 1 | -3/+1 |
* | Respect passwordtime from login.conf if set. | des | 2010-02-02 | 1 | -2/+9 |
* | Finally, document libgpib. | joerg | 2010-02-01 | 2 | -0/+757 |
* | Fix bugs: | jasone | 2010-01-31 | 4 | -1352/+2256 |
* | Remove extra semicolon. | brucec | 2010-01-31 | 1 | -1/+1 |
* | Fix typo of ENOTCONN. | brucec | 2010-01-31 | 4 | -3/+5 |
* | The EFI vendor UUID for FreeBSD variables is called EFI_FREEBSD_VARIABLE | marcel | 2010-01-31 | 1 | -1/+1 |
* | Perform some cleanups to devname(3). | ed | 2010-01-31 | 1 | -13/+10 |
* | Introduce libefi -- a library around EFI runtime services and protocols. | marcel | 2010-01-30 | 9 | -2/+634 |
* | - Fix some style(9) bugs | gabor | 2010-01-29 | 1 | -17/+16 |
* | You must include fcntl.h (in practice) to be able to do anything useful | rwatson | 2010-01-29 | 1 | -0/+1 |
* | Add a function to check if the usb devices is still connected. | thompsa | 2010-01-29 | 5 | -0/+44 |
* | Correct a bunch of typos. | schweikh | 2010-01-27 | 6 | -9/+9 |