Age | Commit message (Expand) | Author |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-30 | Old typos bite the dust. | Miod Vallat |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith |
2005-10-26 | Mach-macro wipeout | Martin Reindl |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-03 | missing safte/ses/scsibus pieces | Martin Reindl |
2005-08-02 | Save floating point context on signals, same diff as macppc | Dale Rahn |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-06 | Add tags to mvmeppc. | Marco Peereboom |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause |
2005-04-30 | start the job of making things look more alike | Theo de Raadt |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-07 | Remove spurious -L for /usr/include in INCLUDES defn. ok miod@ | Ian Darwin |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
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-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat |
2004-11-18 | Feature sync with macppc | Miod Vallat |
2004-11-17 | Enable interrupts after autoconf. | Miod Vallat |
2004-11-17 | Remove dead or unused code; minor syncs with macppc code. | Miod Vallat |
2004-11-17 | Correct *cnputc() prototypes. | Miod Vallat |
2004-11-17 | Add register prefixes and generally match macppc locore.S now; diff between | Miod Vallat |
2004-11-16 | Set p_stat to SONPROC in cpu_switch() after picking a proc to run. | Miod Vallat |
2004-11-15 | Let stand/ compile with gcc 3. | Miod Vallat |
2004-11-15 | Get rid of some old debug stuff. | Miod Vallat |
2004-11-15 | Compile with gcc 3. | Miod Vallat |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |