summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-19Add man page for diskmap(4).Joel Sing
Feedback from krw@ and jmc@. ok krw@ jmc@
2010-08-19Correctly decode and print access point names.Joel Sing
2010-08-19Update to tzdata2010l from elsie.nci.nih.govTodd C. Miller
2010-08-19fix NULL pointer deref in midicat option parsing when ``-'' isAlexandre Ratchov
used as filename
2010-08-18* indentation fixJacob Meuser
* use the correct variable in a DPRINTF
2010-08-18* the detach and drain functions do the same waiting for channels toJacob Meuser
complete outstanding requests, so use uaudio_drain in uaudio_detach. * the channel alt index can still be -1 at detach. check for this.
2010-08-18- remove linux emulation bits here tooJasper Lievisse Adriaanse
- sync hppa64 sysctl.conf with hppa while here ok miod@
2010-08-18- remove COMPAT_LINUX bits. these architectures are not targetted by theJasper Lievisse Adriaanse
linux emulation layer, nor will they in the future. ok miod@
2010-08-18remove -p option option from install of heimdal.infoDavid Krause
ok deraadt@
2010-08-18regenDamien Bergamini
2010-08-18Realtek RTL8190P and RTL8192E PCI ids.Damien Bergamini
2010-08-18document Host AP mode with the usual CAVEATSDamien Bergamini
2010-08-18fix a test that prevents division by zeroDamien Bergamini
restore the 100us delay after writing to an analog register since it turns out that it is required.
2010-08-18- in STA mode, when associated, stop receiving beacons from other BSS.Damien Bergamini
tested by ray@ - no periodic PA calibration for the Osprey (AR9380)
2010-08-18.It CACE AirPcap NxDamien Bergamini
> .It CACE AirPcap \&Nx such that it does not show up as "CACE AirPcap NetBSD" ! not sure why this only happens with mandoc
2010-08-18delete some rogue spaces and tabs. no binary change.Marco Peereboom
2010-08-18Add a cross reference to patch(1)Ingo Schwarze
as suggested by Thomas de Grivel <billitch at gmail dot com> on tech@. While here, remove the SEE ALSO entries (but not the cross references at the appropriate places!) to fnmatch(3), re_format(7), and pr(1). Their relevance is restricted to one single option each, the latter is mostly obsolete nowadays anyway, and the number of SEE ALSO entries is so large that SEE ALSO is starting to look confusing. "yes" jmc@
2010-08-18- fix compilation of kernel without FFS...don't ask ;-)Jasper Lievisse Adriaanse
ok jsing@
2010-08-18Remove the standard pod2man \*(C+ pre-predefined string ("C++").Ingo Schwarze
It is always defined in the preamble using .ds when used in manuals. Since we now support .ds, it is no longer necessary to provide it. Triggered by a bug report from Thomas Jeunet, patch by kristaps@.
2010-08-18Ignore \h (local horizontal motion) and \v (local vertical motion) escapesIngo Schwarze
just in the same way as \s (font size) escapes, and handle \s escapes not having an explicit plus or minus sign. This fixes the very ugly rendering of "C++" in gcc(1). Reported by Thomas Jeunet, fixed by kristaps@.
2010-08-18Correctly display quotes around the .Lk link-name argument,Ingo Schwarze
as noted by Aldis Berzoja. In COMPATIBILITY, note that groff is misformatting .Lk when given more than two arguments; from kristaps@.
2010-08-18Correctly print .Lk arguments in -Tascii.Ingo Schwarze
Issue reported by Aldis Berzoja, fix by kristaps@.
2010-08-18Remove mandoc(1) compatibility notes that are no longer relevant;Ingo Schwarze
from kristaps@.
2010-08-18Turn the non-trivial PS_GROWBUF macro into a function.Ingo Schwarze
Don't use MAX, it doesn't exist in the default namespace on Solaris. From Joerg Sonnenberger, with a critical fix by kristaps@.
2010-08-18Simplify and sync the code and comments for copying the macro nameIngo Schwarze
in man_pmacro() and mdoc_pmacro(). In particular, no need to use isgraph(3) here, that has already been done in main.c. Joint work by Kristaps and myself, ok kristaps@.
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,Ingo Schwarze
because isgraph(3) returns true for some eight-bit characters. ok kristaps@
2010-08-17regenJasper Lievisse Adriaanse
2010-08-17- TI doesn't mean Texas IntelJasper Lievisse Adriaanse
2010-08-17several fixes from netbsd:Jasper Lievisse Adriaanse
Coverity CID 1660: Plug memory leaks. Coverity CID 2989: Use the error path to return. Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens. ok otto@
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingMiod Vallat
them explicitely pending before triggering the softintr; I am ashamed I did not notice this when changing the soft interrupt code 18 months ago. Noticed by claudio@ and beck@
2010-08-17MDEXT missed some files (result was they are not listed in the build-timeTheo de Raadt
SHA256 file). Issue spotted by claudio. ok miod
2010-08-17Power management for PCI devices. For now just put everything in the D3Mark Kettenis
(deepest sleep) state upon suspend, and restore power upon resume. ok deraadt@
2010-08-16Restore initialization of apcicnaddr which got accidentally removed in revisionMiod Vallat
1.5, about 5 years ago. My bad. ok deraadt@
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingMiod Vallat
over the PROM page tables on sun4c; also crank the tape kernel generous size estimate to 4MB; crank version. ok deraadt@
2010-08-16Netboot description tweaks; spotted by and help krw@Miod Vallat
2010-08-16djust miniroot disklabel for layout changes caused by fdisk partitionMark Kettenis
alignment changes. ok deraadt@
2010-08-16Add a dummy elf64.c, effectively removing support for loading 64-bit kernelsMark Kettenis
from cdboot to slim it down below the 32k limit.
2010-08-16Fix another gcc4 mis-alignment, by using bcopy() rather thanKenneth R Westerback
(u_int64_t *)charptr = value. Problem reported by Daniel Ouellet, first diff from matthieu@, another from naddy@ equivalent to this one. ok millert@ dlg@ (for naddy's) deraadt@
2010-08-16backout previous temporarily; discussed with deraadt@Damien Miller
2010-08-13now that we are at -current again, re-enable POOL_DEBUGPeter Hessler
"go ahead" kettenis@
2010-08-13if we pass pkgnames with .tgz to -l, just deal with it silently.Marc Espie
2010-08-13bad works better if you push consistent stuff in it, like always strings...Marc Espie
2010-08-13whitespaceMarc Espie
2010-08-13Fix indentation.Mark Kettenis
2010-08-13when sending a fragmented packet, dont check if the interfaces send queueDavid Gwynne
has enough space for all the fragments on it. this check was snuck in by itojun under an unrelated commit. it broke when i set the virtual interface send queue depths to 1, which beck had to special case at n2k10. without this code we avoid these dubious checks along with another splnet/splx pair, and it should make future work on manipulating send queues easier. ive been running this in production since n2k10 (~7months ago). ok claudio@ henning@ deraadt@
2010-08-12OpenSSL_add_all_algorithms is the name of the function we have a man pageTed Unangst
for, so use that. ok djm
2010-08-12fix a few warnings. ok jsingTed Unangst
2010-08-12some inconsequential cleanups. ok deraadtTed Unangst
2010-08-12close any extra file descriptors inherited from parent at start andDamien Miller
reopen stdin/stdout to /dev/null when forking for ControlPersist. prevents tools that fork and run a captive ssh for communication from failing to exit when the ssh completes while they wait for these fds to close. The inherited fds may persist arbitrarily long if a background mux master has been started by ControlPersist. cvs and scp were effected by this. "please commit" markus@
2010-08-12if we ask for cleanup, always close the location. If it's not open, it'sMarc Espie
harmless. This prevents processes from piling up on !network addition of already existing packages... (fixes THAT bug)