summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-25Workaround a stupid problem ATI SB600 revisions and ATI SB700 southTheo de Raadt
2009-06-24Remove some cruft from the Makefile.Nicholas Marriott
2009-06-24Now that a UTF-8-capable puts function exists, use it for printing strings inNicholas Marriott
2009-06-24Fix a type mismatch warning in assignment.Nicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-24fix this regression test; "reassemble tcp" should be in this locationStuart Henderson
2009-06-24Compute OpenBSD area bounds as the largest area spanning all the OpenBSDMiod Vallat
2009-06-24Change to match xterm's resizing behaviour, including pushing lines into theNicholas Marriott
2009-06-24Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott
2009-06-24recvmsg ENOENT noncritical tooHenning Brauer
2009-06-24Even more pci ethernet devices, based on a diff from Brad.Miod Vallat
2009-06-24add some pci ethernet devices that some people, like miod, might be usingTheo de Raadt
2009-06-24Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott
2009-06-24enable softraidTodd T. Fries
2009-06-24Remove a semicolon at the end of an if statement that made the threadJonathan Gray
2009-06-24Correct the prototype of ffecom_gfrt_basictype() to match theJonathan Gray
2009-06-24Lower stack size before mlockall(). With login.conf defaults for i386,Stuart Henderson
2009-06-24syncTheo de Raadt
2009-06-24Make environment file parsing grok linux-style env files.Todd C. Miller
2009-06-24There are 3 reasons why the first block in apm_probe can fail, and in oneTheo de Raadt
2009-06-24Add support for the SMBus controller for the Broadcom HT-1100 chipsetTheo de Raadt
2009-06-24like I did for em(4) before, doubled error messages are sillyTheo de Raadt
2009-06-24move the "pf_map_addr: selected address" printf up to -xnoisy.Stuart Henderson
2009-06-24Install ntfs includes and add libkvm (fstat) support. ntfs bitsTodd C. Miller
2009-06-24Remove extra psignal/wakeup in exit1() which can cause the parent toKurt Miller
2009-06-24Reset the rebuild counter when initiating a rebuild.Joel Sing
2009-06-24Abort the current rebuild if the rebuild chunk disappears. Whilst here alsoJoel Sing
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Bring macppc install into the new age. Fewer questions, less verbiage,Kenneth R Westerback
2009-06-24turn off POOL_DEBUG as we go into release; pointed out by mpfTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-24synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutuallyIgor Sobrado
2009-06-24tweak previous;Jason McIntyre
2009-06-24Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-24Fix a typogiovanni
2009-06-24Constify utf8_width() function argument.Nicholas Marriott
2009-06-24print RFv1/RFv2 for 8187L dmesgs; since code paths are very differentMartynas Venckus
2009-06-24sync to 1.7.20: minimum requirements for -mdoc documents;Ingo Schwarze
2009-06-23fix three off-by-one errors in whitespace outputIngo Schwarze
2009-06-23sync to 1.7.20: Document whitespace handling.Ingo Schwarze
2009-06-23Mention LC_ALL, LC_CTYPE.Nicholas Marriott
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-23sync to 1.7.20: -man documents must contain .TH and may contain tab charactersIngo Schwarze
2009-06-23sync to 1.7.20: fix .br support in -manIngo Schwarze
2009-06-23sync to 1.7.20: root and text validation for -manIngo Schwarze
2009-06-23Add some common config file examples to the quick start section.Nicholas Marriott
2009-06-23sync to 1.7.20: error reporting functions for -manIngo Schwarze
2009-06-23syncStuart Henderson