Age | Commit message (Expand) | Author |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-08 | allocate a major number to midi, since midi is already enabled | Alexandre Ratchov |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-27 | must use M_WAITOK here; run into by landry | Theo de Raadt |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-09-24 | fix typo in utwitch | David Gwynne |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-08 | Crank ofwboot version after recent changes. | Joel Sing |
2010-09-08 | Use the offset value passed into search_label() and call it with | Joel Sing |
2010-09-08 | Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | Nuke bogus comment. | Joel Sing |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-27 | caught a small typo while reading the code: senor -> sensor | Robert Nagy |
2010-08-25 | Remove the SPARC_BOOT_ELF define and associated machinery since it does | Joel Sing |
2010-08-21 | Rename file to reflect that it handles 64 bit ELF only. | Joel Sing |
2010-08-21 | We only need to load 64 bit kernels on sparc64. Clean up the ELF boot code | Joel Sing |
2010-08-13 | Fix indentation. | Mark Kettenis |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-02 | enable owctr | Theo de Raadt |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-26 | recording/full-duplex support | Jacob Meuser |
2010-07-26 | simplify the mixer(4) code and interface. document the interface. | Jacob Meuser |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-20 | opration -> operation | Miod Vallat |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-07 | Use atomic operations to increment clock interrupt counter. | Mark Kettenis |
2010-07-07 | Implement atomic_add_ulong. | Mark Kettenis |
2010-07-07 | Don't grab the kernel lock for clock interrupts. Prevents deadlocks when | Mark Kettenis |
2010-07-06 | Kill an unused variable | Philip Guenthe |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture. | Mark Kettenis |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |