summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-07Only mktemp /tmp/pbad.XXXXXXXXXX when we need it, otherwise we endTodd C. Miller
up with a turd in /tmp in the unused cases. Add a sparc64 category now that gnats has one.
2001-11-07more is no more. less has been used as more for more or less most of theArtur Grabowski
time OpenBSD has existed, so there is no point in keeping this code here anymore.
2001-11-07fix signal raceTheo de Raadt
2001-11-07The old timeout API is gone.Artur Grabowski
2001-11-07Doh, bring the correct header, this is userland...Miod Vallat
2001-11-07No more floppyB for the moment.Miod Vallat
2001-11-07Use uvm headers.Miod Vallat
2001-11-07skip ramdiskB for nowTheo de Raadt
2001-11-07skip the unsafe bit in the signal handlerTheo de Raadt
2001-11-07typosTheo de Raadt
2001-11-07fix a bug that reports byte-count for packet-count.Kenjiro Cho
report by Panos GEVROS <P.Gevros@cs.ucl.ac.uk>
2001-11-07syncTheo de Raadt
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-11-07new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.Artur Grabowski
2001-11-07Add MacOS X for Intel (or Darwin for Intel, or whatever the correctMiod Vallat
name is) partition ID. ok millert@ mickey@
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
for the virtual address.
2001-11-07unbreak child_return.Artur Grabowski
2001-11-07When mixing the -l and -i flags sort on each individual user'sTodd C. Miller
idle time, not the minimum idle tiem of all users on the host. This makes the -i option much more useful...
2001-11-06Update and unbreak cpu_fork() - from NetBSD.Miod Vallat
2001-11-06Add USB scanner device node to macppc and i386, both of these had theDale Rahn
uscanner compiled into the kernel, but no device node, or even entry in the character device switch table. ok todd@
2001-11-06change a stat() to lstat()Todd C. Miller
2001-11-06sparc64 needs LBL_ALIGN.Artur Grabowski
2001-11-06-Wall -Werror cleanup.Miod Vallat
2001-11-06it appears pcm100 is not the same as combo ecard even same vendor/prod ids; ↵Michael Shalayeff
fixing pr#2166
2001-11-06uvm headers there too.Miod Vallat
2001-11-06regenMichael Shalayeff
2001-11-06oopsMichael Shalayeff
2001-11-06No sir, our sysctls are defined in uvm headers now.Miod Vallat
2001-11-06add pcm100 cis form Matt Behrens <matt@zigg.com> via pr#2166Michael Shalayeff
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.seJakob Schlyter
2001-11-06send igmp v2 leave messages to allrouters address (PR#2164)Jakob Schlyter
patch based on parts from NetBSD submitted by goeran@cdg.chalmers.se
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06pmap_pinit needs proto now, also disable cache for mapped pagesMichael Shalayeff
2001-11-06implement missing sorting optionsTodd C. Miller
2001-11-06Fix symbolic address in example (noticed by kbob@jogger-egg.com)Angelos D. Keromytis
2001-11-06no more vm in LDIRSTheo de Raadt
2001-11-06Begone.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-11-06unbreak child_return.Artur Grabowski
2001-11-06No need to include vm/vm.h here.Artur Grabowski
2001-11-06New vm includes.Artur Grabowski
2001-11-06new vm includes.Artur Grabowski
2001-11-06Adapt to new uvm/ includes.Artur Grabowski
2001-11-06syncPeter Stromberg
2001-11-06new devicePeter Stromberg
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD.
2001-11-06Since the header of the file map is Start End,Dale Rahn
print the end address, not the size.
2001-11-06Don't Xref old inexistant manpages.Marc Espie
2001-11-06Update to match realtiy.Artur Grabowski