Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly add more files to the 'runtime' package. | gjb | 2016-02-09 | 1 | -0/+1 |
| | | | | 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 |
| | | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| *-. | Sync from head | sjg | 2012-11-04 | 1 | -4/+1 |
| |\ \ | |||||
| * | | | 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> | ||||
* | | | use .Mt to mark up email addresses consistently (part1) | bapt | 2014-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | | | Revert r253748,253749 | avg | 2013-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This WIP should not have been committed yet. Pointyhat to: avg | ||||
* | | | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 1 | -1/+0 |
| |/ |/| | | | | | MFC after: 21 days | ||||
* | | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 1 | -4/+1 |
|/ | | | | | | | | | | | | | | This structure is not part of POSIX. According to POSIX, gettimeofday() has the following prototype: int gettimeofday(struct timeval *restrict tp, void *restrict tzp); Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is not used). Remove dead error handling code. Also use NULL for a nul-pointer instead of integer 0. While there, change all pieces of code that only use tv_sec to use time(3), as this provides less overhead. | ||||
* | Fix a variety of grammar and style nits | eadler | 2012-03-09 | 1 | -15/+13 |
| | | | | | | | PR: docs/165841 Submitted by: Robert Simmons <rsimmons0@gmail.com> Approved by: brd MFC after: 1 week | ||||
* | Raise WARNS for various tools where possible. | ed | 2010-01-17 | 1 | -1/+0 |
| | | | | Submitted by: Marius Nünnerich <marius@nuenneri.ch> | ||||
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
| | | | | Submitted by: Ulrich Spörlein | ||||
* | If not compiled for debugging, redirect standard input/output/error | ru | 2006-10-23 | 1 | -1/+7 |
| | | | | to /dev/null before becoming a daemon. | ||||
* | Correct various mistakes in the last commit. | pjd | 2006-05-13 | 1 | -4/+4 |
| | |||||
* | Use sysctlbyname | phk | 2006-05-11 | 1 | -25/+14 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -9/+9 |
| | |||||
* | Invoke tzset(3) within the main loop to catch changes to /etc/localtime | ghelmer | 2004-04-27 | 1 | -0/+2 |
| | | | | | when running as a daemon in the hope that it will fix situations where the CMOS clock was apparently set using the stale TZ offset. | ||||
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -5/+4 |
| | |||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -4/+4 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -17/+25 |
| | |||||
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -4/+4 |
| | |||||
* | o Use real prototypes | imp | 2002-03-18 | 1 | -8/+6 |
| | | | | | o Remove __P. o main(int, char *[]) | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Fix a prototype and set WARNS=2. | dd | 2001-07-15 | 2 | -2/+9 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | - VFS_SET(msdos) -> VFS_SET(msdosfs) | ru | 2001-06-01 | 1 | -1/+1 |
| | | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8) | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+2 |
| | |||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include. | charnier | 1998-06-04 | 2 | -19/+25 |
| | |||||
* | Implement Helbig idea of offset calculation reducing mktime() calls | ache | 1998-04-11 | 2 | -25/+25 |
| | | | | Immediately exit if /etc/wall_cmos_clock not present | ||||
* | Add workaround suggestion for 'nonexistent time' diagnostic | ache | 1998-03-30 | 1 | -3/+3 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 1 | -3/+3 |
| | |||||
* | Minimize clock drift between getting and setting time | ache | 1998-02-25 | 1 | -9/+26 |
| | | | | Submitted by: bde | ||||
* | Add Id, add usage function. | charnier | 1997-06-10 | 1 | -8/+19 |
| | |||||
* | 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. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -1/+3 |
| |