summaryrefslogtreecommitdiff
path: root/sbin/adjkerntz
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-2/+8
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Add META_MODE support.Simon J. Gerraty2015-06-131-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=270164
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync from headSimon J. Gerraty2012-11-041-4/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267667
* | | Revert r253748,253749Andriy Gapon2013-07-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This WIP should not have been committed yet. Pointyhat to: avg Notes: svn path=/head/; revision=253750
* | | remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
| |/ |/| | | | | | | | | | | MFC after: 21 days Notes: svn path=/head/; revision=253749
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-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. Notes: svn path=/head/; revision=239991
* Fix a variety of grammar and style nitsEitan Adler2012-03-091-15/+13
| | | | | | | | | | PR: docs/165841 Submitted by: Robert Simmons <rsimmons0@gmail.com> Approved by: brd MFC after: 1 week Notes: svn path=/head/; revision=232712
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
| | | | | | | Submitted by: Marius Nünnerich <marius@nuenneri.ch> Notes: svn path=/head/; revision=202532
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* If not compiled for debugging, redirect standard input/output/errorRuslan Ermilov2006-10-231-1/+7
| | | | | | | to /dev/null before becoming a daemon. Notes: svn path=/head/; revision=163628
* Correct various mistakes in the last commit.Pawel Jakub Dawidek2006-05-131-4/+4
| | | | Notes: svn path=/head/; revision=158516
* Use sysctlbynamePoul-Henning Kamp2006-05-111-25/+14
| | | | Notes: svn path=/head/; revision=158444
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Sort sections.Ruslan Ermilov2005-01-181-9/+9
| | | | Notes: svn path=/head/; revision=140415
* Invoke tzset(3) within the main loop to catch changes to /etc/localtimeGuy Helmer2004-04-271-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. Notes: svn path=/head/; revision=128683
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-5/+4
| | | | Notes: svn path=/head/; revision=114589
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
| | | | Notes: svn path=/head/; revision=102231
* The .Nm utilityPhilippe Charnier2002-07-061-17/+25
| | | | Notes: svn path=/head/; revision=99501
* more file system > filesystemTom Rhodes2002-05-161-4/+4
| | | | Notes: svn path=/head/; revision=96707
* o Use real prototypesWarner Losh2002-03-181-8/+6
| | | | | | | | o Remove __P. o main(int, char *[]) Notes: svn path=/head/; revision=92536
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Fix a prototype and set WARNS=2.Dima Dorfman2001-07-152-2/+9
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79747
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
| | | | | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8) Notes: svn path=/head/; revision=77577
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+2
| | | | Notes: svn path=/head/; revision=74531
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-2/+2
| | | | Notes: svn path=/head/; revision=73233
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-0/+1
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68960
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+1
| | | | Notes: svn path=/head/; revision=68716
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.Philippe Charnier1998-06-042-19/+25
| | | | Notes: svn path=/head/; revision=36625
* Implement Helbig idea of offset calculation reducing mktime() callsAndrey A. Chernov1998-04-112-25/+25
| | | | | | | Immediately exit if /etc/wall_cmos_clock not present Notes: svn path=/head/; revision=35142
* Add workaround suggestion for 'nonexistent time' diagnosticAndrey A. Chernov1998-03-301-3/+3
| | | | Notes: svn path=/head/; revision=34960
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-3/+3
| | | | Notes: svn path=/head/; revision=34673
* Minimize clock drift between getting and setting timeAndrey A. Chernov1998-02-251-9/+26
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=33831
* Add Id, add usage function.Philippe Charnier1997-06-101-8/+19
| | | | Notes: svn path=/head/; revision=26540
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24359
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990