| Commit message (Expand) | Author | Age | Files | Lines |
* | Stage 4 of dynamically linked root support. Add a big knob, | gordon | 2003-08-17 | 1 | -1/+4 |
* | Implement the nwchan keyword that has been in the man page, but was | harti | 2003-08-13 | 3 | -0/+15 |
* | Note in STANDARDS that -gno are not (yet?) POSIX conformant. | schweikh | 2003-08-08 | 1 | -1/+6 |
* | Add additional documentation to setfacl(1) regarding the behavior of | rwatson | 2003-08-07 | 1 | -0/+18 |
* | -v no longer a valid argument to setfacl(1) -- remove from usage(). | rwatson | 2003-08-07 | 1 | -1/+1 |
* | Clarify that the 'state' information consists of characters, not | brueffer | 2003-08-05 | 1 | -2/+2 |
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -9/+2 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | This code isn't WARNS=6 clean in the standard (crypto) case | ru | 2003-07-20 | 1 | -0/+1 |
* | Make this code WARNS=6 clean again (after GCC 3.1.1 import). | ru | 2003-07-20 | 2 | -14/+13 |
* | When reporting an error internalizing an ACL string, print out the | rwatson | 2003-07-18 | 1 | -2/+2 |
* | Temporarily turn off -Werror for these components. | kan | 2003-07-11 | 1 | -1/+1 |
* | -l prints all permissions, not just owner and group | brueffer | 2003-07-10 | 1 | -1/+1 |
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 13 | -38/+37 |
* | Rename a local variable in order to avoid collision with standard 'log' | kan | 2003-06-30 | 1 | -3/+3 |
* | pass -1 to setfile in cp.c | jmg | 2003-06-30 | 1 | -1/+1 |
* | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | gordon | 2003-06-29 | 1 | -0/+4 |
* | Unbreak NOCRYPT buildworld. | ru | 2003-06-29 | 1 | -1/+1 |
* | support saving both user/group and permissions on symlinks (from PR) | jmg | 2003-06-22 | 1 | -13/+20 |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 11 | -18/+7 |
* | Add the -H option to ps(1) to display all kernel visible threads in each | scottl | 2003-06-12 | 2 | -6/+19 |
* | add section name to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
* | Fix for the NO_OPENSSL case. | markm | 2003-06-08 | 1 | -1/+1 |
* | Clarify what -p option does. | ru | 2003-06-07 | 1 | -11/+12 |
* | Use | kuriyama | 2003-06-06 | 1 | -1/+1 |
* | Make ed compile in the NOCRYPT case. | jhay | 2003-06-03 | 1 | -0/+4 |
* | Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section | bde | 2003-06-03 | 1 | -3/+1 |
* | Fixed exit code in previous commit. "var++" to set a flag to nonzero | bde | 2003-06-03 | 1 | -5/+9 |
* | From the df man page: | jkh | 2003-06-02 | 1 | -0/+9 |
* | Modernise. Use libcrypto for DES instead of libcipher. | markm | 2003-06-02 | 3 | -52/+51 |
* | Instead of eating trailing newlines after inserting them into the | fenner | 2003-05-31 | 1 | -5/+12 |
* | Erase whitspace at EOL. | ru | 2003-05-22 | 1 | -1/+1 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | mdoc(7) police: A better version of the same. | ru | 2003-05-16 | 2 | -3/+3 |
* | mdoc(7) police: Fix document date. | ru | 2003-05-16 | 1 | -1/+1 |
* | Note that -n and \c are implementation-defined as per TC1 to POSIX 2001. | schweikh | 2003-05-08 | 1 | -2/+11 |
* | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | trhodes | 2003-05-06 | 2 | -3/+3 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 3 | -40/+2 |
* | Fix long constant usage for i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Fix a broken reference to locale(5) and point to re_format(7) too for an | keramida | 2003-05-03 | 1 | -2/+3 |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 17 | -148/+161 |
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | markm | 2003-05-03 | 1 | -13/+17 |
* | Fix a shedload of warnings, some memory leaks and clean up WARNS | markm | 2003-05-03 | 1 | -39/+61 |
* | Fix format warning. This is WARNS=9, std=c99 clean on i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Fix warnings. This is now WARNS=9, std=c99 clean in i386. | markm | 2003-05-03 | 1 | -9/+10 |
* | Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many | obrien | 2003-05-02 | 1 | -0/+1 |
* | Make count a size_t as that is what is compared against and how it is used. | obrien | 2003-05-02 | 1 | -1/+2 |
* | The is_name and is_in_name macros are FUBAR'ed. | obrien | 2003-05-02 | 1 | -0/+2 |
* | fmt.c has a comparison between signed and unsigned that is unclear how | obrien | 2003-05-02 | 1 | -0/+1 |