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 |
| | | |||||
| * | sync from head | sjg | 2013-04-12 | 1 | -1/+14 |
| |\ | |/ |/| | |||||
| * | 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> | ||||
* | | Remove EOL whitespace accidentally introduced in r248393. | joel | 2013-03-17 | 1 | -1/+1 |
| | | |||||
* | | Add a couple of examples. | joel | 2013-03-16 | 1 | -1/+14 |
|/ | | | | Obtained from: OpenBSD | ||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
* | Fix build on architectures where off_t is signed by casting to uintmax_t | brooks | 2007-01-11 | 1 | -1/+1 |
| | | | | before comparing with a size_t. | ||||
* | Fix head -c ### where ### is greater than 2^31. Unlike the submitted | brooks | 2007-01-11 | 2 | -4/+8 |
| | | | | | | | | | | patch this uses off_t. WARNSify and add $FreeBSD$ to Makefile. PR: bin/107824 Submitted by: Brian Cornell <briancornell at earthlink dot net> MFC after: 3 days | ||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU | jmallett | 2002-07-23 | 1 | -3/+0 |
| | | | | compiler. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -0/+2 |
| | |||||
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -2/+1 |
| | | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it. | ||||
* | Fix VCS tags; ANSIfy functions | markm | 2002-04-28 | 1 | -14/+8 |
| | |||||
* | 1) Staticise. | dwmalone | 2002-03-30 | 1 | -13/+13 |
| | | | | | 2) Remove registers. 3) Change some ints to size_t which are used with fread/fwrite. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: pedantry. | ru | 2002-03-15 | 1 | -4/+1 |
| | |||||
* | Make usage message and man page synopsis reflect the fact that -n | dwmalone | 2002-01-24 | 2 | -3/+5 |
| | | | | | | | | and -c are mutually exclusive. PR: 34233 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days | ||||
* | In order to perform faster when doing "head -n", use a pair of | alfred | 2001-11-02 | 1 | -7/+8 |
| | | | | | fgetln/fwrite instead of getc/putchar, this seems about five times faster. | ||||
* | change a global into a local, misc style fixes | alfred | 2001-11-02 | 1 | -7/+5 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -4/+2 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | fread() returns 0 on eof or error, not EOF. This fixes the following | des | 1998-10-09 | 1 | -2/+2 |
| | | | | | | | | | | bug: "head -c <n>" never exit and loops forever (until it is killed), if the input stream has fewer bytes than specified (n). PR: bin/8225 Submitted-by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> | ||||
* | Setting eval to 1 after calling warn was the original behaviour. | charnier | 1997-07-11 | 1 | -1/+2 |
| | |||||
* | Use err(3) instead of local redefinition. | charnier | 1997-07-10 | 1 | -42/+14 |
| | |||||
* | Support for -c, byte count. | alex | 1997-04-06 | 2 | -8/+49 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -3/+5 |
| | |||||
* | first check the count and then get | wosch | 1996-02-26 | 1 | -1/+1 |
| | | | | | | | the next line of characters and not cause it to first get the characters even if the count (cnt) has become 0. Submitted by: R Bezuidenhout <rbezuide@mikom.csir.co.za> | ||||
* | head(1) ignored EOFs (in certain cases). | joerg | 1995-08-15 | 1 | -3/+2 |
| | | | | | | Closes PR # bin/678: head(1) ignore EOF Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+254 |