summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-01Add sensorsMarco Peereboom
2008-11-01fix the synopsis of the command; spacing.Igor Sobrado
2008-11-01no such pages as XF86_Accel(1) or XF86_SVGA(1), so kill refs to them;Jason McIntyre
2008-11-01- put back all copyright holdersGilles Chehade
2008-11-01correct order of includesTheo de Raadt
2008-11-01Grab a reference to the trace vnode of the process when traversing thePedro Martelletto
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade
2008-11-01Fix bogus shift.Marco Peereboom
2008-11-01change vrele() to return an int. if it returns 0, it can gaurantee thatTheo de Raadt
2008-11-01Use correct function names in fatal() messages.Claudio Jeker
2008-11-01Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-01Oops forgot .h part.Marco Peereboom
2008-11-01Add disk. This makes bio mostly done however to make it pretty we needMarco Peereboom
2008-11-01in option parsing, use a simle DeMorgan transformation, fix indentation,Alexander von Gernler
2008-11-01merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@Kevin Steves
2008-11-01Introduced Uniform Model for TTL handling.Michele Marchetto
2008-11-01make usage() a fatal function instead of a string. It is just used once,Alexander von Gernler
2008-11-01cleanup: zap trailing whitespaces, trim superlong linesAlexander von Gernler
2008-11-01the ellipsis is not an optional argument; while here, improve spacing.Igor Sobrado
2008-11-01- document libsndioJason McIntyre
2008-11-01new workq_create interface. discovered by Vladimir KirillovTed Unangst
2008-11-01- since mdocdate fills in the date automatically, we no longer have to checkJason McIntyre
2008-11-01remove commented out -S option;Jason McIntyre
2008-11-01set the appropriate value (0, not emulated) in the flags field ofJacob Meuser
2008-11-01fix some typos in log messages; ok djm@Kevin Steves
2008-11-01change all callers of enterpgrp() to pre-allocate a pgrp or session ifTheo de Raadt
2008-11-01sprinkle ARGSUSED on dispatch handlersDamien Miller
2008-11-01Improve reporting of cache misses in the vmstat view. PreviouslyCan Erkin Acar
2008-11-01Remove disabled help text code and -S command, both leftovers from pftop,Can Erkin Acar
2008-11-01Document more global hotkeys. Help and ok jmc@Can Erkin Acar
2008-10-31clean up error messages as suggested by jakemsrTheo de Raadt
2008-10-31Generalize function to obtain all details to do bio stuff. This is inMarco Peereboom
2008-10-31Add opcodeMarco Peereboom
2008-10-31Be way more strict in the number of packets allowed to be queued in theClaudio Jeker
2008-10-31Remove the vblank_pipe member of the softc and noop the ioctl that setsOwain Ainsworth
2008-10-31syncTheo de Raadt
2008-10-31Remove another interface (this one for ARB_Occlusion_Query) that we'veOwain Ainsworth
2008-10-31Do not assume that a pointer to another process will live over a set ofTheo de Raadt
2008-10-31Revert last commit; mbuf leaks are not solved by double-freeing mbuf chainsBret Lambert
2008-10-31Do not assume that a pointer to another process will live over a set ofTheo de Raadt
2008-10-31accidental commit ... backoutTheo de Raadt
2008-10-31accidental commit ... backoutTheo de Raadt
2008-10-31kern_sysctl.cTheo de Raadt
2008-10-31checkdirs() walks allproc and calls sleeping functions if directories haveTheo de Raadt
2008-10-31small but compact page for drm; oga can fill the rest in as he goesJason McIntyre
2008-10-31remove unused #define DISPATCH_MIN; ok markus@Kevin Steves
2008-10-31Prevent Mdocdate from getting expanded inline.Todd C. Miller
2008-10-31turn off -e by default, since we do not currently sort the errorsJason McIntyre
2008-10-31Pass a pointer to warn2 so the warn2 == IN_ALL would not be anTodd C. Miller
2008-10-31add mdoclint, a perl script for checking man pages;Jason McIntyre