Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dragonfly/share/zoneinfo/
H A Dantarctica21 # Esperanza, Hope Bay, -6323-05659, since 1952-12-17
22 # Marambio, -6414-05637, since 1969-10-29
23 # Orcadas, Laurie I, -6016-04444, since 1904-02-22
36 # Casey, Bailey Peninsula, -6617+11032, since 1969
39 # Mawson, Holme Bay, -6736+06253, since 1954-02-13
168 # Concordia, -750600+1232000, since 2005
171 # Neumayer III, -704080-0081602, since 2009
174 # Bharati, -692428+0761114, since 2012
175 # Maitri, -704558+0114356, since 1989
192 # Scott Base, Ross Island, since 1957-01.
[all …]
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES29 shell scripts since "sh" and "csh" have traditionally used hidden file
49 there, since the real bug was that it should have been open in the parent.
61 executing it; this turned out to be a horribly bad idea since finding the
82 not generate a Date: at all (since Sendmail will do it), or folks will use
105 job_runqueue() was using storage after freeing it, since Jordan told me back
130 call to make sure the mtime of the dir changes, since the filename/inode will
141 since the sysv naming for this depends on 'at' using the same
151 14-Apr-90: (actually, changes since December 1989)
H A DINSTALL27 You don't have to create the /var/cron or /var/cron/tabs directories, since
38 which will be hard since there will be name collisions. (Note that the man
83 (or whatever); no '&' is needed since the daemon forks itself and the
H A DFEATURES30 useful if you decide on BINMAIL when configuring cron.h, since binmail
67 problem, since 'crontab' will let you do pretty much whatever you
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
H A Dfunding.texi30 ``A portion of the profits are donated,'' since it doesn't give a basis
34 meaningful, since creative accounting and unrelated business decisions
45 contribute little, since someone else would surely do them; difficult
/dragonfly/contrib/ee/
H A DChanges9 - changed the licensing since the Artistic License is now considered
32 location (since some distributions move the file)
/dragonfly/contrib/bmake/
H A DREADME31 For folk that hate to read anything, since 20121212 you can also use
37 portable *.mk macros which are included with bmake since 20121212
/dragonfly/games/fortune/
H A DREADME10 adequate jokebook published since "Joe_Miller", which came out in 1739 and
24 meddlers who have been smelling up the American landscape since the time of
/dragonfly/games/wump/
H A Dwump.info12 shape to continue your quest since you're dead.
23 The Wumpus, by the way, is not bothered by the hazards since he has sucker
/dragonfly/contrib/bzip2/
H A DCHANGES23 Removed 'ranlib' from Makefile, since most modern Unix-es
64 Nuked --repetitive-best and --repetitive-fast since they are
186 in the 18 or so months since 1.0.1 was released. Most of the fixes
254 No changes to bzip2recover since there is no issue with file
270 Fixes some minor bugs since the last version, 1.0.2.
293 Fixes some minor bugs since the last version, 1.0.3.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcommon.md36 ;; since reloading the address into a base register would make the
45 ;; Like "V", this is not a memory constraint, since reloading the address
/dragonfly/share/termcap/
H A DREADME13 common to most common, since the move commands will move them to the front
15 termcap since that's moved last. The s.* terminals are specials, and
/dragonfly/contrib/gdtoa/
H A DREADME.DRAGONFLY17 This file should have been in the vendor branch and has since been modified:
/dragonfly/tools/regression/bin/sh/execution/
H A Dbg11.07 # Use a trap, not the default action, since the shell may catch SIGINT and
H A Dbg13.07 # Use a trap, not the default action, since the shell may catch SIGINT and
/dragonfly/tools/
H A DREADME5 testing of DragonFly. There is no toplevel Makefile structure since
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/dragonfly/contrib/binutils-2.27/gas/
H A DREADME3 A number of things have changed since version 1 and the wonderful
6 is scarce, as are logs of the changes made since the last gas release.
161 gas with gcc. They should not be reported just to gcc-bugs, since not
/dragonfly/tools/regression/nfsmmap/
H A DREADME20 of the page. This is currently broken since the vnode_pager
/dragonfly/contrib/file/magic/Magdir/
H A Dpalm29 # Datestamps are unsigned seconds since the MacOS epoch (Jan 1, 1904),
33 # date is supposed to be big-endian seconds since 1 Jan 1904, but many
H A Dblender8 # GLOB chunk was moved near start and provides subversion info since 2.42
H A Dvirtual45 # creation Time in seconds since 1 Jan 2000 UTC~946684800 sec. since Unix Epoch
260 # may spew junk until it reaches a \0 in some cases. Also, since there's no
275 # may spew junk until it reaches a \0 in some cases. Also, since there's no
/dragonfly/contrib/zlib-1.2/
H A DFAQ40 unavoidable depending on how the functions are used, since it is not
216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
251 compress() and uncompress() may be limited to 4 GB, since they operate in a
255 The word "may" appears several times above since there is a 4 GB limit only
302 is not affected. This only started showing up recently since zlib 1.2.x
340 No. PKWare has apparently decided to keep that format proprietary, since
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dlinking.m29 /* Generate references to Object class since it is needed by the
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h2968 #define IS_REVID(p, since, until) \ argument
2969 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
3065 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument
3073 #define IS_BXT_REVID(dev_priv, since, until) \ argument
3074 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
3082 #define IS_KBL_REVID(dev_priv, since, until) \ argument
3083 (IS_KABYLAKE(dev_priv) && IS_REVID(dev_priv, since, until))
3088 #define IS_GLK_REVID(dev_priv, since, until) \ argument
3089 (IS_GEMINILAKE(dev_priv) && IS_REVID(dev_priv, since, until))
3095 #define IS_CNL_REVID(p, since, until) \ argument
[all …]

1234567891011