Age | Commit message (Collapse) | Author |
|
sleep bit.
|
|
|
|
before trying to remove them again.
|
|
This is possible now that the idle (sleeping) flag is cleared by the
deliberate ddb entry.
ok miod@
|
|
in the idle loop, in preparation for G5 support.
Only do a disable/enable interrupt dance if the running CPU supports a
sleep mode.
Fix entering ddb(8) from interrupt context by not modifying the return
address of the 'forced' trap frame.
While here, modify the existing logic to terminate prefetching of all
data streams if AltiVec is supported before setting the POW bit.
With inputs/explanations from drahn, looks ok to miod@
|
|
contexts with markers (---like on x86---) and print the associated type
or number when available.
While here, gyp' the support for process tracing (tr /p).
ok miod@
|
|
will be used in upcoming MP and idle support.
ok miod@
|
|
which would lead to a panic.
Problem reported by karlis.mikelsons at lf.lv.
|
|
|
|
Changed RL_FLAG_MACLDPS to RL_FLAG_MACRESET.
Removed RL_FLAG_INVMAR and RL_FLAG_NOJUMBO.
Added RL_FLAG_FASTETHER, RL_FLAG_CMDSTOP_WAIT_TXQ, RL_FLAG_JUMBOV2, RL_FLAG_WOL_MANLINK,
RL_FLAG_WAIT_TXPOLL, RL_FLAG_WOLRXENB.
Also set in the softc the maximum MTU for the various generations of chips.
Input from and Ok jsg@
|
|
this fixes handling of very large files on FFS2.
Correct a copy-n-pasto that rendered useless the check for allocated
fragmented that are marked free in the bitmap.
allocdir() returns an inode number, so return an ino_t.
sizeof()*N should be printed with %zu, while direct and indirect block
numbers should be cast to (long long) use %lld
inodesc.id_entryno fix based on a diff from David Vasek <vasek@fido.cz>
ok krw@ otto@
|
|
transfers of size MAXBSIZE. If the number of DMA segments
supported by the device is too low, don't use it.
Discussion at http://marc.info/?l=openbsd-tech&m=140978303923966&w=2
|
|
|
|
|
|
so there is no point in allowing graphical merge tools to be used; especially
since it is _completely_ untested...
|
|
|
|
|
|
Lots of moving around.
|
|
This fixes (Fast)CGI-based WebDAV and CalDAV (calendar) servers with httpd.
ok benno@ stsp@
|
|
|
|
|
|
|
|
as being an incomplete and therefore incorrect adaptation
apologies to anybody who got bitten by this mistake
ok reyk@
|
|
The key has been changed to server name + address + port and now it is
possible to use the same server name for multiple servers with
different addresses, eg. http://www.example.com and
https://www.example.com/.
OK doug@ florian@
|
|
|
|
Make the installer create the /etc/hosts template. While here, re-add a
missing 'echo' from install.sh.
ok miod@ krw@ halex@
|
|
|
|
http://cpansearch.perl.org/src/SHAY/libnet-1.27/Changes
ok millert@
|
|
|
|
|
|
|
|
cpu_info.
|
|
of global cp_time[] for live information, as loadavg is not updated fast
enough for hz/16 blinking rate. Prompted by feedback from mickey@
|
|
the short host name.
|
|
will become the libevent callbacks later.
input and OK doug@
|
|
OK aja@ mikeb@
|
|
options. This allows to include external configuration files from
within server and location sections, not just from global context, for
example to share common configuration within multiple servers (or
virtual hosts).
|
|
this moves the size of the pool page (not arch page) out of the
pool allocator into struct pool. this lets us create only two pools
for the automatically determined large page allocations instead of
256 of them.
while here support using slack space in large pages for the
pool_item_header by requiring km_alloc provide pool page aligned
memory.
lastly, instead of doing incorrect math to figure how how many arch
pages to use for large pool pages, just use powers of two.
ok mikeb@
|
|
Implemented by moving the zip code from makewhatis(8) to the parser lib.
|
|
|
|
pointed out by Corinna Vinschen; ok markus
|
|
note in mandoc.db(5), such that man(1) -w and apropos(1) -w can
report the correct filename.
This is a prerequisite for letting apropos -a and man support
gzip'ed manuals in the future, which doesn't work yet.
|
|
Also check that the maximum number of -a path is handled correctly.
|
|
use a new flag `l' to ditinguish them.
Also skip broadcast entries, they are not reall ARP entries and will
never be resolved to anything, requested by deraadt@.
ok bluhm@
|
|
broadcast address is non null, add a broadcast entry flagged with
RTF_BROADCAST.
Re-use the existing logic to switch a route to prefix from an ifa
to another to also move this broadcast entry.
Prior to this change broadcast entries were simple clonned ARP entries,
that would be deleted once their timer expired since they would always
be incomplete.
With this change they are now persistant and identifiable with a new flag
This version of the diff prevent a corruption reported by millert@
ok mikeb@, florian@
|
|
use them for address lookups.
While here do let in_arpinput() overwrite local or broadcast entries.
ok mikeb@, florian@
|
|
route priority.
While here document a RTM_ADD message is only send to userland for
local entries.
ok mikeb@, florian@
|
|
|
|
ok tedu@
|
|
including a commented-out MP_LOCKDEBUG option
ok mpi@ phessler@ dlg@ guenther@
|