Age | Commit message (Expand) | Author |
2006-04-23 | Avoid passing the device file descriptor to executed commands; deraadt@ ok | Federico G. Schwindt |
2006-04-23 | remove all the compat stuff for the otherbsds. this is openbsd, i prefer | David Gwynne |
2006-04-22 | Simplify time calculations. | Marc Balmer |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-04-22 | Set signal handlers directly after the fork(2), so that we avoid | Moritz Jodeit |
2006-04-22 | Henning reported a crash I can't explain while using the new sensor code. | Marco Peereboom |
2006-04-22 | remove extra spaces | Kevin Steves |
2006-04-22 | Remove remaining stuff from state QUIT, adjust some comments | Moritz Jodeit |
2006-04-22 | update output after uaudio(4) changes. | Federico G. Schwindt |
2006-04-22 | typo. | Federico G. Schwindt |
2006-04-22 | typo from jasper lievisse adriaanse; tweak whilst here... | Jason McIntyre |
2006-04-22 | back out last - it was not a command line prompt; | Jason McIntyre |
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat |
2006-04-22 | Pass over the right object to OpenBSD::Delete::validate_plist(). | Bernd Ahlers |
2006-04-22 | use setres[ug]id() to permanently revoke privileges; ok deraadt@ | Damien Miller |
2006-04-22 | Removes unused variables and rename variables shadowing external | Ray Lai |
2006-04-22 | mention the 2130S and 2230SLP. | Brad Smith |
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith |
2006-04-21 | Kill warning 54, trailing comma in enum, because this is allowed in C99. | Chad Loder |
2006-04-21 | Add comments to please lint. No code changes. OK deraadt | Chad Loder |
2006-04-21 | remove some trailing spaces found while reading this code. | Joris Vink |
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat |
2006-04-21 | typo | Marco Peereboom |
2006-04-21 | Add mfi_poll and use the new shiny function to setup all the hardware queues. | Marco Peereboom |
2006-04-21 | Do not leave behind half-initialized data structures of we stumble over corrupt | Mark Kettenis |
2006-04-21 | On gcc3, specify -CC to the preprocessor (preserve comments even in macro | Chad Loder |
2006-04-21 | Fix a typo and remove an unreachable label to let this compile again. | Uwe Stuehler |
2006-04-21 | Sleep for whole seconds and use ksh arithmetic expressions instead of expr. | Uwe Stuehler |
2006-04-21 | lint cleanup; ok ray moritz dhill | Theo de Raadt |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |
2006-04-21 | Document that udcf is a time delta sensor who's value is the delta between | Marc Balmer |
2006-04-21 | Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links | Claudio Jeker |
2006-04-21 | make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is the | Marc Balmer |
2006-04-21 | remove a couple of unreachable statements, one found by lint, one found | Jolan Luff |
2006-04-21 | match former rcs implementation warning message if no options are | Xavier Santolaria |
2006-04-21 | remove overkill cvs_log() and rather use warn()/warnx(). | Xavier Santolaria |
2006-04-21 | repair intr establish error printf | Michael Shalayeff |
2006-04-21 | missing command line prompt; | Jason McIntyre |
2006-04-21 | document retreiving a subset of sysctls; | Jason McIntyre |
2006-04-21 | the esm_sensor_maps describe esm sensors, not kernel sensors. i have no | David Gwynne |
2006-04-21 | attr_init() should use attrhashsize and not pathhashsize. Found via a lint | Claudio Jeker |
2006-04-21 | msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancient | Claudio Jeker |
2006-04-21 | Remove function prototype that was never used. From deraadt@ | Claudio Jeker |
2006-04-21 | update the .Nd for amdpm(4), which i completely forgot about... | Jason McIntyre |
2006-04-21 | ami sysctl diff; from michael knudsen | Jason McIntyre |
2006-04-21 | remove duplicate defines. another find by lint. | David Gwynne |
2006-04-21 | back out last (powerpc on bgpd build shows it is wrong) | Theo de Raadt |
2006-04-21 | implement outgoing interrupt pipes, lets my creative voip blaster work | Jolan Luff |
2006-04-21 | remove the ami_inquire prototype. the function doesnt exist and its not | David Gwynne |
2006-04-21 | switch -p handling to bitwise flags; OK ray@. | Xavier Santolaria |