Age | Commit message (Expand) | Author |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-11-19 | Be more conservative in openpic_enable_irq() and only reprogram the vector | Miod Vallat |
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat |
2004-11-19 | Better i8259 slave handling: | Miod Vallat |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat |
2004-11-18 | Feature sync with macppc | Miod Vallat |
2004-11-15 | Compile with gcc 3. | Miod Vallat |
2004-07-14 | Switch to evcount interrupt counters. | Miod Vallat |
2004-05-15 | Be more careful when using hwirq[] values. | Miod Vallat |
2004-05-14 | Attach a working bugtty device - userland needs at least a console tty. | Miod Vallat |
2004-05-14 | Really working interrupt engine, at least on both 2600 flavours. | Miod Vallat |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat |
2004-02-01 | More work in attempt to get interrupts working reliably: | Miod Vallat |
2004-01-30 | Some cleaning and sync to the macppc openpic code. | Miod Vallat |
2004-01-29 | Pretty printf. | Miod Vallat |
2004-01-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat |
2004-01-29 | Map the raven, pcic, and isa/pci io space virtual rather than 1:1. | Miod Vallat |
2004-01-28 | Correctly protect against multiple inclusion... | Miod Vallat |
2004-01-28 | More clock handling cleanup: | Miod Vallat |
2004-01-27 | viritual -> virtual | Miod Vallat |
2004-01-26 | Asking for a too short softc size in your cfattach structure is known to | Miod Vallat |
2004-01-26 | Mostly sync with other ppc-based ports. This should be factorized someday... | Miod Vallat |
2004-01-25 | Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR while | Miod Vallat |
2004-01-25 | Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead. | Miod Vallat |
2004-01-24 | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-11-25 | Allow mvmeppc to compile again. not a supported arch. | Dale Rahn |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat |
2002-06-08 | Strict prototypes, and fix mvmeprom_brdid interface. | Miod Vallat |
2002-06-08 | Fix device and console device prototypes. | 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-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat |