summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-11Change error message to reflect the correct filename: nname is 'Newlum
name' as opposed to tname 'Temp name'
2012-06-11syncTodd T. Fries
2012-06-11move PkgConfig.pm where it belongsMarc Espie
as requested by matthieu@, ok jasper@, miod@, matthieu@
2012-06-11title should say we document modules here.Marc Espie
add documentation for d7 (and also d6, kind-of)
2012-06-11serial -> serial port; ok phessler@Otto Moerbeek
2012-06-10Improve standards compliance: bsd_signal() was XSI only and has been droppedPhilip Guenthe
from the most recent version, use the implementation namespace for variables in inline functions, and add __restrict as specified. ok millert@
2012-06-10Do NOT make all check condition results report EIO. Only use EIOKenneth 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-10Change the Perl->C wrappers for mkdtemp and mkstemps to behave more likePhilip 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-10Allow 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-10Document the "machine comaddr" command.Mark Kettenis
2012-06-10Document the "machine comaddr" command. Remove the text that (incorrectly)Mark Kettenis
states that only com0 can be used as serial console.
2012-06-10drupal7.port.mk could use some documentation here tooJasper Lievisse Adriaanse
2012-06-10Always allow serial console, even if the BIOS doesn't report the presence ofMark 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-10kr_init() now returns void so don't try to return 0Jonathan Gray
2012-06-10Add error messages for BGP Finite State Machine Error subcodes as definedClaudio Jeker
in RFC 6608. OK henning@ sthen@
2012-06-10Remove leftovers from the "usb event" removal.Martin Pieuchot
ok jsg@, fgsch@
2012-06-10Correctly expand bindings containing macros. Fix a regression introducedMartin Pieuchot
in the keybinding system rewrite, reported by Lars Engblom.
2012-06-10field numbering starts at 1;Jason McIntyre
from netbsd bug hunting pr 44747
2012-06-09sync struct usb_device_info with usb.hJonathan Gray
2012-06-09regenDavid Gwynne
2012-06-09fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on theDavid Gwynne
myricom 10G-PCIE2-8B2-2S. ok kettenis@
2012-06-09we dont support the BCM5720. the macro wasnt even referring to the productsDavid Gwynne
actual id. ok kettenis@
2012-06-08From 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-08typo, PACKAGE_RPOSITORYStuart Henderson
2012-06-08document pkgpath matching a bit more thoroughly, be more consistent inMarc Espie
naming stuff. (based on a comment from sthen@)
2012-06-08activate new pkg_create magic.Marc Espie
Note that, in most cases, PFRAG.shared are probably no longer needed...
2012-06-08silent rename of @comment subdir= to @comment pkgpath=Marc Espie
this makes more sense
2012-06-08CHECKSUM_PACKAGES howtoMarc Espie
2012-06-08document CHECKSUM_PACKAGESMarc Espie
2012-06-08RegeneratePaul Irofti
2012-06-08Remove the lack of gettid() implementation. Okay tedu@Paul Irofti
Looks right to jasper@ as well.
2012-06-08Add 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-08add missing header needed by time()Charles Longeau
ok eric@ gilles@
2012-06-08Missed a comment in the proc->process changePhilip Guenthe
2012-06-08Fix bug where line-number counter would go a bit hay-wire when paginglum
up with only 1 line of the buffer visible.
2012-06-07Document mbsnrtowcs() and wcsnrtombs().Matthew Dempsky
ok jmc
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
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-06syncTheo de Raadt
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
Bulk build test by naddy.
2012-06-06Add 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-06tweak previous;Jason McIntyre
2012-06-06Fix address-space randomization that was accidentally disabled inMatthew Dempsky
uvm_addr.c r1.3. ok deraadt, tedu
2012-06-06EVFILT_SIGNAL and EVFILT_PROC events need to track the process they'rePhilip Guenthe
attached to and not just the thread, which can go away. Problem observed by jsg@; ok jsg@ matthew@
2012-06-05Add support for hiding a user's processes in top.Bryan Steele
feedback & ok lum@
2012-06-05As specified in PA RISC 2.0 errata, the 16-byte alignment restriction doesJoel 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-05Implement actual mutexes for hppa64.Joel Sing
ok kettenis@
2012-06-05don't use `reigai' that means `exception' in Japanese as labels.YASUOKA Masahiko
no binary change. from Michael W. Bombardieri
2012-06-05When error recovery fails, just fail the command. Attempting errorJonathan 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-04Open theo mode without splitting window in 2.lum
2012-06-04Add support for the HPET on this device.Mark Kettenis
From Matt Dainty. ok deraadt@