Age | Commit message (Collapse) | Author |
|
string listing all possible option names turns out to be about 6900
characters long.
|
|
paths which are rarely tried. Problem reported by a few on the list.
|
|
on the same output line, even if it is longer than the output width.
This commit fixes a bug allowing an overly long last line of an
indented block (.RS) to be broken even in literal mode.
The bug was found using the sudo_plugin(4) manual provided by millert@.
I introduced the bug in rev. 1.84 during the g2k12 Budapest hackathon.
|
|
rewrite_client_leases() to use lease_as_string(), writing out
complete leases at a time.
While here replace hand formatting of dates with strftime(). This
will add leading zeros to months and days, but not affect the
ability of dhclient to parse the resulting files.
|
|
with a test of ELF_TOOLCHAIN provided by bsd.own.mk.
No functional change.
|
|
ok miod@
|
|
|
|
|
|
|
|
|
|
strftime() is the number of characters printed.
POSIX verbiage verified by jmc@, ok jmc@.
|
|
dhcpd crash when a UDP packet arrives saying it has 0 length.
Spotted by Martin Pelikan, who also noted it was fixed a while ago
in ISC DHCP 3.0b2p17.
Fix tested by Martin. Thanks!
|
|
|
|
|
|
not exist yet.
|
|
- Move the tests from splice to new sosplice directory for consistent naming.
- Split the API tests and the TCP splicing tests into separate directories.
- Create some tests for the upcoming UDP splicing.
- Tests can be run in obj directories now.
- The API tests can run both on a local and on a remote machine now.
- Fix the forking TCP tests which splice and read or write simultaneously.
- Bunch of little fixes for races in the tests.
- Deduplicate code, move checks into common functions.
|
|
compiler can be built on one particular m88k system and output code for another
with the proper options, but it only does half the job since there is too much
knowledge of the native toolchain embedded (at compile-time) in the compiler.
Building code for a different operating system and toolchain is what
cross-compiler are for.
Remove support for SDB debug information (only used by SVR3) and tdesc debug
information (only used by SVR4). The latter is questionable, but this helps
making the code less entangled.
Tell m88k.h to not rewrite almost all ASM_WHATEVER macros gratuitously on the
false pretense that `all m88k assemblers use the same syntax for pseudo-ops'.
This was already not true with SVR4, and is getting worse with our ELF
toolchain.
|
|
used for more than registers).
Convert all output of registers to asm_fprintf with %R.
Stop altering reg_names[] at runtime depending on the selected register prefix.
|
|
|
|
ok jsg@
|
|
|
|
not ever attach sdhc(4) to devices matching the rtsx(4) vendor/product ID.
Fixes an issue reported by Dave Anderson where on his hardware both drivers
attached to apparently the same device which then failed to work reliably.
ok deraadt
|
|
in non-interactive mode. document that now, but also allow for the
prefix to be given without a need to quote it;
code lifted from atatat (netbsd -r1.10); otto helped me paste it in.
ok otto millert
|
|
|
|
sftp-server.c: add -d to usage()
ok djm
|
|
|
|
|
|
- Move the tests from splice to new sosplice directory for consistent naming.
- Split the API tests and the TCP splicing tests into separate directories.
- Create some tests for the upcoming UDP splicing.
- Tests can be run in obj directories now.
- The API tests can run both on a local and on a remote machine now.
- Fix the forking TCP tests which splice and read or write simultaneously.
- Bunch of little fixes for races in the tests.
- Deduplicate code, move checks into common functions.
|
|
ok ajacoutot@
|
|
spotted by clang, blindly accepted by gcc...
|
|
|
|
|
|
from/tested by Zavisa Nikac
|
|
|
|
from Zavisa Nikac
|
|
ok markus@
|
|
in the m88k backend; as a result, SHORT_ADDRESS_P() will always return 0,
therefore remove all code depending on it being nonzero.
|
|
or preparing from /usr/src into extract_set() and prepare_src().
- extend error handling and quoting of user supplied input
- move and rename get_sets() to get_set(), change parameter order
and allow arbitrary filenames in url pattern (see r1.62 msg)
ok halex@, 'go ahead' ajacoutot@
|
|
Ok sthen@
|
|
sosplice.
|
|
|
|
- Move the tests from splice to new sosplice directory for consistent naming.
- Split the API tests and the TCP splicing tests into separate directories.
- Create some tests for the upcoming UDP splicing.
- Tests can be run in obj directories now.
- The API tests can run both on a local and on a remote machine now.
- Fix the forking TCP tests which splice and read or write simultaneously.
- Bunch of little fixes for races in the tests.
- Deduplicate code, move checks into common functions.
|
|
|
|
we don't mention the option numbers for other options.
Noticed by Marcus Merighi vi tech@.
|
|
previously leave the ntnode locked and neglect to decrement the use count.
ok krw@ miod@
|
|
fts_read() do not try to be smart and end up skipping over directories.
Additionally, ip->i_nlink will not be initialised until the ntnode has
been loaded for the file.
Makes find(1) behave predictably on a mounted NTFS file system.
ok miod@
|
|
"I like this" markus@
|
|
|
|
sysctl.8: remove the vfs.nfs.iothreads example, since a) showing how
to set a default value is not particularly helpful and b) EXAMPLES is
bloated enough as it is; further, remove the text which points to other pages
for further discussion, since those pages no longer provide relevant info
diff started by an email from Jan Stary; blambert helped me prepare this diff
|
|
|