summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30various small fixes;Jason McIntyre
2013-04-30Add context switching code matching to our pmap for ARMv7.Patrick Wildt
2013-04-30Add matching header for pmap7.Patrick Wildt
2013-04-30- replace TIMEVAL_* function/macros with macros from sys/time.hFlorian Obser
2013-04-30move variables to type time_t; fix format stringsFlorian Obser
2013-04-30remove params after API change.Eric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-30Replace the statically defined protection bits with a macro, which willPatrick Wildt
2013-04-30Remove unused function argument variables 'len' and 'auth' fromMarcus Glocker
2013-04-30white space tweakDavid Gwynne
2013-04-30white space fixesDavid Gwynne
2013-04-30use MR_DCMD consistently. some MD_DCMD was in there somehow.David Gwynne
2013-04-30pull in BBU bits from freebsdDavid Gwynne
2013-04-30Handle newer fiber adapters the same way as 82575/82576,Jonathan Gray
2013-04-30copy input flags in result addrinfo structures.Eric Faurot
2013-04-30ignore SIGPIPE so we don't fall over if an ldap connection breaksJonathan Matthew
2013-04-29Tweak previous: test __BSD_VISIBLE with #if, not #ifdefPhilip Guenther
2013-04-29syncTodd T. Fries
2013-04-29syncTodd T. Fries
2013-04-29regenMatthew Dempsky
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2013-04-29Remove most of pre-rc.d(8) backward compatibility.Antoine Jacoutot
2013-04-29ulpt(4) depends on firmload since its rev 1.41 when it got support forMartin Pieuchot
2013-04-29add -h to usage();Jason McIntyre
2013-04-29implement -h from libexec/identd, which hides usernames/uids.David Gwynne
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-29use O_CLOEXEC with open() instead of open/fcntl; from David HillOkan Demirmen
2013-04-28Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300Kenji Aoyama
2013-04-28Remove an obsolete paragraph in the BUGS section about using ftp(1) withLawrence Teo
2013-04-28Revert the previous commit. It breaks the xenocara build on macppc and theBrian Callahan
2013-04-28Revert the ARMv7 header split introduced in pmap7.Patrick Wildt
2013-04-28Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.Patrick Wildt
2013-04-28further info for EXIT STATUS from Ryan Kavanagh: in the diff heJason McIntyre
2013-04-27Use same parse_date() and date writing logic as in dhcpd. i.e.Kenneth R Westerback
2013-04-27- (mdoc.7) fix Xr to selfJason McIntyre
2013-04-27time_t 64bit fixes for relayd and relayctl:Sebastian Benoit
2013-04-27Convert RAID 6 to new work unit completion routines.Joel Sing
2013-04-26Convert RAID4/5 to new work unit completion routines.Joel Sing
2013-04-26Add a SR_WUF_DISCIPLINE flag that identifies work units that have resultedJoel Sing
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer here too.Martin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Remove unused and ambiguous usbd_get_interface() function.Martin Pieuchot
2013-04-26Remove bogus comments.Martin Pieuchot
2013-04-26Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefixMartin Pieuchot
2013-04-26Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).Marcus Glocker
2013-04-26syncStuart Henderson
2013-04-26ARMv7 userland uses a single domain. This define is already used in pmap7.Patrick Wildt
2013-04-26Update and clean ARMv7 specific defines in the PTE header file.Patrick Wildt
2013-04-26Fix linker errors when using llvm/clang.Brian Callahan