Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2014-05-08 | 2 | -7/+12 |
| |\ | |/ |/| | |||||
| * | 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> | ||||
* | | Treat the '-' as meaning standard input. | pluknet | 2014-05-04 | 2 | -7/+12 |
|/ | | | | Obtained from: NetBSD | ||||
* | Make nl(1) build with WARNS=6. | ed | 2011-10-14 | 2 | -14/+8 |
| | | | | Obtained from: NetBSD | ||||
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
| | | | | They have no effect when coming in pairs, or before .Bl/.Bd | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 | imp | 2010-02-16 | 2 | -14/+0 |
| | | | | | | from their software. Obtained from: NetBSD | ||||
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
* | Use getline() instead of fgets(). This enables nl(1) to handle | das | 2009-02-28 | 1 | -26/+21 |
| | | | | | | arbitrarily long lines and embedded NULs. The new functionality is nugatory, but adding it is a simple way to improve the exposure of getline() in -CURRENT. | ||||
* | o Really commit typo fixes to HEAD. | maxim | 2007-03-25 | 1 | -1/+1 |
| | | | | | PR: docs/110809 Submitted by: naddy | ||||
* | Avoid 'bogus' uninitialized warning by initializing rather than | imp | 2006-12-22 | 1 | -4/+1 |
| | | | | | playing cute games. It is much simpler, clearer and easier to follow and understand. Besides, gcc4 likes it better. | ||||
* | Remove unused variables. | stefanf | 2005-04-09 | 1 | -1/+1 |
| | |||||
* | Document input line length limit. | tjr | 2005-01-25 | 1 | -1/+5 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -3/+1 |
| | |||||
* | Add support for multibyte characters. | tjr | 2004-07-13 | 2 | -22/+47 |
| | |||||
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -0/+4 |
| | | | | by POSIX. | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+6 |
| | |||||
* | Tidy up usage message. | tjr | 2003-08-17 | 1 | -3/+3 |
| | |||||
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
| | |||||
* | The XCU issue 5 requirement of accepting the file operand intermingled | tjr | 2002-05-27 | 2 | -12/+1 |
| | | | | with options has been withdrawn in issue 6, to which nl(1) now conforms. | ||||
* | style(9): use errx() where appropriate instead of fprintf() + exit(). | tjr | 2002-05-27 | 1 | -39/+24 |
| | |||||
* | style(9): use err() instead of perror() + exit(). | tjr | 2002-05-27 | 1 | -20/+11 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 |
| | |||||
* | Fix typo. | dd | 2001-11-24 | 1 | -1/+1 |
| | |||||
* | Cross-reference jot(1). | wollman | 2001-09-21 | 1 | -1/+2 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: -xwidth has been fold into -width. | ru | 2001-07-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: eliminate -ww warnings. | ru | 2001-07-09 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: fix markup (demonstrates new -xwidth modifier). | ru | 2001-05-16 | 1 | -26/+26 |
| | |||||
* | Fix markup | brian | 2001-05-05 | 1 | -1/+1 |
| | | | | Spotted by: Jens Schweikhardt <schweikh@schweikhardt.net> | ||||
* | Add nl(1) | brian | 2001-05-04 | 3 | -0/+691 |
PR: 27078 Obtained from: NetBSD |