Age | Commit message (Expand) | Author |
2001-08-12 | seminfo.semmap and SEMMAP are not used; kill them | Todd C. Miller |
2001-08-12 | Actually, I was there only to remove an nappropriate hp300 | Miod Vallat |
2001-08-12 | I was expecting our documentation guys to correct this, especially | Miod Vallat |
2001-08-12 | Oh, and STACKCHECK also is a 4.4BSDism. | Miod Vallat |
2001-08-12 | buffer_map is not used. | Miod Vallat |
2001-08-12 | BUFFERS_UNMANAGED my ass, probably more outdated or obsolete things | Miod Vallat |
2001-08-12 | BUFFERS_UNMANAGED est une grosse fumisterie. | Miod Vallat |
2001-08-12 | Don't allocate globals in include files, use extern declarations. | Todd C. Miller |
2001-08-12 | merge vm_map.h into uvm_map.h, kinda matches netbsd's approach | Michael Shalayeff |
2001-08-12 | less includes | Michael Shalayeff |
2001-08-12 | uvm_extern.h is enough here | Michael Shalayeff |
2001-08-12 | vm_pager.h no more | Michael Shalayeff |
2001-08-12 | Actually, I'm not fond of include files including <uvm/uvm_extern.h>, | Miod Vallat |
2001-08-12 | this does not seem to require none of the vm headers even and compiles ok | Michael Shalayeff |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | ok, this is the last vm_prot.h slackup | Michael Shalayeff |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff |
2001-08-12 | wsmux does not need to be cdev_decl'ed here | Michael Shalayeff |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-08-12 | Adapt to <vm/vm_prot.h> removal. | Miod Vallat |
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff |
2001-08-12 | no need to include both vm.h and vm_extern.h | Michael Shalayeff |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-08-12 | g/c unused fields. | Miod Vallat |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-08-12 | g/c old, unused, constants. | Miod Vallat |
2001-08-12 | Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS. | Miod Vallat |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-12 | Fix build after breakage. | Dale Rahn |
2001-08-12 | make it compile | Michael Shalayeff |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-12 | vm/vm_prot.h no more | Michael Shalayeff |
2001-08-12 | Remove asserts, there is enough diag code there. | Miod Vallat |
2001-08-12 | now, that kernel compiles, i can go get an ash tray somewhere | Michael Shalayeff |
2001-08-11 | Cleanup. | Miod Vallat |
2001-08-11 | Add wint_t type declaration. | Miod Vallat |
2001-08-11 | Looks like you're not needed, pal. | Miod Vallat |
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 | redundant includes. | Artur Grabowski |
2001-08-11 | redundant includes. | Artur Grabowski |
2001-08-11 | unnecessary includes. | Artur Grabowski |
2001-08-11 | unnecessary includes. | Artur Grabowski |
2001-08-11 | Unnecessary includes. | Artur Grabowski |
2001-08-11 | no need to include vm_prot.h here. | Artur Grabowski |
2001-08-11 | make this compile without akbd in the kernel configuration. | Matthieu Herrb |
2001-08-11 | Add support for ICMP errors referring to ICMP queries/replies. Fixes | Daniel Hartmeier |
2001-08-11 | Some fixes from NetBSD. | Artur Grabowski |