Age | Commit message (Expand) | Author |
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 |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-05-03 | Clean up a signed vs unsigned error in gm ethernet. | Dale Rahn |
2001-05-02 | Move powerpc interrupt enablement into the interrupt controller, not after | Dale Rahn |
2001-04-18 | Remove last change to powerpc pmap. This has a slight chance of being the | Dale Rahn |
2001-04-13 | bmtphy | Theo de Raadt |
2001-04-11 | include brgphy | Theo de Raadt |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt |
2001-04-08 | Update closer to current status of powerpc, remove items resolved or | Dale Rahn |
2001-04-08 | Some cleanup to the mac audio driver, does not improve the interrupt | Dale Rahn |
2001-04-08 | Attempt at tracking interrupt source better than "irqN", with this | Dale Rahn |
2001-04-03 | vm_map.pmap should always be used, not only for uvm. | Artur Grabowski |