Age | Commit message (Expand) | Author |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-06 | acknowlege -> acknowledge | Martynas Venckus |
2013-01-01 | <machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic. | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-25 | Avoid using multiline litterals in __asm__ statement, gcc3 complains about | Miod Vallat |
2012-11-25 | remove the use of cast as lvalue which is verboten with newer gcc | Jonathan Gray |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-08 | Make this compile again. | Miod Vallat |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-04-23 | When handling SIGFPE, do the `advance pc if exception is a fault (as opposed | Miod Vallat |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | Philip Guenthe |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-11-01 | Rework disklabel handling to correctly support label spoofing, and thus | Miod Vallat |
2011-11-01 | Remove orphaned comments. | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-29 | Get size of struct disklabel for the sake of the assembly code with a | Miod Vallat |
2011-09-27 | Try to put more sanity in the machine check handling: | Miod Vallat |
2011-09-26 | Notify ifmedia layer of loss of link on SGEC interfaces (which only gets | Miod Vallat |
2011-09-20 | Don't bother checking for SPX on KA410 (VS2000), since the only colour option | Miod Vallat |
2011-09-19 | Try and clean system type constants a bit: | Miod Vallat |
2011-09-19 | Print 64 bit values with %ll to get a meaningful message at attach time. | Miod Vallat |
2011-09-19 | Fix obvious cut'n'paste error in a comment. | Miod Vallat |
2011-09-18 | Missing error printf argument | Miod Vallat |
2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. | Miod Vallat |
2011-09-15 | Switch vax to timecounters. There are three different clock sources: | Miod Vallat |
2011-09-13 | On KA43: | Miod Vallat |
2011-09-11 | Define symbolic constants for the addresses of the vsbus devices on | Miod Vallat |
2011-09-11 | Fix inverted test when selecting resolution on the 1024x864 VLC frame buffer. | Miod Vallat |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-09-04 | Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@ | Miod Vallat |
2011-09-03 | Driver for the audio chip found on VAXstation 4000. Tested on VLC, /60 and | Miod Vallat |
2011-08-31 | Report VXT cpu as `VXT', not `KA48', to match what the PROM says. | Miod Vallat |
2011-08-31 | Don't pretend to `enable floating point' and fiddle with PR_ACCS register on | Miod Vallat |