summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
AgeCommit message (Expand)Author
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-05Sync no-argument function declaration and definition by adding (void).Tobias Ulmer
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-05No need to create {sd,wd}boot links to xxboot anymore.Miod Vallat
2015-09-27Use readdisksector() instead of manual buf initialization. These areKenneth R Westerback
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-08-29correct size for free()Theo de Raadt
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-14Build required bits from libkern rather than importing them from libgcc.Miod Vallat
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-01-25refactor loading of dmamaps.David Gwynne
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-04Enable umcs(4) where moscom(4) is present.Martin Pieuchot
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-17Turn the console code into regular cons_decl() ones, to better fit libsaMiod Vallat
2014-07-14More comment cleanup in boot().Masao Uebayashi
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot