Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew | |
2016-06-01 | Enable utvfu(4) everywhere where uvideo(4) is also enabled. | Marcus Glocker | |
suggested by mpi | |||
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot | |
ddb(4) can now see static functions. That doesn't mean we should start declaring functions as ``static'', however it helps for the few existing exceptions. ok deraadt@, kettenis@ | |||
2016-04-24 | Remove 'option COMPAT_PCVT' now that X doen't use it anymore. | Matthieu Herrb | |
An X server built after april 3 is needed to be able to start X with the new kernel. ok kettenis@ | |||
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein | |
These files aren't USB-specific and were used by the previous Bluetooth implementation, and will be used by the upcoming HID-over-i2C implementation ok deraadt previous version ok kettenis and mpi | |||
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot | |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov | |
the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@ | |||
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
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-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-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat | |
as well as useless include of the generated flag files. | |||
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-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt | |
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 and removal of -Wno-format for arm kernels. | Miod Vallat | |
2014-04-08 | Add rgephy(4) for axe(4) and axen(4). | Brad Smith | |
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-02-12 | Do not include pmap.h from .S code, but get the necessary defines from | Miod Vallat | |
assym.h; similar to recent changes to armv7; spotted by ratchov@ and bmercer@ | |||
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-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-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-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 | |||
2012-09-27 | enable smsc | Jonathan Gray | |
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@ | |||
2011-11-08 | consistant "config bsd" lines; ok miod | Theo de Raadt | |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb | |
2011-09-20 | Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTR | Miod Vallat | |
no longer an option. | |||
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 | |
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-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst | |
ok beck deraadt | |||
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-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky | |
ATAPI devices. atapiscsi(4) is only for handling ATAPI devices on an ATA bus, so umass(4) shouldn't care about it. ok krw@, dlg@; no objections from deraadt@ | |||
2011-05-15 | Remove unused include of file.pckbdc. Those arches do not have | Matthieu Herrb | |
a PC/AT or PS/2 keyboard/mouse controller. ok miod@ | |||
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe | |
using the -MD option to cc, with -MP, -MT, and -MF where needed, converting "make depend" to a no-op. This increases parallelism for those using "make -j" and keeps the dependencies up to date with each compilation automatically. sparc and vax users will need to rebuild gcc with support for the -M[PTF] options before config'ing with this diff. | |||
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat | |
holding locks, this is not allowed, and nobody has stepped up to fix this, so better not lure people into using bluetooth devices. | |||
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt | |
in some grief. Split this out. From Vladimir Kirillov | |||
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt | |
early MD and late MI files must be split up so that vers.o can sneak between. Issue spotted by bluhm, repair discussed with miod | |||
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt | |
having it linked last is bad (on at least i386 and amd64) because the lapic is mapped over the start of the data segment -- savecore(8) then reads the version string for a fixed buffer space, and reads into the lapic area causing unintended side-effects (at least on Intel X5570 and X5680) found by pedro, discussed with kettenis and mpf and miod |