| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
in the file. Problem spotted by drahn.
ok millert
|
|
|
|
| |
temporary file name with one that only uses random data. OK deraadt@
|
|
|
|
| |
element in the path does not exist. OK deraadt@ pvalchev@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also Extend "nameserver" declaration syntax to support port
numbers. To avoid ambiguity these are only parsed when the address
is enclosed in square brackets, e.g. "nameserver [127.0.0.1]:5353"
Together these changes make forwarding DNS over a SSH tunnel very
easy, but unfortunately some programs in ports/ implement their
own resolvers (e.g. firefox). These will need to be modified to
support these options separately.
fixes jsing@ reyk@
ok deraadt@ millert@ krw@ + "I like it" from lots
|
| |
|
|
|
|
| |
ok otto millert
|
|
|
|
| |
rewording by jmc@, "lovely" deraadt@
|
| |
|
|
|
|
|
|
| |
to defeat gcc optimization bugs. Similar to what had been done on sparc64
in the past.
ok millert@ deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
mostly from freebsd
- also describe deprecated aliases for isinff, isnanf, finite,
finitef
- describe behavior on vax
- add mlinks for finite, finitef, isfinite, isinf, isinff, isnan,
isnanf, isnormal, signbit
- add man pages for isgreater, isgreaterequal, isless, islessequal,
islessgreater, isunordered; from freebsd
looked over by jmc@, it's better for him to work on when they are in tree
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
structure of tracking pages returned by mmap(). Lots of testing by
lots of people, thanks to you all.
ok djm@ (for a slighly earlier version) deraadt@
|
|
|
|
| |
other ieee fp archs do; pointed out by theo. tested by theo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- is{inf,nan} should be macros for real-floating, so rename to
__is{inf,nan}, per C99
- implement C99 __fpclassify(), __fpclassifyf(), __isfinite(),
__isfinitef(), __isnormal(), __isnormalf(), __signbit(), __signbitf()
- long functions added, but not yet enabled, till ieee.h is fixed
- implement vax equivalents of the functions
- reimplement isinff, isnanf in a better way, and move to libc
- add qnan bytes for all archs
- bump major
man pages will follow
ok millert@. arm bits looked over by drahn@
discussed w/ theo, who showed the right direction, to put these
functions in libc
|
|
|
|
|
|
| |
happened only in the case of a + record indicating to use YP, but with ypbind
not actually running. Problem found by pyr; solution found with millert
ok millert pyr
|
|
|
|
|
|
|
| |
fixes special cases, such as neg. zero, and makes C99 conformant
ok miod@, millert@
since there's nothing else in arm's fabs.c, replace 4-clause license
w/ the one at /usr/share/misc/license.template
|
| |
|
|
|
|
|
|
| |
- remove 'value < 0' cruft, dtoa already clears sign bit for us
discussed with, and tested by phessler@
ok millert@, who noticed to remove now-unused variable, and phessler@
|
|
|
|
| |
found by alexander.schrijver
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
| |
|
|
|
|
|
|
| |
just handling the vax different (just vax for now, 'cause tahoe might even
be too legacy for Miod)
ok miod
|
|
|
|
| |
and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@
|
|
|
|
| |
the buffer size. OK deraadt@
|
| |
|
|
|
|
|
|
|
| |
groups map but instead tells us that it is there. then use this interface
in getgrouplist(), and do a single lookup against netid.byname instead to
get all the groups associated with that user
ok kurt, testing by many others
|
|
|
|
| |
entire file. much help from kurt, and tested by many
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from NetBSD
|
|
|
|
|
|
|
| |
call to strtod() with bounding check.
Discussed with pyr@ and otto@
ok otto@ deraadt@
|
| |
|
| |
|
|
|
|
|
|
| |
the superuser. access(2) will now only indicate success for X_OK on
non-directories if there is at least one execute bit set on the file.
OK deraadt@ thib@ otto@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(2^30,2^31). Nothing in the tree yet requests random numbers bounded
by this range.
report jakob!deraadt; ok deraadt@
|
| |
|
| |
|
| |
|
| |
|