Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-12 | Fix 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-12 | Shuffle more stuffs around, remove most commented blocks, just sort by | Antoine Jacoutot | |
number and make the file easier on the eyes. discussed with deraadt@ | |||
2014-07-12 | remove gratuitous differences, ok beck | Theo de Raadt | |
2014-07-12 | remove gratuitous differences, ok beck bcook | Theo de Raadt | |
2014-07-12 | Correct the sentence in the BUGS section. Colon chars are usable as a | YASUOKA Masahiko | |
string value and usage of it in type is documented in the other section. ok jmc | |||
2014-07-12 | Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again. | Stefan Sperling | |
found by pelikan@; ok pelikan@ henning@ | |||
2014-07-12 | Sync with IANA. | Antoine Jacoutot | |
"fine" claudio@ deraadt@ | |||
2014-07-12 | I 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-12 | Move HTTP error codes into http.h. | Reyk Floeter | |
ok benno@ | |||
2014-07-12 | Add support for the CLEAR FEATURE requests. | Paul Irofti | |
2014-07-12 | Always create a local route for every configured IPv4 address on the | Martin 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-12 | remove ifdef'd out valleyview/baytrail device lists | Jonathan 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-12 | fix annoying bug where the first character would be eaten, cnischar() was | Jasper Lievisse Adriaanse | |
wreaking havoc. from miod@ | |||
2014-07-12 | Sync 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 rts | Jasper Lievisse Adriaanse | |
2014-07-12 | boot(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-12 | Use imsg(3) for the IPC between the privileged process and the | YASUOKA Masahiko | |
non-privileged process to be unify the way. Also fix style. | |||
2014-07-12 | Fix 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-12 | Change config_deactivate(9) to always unset the DVF_ACTIVE flag so | Martin 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-12 | Split arc4random_uniform into it's own file, to assist other projects | Theo 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-12 | fix a type error on BE architectures | Martin Pelikan | |
2014-07-12 | Solaris uses a symbolic link for /dev/urandom which harms best practice of | Bob Beck | |
using O_NOFOLLOW - cope with it as best as possible by trying two different paths. - written by deraadt@ and kettenis@ | |||
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing | |
ok beck@ miod@ | |||
2014-07-12 | tweak previous; | Jason McIntyre | |
2014-07-12 | - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which | Jasper 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-12 | Remove 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-12 | sizeof(afh), afh being uint32, is cooler than literal "4" | Henning Brauer | |
spotted by Kent R. Spillner <kspillner acm org> | |||
2014-07-12 | typos | Miod Vallat | |
2014-07-12 | in-memory superblock was being filled in two places -> merge them | Martin Pelikan | |
ok tedu | |||
2014-07-12 | pull dirblock search code from ext2fs_lookup() like FreeBSD has done | Martin Pelikan | |
ok tedu | |||
2014-07-12 | remove bluetooth types | Ted Unangst | |
2014-07-12 | remove bluetooth malloc types | Ted Unangst | |
2014-07-12 | Make rc.conf a parsed configuration file and stop sourcing it as a shell | Robert 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-12 | regen | Jonathan Gray | |
2014-07-12 | add some more matrox devices found in servers | Jonathan Gray | |
2014-07-12 | Place comments in a block above the if statement, rather than attempting | Joel Sing | |
to interleave them within the conditions. Also fix wrapping and indentation. | |||
2014-07-12 | Pull in more atomic functions to avoid <sys/atomic.h> trying to use gcc4 | Miod Vallat | |
built-ins which aren't available on vax. (A similar diff for m88k is in the pipeline as well) | |||
2014-07-12 | a bit more detail | Marc Espie | |
2014-07-12 | regen | Yojiro Uo | |
2014-07-12 | fix location of 7 Series xHCI entry | Yojiro Uo | |
no side effect | |||
2014-07-12 | print more useful information on wrong superblocks. | Martin Pelikan | |
Function renames for consistency and readability. No functional change. | |||
2014-07-12 | document the GitHub support in bsd.port.mk | Robert Nagy | |
2014-07-12 | revert previous unwanted commit. sorry! | Martin Pelikan | |
2014-07-12 | Bring back resolv.conf write reduction. Race was something else. | Kenneth R Westerback | |
2014-07-12 | Add a function to drop all clean pages on the page daemon queues and call | Mark Kettenis | |
it when we hibernate. ok mlarkin@, miod@, deraadt@ | |||
2014-07-12 | *** empty log message *** | Martin Pelikan | |
2014-07-12 | Improve the definition of USBD_FORCE_SHORT_XFER, prompted by a question | Martin Pieuchot | |
from stsp@. | |||
2014-07-12 | mlarkin found disabled code to print a battleship. improve it and enable. | Ted Unangst | |
ok mlarkin | |||
2014-07-12 | Use the correct poll interval for HS root hub before it gets copied, no | Martin Pieuchot | |
real impact since this descriptor is not used in the kernel. From NetBSD. | |||
2014-07-12 | Move things around (no change): | Antoine Jacoutot | |
- some unofficial services became official - move kerberos next to afs |