Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski | |
for the virtual address. | |||
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 | 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-05 | More fallout from the fd_getfile changes. | Artur Grabowski | |
2001-11-05 | blink-matching-paren should be default in mg | Artur Grabowski | |
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller | |
The SVR4 compat stuff needs a serious sync but so far no one has been able to goat Niklas into doing it. | |||
2001-10-31 | There is no need to fake handling of /dev/zero here. The vm system ↵ | Artur Grabowski | |
ultrix/ultrix_misc.c sunos/sunos_misc.c does this automagically (and has done it for ages). | |||
2001-10-26 | Unbreak. | Artur Grabowski | |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | |||
2001-10-10 | regen | Artur Grabowski | |
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski | |
2001-10-02 | Values coming from userland should be bounds checked, even if we put them | Constantine Sapuntzakis | |
there just a couple calls ago. Thanks to Ken Ashcraft of Stanford for finding this bug. | |||
2001-09-21 | Unnecessary wrapper. | Artur Grabowski | |
2001-09-21 | Save some space on the stack for AuxInfo. Dynamic binaries now have the ↵ | Artur Grabowski | |
correct argv. | |||
2001-09-21 | regen | Artur Grabowski | |
2001-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski | |
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski | |
of a few functions from elf32. | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-05 | sync | Artur Grabowski | |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski | |
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid | |||
2001-09-05 | mode_t in netbsd is not the same as our mode_t | Artur Grabowski | |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski | |
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright | |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt | |
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | there is no need for .bak files | Theo de Raadt | |
2001-08-22 | Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ↵ | Niklas Hallqvist | |
double cpu_wait invocation. | |||
2001-08-19 | correct the logic. | Artur Grabowski | |
2001-08-19 | $%&@#! | Artur Grabowski | |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski | |
2001-08-11 | Why is it so popular to include <vm/*.h> everywhere? | Artur Grabowski | |
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-08-11 | Unnecessary includes. | Artur Grabowski | |
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist | |
Helps HotSpot Java VMs a bit, but not totally. I can at least run javac on J2SE 1.4beta with good results, but anything that uses swing seems to fail on something else. | |||
2001-07-27 | #ifdef vax -> #ifdef __vax__ | Miod Vallat | |
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis | |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-07-09 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-04 | sync | jasoni | |
2001-07-04 | add new system calls as dummies, except for those which we already have | jasoni | |
an equivalent for; from netbsd ok niklas@ | |||
2001-07-03 | sync | jasoni | |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni | |
2001-07-03 | sync | jasoni | |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-21 | Do not FREE() stuff allocated in a pool | Niklas Hallqvist | |
2001-06-21 | translate LINUX_AF_INET6 (10) into AF_INET6. | Jun-ichiro itojun Hagino | |
2001-05-24 | style/cleanup (of function headers) | jasoni | |