Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly add unmarked bin/ binaries to the runtime package. | gjb | 2016-02-09 | 1 | -0/+1 |
| | | | | | | | | Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Merge from head | sjg | 2013-09-05 | 1 | -2/+2 |
| |\ | |/ |/| | |||||
| * | sync from head | sjg | 2013-04-12 | 1 | -1/+18 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | |||||
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | Add missing static qualifiers | eadler | 2013-04-27 | 1 | -2/+2 |
| |/ |/| | | | | | | | Reviewed by: ed, jilles MFC After: 3 days | ||||
* | | Add a few examples. | joel | 2013-03-15 | 1 | -1/+18 |
|/ | | | | Obtained from: OpenBSD | ||||
* | Put some static keywords in the source code. | ed | 2011-10-31 | 1 | -1/+1 |
| | | | | | | For these simple utilities, it doesn't harm to make all global variables static. In fact, this allows the compiler to perform better forms of optimisation and analysis. | ||||
* | More markup fixes. | ru | 2006-12-27 | 1 | -3/+3 |
| | |||||
* | Fix markup. | ru | 2006-12-27 | 1 | -6/+7 |
| | |||||
* | Adhere to POSIX: the -m option only applies to the newly created | ru | 2006-10-10 | 1 | -13/+21 |
| | | | | | | | directories; it should not change the permission bits of already existing directories. Submitted by: Alex Unleashed (modified by me) | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -1/+2 |
| | |||||
* | Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.inc | ssouhlal | 2005-01-26 | 1 | -1/+0 |
| | | | | | Requested by: ru Approved by: grehan (mentor) | ||||
* | - The first argument of getmode() is a void * | ssouhlal | 2005-01-25 | 2 | -1/+3 |
| | | | | | | | - Add WARNS?= 6 Approved by: stefanf, grehan (mentor) Obtained from: DragonFlyBSD | ||||
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -3/+3 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
| | |||||
* | Don't read the byte at *argv[strlen(*argv) + 1]. | das | 2004-09-24 | 1 | -1/+1 |
| | | | | PR: 71743 | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -2/+2 |
| | |||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
| | |||||
* | Put documentation of the -m option's argument in its list tag in the | tjr | 2002-06-30 | 1 | -2/+4 |
| | | | | Description section for consistency with other manpages. | ||||
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -2/+3 |
| | |||||
* | Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system | sobomax | 2002-02-25 | 1 | -1/+1 |
| | | | | | | | call returns `EISDIR', not `EEXIST', so that be prepared for that. This should fix number of ports, that often call `mkdir -p //usr/local/foobar'. This is just a quick workaround, the real fix would be either to avoid calling mkdir("/", ...) or fix VFS code to return consistent errno for this case. | ||||
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 1 | -4/+4 |
| | |||||
* | Fix the race between the stat() and the mkdir(). | zarzycki | 2002-02-05 | 1 | -16/+19 |
| | | | | Reviewed by: jkh | ||||
* | o __P has been reoved | imp | 2002-02-02 | 1 | -10/+5 |
| | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Set WARNS=2 on programs which compile cleanly. | dd | 2001-07-15 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Add a note on what happens if the "-p" option is specified | yar | 2001-06-29 | 1 | -0/+2 |
| | | | | | | | and a final directory already exists. Reviewed by: freebsd-audit MFC after: 5 days | ||||
* | Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings. | kris | 2001-05-20 | 1 | -0/+1 |
| | | | | MFC after: 1 week | ||||
* | Special case the error reporting when errno is ENOTDIR or ENOENT. | alfred | 2001-01-14 | 1 | -1/+5 |
| | | | | | | | | This makes "mkdir /nonexistant/foo" complain that /nonexistant doesn't exist rather than /nonexistant/foo which doesn't make much sense. Submitted (in a different form) by: W.H.Scholten <whs@xs4all.nl> | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | brucify and add comment about -v being non-standard to manpage | mharo | 1999-09-04 | 2 | -6/+10 |
| | | | | Reviewed by: obrien | ||||
* | Fix typo in previous commit that documented the -v option. | mpp | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | add verbose flag | mharo | 1999-08-28 | 2 | -5/+17 |
| | | | | Reviewed by: obrien | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 3 | -3/+3 |
| | |||||
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -4/+5 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Free memory obtained from setmode. | imp | 1998-12-16 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug" | msmith | 1998-10-23 | 1 | -6/+8 |
| | | | | | | with Bruce again. Reported by: bde | ||||
* | Honour the spirit rather than the implementation of the previous changes; | msmith | 1998-10-22 | 1 | -19/+10 |
| | | | | | if we are invoked with -m, use chmod() on the final directory component in order to ensure the mode is correctly set. | ||||
* | Make this compile, and honour the spirit of the original design while | msmith | 1998-10-20 | 1 | -8/+10 |
| | | | | | | | incorporating the intended fix. Attempt to address some of the putative style bugs introduced. Others doubtless remain. Embarrassed by: bde | ||||
* | - mkdir -m should call chmod because the high-order bits get ignored | msmith | 1998-10-20 | 1 | -1/+19 |
| | | | | | | by the kernel as a security feature of some sort. Submitted by: Wilfredo Sanchez <wsanchez@apple.com> | ||||
* | correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 2 | -7/+9 |
| |