| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up whatis/apropos issue displaying all output on a single due to | gordon | 2010-10-02 | 1 | -2/+2 |
* | Implementaiton of man, manpath, whatis, and apropos written entirely in sh. | gordon | 2010-10-01 | 6 | -0/+1510 |
* | If an RCS file is truncated, rcsfile_getdelta() will return NULL. Instead | jhb | 2010-09-30 | 1 | -0/+8 |
* | tr: Fix '[=]=]' equivalence class. | jilles | 2010-09-29 | 1 | -1/+1 |
* | Remove copyright strings printed at login time via login(1) or sshd(8). | emaste | 2010-09-28 | 1 | -7/+0 |
* | Add manpages for clang and tblgen. These were generated from upstream's | dim | 2010-09-27 | 4 | -2/+715 |
* | Make WARNS=6 clean. | marius | 2010-09-24 | 2 | -28/+23 |
* | Try to adhere to style.Makefile(5). | marius | 2010-09-23 | 1 | -4/+6 |
* | Remove an explicit assignment of the CFLAGS variable intended for | marius | 2010-09-23 | 1 | -1/+0 |
* | In the past gunzip(1) write()'s after each inflate return. This is | delphij | 2010-09-23 | 1 | -0/+2 |
* | And now the 2nd part of the patch: Also fix the year. | edwin | 2010-09-22 | 1 | -1/+1 |
* | Fix location of the Battle of the Plains of Abraham | edwin | 2010-09-22 | 1 | -1/+1 |
* | Add myself as a ports committer | sunpoet | 2010-09-22 | 1 | -0/+1 |
* | Add Simplified Chinese messages for BSD grep. | delphij | 2010-09-20 | 2 | -0/+14 |
* | Upgrade our Clang in base to r114020, from upstream's release_28 branch. | dim | 2010-09-20 | 1 | -4/+8 |
* | Fix the grammar after I added a second environmental variable. | obrien | 2010-09-19 | 1 | -1/+1 |
* | Increase the hostname display width. Many machines are named | obrien | 2010-09-16 | 1 | -2/+2 |
* | + Add the SCRIPT environmental variable to the sub-shell. Its value is | obrien | 2010-09-16 | 2 | -0/+20 |
* | Fix indenting of the previous commit. | rpaulo | 2010-09-16 | 1 | -4/+4 |
* | When generating functions to print the arguments of system calls with | rpaulo | 2010-09-16 | 1 | -0/+5 |
* | Remove extra ; | emaste | 2010-09-14 | 1 | -1/+1 |
* | Move to using Makefile.arch to include the proper target-specific programs. | imp | 2010-09-13 | 1 | -136/+57 |
* | Doh! two last second refactoring typos crept in. Fix. | imp | 2010-09-13 | 1 | -2/+2 |
* | Revert r212513 and reimplement the search order to be ARCH, CPUARCH | imp | 2010-09-13 | 3 | -13/+62 |
* | Merge from tbemd: Move to using Makefile.arch to control what's build. | imp | 2010-09-13 | 6 | -0/+26 |
* | merge powerpc and powerpc64 now that we use TARGET_CPUARCH | imp | 2010-09-13 | 2 | -55/+11 |
* | Move to using TARGET_CPUARCH instead of TARGET_ARCH. | imp | 2010-09-13 | 1 | -1/+9 |
* | Note bug in trying to printf(1) things like: '-%s\n' "foo" | obrien | 2010-09-09 | 1 | -0/+7 |
* | For total interrupt count on -vm screen count all interrupts, but not only | mav | 2010-09-08 | 1 | -3/+3 |
* | Fix typo in bsdcpio manual: | gjb | 2010-09-06 | 1 | -2/+2 |
* | Add myself to calendar.freebsd and committers-src.dot. | andreast | 2010-09-06 | 1 | -0/+1 |
* | printf(1): Clarify that \OOO produces a byte, different %b escape sequences. | jilles | 2010-09-05 | 1 | -4/+10 |
* | Add myself to calendar.freebsd | swills | 2010-09-05 | 1 | -0/+1 |
* | Adding a missing firstname (Monique) | edwin | 2010-09-02 | 1 | -1/+1 |
* | Correct spelling mistake, int -> into | gavin | 2010-09-02 | 1 | -2/+2 |
* | For consistency, cast result of getpid() to long | kevlo | 2010-08-31 | 1 | -1/+2 |
* | For calendars which don't match the solar-based Gregorian calendar, | edwin | 2010-08-30 | 4 | -37/+541 |
* | Use basename(3) to determine the name of the program. | edwin | 2010-08-30 | 1 | -3/+2 |
* | Add myself to calendars.freebsd. | dim | 2010-08-30 | 1 | -0/+1 |
* | Fix breakage introduced in r211725 and improve functionality of truss on | nwhitehorn | 2010-08-28 | 5 | -3/+31 |
* | Add one more new memory day for Russian Federation: the end of Second World War. | osa | 2010-08-25 | 1 | -0/+1 |
* | MFtbemd: | imp | 2010-08-23 | 2 | -4/+4 |
* | - Change default grep back to GNU version. BSD grep can be built with the | gabor | 2010-08-23 | 1 | -4/+4 |
* | Revert a minor part of revision 211364: | delphij | 2010-08-19 | 1 | -4/+1 |
* | '\0' -> 0 | edwin | 2010-08-19 | 1 | -2/+2 |
* | UTFize my name. | des | 2010-08-19 | 6 | -6/+6 |
* | Check return value of dup(), it could be -1 when the system is running | delphij | 2010-08-19 | 1 | -1/+8 |
* | - Refactor file reading code to use pure syscalls and an internal buffer | gabor | 2010-08-18 | 4 | -178/+157 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 2 | -2/+2 |
* | Mark functions and variables as static. | ed | 2010-08-16 | 1 | -15/+14 |