summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-12Fix the sentence in the BUGS section. Colon is usable for password.YASUOKA Masahiko
Also add a mention about the escape sequence for the password. pointed out giovanni
2014-07-12Shuffle more stuffs around, remove most commented blocks, just sort byAntoine Jacoutot
number and make the file easier on the eyes. discussed with deraadt@
2014-07-12remove gratuitous differences, ok beckTheo de Raadt
2014-07-12remove gratuitous differences, ok beck bcookTheo de Raadt
2014-07-12Correct the sentence in the BUGS section. Colon chars are usable as aYASUOKA Masahiko
string value and usage of it in type is documented in the other section. ok jmc
2014-07-12Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again.Stefan Sperling
found by pelikan@; ok pelikan@ henning@
2014-07-12Sync with IANA.Antoine Jacoutot
"fine" claudio@ deraadt@
2014-07-12I don't need to treat the (half-)empty Tx and Rx FIFO cases.Paul Irofti
Only the DMA-challenged host controllers need to, so don't panic! While at it add some more debug messages when the interrupt returns 0.
2014-07-12Move HTTP error codes into http.h.Reyk Floeter
ok benno@
2014-07-12Add support for the CLEAR FEATURE requests.Paul Irofti
2014-07-12Always create a local route for every configured IPv4 address on theMartin Pieuchot
machine and restore the original behavior of RTM_ADD and RTM_DELETE by always generating one message per locally configured address. This time, make sure the local route is removed during an address change, since at least pppoe(4) do some funky magics with wildcard addresses that might corrupt the routing tree, as found by naddy@ Also do not add a local route if the specified address is 0.0.0.0, to prevent a tree corruption, as found by guenther@. Putting this in now so that it gets tested, claudio@ agrees. Please contact me if you find any route-related regression caused by this change.
2014-07-12remove ifdef'd out valleyview/baytrail device listsJonathan Gray
on linux versions before 3.11 i915_pci_probe() doesn't match valleyview unless i915_preliminary_hw_support is specified as a module parameter. our drm code is currently based on linux 3.8, so it seems unlikely that the valleyview support we have works.
2014-07-12fix annoying bug where the first character would be eaten, cnischar() wasJasper Lievisse Adriaanse
wreaking havoc. from miod@
2014-07-12Sync msgbuf_write() changes from relayd.Reyk Floeter
Please note that proc.c should be kept identical in relayd, iked and snmpd (currently without the includes). ok benno@
2014-07-12- fill in cninit to enable rtsJasper Lievisse Adriaanse
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
I have found that some ports call boot(9) from machine-dependent code to reboot system. These should be changed to either: - Sending signal to init(8) to trigger it to shutdown system cleanly, like acpi(4) does, in cases where found problems don't prevent system from working immediately, or - Just doing panic(9) if the situation is severely broken. For now, just rewrite boot() to reboot(). Actual fixes follow. Discussed with & OK from kettenis@
2014-07-12Use imsg(3) for the IPC between the privileged process and theYASUOKA Masahiko
non-privileged process to be unify the way. Also fix style.
2014-07-12Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze
While here, also provide an internal mode (MANSEARCH_MAN) to match complete names, to be used by man.cgi(8).
2014-07-12Change config_deactivate(9) to always unset the DVF_ACTIVE flag soMartin Pieuchot
that drivers can check for this flag to know they have to stop doing any hardware access and release their reference. While here makes the ca_activate() function optional and propagates DVACT_DEACTIVATE to the children of a device that do not implement this interface like it is done during suspend/resume. ok uebayasi@, deraadt@
2014-07-12Split arc4random_uniform into it's own file, to assist other projectsTheo de Raadt
now using this as upstream code. The particular problem is systems that contain older arc4random derivations lacking arc4random_uniform(). ok tedu miod
2014-07-12fix a type error on BE architecturesMartin Pelikan
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
using O_NOFOLLOW - cope with it as best as possible by trying two different paths. - written by deraadt@ and kettenis@
2014-07-12Remove remnants from PSK, KRB5 and SRP.Joel Sing
ok beck@ miod@
2014-07-12tweak previous;Jason McIntyre
2014-07-12- rewrite register reading/writing to use octeon_xkphys_{read,write}_8 whichJasper Lievisse Adriaanse
is the right approach - write into _THR instead of _RBR for cnputc() as per miod's suggestion this doesn't fix the first character that gets eaten, but it's the right way to move forward. with pirofti@
2014-07-12Remove the qli driver for QLogic 4010 & 4022 iSCSI.Jonathan Gray
It was never enabled and is apparently unfinished. ok deraadt@ krw@ claudio@ kettenis@
2014-07-12sizeof(afh), afh being uint32, is cooler than literal "4"Henning Brauer
spotted by Kent R. Spillner <kspillner acm org>
2014-07-12typosMiod Vallat
2014-07-12in-memory superblock was being filled in two places -> merge themMartin Pelikan
ok tedu
2014-07-12pull dirblock search code from ext2fs_lookup() like FreeBSD has doneMartin Pelikan
ok tedu
2014-07-12remove bluetooth typesTed Unangst
2014-07-12remove bluetooth malloc typesTed Unangst
2014-07-12Make rc.conf a parsed configuration file and stop sourcing it as a shellRobert Nagy
script. From now on rc.conf has a fixed syntax (key=val) and it is not allowed to add anything to it besides the supported syntax, it all going to be ignored. discussed with and help from deraadt@ and halex@
2014-07-12regenJonathan Gray
2014-07-12add some more matrox devices found in serversJonathan Gray
2014-07-12Place comments in a block above the if statement, rather than attemptingJoel Sing
to interleave them within the conditions. Also fix wrapping and indentation.
2014-07-12Pull in more atomic functions to avoid <sys/atomic.h> trying to use gcc4Miod Vallat
built-ins which aren't available on vax. (A similar diff for m88k is in the pipeline as well)
2014-07-12a bit more detailMarc Espie
2014-07-12regenYojiro Uo
2014-07-12fix location of 7 Series xHCI entryYojiro Uo
no side effect
2014-07-12print more useful information on wrong superblocks.Martin Pelikan
Function renames for consistency and readability. No functional change.
2014-07-12document the GitHub support in bsd.port.mkRobert Nagy
2014-07-12revert previous unwanted commit. sorry!Martin Pelikan
2014-07-12Bring back resolv.conf write reduction. Race was something else.Kenneth R Westerback
2014-07-12Add a function to drop all clean pages on the page daemon queues and callMark Kettenis
it when we hibernate. ok mlarkin@, miod@, deraadt@
2014-07-12*** empty log message ***Martin Pelikan
2014-07-12Improve the definition of USBD_FORCE_SHORT_XFER, prompted by a questionMartin Pieuchot
from stsp@.
2014-07-12mlarkin found disabled code to print a battleship. improve it and enable.Ted Unangst
ok mlarkin
2014-07-12Use the correct poll interval for HS root hub before it gets copied, noMartin Pieuchot
real impact since this descriptor is not used in the kernel. From NetBSD.
2014-07-12Move things around (no change):Antoine Jacoutot
- some unofficial services became official - move kerberos next to afs