Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | Change error message to reflect the correct filename: nname is 'New | lum | |
name' as opposed to tname 'Temp name' | |||
2012-06-11 | sync | Todd T. Fries | |
2012-06-11 | move PkgConfig.pm where it belongs | Marc Espie | |
as requested by matthieu@, ok jasper@, miod@, matthieu@ | |||
2012-06-11 | title should say we document modules here. | Marc Espie | |
add documentation for d7 (and also d6, kind-of) | |||
2012-06-11 | serial -> serial port; ok phessler@ | Otto Moerbeek | |
2012-06-10 | Improve standards compliance: bsd_signal() was XSI only and has been dropped | Philip Guenthe | |
from the most recent version, use the implementation namespace for variables in inline functions, and add __restrict as specified. ok millert@ | |||
2012-06-10 | Do NOT make all check condition results report EIO. Only use EIO | Kenneth R Westerback | |
when b_error has not already been set to something more informative, e.g. EROFS. DO check the result of ffs_sbupdate() and error out of a mount() call when ffs_sbupdate() reports EROFS while attempting a rw mount. Letting RW mounts proceed regardless of EROFS led to crashes and usb problems for Oliver Seufer while using the RW/RO switches on some usb devices. Fix developed using devices kindly supplied by Oliver & Co. ok miod@ | |||
2012-06-10 | Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like | Philip Guenthe | |
the File::Temp routines and call croak() (the C version of 'die') instead of returning an empty list. This lets pkg_add give good error messages when your $PKG_TMPDIR is mounted read-only. ok espie@ | |||
2012-06-10 | Allow a variable number of words for the Serializer/Deserializer programming. | Mark Kettenis | |
Probably not enought to make the AR9380 chips to work, but at least the kernel shouldn't crash anymore when we see one. ok stsp@ | |||
2012-06-10 | Document the "machine comaddr" command. | Mark Kettenis | |
2012-06-10 | Document the "machine comaddr" command. Remove the text that (incorrectly) | Mark Kettenis | |
states that only com0 can be used as serial console. | |||
2012-06-10 | drupal7.port.mk could use some documentation here too | Jasper Lievisse Adriaanse | |
2012-06-10 | Always allow serial console, even if the BIOS doesn't report the presence of | Mark Kettenis | |
any serial ports. Otherwise the new code to use puc(4) ports as serial console isn't all that useful. ok sthen@, miod@ | |||
2012-06-10 | kr_init() now returns void so don't try to return 0 | Jonathan Gray | |
2012-06-10 | Add error messages for BGP Finite State Machine Error subcodes as defined | Claudio Jeker | |
in RFC 6608. OK henning@ sthen@ | |||
2012-06-10 | Remove leftovers from the "usb event" removal. | Martin Pieuchot | |
ok jsg@, fgsch@ | |||
2012-06-10 | Correctly expand bindings containing macros. Fix a regression introduced | Martin Pieuchot | |
in the keybinding system rewrite, reported by Lars Engblom. | |||
2012-06-10 | field numbering starts at 1; | Jason McIntyre | |
from netbsd bug hunting pr 44747 | |||
2012-06-09 | sync struct usb_device_info with usb.h | Jonathan Gray | |
2012-06-09 | regen | David Gwynne | |
2012-06-09 | fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on the | David Gwynne | |
myricom 10G-PCIE2-8B2-2S. ok kettenis@ | |||
2012-06-09 | we dont support the BCM5720. the macro wasnt even referring to the products | David Gwynne | |
actual id. ok kettenis@ | |||
2012-06-08 | From an email to tech@: | lum | |
Bit difficult to explain this one. If you have a file open that is 3 or 4 times longer than the length of the viewable window and are at the bottom of the buffer then scroll up to the top using M-v, your cursor should remain at the bottom left of the window once you reach the top of the buffer. mg behaves like this since the last couple of scrolling diffs I've committed. However, and as an example, if you start with the window viewing the top of a buffer and press C-v twice, then C-p four times then M-v twice to scroll back to the top, you will find your cursor is NOT at the bottom left of the window. tut tut. This diff makes the cursor stay at the bottom left, like emacs. | |||
2012-06-08 | typo, PACKAGE_RPOSITORY | Stuart Henderson | |
2012-06-08 | document pkgpath matching a bit more thoroughly, be more consistent in | Marc Espie | |
naming stuff. (based on a comment from sthen@) | |||
2012-06-08 | activate new pkg_create magic. | Marc Espie | |
Note that, in most cases, PFRAG.shared are probably no longer needed... | |||
2012-06-08 | silent rename of @comment subdir= to @comment pkgpath= | Marc Espie | |
this makes more sense | |||
2012-06-08 | CHECKSUM_PACKAGES howto | Marc Espie | |
2012-06-08 | document CHECKSUM_PACKAGES | Marc Espie | |
2012-06-08 | Regenerate | Paul Irofti | |
2012-06-08 | Remove the lack of gettid() implementation. Okay tedu@ | Paul Irofti | |
Looks right to jasper@ as well. | |||
2012-06-08 | Add checks for command line input (or the TOP environment var) | lum | |
ommitted from 1.78. Now a $ top -U -username -U username command will behave the same as interactive mode. ok brynet@ | |||
2012-06-08 | add missing header needed by time() | Charles Longeau | |
ok eric@ gilles@ | |||
2012-06-08 | Missed a comment in the proc->process change | Philip Guenthe | |
2012-06-08 | Fix bug where line-number counter would go a bit hay-wire when paging | lum | |
up with only 1 line of the buffer visible. | |||
2012-06-07 | Document mbsnrtowcs() and wcsnrtombs(). | Matthew Dempsky | |
ok jmc | |||
2012-06-07 | Add some cscope support to mg. From Sunil Nimmagadda. Due to some | lum | |
structural limitations in mg, mg doesn't behave exactly the same as emacs cscope (see the README) but is still very usable. man page bits reviewed by jmc@, otherwise tested and reviewed by myself. | |||
2012-06-06 | sync | Theo de Raadt | |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky | |
Bulk build test by naddy. | |||
2012-06-06 | Add a fix for CVE-2012-1667, backported from ISC BIND. ok millert@ | Stuart Henderson | |
http://www.isc.org/software/bind/advisories/cve-2012-1667 Distinguish rdata removed by BIND due to duplication, from zero-length rdata received from a server. Otherwise a server supplying zero-length rdata sections can trigger crashes or possible memory disclosure to the client. Primarily affects recursive servers. | |||
2012-06-06 | tweak previous; | Jason McIntyre | |
2012-06-06 | Fix address-space randomization that was accidentally disabled in | Matthew Dempsky | |
uvm_addr.c r1.3. ok deraadt, tedu | |||
2012-06-06 | EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're | Philip Guenthe | |
attached to and not just the thread, which can go away. Problem observed by jsg@; ok jsg@ matthew@ | |||
2012-06-05 | Add support for hiding a user's processes in top. | Bryan Steele | |
feedback & ok lum@ | |||
2012-06-05 | As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does | Joel Sing | |
not apply if the coherent operation cache control completer is specified for the ldcw/ldcd instruction. As a result, remove the alignment requirement and add the necessary completer. ok kettenis@ | |||
2012-06-05 | Implement actual mutexes for hppa64. | Joel Sing | |
ok kettenis@ | |||
2012-06-05 | don't use `reigai' that means `exception' in Japanese as labels. | YASUOKA Masahiko | |
no binary change. from Michael W. Bombardieri | |||
2012-06-05 | When error recovery fails, just fail the command. Attempting error | Jonathan Matthew | |
recovery again results in a panic as the ccb used for error recovery is already in use. ok dlg@, tested by benno@ | |||
2012-06-04 | Open theo mode without splitting window in 2. | lum | |
2012-06-04 | Add support for the HPET on this device. | Mark Kettenis | |
From Matt Dainty. ok deraadt@ |