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