| Commit message (Expand) | Author | Age | Files | Lines |
* | Add myself. | makc | 2009-02-19 | 1 | -0/+1 |
* | Now that ifmcstat(8) does not suck, retire host-mode netstat -g. | bms | 2009-02-15 | 5 | -226/+11 |
* | Truss builds on mips, so don't filter it building there anymore. | imp | 2009-02-15 | 1 | -1/+1 |
* | Add preliminary support for truss on MIPS. It compiles, but has not | imp | 2009-02-15 | 3 | -0/+354 |
* | Let stat(1) use fdevname(3). | ed | 2009-02-11 | 1 | -12/+20 |
* | o Print an octal representation of suid, sgid and sticky bits with -x flag. | maxim | 2009-02-11 | 1 | -1/+1 |
* | Fix multiple -s options. | kientzle | 2009-02-08 | 1 | -1/+1 |
* | When copying file data to the archive, don't write more | kientzle | 2009-02-08 | 1 | -1/+1 |
* | Clenup code a bit and do not call fork(2) before dameon(3) where not needed. | emax | 2009-02-04 | 1 | -16/+2 |
* | Partially revert r186559. | obrien | 2009-02-03 | 1 | -1/+1 |
* | Alow dirname(1) to accept multiple arguments in the same way that | rwatson | 2009-02-02 | 2 | -5/+9 |
* | Remove duplicate OPTFLAGS definition. | fjoe | 2009-02-02 | 1 | -1/+0 |
* | Sort the options, per style(9). | imp | 2009-02-02 | 1 | -24/+25 |
* | src/usr.bin/usbhidaction/usbhidaction.c | alfred | 2009-02-02 | 2 | -10/+4 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 1 | -2/+0 |
* | David doesn't consider the prior -s behavior a bug. Back out this | imp | 2009-01-31 | 1 | -1/+0 |
* | Unbreak make -s. There's about a 10% performance improvement with -s | imp | 2009-01-30 | 1 | -0/+1 |
* | Make sure the entries don't run into each other when they're longer than | des | 2009-01-30 | 1 | -6/+6 |
* | When "-b" is specified, one could easily create "smaller" files | trhodes | 2009-01-24 | 1 | -3/+3 |
* | Attaching to the init process returns EINVAL, | trhodes | 2009-01-23 | 1 | -2/+2 |
* | Remove inlining of functions that are used mostly in different object files. | rdivacky | 2009-01-20 | 3 | -4/+4 |
* | The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because | des | 2009-01-17 | 1 | -3/+4 |
* | Rename mail(1)'s aux.c to util.c. | ed | 2009-01-16 | 2 | -2/+2 |
* | o Respect -ss flags (suppress zero counters) for icmp6 "histogram | maxim | 2009-01-13 | 1 | -1/+2 |
* | Don't enable -Q by default - I've fixed the rescue build issue. | obrien | 2009-01-13 | 2 | -3/+3 |
* | If running with "-K" really do not information about symbols from the a.out | obrien | 2009-01-12 | 1 | -1/+1 |
* | Fix usage() with SYNOPSIS. | ru | 2009-01-10 | 1 | -5/+6 |
* | Fix markup and spelling. | ru | 2009-01-10 | 1 | -4/+7 |
* | A bit of rewording for clarity, taken from OpenBSD. | trhodes | 2009-01-10 | 1 | -9/+26 |
* | Fix crash with "netstat -m -N foo". | ru | 2009-01-10 | 1 | -1/+1 |
* | Note that r186713 also contained a change to VarAdd where we propagate the | obrien | 2009-01-06 | 1 | -2/+1 |
* | Merge support for CVSMode (aka. mirror mode) into csup. This means csup can now | lulf | 2009-01-05 | 1 | -1/+5 |
|\ |
|
| * | - Add missing rsyncfile from Makefile | lulf | 2008-11-23 | 1 | -1/+2 |
| * | - Import csup work from p4. | lulf | 2008-10-19 | 1 | -0/+3 |
| * | - Import the Makefile from HEAD for building csup. | lulf | 2008-10-19 | 1 | -0/+36 |
| |\ |
|
| * | | - Import the HEAD csup code which is the basis for the cvsmode work. | lulf | 2008-10-19 | 1476 | -351849/+0 |
| |/ |
|
* | | + Add the -Q be-quiet flag for parallel jobs. | obrien | 2009-01-03 | 5 | -24/+29 |
* | | o With -L flag show unix sockets listen queues stats. It is useful | maxim | 2008-12-31 | 2 | -7/+18 |
* | | Include param.h instead of types.h before mount.h so that the nested | rwatson | 2008-12-29 | 1 | -1/+1 |
* | | Include param.h instead of types.h before user.h so that the nested | rwatson | 2008-12-29 | 9 | -9/+9 |
* | | 1. Add the ability to tweak the token output before targets in job mode. | obrien | 2008-12-29 | 6 | -4/+57 |
* | | Consistently use Var_SetGlobal(). | obrien | 2008-12-29 | 3 | -4/+4 |
* | | Fix up after last commit: | trhodes | 2008-12-27 | 1 | -6/+5 |
* | | Clarify the behaviour of conditionals when dealing with comparisons. | luigi | 2008-12-26 | 1 | -12/+23 |
* | | Right align the CPU column header. | rpaulo | 2008-12-26 | 1 | -2/+2 |
* | | o Fix grammar. | maxim | 2008-12-26 | 1 | -1/+1 |
* | | Remove reference to unimplemented "-c" option. | trhodes | 2008-12-25 | 1 | -4/+1 |
* | | Update the description of -k, output files appear to | trhodes | 2008-12-24 | 1 | -7/+2 |
* | | Update bmake glue for changes in 9.4.3 | dougb | 2008-12-23 | 1 | -1/+1 |
* | | Add a basic manual page for elf2aout. | trhodes | 2008-12-23 | 2 | -1/+65 |