| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as:
hosts: files dns
Recover from parse errors by looking for the end of a line; this
allows entries without errors to still be parsed even if there is
an erroneous entry earlier in the file.
|
|
|
|
|
|
|
| |
While I'm here, "of a second" does not belong to CLOCKS_PER_SEC.
PR: 30297
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
|
|
|
|
|
|
|
|
|
|
|
| |
I'm assuming that the comment was regarding socket address structures, so
correct the comment about pre-zero'ing socket structures to recommend
pre-zero'ing socket address structures.
- Fix some minor grammar nits.
- This isn't directly submitted by the PR below but is related to it and was
inspired by it.
PR: 31704
|
|
|
|
|
| |
PR: 31436
Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
|
|
|
|
|
| |
PR: 31365
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
|
|
|
|
|
|
| |
the netbsd_strtod.c file we have does not. More still should be done
here, but this works happily on my Alpha. I have not (yet?) changed
the Makefile.inc to use this.
|
|
|
|
|
| |
s/IEEE_8087/IEEE_LITTLE_ENDIAN/
s/IEEE_MC68k/IEEE_BIG_ENDIAN/
|
| |
|
|
|
|
|
|
|
|
| |
If zero bytes are allocated, return pointer to the middle of page-zero
(which is protected) so that the program will crash if it dereferences
this illgotten pointer.
Inspired & Urged by: Theo de Raadt <deraadt@cvs.openbsd.org>
|
|
|
|
| |
this function.
|
|
|
|
|
| |
by asking some things that need unpredictable numbers to read
/dev/random instead.
|
|
|
|
|
|
| |
standard.
Requested by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
serve two purposes: (1) so we can maintain backwards compatibility with
protocols (rwhod, dump, etc...) that either assume time_t is 32 bits or
assume sizeof(time_t) == sizeof(int), or make other similar assumptions.
(2) To tag such routines (by the presence of these calls) for future
cleanup/extension work.
The 32->64 routine, time32_to_time() (when time_t is 64 bits, that is),
is defined specifically to implement temporal locality to properly set the
msb bits of a 64 bit time_t quantity, using the 50 year rule. The locality
code has not been implemented yet (and doesn't need to be for a while),
but that is the intent. This will allow us to maintain backwards protocol
compatibility past 2038.
These routines are intended to be platform and time_t agnostic.
MFC after: 1 week
|
|
|
|
|
|
|
| |
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
|
|
|
|
| |
Reviewed by: asmodai, bde
|
|
|
|
|
|
| |
since that is what we use now and this insulates us from any time_t
tweaks here. We can define a record format that uses 64 bit times if/when
we need to.
|
|
|
|
|
|
| |
which do not match the reality anyway.
Approved by: deischen, bde
|
| |
|
|
|
|
| |
Reviewed by: obrien
|
|
|
|
| |
active.
|
|
|
|
|
|
| |
with <machine/asm.h>.
Reviewed by: bde
|
|
|
|
|
|
| |
Change __assert() function to print failing function name.
#if 0 the sccsid block.
This makes us C99 conforming.
|
|
|
|
|
| |
our pre-check control. Do the same way as refill.c does when it set __SERR,
i.e. clear read and ungetc buffers. Clear EOF flag too.
|
|
|
|
|
| |
It was correct, but not needed because internal buffer cleared on each seek
outside of it.
|
| |
|
|
|
|
|
| |
seek. It means that beginning of read buffer becomes not the same as current
file position.
|
|
|
|
|
|
|
|
|
|
| |
using rcmd directly. This has been in my tree for a long time, but we
may need to sync with OpenBSD before MFC.
Obtained from: openbsd
PR: 15830
MFC after: 2 months
|
|
|
|
|
|
|
| |
manual page), fix capitalization, and remove chflags reference from
SEE ALSO since the only time it's referenced is with an .Xr, anyway.
Submitted by: bde
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: Intel (for the divide code)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If the syscall fails, fall back on the old method as a compatability
measure.
|
| |
|
| |
|
|
|
|
|
| |
PR: 31025
Submitted by: Tim Singletary <tsingle@vetinsite.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add a missing word. Bump document date.
Inspired by: IEEE Std 1003.1-200x (Draft 7)
MFC after: 3 days
|
|
|
|
| |
character. Bump document date. Add a missing comma.
|
|
|
|
|
|
|
|
| |
- Mention ``eaccess'' in the NAME section.
- Use intro(2) terminology.
- Markup fixes.
Reviewed by: rwatson
|
|
|
|
|
|
|
|
| |
Updated by peter following KSE and Giant pushdown.
I've running with this patch for two week with no ill side effects.
PR: kern/12014: Fix SysV Semaphore handling
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
| |
|
| |
|