Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | alpha ramdisk ran out of space, very slightly. Probably due to the | Theo de Raadt | |
development of tame? option CD9660 and mount_cd9660 are already absent, so remove the cd(4) driver ok miod | |||
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat | |
2015-08-15 | Enable AlphaBook 1 support in bsd.rd too | Miod Vallat | |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne | |
they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@ | |||
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt | |
make install from Simon Nicolussi ok jsing tedu | |||
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst | |
This should catch all the same bad cases, but be a little less aggravating in circumstances where a prototype isn't necessary ok deraadt | |||
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat | |
the fan sensors on systems without RMC. From NetBSD, ok deraadt@ | |||
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst | |
ok deraadt | |||
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt | |
used and depended, mimicking new changes by guenther to amd64. | |||
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt | |
This makes it easier to remove components not required to do an install, and subsequently add other desireable components ... In snapshots (in various forks) for about a week. Do some upgrades and installs, please. | |||
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith | |
-Wstack-larger-than-. This is what modern GCC supports as well as LLVM. ok miod@ | |||
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt | |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov | |
device tables and kernel config files. ok deraadt | |||
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov | |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst | |
take away." remove uyap. no effect except on hppa where it was strangely enabled. | |||
2014-07-11 | remove bthub remnants | Ted Unangst | |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst | |
bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. | |||
2014-05-08 | Format string fixes for alpha kernels, and remove -Wno-format | Miod Vallat | |
2014-04-07 | Enable upd(4) on archs where uhidev(4) is present, requested by mpi@. | andre | |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith | |
ok mpi@ yuo@ | |||
2014-03-31 | give up on isp, and only use ql[wae] | Theo de Raadt | |
Be a bit cynical about firmware fitting, of course.. ok jmatthew | |||
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew | |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew | |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis | |
2014-02-22 | disable alipm for now. Since GENERIC.MP showed up, a variety of machines | Theo de Raadt | |
are having trouble, dejavu from sparc64 when we hit multiple-bus-master iic machines using this chipset. In that case, it was chip read/write PCI timeouts, at the moment we do not know. Future work would be to figure this out and re-enable this. ok miod. | |||
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew | |
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested and likely to be useful. requested by deraadt@ and kettenis@, ok dlg@ | |||
2014-01-26 | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel | Miod Vallat | |
will boot multiuser, but will deadlock under load, and I can't find my mistake yet. | |||
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat | |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano | |
USB host-to-host link cable. This driver is derived from upl(4). | |||
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-10-29 | bye bye fea / fpa | Theo de Raadt | |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot | |
miod@ cannot find two boards using the same media. With precious punctuation review from guenther@, thanks! ok deraadt@, henning@ | |||
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther | |
- switch to perl for better data structures and (thus) speed - fix a couple glitches in the interpretation of the stabs output - compress the strings by putting them in one big array and overlaying suffixes - all sizes and offsets are <64k, so use u_short for them This results in ~60% reduction in the resulting text size and it now takes less than a second to create on fast platforms. ok miod@ | |||
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano | |
measurement device (idVendor:idProduct=0x0c45:0x7401). newly added. ok by mpi@ and sthen@ | |||
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot | |
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@ | |||
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis | |
generated on all architectures that support pci, making alpha and loongson compile again. ok todd@, miod@ seemed to agree with the idea | |||
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat | |
Add CWARNFLAGS to the command line when using -xassembler-with-cpp. We are mostly interested in -Werror here. | |||
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst | |
ok deraadt miod | |||
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-03-10 | this ramdisk is just for one machine | Theo de Raadt | |
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt | |
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt | |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt | |
miod did not disagree. | |||
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat | |
comments, in the discussion about the kernel load address, for reference purpose. While there, admit the current value will not let the kernel boot on a GS160. If you are the happy owner of a GS160, can afford the electricity bill, and want to run OpenBSD on it, please contact alpha@ | |||
2012-12-10 | Add cdce(4). | Brad Smith | |
ok deraadt@ |