Age | Commit message (Expand) | Author |
2016-01-21 | avoid uninitialised variable use | Jonathan Gray |
2016-01-21 | add a missing if_put() in a carp specific path | Jonathan Gray |
2016-01-21 | Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path that | Jonathan Gray |
2016-01-21 | remove the arp_inuse and arp_allocated counters | David Gwynne |
2016-01-21 | Nuke 'writable' field now that it is always in sync with 'rflag'. Since | Kenneth R Westerback |
2016-01-21 | sync | Theo de Raadt |
2016-01-21 | Don't try to be cute by silently opening a disk read-only when R/W | Kenneth R Westerback |
2016-01-20 | Add Approx APPUSB300NANO V1. V2 uses a different chipset. | Juan Francisco Cantero Hurtado |
2016-01-20 | sync | Theo de Raadt |
2016-01-20 | add a calendar for new zealand; from craig skinner | Jason McIntyre |
2016-01-20 | After nearly 20 years of warning that malloc.h is obsolete, it's about time we | Jasper Lievisse Adriaanse |
2016-01-20 | make AUDIO_GETDEV ioctl return the device name (ex "azalia0") rather | Alexandre Ratchov |
2016-01-20 | fix year | Theo de Raadt |
2016-01-20 | dlg@ took a pity on me and let me stay sane a bit longer by giving | Mike Belopuhov |
2016-01-20 | Set segflg member of uio struct with symbolic enum value | Stefan Kempf |
2016-01-20 | Check for disks deeper than 4 levels down in the Open Firmware device tree. | Stefan Sperling |
2016-01-20 | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ | Stuart Henderson |
2016-01-20 | Don't bump output errors when when tx ring is full | Mike Belopuhov |
2016-01-20 | Include sys/time.h for gettimeofday. From sortie at maxsi.org. | Darren Tucker |
2016-01-20 | Remove ARG_CHAR_T, a relic from when the code was written K&R style. | Anthony J. Bentley |
2016-01-20 | Set byte order the default encoding in the attach method to | Alexandre Ratchov |
2016-01-20 | sync | Theo de Raadt |
2016-01-20 | remove an unused ifp variable | Jonathan Gray |
2016-01-20 | add an imt manpage | Joshua Stein |
2016-01-20 | add hidmt, a HID-layer driver for multitouch touchpads that conform | Joshua Stein |
2016-01-20 | add the ability to set and get reports | Joshua Stein |
2016-01-20 | add hid_get_udata | Joshua Stein |
2016-01-19 | Simplify the main command switch, eliminating a couple of /* fall | Kenneth R Westerback |
2016-01-19 | It's pointless to check for 'dflag' inside do_expert(), since you can't | Kenneth R Westerback |
2016-01-19 | Teach morse(6) the <AC> prosign as '@', as added on May 24, 2004 (the | Stuart Henderson |
2016-01-19 | Backport r3602 | wouter | 2016-01-19 15:37:54 +0000 (Tue, 19 Jan 2016) | 3 lines | Stuart Henderson |
2016-01-19 | minor tweaks: remove comma, remove superflous plural s, add the word "file" | Joerg Jung |
2016-01-19 | replace (void *)0 with NULL | mmcc |
2016-01-19 | Convert min() and uiomovei() to ulmin() and uiomove(), | Stefan Kempf |
2016-01-19 | Convert min() and uiomovei() to ulmin() and uiomove(). | Stefan Kempf |
2016-01-19 | remove a nop assignment that has been #if 0'd since 1996 | mmcc |
2016-01-19 | Fix a race causing hardclock() to be sometimes invoked between the end | Antoine Jacoutot |
2016-01-19 | Remove unused global 'io_buffer'. | Kenneth R Westerback |
2016-01-19 | Mask interrupts on boot, masking/unmasking is handled by stop/init | Mike Belopuhov |
2016-01-19 | Fix a few issues in the xnf transmit path | Mike Belopuhov |
2016-01-19 | Remove forward declarations for functions that do not exist. | Kenneth R Westerback |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-19 | Bounds check while stripping trailing slashes. From max at | Sunil Nimmagadda |
2016-01-19 | Bring code into line with man page and usage() by only allowing one | Kenneth R Westerback |
2016-01-19 | Cast evtchn_mask to a char pointer for an isset operation | Mike Belopuhov |
2016-01-19 | No need for pdisk(8) to provide a version of hexdump. Remove | Kenneth R Westerback |
2016-01-19 | Update my mail address. | Sunil Nimmagadda |
2016-01-19 | Fix bad indents. From max at max-fillinger.net | Sunil Nimmagadda |
2016-01-19 | Check snprintf(3) return value for overflow instead of manual length | Sunil Nimmagadda |