Age | Commit message (Collapse) | Author |
|
|
|
can either mean an underlined underscore or a bold underscore. This
ambiguity can be 'resolved' by takeing the state of the surrounding text
into account. If surrounded by bold text, the result should probably be
bold and likewise for underlined. less(1) previously only looked at the
preceding text and ul(1) didn't examine the context at all.
tweaks and ok schwarze
ok tb (on a previous version of the diff)
|
|
ok guenther@, millert@, deraadt@
|
|
of three unused FS-related functions.
okay mpi@ and beck@
|
|
are passed uninitialized to free(9) only when pointers are NULL.
found by jsg@
ok deraadt@
|
|
the program
- Add error message to syslog if privdrop didn't succeed and then exit
- Remove lint comments
OK beck@ after his suggestion and also looks good to jca@
|
|
currently broken, but natano@ will soon commit the fix to ul.c
|
|
the identical io_set_blocking() and io_set_linger().
Since both are always called to turn off blocking or lingering,
nuke the parameter and associated enum in favour of "just doing the
right thing".
While passing remove the unneeded last parameter to the remaining
fcntl(F_GETFL).
Finally, rename the functions to io_set_nonblocking() and
io_set_nolinger() for clarity.
No functional change.
Started with a sweep of fcntl() usage inspired by guenther@.
ok gilles@
|
|
|
|
|
|
arm9e (armv5te w/o xscale extensions). We no longer support anything
less than armv5te and this allows some additional instructions.
-mthumb-interwork remains off by default.
ok patrick@
|
|
Its description might be confusing, it was the pre-SMP parent of what
is now ``spc_curpriority'' which reflects the ``p_usrpri'' of curproc.
|
|
|
|
|
|
ART-enabled kernel.
The difference is that routes with the same destination are now displayed
in natural prefix-length order. This can even be seen as an improvement:
-10.0/16 192.0.2.4
-10.0/10 192.0.2.4
10/8 192.0.2.1
+10.0/10 192.0.2.4
+10.0/16 192.0.2.4
The previous order is due to how dup key chains are ordered.
Discussed with claudio@
|
|
Leave the define for the moment, this will be changed as soon as we're
confident enough.
"it must be a 3-line diff" krw@
ok bluhm@, mikeb@, dlg@, reyk@, deraadt@
|
|
ok bluhm@
|
|
doing proxy ARP.
ok millert@, bluhm@
|
|
in the tests.
|
|
|
|
this helps us identify issues around ticks wrap in 15 minutes instead
of 240ish days. the change is inspired by something freebsd did as
a result of a ticks change they made that went horribly wrong.
lots of people said they wanted this
|
|
with strong symbols in ld.so don't do what we need, so put definitions back
in crt0 and make ld.so update __progname like it does environ.
report and testing patrick@ jsg@
|
|
VIS_CSTYLE | VIS_DQ | VIS_TAB | VIS_NL; add the latter three flags
to the existing vis encoding of exec argv/environ and pledge
requests/paths.
Delete local variables left unused when showbuf() and showbufc() were split
ok otto@ millert@
|
|
They're no longer used by anything and should let us simplify the TSS
handling.
ok mikeb@ naddy@
|
|
|
|
ok millert
|
|
Fallback to initialization with 0 when _res.nsaddr_list is to small to hold an
IPv6 address.
OK bluhm@
|
|
in6_pcbbind() into in_pcbbind().
Ok jca@ mpi@
|
|
from Edgar Pettijohn, with a correction from deraadt@
|
|
System Protocol) add NDP instead, add information about RTF_FMASK.
phessler@ millert@
|
|
|
|
removing an entry.
While here print the corresponding error string when available if
rtable_* function fail.
|
|
|
|
|
|
|
|
to set the 33rd bit of a 32bit address in the routing table.
ok millert@
|
|
slotops->onvol() implementations. From David CARLIER <devnexen at
gmail.com>. Thanks.
|
|
|
|
most ARMv7 and ARMv8 processors.
Add TODO to set the ACTLR.SMP bit so we can make use of the atomic
instructions available since ARMv6.
Remove unused comment and code while there.
ok jsg@
|
|
ok jca@
|
|
ok yasuoka@
|
|
this gives us preallocated space at the start of the packet for
headers so later calls to M_PREPEND are far less likely to fail.
ok yasuoka@
|
|
processor in our code. Now we're left with only armv7 and XScale for
armish and zaurus.
ok jsg@
|
|
ok jsg@
|
|
from Michael W. Bombardieri
|
|
from Edgar Pettijohn, correction from deraadt@
|
|
ok deraadt@ bluhm@
|
|
has been removed from the ports infrastructure. Gone are:
* variables CONFIGURE_SHARED, NO_SHARED_LIBS, NO_SHARED_ARCHS, SHARED_ONLY
* PROPERTIES value "no_shared"
* PFRAG.shared and PFRAG.no-shared files
Also drop mention of the long gone PROPERTIES value "elf".
ok sthen@, ok & tweaks jmc@
|
|
dispatch_rtmsg_addr() similar to the way fetchtable() was fixed long ago.
This should fix various issues with bad gateways being picked up by bgpd.
Problem identified and initial fix provided by phessler@ but commiting
my version which is more conservative. OK phessler@
|
|
OK deraadt@ guenther@ jmc@
|