Age | Commit message (Expand) | Author |
2014-03-23 | Unbreak after last commit. | Miod Vallat |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-13 | add missing headers here too, forgotten after testing the diff. | Jasper Lievisse Adriaanse |
2013-11-13 | boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports. | Masao Uebayashi |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-28 | A few missing config_suspend(, DVACT_POWERDOWN) constructs after | Miod Vallat |
2013-09-28 | Use of uninitialized variable. Found by Maxime Villard | Mike Larkin |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-11 | Cope with PIE, if it is enabled | Theo de Raadt |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
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-15 | use Lk for links; | Jason McIntyre |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-01-31 | give up on mcpu options; something remains broken in pmap it looks like; ok miod | Theo de Raadt |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-14 | dale and i theorize that these days armish can safely be compiled | Theo de Raadt |
2011-11-14 | use include properly | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-19 | API change to initarm to pass arguments from the bootloader thru to MD | Dale Rahn |
2011-09-21 | Remove stale comments about vm freelists | Miod Vallat |
2011-09-20 | Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTR | Miod Vallat |
2011-09-20 | Late spring cleaning of the arm code for old dusty bits we do not want to | Miod Vallat |
2011-08-02 | Add softraid (and option CRYPTO as pointed out by todd). | Matthieu Herrb |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-04-28 | - enable fenv | Martynas Venckus |