Age | Commit message (Collapse) | Author |
|
it is the default now, and the promise name isn't valid anymore.
ok yasuoka@
|
|
nlist too. Fixes a crash when the -T flag is specified due to
calling kvm_read() with a NULL kvm_t. From Rob Pierce
|
|
ok dlg@
|
|
diff from david+bsd
i also removed Op, since ... is enough/
|
|
|
|
it finds it actually on an interface, bgpd can get confused. In this
case, just log it and treat it as an RTM_ADD so bgpd doesn't suicide.
[1] includes all ospfd installed routes, btw.
OK benno@ sthen@
|
|
to the VM during boot. i386 guest kernels need this marker to boot, and
with this diff, it is possible to install and run an OpenBSD i386 guest
VM using vmm(4). Note that i386 guests require a host CPU that supports
unrestricted guest mode (eg, post-Nehalem) for the time being, hopefully
this can be addressed later.
|
|
ok mlarkin@
|
|
deal with messages that haven't been fully read from the server yet.
Not needed yet, but will be soon.
ok dlg@
|
|
No functional change.
ok guenther@
|
|
Discussed with jmc@
|
|
Discussed with jmc@
|
|
|
|
|
|
ok stefan
|
|
ok claudio
|
|
This allows us to remove the 'do_mask' parameters in read_mem and
write_mem as well as the address mask operaton itself.
ok mlarkin@
|
|
removal from mbuf.h. ok mpi@
|
|
missing from udpsock_startup() (udpsock.c) which happens earlier and therefore
would abort the program due to SIOCGIFADDR ioctl(2) on udpsock_handler
Reported by Philip Higgins <phil ! unita.com.au>
OK tb@
|
|
Initial diff from Dimitris Papastamos. Support from mikeb@, ok benno@.
|
|
ttymsg.c doesn't need to include fcntl.h.
Tweak standard fd sanitising to be more like the sanitise_stdfd()
used elsewhere, though other uses of 'nullfd' make importing
sanitise_stdfd() itself unappetizing.
Add a die(0) if dup2() fails.
suggestions & ok bluhm@
|
|
- verify_modes should only verify modes
- put the whole checking code in one single routine in validate_meta, makes
the size checking code more obvious
- document what's going on
- prevent PkgCreate from creating impossible packages, only a few Ustar
objects are actually usable.
|
|
|
|
prodded by matthieu@
ok millert@ jung@ sthen@
|
|
|
|
rev. 1.34 moved the call to daemon() before the chroot, thus hiding
errors if the target directory or _tftpd user don't exist. To go in the
background later we need to preopen /dev/null. The code is put in
a daemon(3) like function that could be used in other daemons.
Lack of error reporting spotted by ajacoutot@, initial diff from dlg@.
rdaemon() "concept" discussed with semarie@. ok ajacoutot@ dlg@
|
|
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
|
|
are octeon and hppa64.
|
|
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
|
|
many bytes it couldn't allocate
Suggested and OK from natano@ and millert@ also agrees
|
|
- While here remove lint comment
OK millert@
|
|
user.c
-Remove MIN and MAX #defines which are not being in use since the last 16 years
-Move last #define to user.c and remove file defs.h
-Remove lint comments
OK natano@ after his suggestions and also OK jung@ on an earlier version
|
|
ok deraadt@
|
|
OK gsoares@
|
|
if (ptr!=NULL) around them since they are not needed.
OK millert@ and jung@
|
|
|
|
|
|
prodded by espie@
|
|
removing its second parameter and the enum() that provided the
values for said parameter.
The function was only called with the second parameter set to one
value (BM_NONBLOCKING) from the enum(). So just do the right thing.
Similar to changes made in smtpd.
While here remove the pointless third parameter from the fcntl(F_GETFL)
call.
No functional change.
ok guenther@ bcook@ deraadt@
|
|
|
|
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@
|
|
|
|
|
|
|
|
to set the 33rd bit of a 32bit address in the routing table.
ok millert@
|
|
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@
|
|
Diff from Yuuichi Someya
|
|
Diff from Yuuichi Someya.
|
|
dance.
Inspired by guenther@
ok millert@ yasuoka@
|
|
- bring comment in both programms in line
- tokeninit(8) needs "tty" for readpassphrase(3)
- call token_init() after pledge(2)
- fix whitespace
OK millert@
|