| Commit message (Expand) | Author | Age | Files | Lines |
* | The fork symbols aren't MD, they already live in sys/. | yar | 2007-10-18 | 1 | -3/+0 |
* | Fix build from errors exposed with recent version_gen.awk commit. | grehan | 2007-10-18 | 1 | -2/+1 |
* | - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached to | tmclaugh | 2007-10-17 | 1 | -1/+1 |
* | VM_METER is long deprecated. | ru | 2007-10-16 | 1 | -2/+2 |
* | Rescue parts of the sensorsd commit that are still relevant: | ru | 2007-10-16 | 1 | -6/+9 |
* | Backout sensors framework. | netchild | 2007-10-15 | 1 | -36/+6 |
* | Add comment explaining __mb_sb_limit trick here. | ache | 2007-10-15 | 1 | -0/+5 |
* | Fix mdoc in last commit. | ru | 2007-10-14 | 1 | -13/+15 |
* | Import OpenBSD's sysctl hardware sensors framework. | netchild | 2007-10-14 | 1 | -6/+34 |
* | The problem is: currently our single byte ctype(3) functions are broken | ache | 2007-10-13 | 12 | -21/+57 |
* | Remove symbols that should not be exported. | deischen | 2007-10-13 | 1 | -29/+0 |
* | MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are | cognet | 2007-10-13 | 3 | -9/+9 |
* | Fixed "make checkdpadd" (missing library dependencies). | ru | 2007-10-01 | 1 | -0/+1 |
* | Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) man | scf | 2007-09-28 | 1 | -1/+2 |
* | Assorted spelling, punctuation and mdoc fixes. | brueffer | 2007-09-25 | 5 | -36/+39 |
* | The precision for a string argument in a call to warnx() needs to be cast | scf | 2007-09-22 | 1 | -1/+2 |
* | Add FreeBSD history. | obrien | 2007-09-21 | 1 | -1/+3 |
* | Fix some improper handling of malloc failures | matteo | 2007-09-20 | 5 | -30/+53 |
* | - Fix description to say "receive" instead of "send" | gabor | 2007-09-20 | 1 | -2/+2 |
* | Skip rebuilding environ in setenv() only upon reuse of an active variable; | scf | 2007-09-15 | 1 | -2/+2 |
* | Use better manuals for these ntp system calls. These were replaced by | imp | 2007-09-15 | 3 | -201/+258 |
* | We've been able to support EVFILT_VNODE filtering on non-UFS | ru | 2007-09-07 | 1 | -6/+1 |
* | ensure the head entry of addrinfo chain has non-NULL ai_canonname to be | jinmei | 2007-09-05 | 1 | -2/+19 |
* | Add thr_kill2 syscall. | davidxu | 2007-08-22 | 1 | -0/+3 |
* | - Getipnodebyname() and getipnodebyaddr() reimplemented through | bushman | 2007-07-31 | 1 | -1387/+72 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -6/+107 |
* | Set timeout for all NIS RPC requests to 1 second and not just for | simon | 2007-07-24 | 1 | -8/+8 |
* | Added environ-replacement detection. For programs that "clean" (i.e., su) | scf | 2007-07-20 | 1 | -78/+163 |
* | Take a sentence into the present by removing a reference to FreeBSD 3.0. | brueffer | 2007-07-14 | 1 | -4/+2 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -7/+13 |
* | Fix a typo that prevented the quad symbols from being exported | deischen | 2007-07-06 | 1 | -1/+1 |
* | Fix remaining syntax errors (missing semicolons) | peter | 2007-07-05 | 1 | -2/+2 |
* | Add missing \ characters in PSEUDO() macro on arm. Oops. | peter | 2007-07-04 | 1 | -2/+2 |
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | peter | 2007-07-04 | 9 | -9/+119 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 7 | -22/+35 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 5 | -34/+20 |
* | Fix missing prototype warnings. (Compile errors with -Werror on) | peter | 2007-07-04 | 1 | -2/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 5 | -259/+622 |
* | - Removes some incorrect error returns (errno was being overriden in | rrs | 2007-07-02 | 1 | -4/+2 |
* | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | kan | 2007-06-27 | 1 | -2/+2 |
* | Add missing semi-colon. | mjacob | 2007-06-26 | 1 | -1/+1 |
* | - Fix wrong error return (the errno was being returned and not placed | rrs | 2007-06-25 | 1 | -10/+24 |
* | - Fix incorrect error return on sctp_getaddrlen | rrs | 2007-06-22 | 1 | -3/+3 |
* | Clean up after previous commit: new sentence -> new line, no empty lines, | brueffer | 2007-06-19 | 1 | -4/+6 |
* | - Fix the signature of sctp_connectx to match the function and adds some | rrs | 2007-06-19 | 1 | -2/+6 |
* | Major cleanup: mdoc macros, style, typos etc. | brueffer | 2007-06-18 | 10 | -216/+320 |
* | Add rewind() to the list of functions which may fail and set errno | ache | 2007-06-18 | 1 | -1/+2 |
* | Add mbstate clear missed in one of the cases. | ache | 2007-06-18 | 1 | -5/+6 |
* | Fix library names. | davidxu | 2007-06-18 | 10 | -10/+10 |
* | Add information about the implications of using mmap(2) instead of sbrk(2). | jasone | 2007-06-15 | 1 | -1/+19 |