summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-14No need to tape about tape creation on armish.Kenneth R Westerback
"kill" deraadt@ "probably not" drahn@
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
partitions since the kernel doesn't put them or look for them there anymore.
2006-10-14fix the slightly different reset procedure of single chip variants.Reyk Floeter
this should successfully initialize the ar5424 PCI-E chipset. figured out by kettenis@
2006-10-14freebsd -r1.21:Jason McIntyre
Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt
2006-10-14sync with <sys/stat.h>;Jason McIntyre
from simon barner (freebsd pr #57153); ok millert deraadt
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
failed to load. Spotted by bernd@, aaron@ ok claudio@
2006-10-13changelist files are ascii, even if they contain a few funny chars.Otto Moerbeek
Encountered by henning@; ok millert@ robert@ deraadt@
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
descriptor, with some of them blocking on data that will never arrive.
2006-10-13Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIRRay Lai
or TMP are set to nonexistent directories. Fixes PR 5247, reported by Marcus Popp <mpopp at paranoidbsd dot org> OK millert@, jaredy@, and improvement by moritz@.
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
from jan srzednicki (freebsd pr #71690) ok mickey
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
OK krw
2006-10-13Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...Chad Loder
OK krw, deraadt
2006-10-13'no BSD partition' -> 'no OpenBSD partition' for error message.Kenneth R Westerback
ok deraadt@
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
Added printing args for called functions ok marco@
2006-10-12I forgot to add mc.4 and mesh.4 to the Makefile.Gordon Willem Klok
Spotted by and ok deraadt.
2006-10-12Add manpages for mace and mesh, document them in macobio.4.Gordon Willem Klok
ok jmc
2006-10-12document environment var CDROM; from ross l richardson (pr #5258)Jason McIntyre
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc
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 ↵Niall O'Higgins
error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
Fixed ACPI leaks new ACPI API ok marco@
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
to boot from NetBSD partitions. Requested by tom@.
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
partition is found. Change error message to 'no OpenBSD partition'.
2006-10-12need to call adjtime once in a while here too, otherwise sensor-onlyHenning Brauer
servers never update the system clock
2006-10-12internally, ntpd doesn't work with absolute offsets to system time, butHenning Brauer
takes the offset it adjtime() is already correcting for into account when taking the offset from a sensor, we need to correct it by the offset between system time and ntpd view.
2006-10-12- give smm/18.net a titleJason McIntyre
- mark up `>'
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
dmesg from marco@
2006-10-12reorder #if tests because apparently on amd64 cpp proceeds to blow it'sTheo de Raadt
own brains out, and then takes lint down with it. To be investigated...
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
disklabel, we shouldn't write the disklabel in such partitions either. Brings amd64, arm, i386, landisk, macppc, mvmeppc (which roll their own MBR search in writedisklabel()) into line with alpha, hppa, hppa64, mips64 (which use readdoslabel() in both reading and writing the disklabel). If all goes well, soon everyone will be using readdoslabel().
2006-10-11revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset;Brad Smith
the link comes up, there is activity with tcpdump, but it doesn't work as expected. Issue reported by kettenis. ok kettenis@
2006-10-11flush the cache before jumping into the just loaded kernel.Dale Rahn
Now it succesfully gets into the kernel 100%
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵Marco Pfatschbacher
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@
2006-10-11regenerate. ok bradChris Kuethe