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