| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix incorrect error return on sctp_getaddrlen | rrs | 2007-06-22 | 1 | -3/+3 |
* | Ouch. I partially screwed up the last commit by | kientzle | 2007-06-22 | 1 | -1/+0 |
* | Support for writing the 'newc' cpio format, plus a minimal test harness | kientzle | 2007-06-22 | 7 | -0/+393 |
* | 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 |
* | - Bump share library version which were missed in last bump | rafan | 2007-06-18 | 3 | -3/+3 |
* | 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 |
* | Track whether the current read stream supports seek(). For now, we | kientzle | 2007-06-18 | 2 | -0/+22 |
* | - Bump ncurses share library version for the coming RELENG_7 | rafan | 2007-06-16 | 1 | -1/+1 |
* | Add information about the implications of using mmap(2) instead of sbrk(2). | jasone | 2007-06-15 | 1 | -1/+19 |
* | Fix junk/zero filling for realloc(). Junk filling was missing in one case, | jasone | 2007-06-15 | 1 | -36/+48 |
* | Re-enable raw dump format support on i386 and amd64 for /dev/fwmem. | simokawa | 2007-06-15 | 4 | -18/+39 |
* | Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. | harti | 2007-06-14 | 1 | -2/+4 |
* | According to the documentation mech_type for gss_init_sec_context() may | harti | 2007-06-14 | 1 | -1/+9 |
* | Use the current user's login class for the decisions about where | yar | 2007-06-14 | 2 | -45/+59 |
* | Document the quirks of ~/.login_conf and LOGIN_MECLASS. | yar | 2007-06-14 | 1 | -57/+80 |
* | Improve mdoc(7) markup. | yar | 2007-06-14 | 1 | -76/+190 |
* | Require users to provide a length information for inet_ntoa_r, | delphij | 2007-06-14 | 2 | -5/+6 |
* | Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf. | yar | 2007-06-14 | 1 | -8/+18 |
* | Oops, back out previous commit since it was backwards to a wrong branch. | bde | 2007-06-14 | 1 | -1/+1 |
* | MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation. | bde | 2007-06-14 | 1 | -1/+1 |
* | Catch up with the code. | brueffer | 2007-06-13 | 1 | -2/+2 |
* | Make 'ar' write test a tad more portable. | kientzle | 2007-06-13 | 1 | -3/+3 |
* | Read support for the new GNU tar sparse formats added in gtar 1.15 and | kientzle | 2007-06-13 | 3 | -84/+570 |
* | Add some options to libarchive_test: | kientzle | 2007-06-13 | 1 | -12/+50 |
* | Fix a broken function declaration. | kientzle | 2007-06-13 | 1 | -1/+1 |
* | Options spring cleanup: | sepotvin | 2007-06-13 | 1 | -1/+0 |
* | Fix yet another (make install) stopper with wrong sourcefilter.3 links | ache | 2007-06-12 | 1 | -2/+2 |
* | Fix typo in filename from mismerged earlier rev of this file. | bms | 2007-06-12 | 1 | -1/+1 |
* | Fix a typo which crept in from an earlier version of this file. | bms | 2007-06-12 | 1 | -2/+2 |
* | Add missing userland support files from previous commit for the new | bms | 2007-06-12 | 2 | -0/+587 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 2 | -1/+8 |
* | - Validate incoming addresses and sizes for connectx and bindx. | rrs | 2007-06-11 | 1 | -5/+16 |
* | Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm has | bde | 2007-06-11 | 1 | -1/+1 |
* | Add inet_ntoa_r, a reentrant version of inet_ntoa. This is | delphij | 2007-06-11 | 4 | -2/+23 |
* | Don't lose leading '/' for pathnames exactly 101 bytes long. | kientzle | 2007-06-11 | 2 | -8/+25 |
* | Diff reduction against other *BSDs: ANSIfy function | delphij | 2007-06-11 | 4 | -141/+66 |
* | Merge NetBSD changes, among them: | stefanf | 2007-06-10 | 5 | -117/+259 |
* | Now pam_nologin(8) will provide an account management function | yar | 2007-06-10 | 2 | -20/+11 |
* | Fix bogon in previous commit: <machine/cpu.h> is still needed. | marcel | 2007-06-10 | 1 | -0/+1 |
* | The definition of CACHELINESIZE moved from <machine/cpu.h> to | marcel | 2007-06-10 | 1 | -1/+1 |
* | Set warning level to 2. | davidxu | 2007-06-08 | 1 | -1/+2 |
* | Document getaddrinfo(3)'s AI_ADDRCONFIG | remko | 2007-06-06 | 1 | -6/+67 |
* | Remove the special atomic.h case for arm, and allow it to use | dougb | 2007-06-05 | 1 | -2/+0 |
* | Expose __stack_chk_fail_local() so -fstack-protector-all works. | des | 2007-06-05 | 2 | -3/+1 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 1 | -2/+7 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 29 | -341/+396 |