Age | Commit message (Collapse) | Author |
|
millert@ ok'd a previous version.
|
|
when they shouldn't. originally from mksh but modified to handle the case
when the expr is quoted as noticed by halex@.
input from guenther@ and halex@, millert@ ok
|
|
OK: henning@, claudio@
|
|
emulation to not return values either.
i think this is right, but cant test just yet.
found by deraadt@
|
|
ok jmc@ otto@
|
|
ok kettenis@ beck@ (tentatively) and ariane@. deraadt asked for it to be
commited now.
original commit message:
extend uvm_page_physload to have the ability to add "device" pages to
the system.
This is needed in the case where you need managed pages so you can
handle faulting and pmap_page_protect() on said pages when you manage
memory in such regions (i'm looking at you, graphics cards).
these pages are flagged PG_DEV, and shall never be on the freelists,
assert this. behaviour remains unchanged in the non-device case,
specifically for all archs currently in the tree we panic if called
after bootstrap.
ok art@ kettenis@, beck@
|
|
|
|
|
|
Found out the hard way by Laurent ``bucky'' Lavaud and myself.
Input by claudio@, ok dlg@
|
|
|
|
okay deraadt@
|
|
|
|
supported by the processor and use it to calculate the mask used for
manipulating the MTRR registers. If CPUID leaf function 0x80000008 isn't
supported by the processor, default to the 36-bit mask we used before.
Fixes issues on machines that don't have a 36-bit physical address space
like Intel Atom and all 64-bit AMD CPUs.
ok weingart@, deraadt@
|
|
asprintf(3) and `ifp' is opened via popen(3), but not closed.
from zinovik
|
|
|
|
|
|
|
|
was used without allocating memory. ok beck@ otto@
|
|
|
|
OK michele@
|
|
OK michele@
|
|
|
|
by growing or shrinking them as desired. can use some tweaks, but
committing now to be able to work in-tree; ok krw@ lum@
|
|
|
|
the partial loading of a ruleset (leaving ancors aside) is wrong and
conflicts with the general idea of how pf works. last not least it breaks
with the optimizer generating tables automagically.
ok deraadt sthen krw manpage jmc
|
|
kernel after the cardbus rectification.
ok jsg@
|
|
exhausted and GLOB_BRACE is given. globexp2() was ignoring errors
returned from lower levels.
While here, change globexp2() to return its return value normally rather
putting it in a int pointer then always returning 0.
ok otto
|
|
jmc@ and millert@ input and ok.
|
|
noticed by ckuethe
|
|
|
|
void. Use XS_NO_CCB error in the scsi command (xs) to report the
NO_CCB condition. Eliminates all SUCCESSFULLY_QUEUED and COMPLETE
confusion and untangles the midlayer from the adapter a bit more.
Eyes and some fixes by miod@
There may be some compile issues on little used (i.e. I don't have
any) drivers but the change is mechanical and thus easy to remedy.
ok dlg@
|
|
looked up. can vether get any smaller?
ok deraadt@ claudio@
|
|
ok deraadt@
|
|
when there actually IS a hyphen.
Fixing an endless loop that broke the xenocara build.
|
|
their pci counterparts, similar to recent changes in NetBSD.
ok oga@ deraadt@ jasper@
|
|
|
|
2005, this was copied around quite a bit.
ok jmc@ deraadt@ dlg@ claudio@ grange@ marco@
|
|
|
|
systems with page size different than 4KB... 4 months ago.
|
|
decode them when available; tested on Fuel and Origin 350.
|
|
and an i2c attachment.
No functional change; ok jsg@ deraadt@
|
|
ok deraadt@, ariane@
|
|
is required for newer autoconf).
fix the tokenizer for gnu extensions, allowing digits out of range is
ridiculous.
add POSIX2008 mkstemp and document it (also documenting that mktemp is
safe, not posix...)
tidy the manpage, do extra .Nm m4 -> .Nm.
okay otto@, miod@, jmc@
|
|
is around.
start using stuff from termcap, specifically, cleareol, and move to hp.
use the full line when we can, cram 100% if we can.
(this should flicker much less on slow terminals).
clean-up the install-and-progress bits to be in progressmeter, this removes
some code.
have pkg_create follow the same pattern as the others, with a state.
This allows us to unify error messages a bit.
|
|
* Document EINVAL and EEXIST.
* Neither mkstemp nor mkdtemp use lstat, but mktemp does.
* Documenting ENOTDIR is useless, it is documented in lstat(2), mkdir(2)
and open(2), and it's just one thing out of several that could go wrong.
* Refer to lstat(2) instead of stat(2), which is actually used here.
* State that two of these functions are standardized in the XPG.
* Move the sentence about mkdtemp and mkstemps to the new STANDARDS section.
* Get rid of the ugly ".So Li X Sc Ns s", just use "Xs" (suggested by jmc@).
tweaks and ok jmc@ millert@
|
|
even though diff(1) will exit(3) soon after this mkstemp(3) failure,
even though this cannot really leak anything,
close the file descriptor as soon as it is not used any more
to make correctness of the code more obvious.
patch from Igor Zinovik <zinovik dot igor at gmail dot com> on tech@
"looks nice" deraadt@
|
|
|
|
avoid crash if a command in a sequence after new/attach causes output.
|
|
|
|
|