summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-15regenBrad Smith
2006-10-15add another OUI id for Broadcom and the BCM5787 PHY id.Brad Smith
2006-10-15tidy usage();Jason McIntyre
2006-10-15mark up `>';Jason McIntyre
2006-10-15regenBrad Smith
2006-10-15use the correct PCI id for the Broadcom BCM5756 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-15syncTheo de Raadt
2006-10-15Enable bce.Marco Peereboom
Sortof ok with grumblings deraadt@
2006-10-15build fdisk on landiskDale Rahn
2006-10-15Talk about "memory" not "pages in kilobytes", it is less awkwardTodd C. Miller
that way. OK jmc@ deraadt@
2006-10-15syncTheo de Raadt
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt
2006-10-14Apply some formatting.Marc Balmer
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
- Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD
2006-10-14landisk will need this tooTheo de Raadt
2006-10-14Add a new option to crunchgen '-O objdir-name' which allow for a objectDale Rahn
directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road).
2006-10-14Allow less to build in Makefile.cross environment.Dale Rahn
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
Controller is now detected correctly. ok marco@
2006-10-14architecture sh (landisk) is little endian.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-14Make fgets description much clearer with respect to its exact behavior.Chad Loder
OK and input from deraadt, jmc, millert.
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