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 | 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 |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-11 | document the fast thingy on the VScom PCI-200L | Theo de Raadt |
2001-08-11 | Define INFTIM to -1, as appears everywhere. Talk about it in the | Federico G. Schwindt |
2001-08-11 | move hifn_stats definition to header | Jason Wright |
2001-08-11 | GC some unused malloc types. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-08-11 | swapmap is gone forever. | Artur Grabowski |
2001-08-11 | Make m18x_cmmu.c only compiled if support for 187 or 188 is required. | Miod Vallat |
2001-08-11 | Use more sensible malloc type. | Artur Grabowski |
2001-08-11 | Include files serve a purpose. Move lots of extern statements from | Miod Vallat |
2001-08-11 | Make iomap_mapout() a void function, since its return value is always 1 | Miod Vallat |
2001-08-10 | allocate tx dma maps in attach instead of creating/destroying them for each tx | Jason Wright |
2001-08-10 | convert V->P table memory allocations to pool. | Dale Rahn |
2001-08-10 | - make transmit use linked lists not indexed arrays (more like it was when I ... | Jason Wright |
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright |
2001-08-09 | Use a startup hook for the rest of the chip initialization. | Hakan Olsson |
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis |
2001-08-09 | typo: ALTQ_CQB -> ALTQ_CBQ | Kenjiro Cho |
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela |
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ni... | Niklas Hallqvist |