Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 ↵ | Niall O'Higgins | |
error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@ | |||
2006-10-12 | fix rcsid | Marco Peereboom | |
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko | |
Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ | |||
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback | |
to boot from NetBSD partitions. Requested by tom@. | |||
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback | |
partition is found. Change error message to 'no OpenBSD partition'. | |||
2006-10-12 | need to call adjtime once in a while here too, otherwise sensor-only | Henning Brauer | |
servers never update the system clock | |||
2006-10-12 | internally, ntpd doesn't work with absolute offsets to system time, but | Henning 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 title | Jason McIntyre | |
- mark up `>' | |||
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 | |
dmesg from marco@ | |||
2006-10-12 | reorder #if tests because apparently on amd64 cpp proceeds to blow it's | Theo de Raadt | |
own brains out, and then takes lint down with it. To be investigated... | |||
2006-10-12 | Since we no longer look in FreeBSD or NetBSD partitions for the | Kenneth 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-11 | revert 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-11 | flush the cache before jumping into the just loaded kernel. | Dale Rahn | |
Now it succesfully gets into the kernel 100% | |||
2006-10-11 | Remove 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-11 | regenerate. ok brad | Chris Kuethe | |