Age | Commit message (Expand) | Author |
2012-11-29 | Enable rtsx(4) in GENERIC on i386 and amd64. | Stefan Sperling |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
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-25 | Recognize a wrong network configuration which would cause tftpboot to | Miod Vallat |
2012-11-25 | Sync register clobber information in MVMEPROM_CALL() with those used in the | Miod Vallat |
2012-11-25 | Make the instruction replace struct static const so it will end | Jonathan Gray |
2012-11-24 | Do not assign the "host" MAC address to virtual switch ports. Don't print the | Mark Kettenis |
2012-11-23 | Change the way we encode devhandle and devino in the sysino such that we can | Mark Kettenis |
2012-11-21 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis |
2012-11-21 | Trivial fixes for labels not followed by statements, which gcc 3 complains | Miod Vallat |
2012-11-21 | Try to negotiate version 1.1 of the vDisk protocol such that we can get | Mark Kettenis |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-11-18 | Small memcpy optimizations | Stefan Fritsch |
2012-11-16 | Add oce(4) / mfii(4) and virtio devices | Brad Smith |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-11-13 | Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticed | Miod Vallat |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2012-11-08 | now that our make is more strict, fix ws issue; ok espie@ | Otto Moerbeek |
2012-11-07 | Enable %tick access for userland on sun4u systems (sun4v systems already have | Mark Kettenis |
2012-11-06 | Fix comment. | Mark Kettenis |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat |
2012-11-04 | Simplify Makefiles a bit, removing redundant stuff. ok espie@ | Matthieu Herrb |
2012-11-04 | Make the s-records boot loader use the same stage1/stage2 addresses as the | Miod Vallat |
2012-11-04 | Real prototypes, better integer types, pass -Wall. No functional change. | Miod Vallat |
2012-11-04 | Switch mvme68k to timecounters. | Miod Vallat |
2012-11-03 | Let this build again. diff from deraadt "Sure you can commit that" deraadt@ | Brandon Mercer |
2012-11-02 | typo | Miod Vallat |
2012-11-02 | uvm_km_alloc() allocs bytes rounded up to the nearest page not pages. | Jonathan Gray |
2012-11-01 | Switch alpha to per-process astpending. | Miod Vallat |
2012-11-01 | In cpu_fork(), correctly set up the stack of the new process if required. This | Miod Vallat |
2012-11-01 | When possible, send multiple characters per packet. Also, stop sending when | Mark Kettenis |
2012-11-01 | Fix merge errors. | Joel Sing |
2012-10-31 | Unbreak build on !i386. | Joel Sing |
2012-10-31 | Bump version numbers. | Joel Sing |
2012-10-31 | Enable softraid boot support for cdboot(8) and pxeboot(8). | Joel Sing |
2012-10-31 | Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB in | Joel Sing |
2012-10-31 | Save and restore %ebx across the call to read. Otherwise we load the first | Joel Sing |
2012-10-31 | Bump i386 boot(8) version. | Joel Sing |
2012-10-31 | Enable softraid boot support for i386 boot(8). | Joel Sing |
2012-10-31 | Bring softraid support to i386/stand/libsa. | Joel Sing |
2012-10-31 | Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature. | Jonathan Gray |
2012-10-30 | Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making | Joel Sing |
2012-10-30 | Actually remove the Makefiles. | Joel Sing |
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing |
2012-10-29 | Set the type of a processed MSI data record to 0, and check that the type | Mark Kettenis |