summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-13changelist files are ascii, even if they contain a few funny chars.Otto Moerbeek
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
2006-10-13Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIRRay Lai
2006-10-13check error condition of strtonumReyk Floeter
2006-10-13fix fortran man yearMichael Shalayeff
2006-10-13vmstat memory stats are in kb, not number of pages;Jason McIntyre
2006-10-13tweaks;Jason McIntyre
2006-10-13__mips64__ handling too.. sighTheo de Raadt
2006-10-13syncTheo de Raadt
2006-10-13Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'.Chad Loder
2006-10-13Get 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-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12I forgot to add mc.4 and mesh.4 to the Makefile.Gordon Willem Klok
2006-10-12Add manpages for mace and mesh, document them in macobio.4.Gordon Willem Klok
2006-10-12document environment var CDROM; from ross l richardson (pr #5258)Jason McIntyre
2006-10-12Fix typo. Found by: Janek Richter <janek at openbug dot org>Marco Peereboom
2006-10-12One more tweat in authors.Marco Peereboom
2006-10-12Add language for events.Marco Peereboom
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12Cleanup 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-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-10-12need to call adjtime once in a while here too, otherwise sensor-onlyHenning Brauer
2006-10-12internally, ntpd doesn't work with absolute offsets to system time, butHenning Brauer
2006-10-12- give smm/18.net a titleJason McIntyre
2006-10-12sparc64 should be in the #ifdefTheo de Raadt
2006-10-12Should be correct for landisk.Dale Rahn
2006-10-12recognize 'sh' binaries.Dale Rahn
2006-10-12use __amd64__ instead, until lint is fixedTheo de Raadt
2006-10-12regenBrad Smith
2006-10-12add another ServerWorks HT-2100 PCIe bridge.Brad Smith
2006-10-12reorder #if tests because apparently on amd64 cpp proceeds to blow it'sTheo de Raadt
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-11revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset;Brad Smith
2006-10-11flush the cache before jumping into the just loaded kernel.Dale Rahn
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma...Marco Pfatschbacher
2006-10-11regenerate. ok bradChris Kuethe
2006-10-11add my Radeon X800Chris Kuethe
2006-10-11check fgets(3) return value and also fix aThordur I. Bjornsson
2006-10-11quotes around filename, pr 5253, sthen@zephyr.spacehopper.orgTheo de Raadt
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-10-11Oops, wrong size in struct cfattach.Miod Vallat
2006-10-11more ether_sprintf()'sDamien Bergamini
2006-10-11fix a potential null deref and a memleak (both in error path).Damien Bergamini