Age | Commit message (Expand) | Author |
2015-02-05 | Whitespace. | Masao Uebayashi |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse |
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-12 | Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change | Miod Vallat |
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat |
2014-08-11 | Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we are | Miod Vallat |
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat |
2014-08-11 | Add option USER_PCICONF for pcidump(8) to be able to do its magic. | Miod Vallat |
2014-07-23 | correctly drain and destroy the bufq upon detach | Jasper Lievisse Adriaanse |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-18 | implement 'rootdev' parsing similar to what's already done in the kernel, | Jasper Lievisse Adriaanse |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | consistency with upcoming bootloader device parsing of the uboot arguments, | Jasper Lievisse Adriaanse |
2014-07-13 | Keep track of port connections and port resets. | Paul Irofti |
2014-07-13 | print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO} | Jasper Lievisse Adriaanse |
2014-07-13 | - fix off-by-one in getting the number of cores in the system | Jasper Lievisse Adriaanse |
2014-07-13 | Start handling host channel interrupts. | Paul Irofti |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | - remove CONSPEED from libsa.h | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | Add in missing brswphy(4) and the commented out USB entries. | Brad Smith |