summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-11-s comes before -t and also add -s to command syntax. Prompted by jmc.Nicholas Marriott
2011-04-11allow man(1) to find the ports/infrastructure manpages by default.Stuart Henderson
2011-04-11Move the DDB includes up in the file so that the m_print() prototype isClaudio Jeker
2011-04-11Delete 'OpenBSD2.1' and 'simpleroot'. Two entries previously usedKenneth R Westerback
2011-04-11Add -s option to detach all clients attached to a session, from ZacNicholas Marriott
2011-04-11uncompressed video formats have a fixed per-pixel bit depth, whichJacob Meuser
2011-04-10Reviewing my version of the code, Andrew Fresh found an elegant way toIngo Schwarze
2011-04-10Backout m_split_mbuf() from revision 1.150. It seems that m_split()Alexander Bluhm
2011-04-10syncTheo de Raadt
2011-04-10Correct the logic on when fib-update is set. Test the flag don'tJonathan Gray
2011-04-10tweak previous;Jason McIntyre
2011-04-10Fix display glitch leading to crash. If we're reformatting, checkMartynas Venckus
2011-04-10The {,l}lrint{,f} functions avoid to shift results by more than 31Martynas Venckus
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-10Revert Rev. 1.189. The delayed ip checksum calculation causes problemsClaudio Jeker
2011-04-10'fakecdrom' disktab entry no longer needed, nor is mksuncd mangling ofKenneth R Westerback
2011-04-10- remove MOTIF bits here tooJasper Lievisse Adriaanse
2011-04-10A last few NULL -> 0 corrections.Miod Vallat
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-10tsk, float version of lrint is affected by a different bug, whereMartynas Venckus
2011-04-10Extend the PCI memory address space to 36-bit. The first BIOSen that assignMark Kettenis
2011-04-10add tests for yet-another bug of netbsd implementation of lrint.Martynas Venckus
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2011-04-10I am only now noticing the number of sets have not been adjusted after theMiod Vallat
2011-04-10Pull more headers to avoid warnings about structs being undefined.Miod Vallat
2011-04-10Add -fno-builtin-exit to CFLAGS to silence gcc4.Miod Vallat
2011-04-10Uninitialized local variable.Miod Vallat
2011-04-10Pull more headers to avoid warnings about structs being undefined.Miod Vallat
2011-04-1020 -> DBL_FRACHBITSMartynas Venckus
2011-04-10The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made whenMartynas Venckus
2011-04-10add tests for values zero, -zero; and values close to zero withMartynas Venckus
2011-04-10NULL -> 0Miod Vallat
2011-04-10Include <libkern.h> to get proper strrchr() prototype.Miod Vallat
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-04-10hppa64 does not have a libspmathTheo de Raadt
2011-04-10'kernel libraries' always get in the way of the build process. TeachTheo de Raadt
2011-04-09implement one last check that Andrew overlookedIngo Schwarze
2011-04-09implementation of the remaining checks;Ingo Schwarze
2011-04-09don't tell the inline assembly here it will take a 64 bit io portJonathan Gray
2011-04-09Make this compile without warnings in all modes, and do not use NULL whenMiod Vallat
2011-04-09add all 64 bit dma plumbing but stick with 32 for now by default.Marco Peereboom
2011-04-09repair a 32-bit truncation in paddr_t calculation, allowing my 8GBTheo de Raadt
2011-04-09Since buffers are now global, bump the default buffer-limit a bit higherNicholas Marriott
2011-04-09We are incorrectly processing option 33 (static route), treatingKenneth R Westerback
2011-04-09On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()Theo de Raadt
2011-04-09Fix multiple issues and make the code simpler and more robust:Ingo Schwarze
2011-04-09More NULL -> 0 fallout.Miod Vallat
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-04-09use unique wait channelsTheo de Raadt