| Commit message (Expand) | Author | Age | Files | Lines |
* | o Close an output file -o flag opened before execvp(3) in a child. | maxim | 2006-04-16 | 1 | -0/+2 |
* | Fix indentation for "Ostersonntag". | brueffer | 2006-04-16 | 1 | -1/+1 |
* | Add missing library dependencies. | ru | 2006-04-13 | 1 | -1/+1 |
* | Fix Mother's/Father's day in most case. | flz | 2006-04-13 | 2 | -3/+4 |
* | libc_r is no longer provided, and on alpha and sparc64, libthr | ru | 2006-04-12 | 1 | -1/+1 |
* | Allow to specify size in terabytes by using T or t suffix. | pjd | 2006-04-09 | 2 | -5/+10 |
* | Update comment about var modifiers (add 'N' and 'O' descriptions). | fjoe | 2006-04-08 | 1 | -2/+5 |
* | Add :u var modifier (remove adjacent duplicate words like uniq(1). | fjoe | 2006-04-08 | 2 | -0/+43 |
* | Fix options broken when the birthtime related primaries were added. | ceri | 2006-04-05 | 1 | -11/+11 |
* | Add my birthday. | alepulver | 2006-04-04 | 1 | -0/+1 |
* | - Add my birthday | jmelo | 2006-04-04 | 1 | -0/+1 |
* | Note that all of the birthtime related primaries are non-standard. | ceri | 2006-04-04 | 1 | -5/+5 |
* | Bump .Dd for the birthtime options. | ceri | 2006-04-03 | 1 | -1/+1 |
* | Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to | ceri | 2006-04-03 | 4 | -4/+59 |
* | If you see a broken symlink, don't try to follow it, | kientzle | 2006-04-02 | 2 | -4/+7 |
* | Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to | cognet | 2006-03-28 | 1 | -1/+4 |
* | Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map file | peter | 2006-03-25 | 1 | -3/+3 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 9 | -23/+140 |
* | Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending | ru | 2006-03-21 | 1 | -0/+6 |
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -0/+4 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -1/+3 |
* | add an entry for ozfod.. | jmg | 2006-03-18 | 1 | -0/+1 |
* | fix spelling of ozfod... I've been wondering why we'd need to fill a page | jmg | 2006-03-18 | 1 | -1/+1 |
* | A few minor corrections to the mkuzip.8 man page. | sobomax | 2006-03-17 | 1 | -25/+24 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 9 | -26/+46 |
* | Cross-reference basename(3) and dirname(3). | jkoshy | 2006-03-16 | 1 | -1/+3 |
* | When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall | rwatson | 2006-03-14 | 1 | -1/+4 |
* | Update make glue for csup-snap-20060313. | mux | 2006-03-14 | 1 | -0/+1 |
* | Remove non-FreeBSD source from FreeBSD repository. | kientzle | 2006-03-12 | 1 | -20/+0 |
* | Remove including of libc sources. All the required functions | deischen | 2006-03-10 | 1 | -8/+2 |
* | Remove configure.ac.in and the 'distfile' target from | kientzle | 2006-03-08 | 4 | -164/+6 |
* | Add a check for Linux' "libacl" library and headers. | kientzle | 2006-03-07 | 1 | -0/+4 |
* | Change the output of --version to match GNU "gnits" standards. | kientzle | 2006-03-07 | 1 | -5/+2 |
* | Fix a format mismatch (%d integer format, platform-dependent | kientzle | 2006-03-07 | 1 | -1/+1 |
* | Add an override (DONTSTRIP) so that one can easily install debugable | obrien | 2006-03-06 | 2 | -0/+14 |
* | Managing login.access is no longer a responsibility of login(1). | yar | 2006-03-06 | 1 | -10/+6 |
* | Remove the last reference to LOGIN_ACCESS from login(1). | yar | 2006-03-06 | 1 | -2/+3 |
* | login.access.5 and login_access.c are no longer used | yar | 2006-03-06 | 2 | -296/+0 |
* | login(1) no longer handles /etc/login.access by itself, | yar | 2006-03-06 | 1 | -1/+0 |
* | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | Reduce number of spaces for full name by four, and reduce padding | rwatson | 2006-03-04 | 1 | -5/+5 |
* | Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend | mux | 2006-03-03 | 1 | -1/+2 |
* | Connect csup the build! | mux | 2006-03-03 | 1 | -0/+1 |
* | - Don't put the .h in SRCS. | mux | 2006-03-03 | 1 | -25/+25 |
* | Add make glue for building csup. Not yet connected to the build. | mux | 2006-03-03 | 1 | -0/+35 |
* | Fix the way in which median is calculated. If the data source has even | wkoszek | 2006-02-23 | 1 | -7/+18 |
* | Add myself as a new src commiter: | wkoszek | 2006-02-22 | 1 | -0/+1 |
* | If opendir(".") fails after descending into a subdirectory via | peadar | 2006-02-22 | 1 | -1/+2 |
* | Add option -w to specify graph width. | mdodd | 2006-02-22 | 1 | -3/+24 |
* | In wall and who, check that the utmp entry isn't stalled, as it is done in w. | cognet | 2006-02-21 | 2 | -3/+36 |