| Commit message (Expand) | Author | Age | Files | Lines |
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles should | ru | 2007-10-20 | 1 | -0/+2 |
* | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | jhb | 2007-10-18 | 2 | -24/+48 |
* | Teach makewhatis.c to treat .SS with the same severity as .SH. | edwin | 2007-10-18 | 1 | -0/+2 |
* | The upper while loop has already recycled child process, so the if | davidxu | 2007-10-18 | 1 | -3/+1 |
* | Prevent strange crashes in fmt with absurd goal lengths introduced by the | jmallett | 2007-10-17 | 1 | -0/+2 |
* | Fix incorrect string formats for netstat/s | rrs | 2007-10-17 | 1 | -48/+48 |
* | Fix various memory leaks. | kib | 2007-10-17 | 1 | -3/+13 |
* | The previous version included too many file system types in the scan, | se | 2007-10-17 | 2 | -3/+9 |
* | Make the updatedb script installed as /usr/libexec/locate.updatedb | se | 2007-10-15 | 1 | -1/+1 |
* | Backout sensors framework. | netchild | 2007-10-15 | 5 | -278/+1 |
* | Add myself to the FreeBSD calendar. | lme | 2007-10-14 | 1 | -0/+1 |
* | Bump document date for the last change. | ru | 2007-10-14 | 1 | -1/+1 |
* | Import OpenBSD's sysctl hardware sensors framework. | netchild | 2007-10-14 | 5 | -1/+278 |
* | o Pablo Picasso's birthday is October 25 not October 5. | maxim | 2007-10-14 | 1 | -1/+1 |
* | Fix id -A when the subject has an extended subject token associated with | csjp | 2007-10-14 | 1 | -7/+39 |
* | Revision 1.12 of lockf.c fixed a "thundering herd" scenario when the | csjp | 2007-10-12 | 2 | -11/+72 |
* | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | obrien | 2007-10-09 | 1 | -1/+1 |
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 1 | -1/+1 |
* | Always install libpthread.* symlinks if at least one of | ru | 2007-10-01 | 1 | -2/+1 |
* | Update to calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici | edwin | 2007-09-21 | 1 | -7/+14 |
* | - add my entry | tabthorpe | 2007-09-21 | 1 | -0/+1 |
* | Use NULL instead of 0 for the return value of fopen(). | kevlo | 2007-09-21 | 4 | -6/+6 |
* | More dates: Sint Maarten, Dierendag, Trinitatis | edwin | 2007-09-20 | 1 | -14/+30 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 2 | -2/+2 |
* | - Stop computing %CPU for the imaginary idle process; we now | ru | 2007-09-11 | 1 | -54/+6 |
* | Check return value of listen(). | kevlo | 2007-09-11 | 1 | -1/+2 |
* | - Netstat warning removal for 64 bit aware platforms. | rrs | 2007-09-09 | 1 | -117/+108 |
* | Add --posix as a synonym for --format=pax, for GNU | kientzle | 2007-09-09 | 1 | -0/+5 |
* | Add misc entries communilated over the year | edwin | 2007-09-07 | 3 | -6/+11 |
* | Inactive pages don't have to be dirty plus improve description of | ru | 2007-09-02 | 1 | -2/+3 |
* | Fix the description of the "Cache" memory and clarify the | ru | 2007-09-01 | 1 | -2/+2 |
* | - Fix typo in netstat's display of Nagle algorithm - refer to the RFC. | rrs | 2007-08-24 | 1 | -2/+2 |
* | Use POSIX mutex instead of Solaris ones. This makes generation | delphij | 2007-08-23 | 1 | -8/+8 |
* | sysent.h is installed as sys/sysent.h, so reflect it. | delphij | 2007-08-23 | 1 | -1/+1 |
* | Fix for PR bin/115033. This corrects a crash when long options | kientzle | 2007-08-01 | 1 | -0/+4 |
* | Make tcpstates[] static, and make sure TCPSTATES is defined before | des | 2007-07-30 | 1 | -2/+1 |
* | Print integer-typed arguments as integers. This makes sure that | marcel | 2007-07-28 | 1 | -3/+3 |
* | Fix handling of Quad-type arguments. Previously, syscalls | marcel | 2007-07-28 | 4 | -12/+23 |
* | Syscalls have at most 6 argument, not 5. See mmap(2) for example. | marcel | 2007-07-28 | 1 | -1/+1 |
* | Add a counter for the total number of pages cached and support for | alc | 2007-07-27 | 1 | -0/+2 |
* | Update for japanese holidays. | bland | 2007-07-27 | 1 | -1/+1 |
* | Stop mentioning /usr/X11R6. | delphij | 2007-07-24 | 1 | -2/+2 |
* | Fill in some casts that are needed (according to GCC 4.1) | kientzle | 2007-07-20 | 1 | -6/+6 |
* | Don't exit immediately on libarchive warnings, just | kientzle | 2007-07-20 | 2 | -4/+4 |
* | Update the default FILESYSTEMS value in a comment to note that ext2fs is | jhb | 2007-07-19 | 1 | -1/+1 |
* | Bah, fix a cosmetic nit and remove a debugging aid missed in the previous | jhb | 2007-07-16 | 1 | -2/+1 |
* | Restore netstat -M functionality for most statistics on core dumps. In | jhb | 2007-07-16 | 18 | -366/+750 |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -4/+5 |
* | - Simulate GNU gzip(1) behavior where full filename is | delphij | 2007-07-12 | 1 | -7/+7 |
* | Fix alignment of context switch traces. | jhb | 2007-07-10 | 1 | -1/+1 |