Age | Commit message (Expand) | Author |
2001-06-24 | register i; is not a valid variable declaration. | Dale Rahn |
2001-06-24 | include header for prototype, declare correctly, cast for local variable use. | Dale Rahn |
2001-06-24 | header file for prototypes, local variable for const input parameter. | Dale Rahn |
2001-06-24 | Add cold as extern; makes kernel compiles again. bad mickey! | Federico G. Schwindt |
2001-06-24 | prototype cleanup, use local variable for const input arg. | Dale Rahn |
2001-06-24 | include header for prototypes, prototype functions, assignment in | Dale Rahn |
2001-06-24 | Add systm.h for prototypes. | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |
2001-06-24 | properly prototype diskconf() | Dale Rahn |
2001-06-24 | include systm.h for proper prototypes. | Dale Rahn |
2001-06-24 | More inlined function cleanup for -W strictness. | Dale Rahn |
2001-06-24 | More inline function clean for -W flags strictness. | Dale Rahn |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-06-24 | inlined function definition clean, in preparation of more strict -W warning | Dale Rahn |
2001-06-24 | oops. another one. | Artur Grabowski |
2001-06-23 | do not do sync if too cold; niklas@ arrived | Michael Shalayeff |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-06-23 | oops. unbreak after the last change. | Artur Grabowski |
2001-06-23 | remove some debugging prints. | Dale Rahn |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski |
2001-06-23 | Only mips uses cpu_set_init_frame (and it shouldn't) | Artur Grabowski |
2001-06-23 | fix comment | Michael Shalayeff |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb |
2001-06-23 | Header file changes to support symbol loading just added. | Dale Rahn |
2001-06-23 | Perform symbol lookup on ddb trace command. | Dale Rahn |
2001-06-23 | Support ddb initialization on powerpc. | Dale Rahn |
2001-06-23 | Support for powerpc to load symbols, uses new libsa loadfile. | Dale Rahn |
2001-06-22 | shift the range for i/o space allocation to 0xa000 as it | Michael Shalayeff |
2001-06-22 | build it static; nate | Theo de Raadt |
2001-06-21 | Add support for the Cyclades-Z multiport serial cards. | Nathan Binkert |
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist |
2001-06-20 | comment typo. from jsyn@nthought.com | Niklas Hallqvist |
2001-06-18 | Close PR 1864, Mhz should be written as MHz. | Dale Rahn |
2001-06-17 | Add -Wno-uninitialized. | Hugh Graham |
2001-06-17 | Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict. | Michael Shalayeff |
2001-06-17 | Interrupt storm problem on awacs fixed, not necessary to disable | Dale Rahn |
2001-06-17 | Significant improvement on awacs driver. | Dale Rahn |
2001-06-17 | Allow for more than 5 interrupt attribute values. awacs has 6. | Dale Rahn |
2001-06-16 | More cleanink of unused code and incorrect comments. | Miod Vallat |
2001-06-16 | sysarch() takes a void * | Theo de Raadt |
2001-06-15 | Compile kernel with -Wall, and fix a few issues for this to work. | Miod Vallat |
2001-06-14 | Big cleanup of VM issues: | Miod Vallat |
2001-06-14 | Fix for pmap_extract on amiga. int -> paddr_t fix. | Janne Johansson |
2001-06-14 | Same fix as miod did for sun3/vax, but for amiga too. | Janne Johansson |
2001-06-13 | Actually, because of multi-interrupts devices, use the opposite loop | Miod Vallat |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat |
2001-06-12 | In intr_findvec(), correct the for() loop bounds. | Miod Vallat |
2001-06-12 | Change RB_NOSYM, for it used to have the same value as RB_CONFIG ; | Miod Vallat |