Age | Commit message (Expand) | Author |
2006-10-13 | changelist files are ascii, even if they contain a few funny chars. | Otto Moerbeek |
2006-10-13 | add blocked_shutdown | Kurt Miller |
2006-10-13 | Test shutdown() racing with other threads using the same file | Kurt Miller |
2006-10-13 | Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIR | Ray Lai |
2006-10-13 | check error condition of strtonum | Reyk Floeter |
2006-10-13 | fix fortran man year | Michael Shalayeff |
2006-10-13 | vmstat memory stats are in kb, not number of pages; | Jason McIntyre |
2006-10-13 | tweaks; | Jason McIntyre |
2006-10-13 | __mips64__ handling too.. sigh | Theo de Raadt |
2006-10-13 | sync | Theo de Raadt |
2006-10-13 | Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. | Chad Loder |
2006-10-13 | Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ... | Chad Loder |
2006-10-13 | 'no BSD partition' -> 'no OpenBSD partition' for error message. | Kenneth R Westerback |
2006-10-12 | Added exportable aml_getpciaddr | Jordan Hargrave |
2006-10-12 | I forgot to add mc.4 and mesh.4 to the Makefile. | Gordon Willem Klok |
2006-10-12 | Add manpages for mace and mesh, document them in macobio.4. | Gordon Willem Klok |
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre |
2006-10-12 | Fix typo. Found by: Janek Richter <janek at openbug dot org> | Marco Peereboom |
2006-10-12 | One more tweat in authors. | Marco Peereboom |
2006-10-12 | Add language for events. | Marco Peereboom |
2006-10-12 | Remove debug print. Found by Peter Hessler. | Marco Peereboom |
2006-10-12 | Cleanup and additional verbiage in BUGS to delinate batteries that misbehave. | Marco Peereboom |
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative e... | Niall O'Higgins |
2006-10-12 | fix rcsid | Marco Peereboom |
2006-10-12 | Massive ACPI changes | Jordan Hargrave |
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |
2006-10-12 | need to call adjtime once in a while here too, otherwise sensor-only | Henning Brauer |
2006-10-12 | internally, ntpd doesn't work with absolute offsets to system time, but | Henning Brauer |
2006-10-12 | - give smm/18.net a title | Jason McIntyre |
2006-10-12 | sparc64 should be in the #ifdef | Theo de Raadt |
2006-10-12 | Should be correct for landisk. | Dale Rahn |
2006-10-12 | recognize 'sh' binaries. | Dale Rahn |
2006-10-12 | use __amd64__ instead, until lint is fixed | Theo de Raadt |
2006-10-12 | regen | Brad Smith |
2006-10-12 | add another ServerWorks HT-2100 PCIe bridge. | Brad Smith |
2006-10-12 | reorder #if tests because apparently on amd64 cpp proceeds to blow it's | Theo de Raadt |
2006-10-12 | Since we no longer look in FreeBSD or NetBSD partitions for the | Kenneth R Westerback |
2006-10-11 | revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset; | Brad Smith |
2006-10-11 | flush the cache before jumping into the just loaded kernel. | Dale Rahn |
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma... | Marco Pfatschbacher |
2006-10-11 | regenerate. ok brad | Chris Kuethe |
2006-10-11 | add my Radeon X800 | Chris Kuethe |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-10-11 | quotes around filename, pr 5253, sthen@zephyr.spacehopper.org | Theo de Raadt |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-10-11 | Oops, wrong size in struct cfattach. | Miod Vallat |
2006-10-11 | more ether_sprintf()'s | Damien Bergamini |
2006-10-11 | fix a potential null deref and a memleak (both in error path). | Damien Bergamini |