| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Don't exit until all truss children were exit. | delphij | 2009-04-13 | 1 | -4/+10 |
* | | Correct a bug where pr_data should have been assigned. | delphij | 2009-04-13 | 1 | -4/+4 |
* | | Avoid infinite loops when remaking makefiles not only | fjoe | 2009-04-07 | 4 | -41/+26 |
* | | Fixup the parameters to audit_submit(3) the order is errno then return | csjp | 2009-04-04 | 1 | -7/+7 |
* | | Signed/unsigned fixes, should be WARNS=2 clean now. | delphij | 2009-04-02 | 1 | -3/+3 |
* | | Don't crash when we have an invalid count number. | delphij | 2009-04-02 | 1 | -0/+2 |
* | | Fix punctuation. | trhodes | 2009-04-01 | 1 | -1/+1 |
* | | Don't strip TTY device name to the last '/'. | ed | 2009-03-27 | 1 | -2/+2 |
* | | Add two missing include files and prototype for sockfamilyname() | delphij | 2009-03-20 | 1 | -0/+3 |
* | | Act like ranlib if our name ends in ranlib. In particular, | kientzle | 2009-03-20 | 1 | -2/+5 |
* | | Fix size_t merge-o. | bms | 2009-03-19 | 1 | -1/+1 |
* | | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 3 | -121/+196 |
* | | Fix some warns - mainly signedness and unused variables. | dwmalone | 2009-03-17 | 1 | -5/+3 |
* | | Add information about me as a new committer to the src tree | fabient | 2009-03-17 | 1 | -0/+1 |
* | | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 2 | -2/+2 |
* | | Multibyte character support for cal(1). | das | 2009-03-14 | 2 | -38/+52 |
* | | Add myself. | rdivacky | 2009-03-12 | 1 | -0/+1 |
* | | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | jhb | 2009-03-11 | 5 | -1/+14 |
* | | Remove unused v6 macro aliases for inpcb fields: | rwatson | 2009-03-10 | 1 | -4/+4 |
* | | Update top and systat for vfs.bufcache now being a long rather than an int. | jhb | 2009-03-10 | 2 | -2/+2 |
* | | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -20/+101 |
* | | Update version to 2.6.901a to indicate this is synced up with r745 of | kientzle | 2009-03-08 | 1 | -1/+1 |
* | | Merge r492 from libarchive.googlecode.com: First cut at exposing the | kientzle | 2009-03-08 | 5 | -0/+29 |
* | | Match a comment to reduce differences with libarchive.googlecode.com. | kientzle | 2009-03-08 | 2 | -1/+5 |
* | | Merge r709,r710 from libarchive.googlecode.com: More work on | kientzle | 2009-03-08 | 3 | -31/+779 |
* | | Merge r687-689,691,693-701,720 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 6 | -822/+1102 |
* | | Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 23 | -66/+733 |
* | | Merge r368,496,625,626 from libarchive.googlecode.com: A number of | kientzle | 2009-03-08 | 2 | -36/+83 |
* | | Merge r622 from libarchive.googlecode.com: Avoid warning on platforms | kientzle | 2009-03-08 | 1 | -1/+1 |
* | | Merge r552,r559 from libarchive.googlecode.com: High-resolution time | kientzle | 2009-03-08 | 1 | -3/+10 |
* | | Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.h | kientzle | 2009-03-08 | 1 | -4/+11 |
* | | Merge r435,r443 from libarchive.googlecode.com: Let the compiler options | kientzle | 2009-03-08 | 2 | -4/+4 |
* | | Merge r283,r423 from libarchive.googlecode.com: Use libarchive's new | kientzle | 2009-03-08 | 3 | -530/+127 |
* | | Merge r374 from libarchive.googlecode.com: Stupid typo in open() call. <sigh> | kientzle | 2009-03-08 | 1 | -1/+1 |
* | | Merge r369 from libarchive.googlecode.com: Test -s option. | kientzle | 2009-03-08 | 2 | -0/+96 |
* | | Merge r278 from libarchive.googlecode.com: Reduce the number of | kientzle | 2009-03-08 | 1 | -3/+5 |
* | | Merge r273 from libarchive.googlecode.com: Use open() correctly. | kientzle | 2009-03-08 | 1 | -1/+1 |
* | | Correct types of variables used to track amount of allocated SysV shared | kib | 2009-03-02 | 1 | -2/+2 |
* | | Fix compilation of newkey(8) with WITHOUT_NIS=yes. | ed | 2009-02-28 | 2 | -9/+5 |
* | | Use getline() instead of fgets(). This enables nl(1) to handle | das | 2009-02-28 | 1 | -26/+21 |
* | | Fix compilation of fstat. | ed | 2009-02-28 | 1 | -1/+1 |
* | | Rename all symbols in libmp(3) to mp_*, just like Solaris. | ed | 2009-02-26 | 3 | -20/+24 |
* | | Install the old usb headers under /usr/include/legacy/dev/usb as they are | thompsa | 2009-02-24 | 1 | -1/+4 |
* | | Build fixups for the new USB stack. | thompsa | 2009-02-23 | 2 | -2/+2 |
* | | Remove unnecessary opt* definations. | delphij | 2009-02-21 | 1 | -3/+0 |
* | | Define extern **environ in global scope instead of in function. | delphij | 2009-02-21 | 1 | -2/+2 |
* | | Utilize calloc() instead of bzero'ing manually. | delphij | 2009-02-21 | 1 | -8/+4 |
* | | Initialize 'sz' as 0. | delphij | 2009-02-21 | 1 | -2/+2 |
* | | Utilize strlcpy(). | delphij | 2009-02-21 | 1 | -6/+3 |
* | | Include proper header files for system functions that are used and | imp | 2009-02-19 | 19 | -0/+21 |