Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-15 | regen | Brad Smith | |
2006-10-15 | add another OUI id for Broadcom and the BCM5787 PHY id. | Brad Smith | |
2006-10-15 | tidy usage(); | Jason McIntyre | |
2006-10-15 | mark up `>'; | Jason McIntyre | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | use the correct PCI id for the Broadcom BCM5756 chipset. | Brad Smith | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | add a few Intel 82Q963 (Q963) chipset ids. | Brad Smith | |
2006-10-15 | sync | Theo de Raadt | |
2006-10-15 | Enable bce. | Marco Peereboom | |
Sortof ok with grumblings deraadt@ | |||
2006-10-15 | build fdisk on landisk | Dale Rahn | |
2006-10-15 | Talk about "memory" not "pages in kilobytes", it is less awkward | Todd C. Miller | |
that way. OK jmc@ deraadt@ | |||
2006-10-15 | sync | Theo de Raadt | |
2006-10-14 | Add a CAVEAT section that describes how to properly trim a newline from | Chad Loder | |
a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt | |||
2006-10-14 | Apply 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-14 | landisk will need this too | Theo de Raadt | |
2006-10-14 | Add a new option to crunchgen '-O objdir-name' which allow for a object | Dale Rahn | |
directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road). | |||
2006-10-14 | Allow less to build in Makefile.cross environment. | Dale Rahn | |
2006-10-14 | Fix the checks broken during conversion to new code. The Embedded | Can Erkin Acar | |
Controller is now detected correctly. ok marco@ | |||
2006-10-14 | architecture sh (landisk) is little endian. | Dale Rahn | |
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback | |
partitions since the kernel doesn't put them or look for them there anymore. | |||
2006-10-14 | Make fgets description much clearer with respect to its exact behavior. | Chad Loder | |
OK and input from deraadt, jmc, millert. | |||
2006-10-14 | No need to tape about tape creation on armish. | Kenneth R Westerback | |
"kill" deraadt@ "probably not" drahn@ | |||
2006-10-14 | ps uses KERNBASE so define it to the correct value (pointed out by miod) | Dale Rahn | |
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback | |
partitions since the kernel doesn't put them or look for them there anymore. | |||
2006-10-14 | fix 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-14 | freebsd -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-14 | sync with <sys/stat.h>; | Jason McIntyre | |
from simon barner (freebsd pr #57153); ok millert deraadt | |||
2006-10-13 | Fix kernel page fault when the device gets detached after the firmware | Marcus Glocker | |
failed to load. Spotted by bernd@, aaron@ ok claudio@ | |||
2006-10-13 | changelist files are ascii, even if they contain a few funny chars. | Otto Moerbeek | |
Encountered by henning@; ok millert@ robert@ deraadt@ | |||
2006-10-13 | add blocked_shutdown | Kurt Miller | |
2006-10-13 | Test shutdown() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-10-13 | Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIR | Ray 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-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 | |
from jan srzednicki (freebsd pr #71690) ok mickey | |||
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 | |
OK krw | |||
2006-10-13 | Get 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-12 | Added exportable aml_getpciaddr | Jordan Hargrave | |
Added printing args for called functions ok marco@ | |||
2006-10-12 | I forgot to add mc.4 and mesh.4 to the Makefile. | Gordon Willem Klok | |
Spotted by and ok deraadt. | |||
2006-10-12 | Add manpages for mace and mesh, document them in macobio.4. | Gordon Willem Klok | |
ok jmc | |||
2006-10-12 | document 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-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 | |