Age | Commit message (Expand) | Author |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn |
2001-06-24 | comment out unused header file, add header files for proper prototypes, | Dale Rahn |
2001-06-24 | include header files for proper defines. | Dale Rahn |
2001-06-24 | fpu function prototypes; | Dale Rahn |
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 | 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-23 | remove some debugging prints. | Dale Rahn |
2001-06-23 | no more kernfs | Theo de Raadt |
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-18 | Close PR 1864, Mhz should be written as MHz. | Dale Rahn |
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-10 | Do not print time in seconds since epoc on boot, | Dale Rahn |
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn |
2001-06-10 | Post pmap_extract() changes cleanup. | Dale Rahn |
2001-06-09 | Account for timer interrupts which occur while timer is "blocked". | Dale Rahn |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-02 | Support writing to the hardware clock for powerpc apple systems. | Dale Rahn |
2001-06-02 | On Cuda systems (imac Rev C at least), it seems that the adb data | Dale Rahn |
2001-05-29 | Hardware clock support, via adb. | Dale Rahn |
2001-05-26 | Add one more '0' in comment. | Artur Grabowski |
2001-05-25 | Implement PMAP_MAP_POOLPAGE. | Artur Grabowski |
2001-05-25 | Fix color table initialization for powerpc with wscons. | Dale Rahn |
2001-05-21 | Name the PowerPC G4 processors better. Do not perform the cache control | Dale Rahn |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-07 | Fix fallout from recent trunc_page() changes. | Dale Rahn |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |