Age | Commit message (Expand) | Author |
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 | make get_input_line more general (only affects wizard mode) | Paul Janzen |
2001-08-12 | SEMMNS *can* be greater than SEMMNI. (sheesh..) | Heikki Korpela |
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 | Nothing but comments after #endif; heko@ | Paul Janzen |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt |
2001-08-12 | Fix build after breakage. | Dale Rahn |
2001-08-12 | Don't coredump if the kernel doesn't support IPv6. | Angelos D. Keromytis |
2001-08-12 | make it compile | Michael Shalayeff |
2001-08-12 | public domain | David Leonard |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-12 | Document FULLPKGNAME changes. | Marc Espie |
2001-08-12 | fake out malloc(0) | Theo de Raadt |
2001-08-12 | vm/vm_prot.h no more | Michael Shalayeff |
2001-08-12 | Sync usage message to man page | Todd C. Miller |
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 | Remove NVNODE from options(4) because there's no point in using | Heikki Korpela |
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 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter |
2001-08-11 | no need to include vm_prot.h here. | Artur Grabowski |
2001-08-11 | update license. ok from author (John LoVerso). | Jakob Schlyter |
2001-08-11 | If waitpid() returns -1, check for EINTR | Todd C. Miller |
2001-08-11 | make this compile without akbd in the kernel configuration. | Matthieu Herrb |
2001-08-11 | manpage for pthread_[get|set]schedparam; from FreeBSD. | Federico G. Schwindt |
2001-08-11 | update one of the outdated lists in here; andrew.hoerter@NeuStar.com | Theo de Raadt |
2001-08-11 | add missing _thread_enter_cancellation_point() before going further. | Federico G. Schwindt |
2001-08-11 | Avoid an infinite loop if the last iov_len is 0; from FreeBSD. | Federico G. Schwindt |
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 |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-11 | Check socket >= 0. We should also be going through the list of cloned | Angelos D. Keromytis |
2001-08-11 | When a message is received on the wildcard (default) transport, | Angelos D. Keromytis |