Age | Commit message (Expand) | Author |
2006-04-25 | enable udcf, why not | Theo de Raadt |
2006-04-25 | Oops, correct import this time. | Miod Vallat |
2006-04-25 | Oops, correct import this time. | Miod Vallat |
2006-04-25 | Missed an include chunk. | Miod Vallat |
2006-04-25 | that extern was needed for now, miod | Theo de Raadt |
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn |
2006-04-23 | Add puc(4) and com at puc. | Mark Kettenis |
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat |
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat |
2006-04-21 | Do not leave behind half-initialized data structures of we stumble over corrupt | Mark Kettenis |
2006-04-21 | the esm_sensor_maps describe esm sensors, not kernel sensors. i have no | David Gwynne |
2006-04-20 | Add a few more devices integrated on nForce4 chipsets. | Mark Kettenis |
2006-04-20 | no longer failure care; ok miod | Theo de Raadt |
2006-04-19 | Get rid of the clock device attachment - since the clock is not something | Miod Vallat |
2006-04-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer |
2006-04-19 | Count spurious interrupt as part of the alarming interrupt issues as well. | Miod Vallat |
2006-04-19 | Better diagnostic messages in the MVME188 interrupt handler; also no need | Miod Vallat |
2006-04-19 | oops. forgot fnclex define (: | Michael Shalayeff |
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop... | Michael Shalayeff |
2006-04-19 | curpcb is long gone and is a #define -- do not declare it global anymore (no ... | Michael Shalayeff |
2006-04-18 | ANSIfy | Gordon Willem Klok |
2006-04-18 | Bring back a kernel_text symbol, config -e needs it. | Miod Vallat |
2006-04-18 | If mpbios doesn't specify a valid CPU signature, fall back on information | Mark Kettenis |
2006-04-18 | Make sure we print crucial debug information before we panic. | Mark Kettenis |
2006-04-18 | Oops, correct import this time. | Miod Vallat |
2006-04-18 | Oops, correct import this time. | Miod Vallat |
2006-04-18 | Oops, correct import this time. | Miod Vallat |
2006-04-18 | Print a usefull diagnostic message if we fail to transition between states | Gordon Willem Klok |
2006-04-18 | Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted in | Gordon Willem Klok |
2006-04-18 | Ensure that we check if the transition succeeded before we adjust | Gordon Willem Klok |
2006-04-17 | Remove unused struct mdproc fields. | Miod Vallat |
2006-04-17 | Do not mask the MVME188 abort button interrupt at splhigh(), similar to MVME197. | Miod Vallat |
2006-04-17 | On MVME188, clear SYSFAIL and set up a decent VME data transfer timeout, | Miod Vallat |
2006-04-17 | Better constant names for the MVME188 GCSR set. | Miod Vallat |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat |
2006-04-17 | Revert previous - causes misaligned exceptions in ip4_input()... | Miod Vallat |
2006-04-17 | Oops, removed a safety check in dartopen() in previous commit by mistake. | Miod Vallat |
2006-04-16 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2006-04-16 | Remove code from an old (broken) diff of mine, which crept in in last commit. | Miod Vallat |
2006-04-16 | Remove can't happen DIAGNOSTIC check. | Miod Vallat |
2006-04-16 | Introduce sti_rom_size() which will compute the size of a card's rom, and | Miod Vallat |
2006-04-16 | Add commented out cfxga entries. | Miod Vallat |
2006-04-16 | Remove assert definitions which are provided by libkern. | Miod Vallat |
2006-04-16 | Remove bus_space_{read,write}_stream and bus_space_copy_region methods, which | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-04-15 | Caps Lock key is special, even in raw mode, on the Domain keyboard, exactly | Miod Vallat |
2006-04-15 | Access to the DART registers using bus_space instead of our own memory | Miod Vallat |
2006-04-15 | Remove DART defines from <machine/mvme188.h> (except for its base address), | Miod Vallat |
2006-04-15 | Invoke bus_space_unmap with the correct bus_space_handle_t upon attachment | Miod Vallat |
2006-04-15 | fail opening apm device if apm is disconnected; deradt ok | Michael Shalayeff |