Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | Brad didn't even try building the ramdisk, because it is 7.5K oversize. | Theo de Raadt | |
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | Brad Smith | |
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@ | |||
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | Theo de Raadt | |
ok miod kettenis tedu | |||
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst | |
ok deraadt miod | |||
2013-03-29 | put urtwn in big ramdisks so I can use it for upgrades | Ted Unangst | |
2013-03-28 | the ramdisk is a bit special, and some tedu arguments do apply. # out | Theo de Raadt | |
the drivers which were disabled. | |||
2013-03-27 | Remove commented out tr(4) stanzas, since support for them has been removed | Miod Vallat | |
almost 6 years ago; Alexey Suslikov | |||
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch | |
This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page) | |||
2012-11-29 | Enable rtsx(4) in GENERIC on i386 and amd64. | Stefan Sperling | |
2012-11-16 | Add oce(4) / mfii(4) and virtio devices | Brad Smith | |
i386 CD image also build/boot tested by todd@ ok mikeb@ deraadt@ | |||
2012-10-08 | enable 3 new OAK usb sensors on at least two architectures | Theo de Raadt | |
2012-09-27 | enable smsc | Jonathan Gray | |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch | |
attach as scsi disks). These are paravirtualized devices offered by some hypervisors like kvm and virtualbox. The virtio transport driver has the pci specific parts separated out. This will make it easier to add support for mmio (e.g. for ARM) later. OK mikeb OK jasper "commit what you have" deraadt | |||
2012-09-06 | remove compat_aout support for i386. ok deraadt | Ted Unangst | |
miod has requested a stay of execution for compat_aout in general. | |||
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf | |
updated gcc and ld to understand the new -nopie flag. ok deraadt@ | |||
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf | |
cleaned up later. ok deraadt@ | |||
2012-08-14 | enable mfii(4). | David Gwynne | |
ok deraadt@ | |||
2012-08-03 | enable oce(4) | Mike Belopuhov | |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin | |
Presently only working on pciide/wd disks. ok deraadt@ | |||
2012-07-09 | unify com at cardbus attachments | Theo de Raadt | |
2012-05-27 | enable tcpcib(4) | Jonathan Gray | |
2012-05-27 | Add tcpcib(4) to support Intel Atom E600 watchdog. | Jonathan Gray | |
From Matt Dainty. ok kettenis@ | |||
2012-04-06 | tedu the raidframe. | Joel Sing | |
ok deraadt@ | |||
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt | |
new space. The same cannot be done yet with some other architectures which share the RAMDISK kernel amongst media types too tightly. I am investigating the horrific src/distrib cleanups required to fix that. | |||
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov | |
Tested on alix and soekris by benno, mpf, shadchin and myself. Loongson tests by miod. OK mpf, shadchin, kettenis | |||
2012-02-25 | Add gus* at isapnp?. Last tested nine years ago but ought to still work. | Miod Vallat | |
2012-01-28 | do not show direct configuration example | Theo de Raadt | |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt | |
by krw and myself. | |||
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb | |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray | |
pointed out by Loganaden Velvindron/brad | |||
2011-10-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-09-21 | disable st*, since we doubt anyone uses it. suggested by jsing in | Theo de Raadt | |
response to some i386 ramdiskA bloat that has struck unexpectedly. | |||
2011-09-20 | Remove commented-out leftovers from old drm drivers that have been removed | Matthieu Herrb | |
from tree. ok oga@ | |||
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt | |
oga has disappeared | |||
2011-07-08 | Only compile hibernate_machdep if option hibernate is set. | Ariane van der Steldt | |
Unbreaks i386 kernel build. ok mlarkin@ | |||
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst | |
to free up some more room for isadma. ok deraadt | |||
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst | |
files in a bit. ok deraadt | |||
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe | |
spikes in other developers by making it so that removal of a .d file without removing the corresponding object will result in the latter being treated as out of date. ok beck@ art@ drahn@ | |||
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt | |
code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave | |||
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst | |
ok beck deraadt | |||
2011-07-05 | disable COMPAT_AOUT, it's useless now, but leave the code in the tree | Ted Unangst | |
to encourage someone to convert remaining a.out archs to elf. :) ok deraadt | |||
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst | |
2011-07-03 | Enable nvt(4). | Mark Kettenis | |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky | |
scsi?" rule, similar to how ethernet PHY drivers attach at mii. Discussed on icb. | |||
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst | |
doesn't work. goodbye. ok miod | |||
2011-06-29 | stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option. | Ted Unangst | |
kind of ok deraadt | |||
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst | |
2011-06-20 | enable myx(4) | David Gwynne | |
certainly deraadt@ | |||
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti | |
Prodded by deraadt@ and the lack of testers on tech@. |