Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-07 | Only mktemp /tmp/pbad.XXXXXXXXXX when we need it, otherwise we end | Todd C. Miller | |
up with a turd in /tmp in the unused cases. Add a sparc64 category now that gnats has one. | |||
2001-11-07 | more is no more. less has been used as more for more or less most of the | Artur Grabowski | |
time OpenBSD has existed, so there is no point in keeping this code here anymore. | |||
2001-11-07 | fix signal race | Theo de Raadt | |
2001-11-07 | The old timeout API is gone. | Artur Grabowski | |
2001-11-07 | Doh, bring the correct header, this is userland... | Miod Vallat | |
2001-11-07 | No more floppyB for the moment. | Miod Vallat | |
2001-11-07 | Use uvm headers. | Miod Vallat | |
2001-11-07 | skip ramdiskB for now | Theo de Raadt | |
2001-11-07 | skip the unsafe bit in the signal handler | Theo de Raadt | |
2001-11-07 | typos | Theo de Raadt | |
2001-11-07 | fix a bug that reports byte-count for packet-count. | Kenjiro Cho | |
report by Panos GEVROS <P.Gevros@cs.ucl.ac.uk> | |||
2001-11-07 | sync | Theo de Raadt | |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski | |
2001-11-07 | new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail. | Artur Grabowski | |
2001-11-07 | Add MacOS X for Intel (or Darwin for Intel, or whatever the correct | Miod Vallat | |
name is) partition ID. ok millert@ mickey@ | |||
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski | |
for the virtual address. | |||
2001-11-07 | unbreak child_return. | Artur Grabowski | |
2001-11-07 | When mixing the -l and -i flags sort on each individual user's | Todd 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-06 | Update and unbreak cpu_fork() - from NetBSD. | Miod Vallat | |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn | |
uscanner compiled into the kernel, but no device node, or even entry in the character device switch table. ok todd@ | |||
2001-11-06 | change a stat() to lstat() | Todd C. Miller | |
2001-11-06 | sparc64 needs LBL_ALIGN. | Artur Grabowski | |
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat | |
2001-11-06 | it appears pcm100 is not the same as combo ecard even same vendor/prod ids; ↵ | Michael Shalayeff | |
fixing pr#2166 | |||
2001-11-06 | uvm headers there too. | Miod Vallat | |
2001-11-06 | regen | Michael Shalayeff | |
2001-11-06 | oops | Michael Shalayeff | |
2001-11-06 | No sir, our sysctls are defined in uvm headers now. | Miod Vallat | |
2001-11-06 | add pcm100 cis form Matt Behrens <matt@zigg.com> via pr#2166 | Michael Shalayeff | |
2001-11-06 | child_return unscrewart | Michael Shalayeff | |
2001-11-06 | fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.se | Jakob Schlyter | |
2001-11-06 | send 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-06 | child_return unscrewart | Michael Shalayeff | |
2001-11-06 | pmap_pinit needs proto now, also disable cache for mapped pages | Michael Shalayeff | |
2001-11-06 | implement missing sorting options | Todd C. Miller | |
2001-11-06 | Fix symbolic address in example (noticed by kbob@jogger-egg.com) | Angelos D. Keromytis | |
2001-11-06 | no more vm in LDIRS | Theo de Raadt | |
2001-11-06 | Begone. | Miod Vallat | |
2001-11-06 | Replace 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-06 | unbreak child_return. | Artur Grabowski | |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski | |
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-11-06 | new vm includes. | Artur Grabowski | |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski | |
2001-11-06 | sync | Peter Stromberg | |
2001-11-06 | new device | Peter Stromberg | |
2001-11-06 | Let 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-06 | Since the header of the file map is Start End, | Dale Rahn | |
print the end address, not the size. | |||
2001-11-06 | Don't Xref old inexistant manpages. | Marc Espie | |
2001-11-06 | Update to match realtiy. | Artur Grabowski | |