Age | Commit message (Expand) | Author |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-04-28 | More dead beef here. | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-01-14 | volatile police. | Miod Vallat |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2001-12-22 | MVME917 documentation comment. | Steve Murphree |
2001-12-22 | Correct badvaddr() usage. | Steve Murphree |
2001-12-22 | masive cmmu overhaul. function pointers now control cmmu functionality | Steve Murphree |
2001-12-20 | machine dependant pointer changes. | Steve Murphree |
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree |
2001-12-19 | bus switch name shortened. Added register definitons and functionality. | Steve Murphree |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat |
2001-12-14 | Even more one-liners to get the kernel to link. | Miod Vallat |
2001-12-14 | One more free commit, thanks to smurph@, in order to get GENERIC going. | Miod Vallat |
2001-12-13 | Support for MVME917 complete. | Steve Murphree |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-07 | post-mmap API change fixes. | Miod Vallat |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-28 | Let 188-only kernels compile. | Miod Vallat |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat |
2001-09-23 | Don't redefine pmap_kernel() locally. | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-31 | I should get more sleep. | Miod Vallat |
2001-08-31 | Assorted changes to really let non-DDB kernels (such as the future RAMDISK, | Miod Vallat |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-24 | Remove unused debugging code, fix uninitialized variables. | Miod Vallat |
2001-08-24 | There is no need to hide potentially useful stuff in .c files. | Miod Vallat |
2001-08-24 | Correctly tell if a syscon is main one on 188. | Miod Vallat |
2001-08-24 | Pass a dev_t where a dev_t is expected. | Miod Vallat |
2001-08-24 | No newline at the end of panic messages. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-08 | New timeouts. | Miod Vallat |
2001-07-09 | trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-14 | Big cleanup of VM issues: | Miod Vallat |