Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-25 | Unused variables. Found by lint, no binary change. | Nicholas Marriott | |
2009-06-25 | Workaround a stupid problem ATI SB600 revisions and ATI SB700 south | Theo de Raadt | |
bridge revisions A12 and A13. We really don't know what it does, but then noone else does. From NetBSD and Linux, via brad | |||
2009-06-24 | Remove some cruft from the Makefile. | Nicholas Marriott | |
2009-06-24 | Now that a UTF-8-capable puts function exists, use it for printing strings in | Nicholas Marriott | |
choice/more modes - lines with UTF-8 now display properly in find-window results. | |||
2009-06-24 | Fix a type mismatch warning in assignment. | Nicholas Marriott | |
2009-06-24 | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott | |
compatibility, *s are implicitly added at the start and end of the pattern. Also display the line number and the entire line in the results, and lose the nasty section_string function and the now empty util.c file. Initially from Tiago Cunha. | |||
2009-06-24 | Add a dedicated function to convert a line into a string and use it to ↵ | Nicholas Marriott | |
simplify the search window function. | |||
2009-06-24 | fix this regression test; "reassemble tcp" should be in this location | Stuart Henderson | |
in the output. this test currently fails; see kernel/6178 | |||
2009-06-24 | Compute OpenBSD area bounds as the largest area spanning all the OpenBSD | Miod Vallat | |
partitions; since all of them are DPME partitions, they might not be contiguous but that's the best we can do at the moment. | |||
2009-06-24 | Change to match xterm's resizing behaviour, including pushing lines into the | Nicholas Marriott | |
history from the top when reducing vertical size and pulling them again when increasing size. ok todd sthen | |||
2009-06-24 | Make remain-on-exit work again when there is only one pane left, which was | Nicholas Marriott | |
broken sometime during the pane/layout changes. Reported/tested by Iain Morgan, thanks. | |||
2009-06-24 | recvmsg ENOENT noncritical too | Henning Brauer | |
2009-06-24 | Even more pci ethernet devices, based on a diff from Brad. | Miod Vallat | |
2009-06-24 | add some pci ethernet devices that some people, like miod, might be using | Theo de Raadt | |
2009-06-24 | Trying to predict the cursor position for UTF-8 output in the same way as for | Nicholas Marriott | |
normal eight-bit output is wrong, separate it into a different function. Fixes spacing when mixing UTF-8 with some escape sequences, notably the way w3m does it. | |||
2009-06-24 | enable softraid | Todd T. Fries | |
test built and booted by me ok marco@, deraadt@ | |||
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray | |
waiting for all the workqs to die wakeup more often than it should have. ok dlg@ tedu@ | |||
2009-06-24 | Correct the prototype of ffecom_gfrt_basictype() to match the | Jonathan Gray | |
function, this change was made in the 3.4.0 release of gcc. ok deraadt@ | |||
2009-06-24 | Lower stack size before mlockall(). With login.conf defaults for i386, | Stuart Henderson | |
this avoids wiring (8MB-256KB). From AerieBSD. ok deraadt@ | |||
2009-06-24 | sync | Theo de Raadt | |
2009-06-24 | Make environment file parsing grok linux-style env files. | Todd C. Miller | |
2009-06-24 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt | |
case it is not OK to DPRINTF, so delete that code. Found by dhill ok marco dhill | |||
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt | |
to piixpm(4). from brad | |||
2009-06-24 | like I did for em(4) before, doubled error messages are silly | Theo de Raadt | |
from brad | |||
2009-06-24 | move the "pf_map_addr: selected address" printf up to -xnoisy. | Stuart Henderson | |
ok henning@ | |||
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller | |
adapted from NetBSD fstat. OK deraadt@ | |||
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller | |
receive SIGCHLD twice if scheduled before the reaper runs. diff by guenther@ and myself. okay guenther@ deraadt@ | |||
2009-06-24 | Reset the rebuild counter when initiating a rebuild. | Joel Sing | |
ok marco@ | |||
2009-06-24 | Abort the current rebuild if the rebuild chunk disappears. Whilst here also | Joel Sing | |
rename the abort flag so that it is more generalised. ok marco@ | |||
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt | |
firmwares into the smaller (and larger) media ok krw | |||
2009-06-24 | Bring macppc install into the new age. Fewer questions, less verbiage, | Kenneth R Westerback | |
more action and safety. "reads ok" sthen@. ok deraadt@ | |||
2009-06-24 | turn off POOL_DEBUG as we go into release; pointed out by mpf | Theo de Raadt | |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback | |
Everything that worked before should still work so in it goes. Newer boards (2300, 2400) may now work but are still a work in progress. Thanks to many testers but especially kettenis@ for finding a show stopper bug and stomping it. ok deraadt@ | |||
2009-06-24 | synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually | Igor Sobrado | |
exclusive; while here, slightly improve spacing in the source code so it fits on a 80-column display again. diff greatly improved by martynas@; ok jmc@, martynas@ | |||
2009-06-24 | tweak previous; | Jason McIntyre | |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson | |
Tested by nick@ | |||
2009-06-24 | Fix a typo | giovanni | |
"sure" sthen@ | |||
2009-06-24 | Constify utf8_width() function argument. | Nicholas Marriott | |
2009-06-24 | print RFv1/RFv2 for 8187L dmesgs; since code paths are very different | Martynas Venckus | |
also print 8187B/8187L rev. ids for unknown revisions and remove dots as suggested by jsg@. ok jsg@ | |||
2009-06-24 | sync to 1.7.20: minimum requirements for -mdoc documents; | Ingo Schwarze | |
while merging, avoid having two STRUCTURE sections; the fix for the latter problem was also submitted upstream | |||
2009-06-23 | fix three off-by-one errors in whitespace output | Ingo Schwarze | |
tweaked by and ok kristaps@ and included in 1.7.20 | |||
2009-06-23 | sync to 1.7.20: Document whitespace handling. | Ingo Schwarze | |
Currently, mandoc(1) produces French spacing, which is a bug and needs to be fixed, but document it anyway for the time being. While here, fix a few typos, also reported upstream. | |||
2009-06-23 | Mention LC_ALL, LC_CTYPE. | Nicholas Marriott | |
2009-06-23 | sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc | Ingo Schwarze | |
nodes, simplifying the validation code; no functional change | |||
2009-06-23 | sync to 1.7.20: -man documents must contain .TH and may contain tab characters | Ingo Schwarze | |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze | |
2009-06-23 | sync to 1.7.20: root and text validation for -man | Ingo Schwarze | |
2009-06-23 | Add some common config file examples to the quick start section. | Nicholas Marriott | |
2009-06-23 | sync to 1.7.20: error reporting functions for -man | Ingo Schwarze | |
2009-06-23 | sync | Stuart Henderson | |