summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-05Make the ffs code 64-bit disk block number clean. Based on a diffOtto Moerbeek
from Pedro Martelleto. Two things remain: the on-disk quota structures are still 32-bit and statfs does not do 64-bit numbers yet. ok deraadt@
2008-01-05make sure all callers of rtlabel_id2name check for a null return value.Henning Brauer
all the original ones did, the recently added ones for labels per interface didn't. no cookie for reyk ;( ok deraadt
2008-01-05Add commented out entries for watchdog timers. If you enable the watchdogMarc Balmer
timeout, either set auto retriggering or start watchdogd(8)... From Mitja Muzenic. ok deraadt.
2008-01-05Never attach more acpicpu(4) devices than cpu(4) devices. Always attachMark Kettenis
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt
2008-01-05Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@Matthieu Herrb
2008-01-05remove unused functionCharles Longeau
initially from tobias@, removed some unused prototypes too "looks good to me" jaredy@ ok tobias@
2008-01-05remove unused functionCharles Longeau
from tobias@ ok mglocker@ tobias@
2008-01-05Add some information about syscon(4), eyeballed by jmc@Miod Vallat
2008-01-05Document some MVME328XT jumper settings, and warn the user some of these cardsMiod Vallat
might mix single-ended and differential channels.
2008-01-05sync usage() w/ SYNOPSIS;Jason McIntyre
2008-01-05saying that -b and -l create smaller files can be misleading - the authorJason McIntyre
was probably thinking of the fact that files created would be smaller than the original file split; instead, just say that they create files. this comes from freebsd pr#119329, submitted by Julian Stacey. his fix was to introduce the notion of "split files", but the idea of "create split files" can be just as confusing, so i've gone with removing the original, ambiguous, adjective.
2008-01-05even better attach message locationTheo de Raadt
2008-01-05return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
ok krw@ deraadt@ dlg@
2008-01-05lii(4) is a Fast Ethernet chipset and add a history section.Brad Smith
ok dlg@
2008-01-05rtlabel_id2name() can return NULL if there is no route label..Theo de Raadt
from chris@nmedia.net
2008-01-05attansicTheo de Raadt
2008-01-05attansic made this chip, not atheros.David Gwynne
2008-01-05syncTheo de Raadt
2008-01-05SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.uaTheo de Raadt
rum vs ural determination done by jsg
2008-01-05print info in attach before if_attachTheo de Raadt
2008-01-05no more need for vadvise.oTheo de Raadt
2008-01-05syncTheo de Raadt
2008-01-05crank libc and libpthread, because libc cannot build lint libraries anymore ↵Theo de Raadt
if a syscall is OBSOL..
2008-01-05regenMiod Vallat
2008-01-05Mark vadvise(2) as obsolete and remove its implementation, so instead ofMiod Vallat
returning EINVAL, you'll get ENOSYS. No serious code has used this system call in at least fifteen years. The libc stub will be removed at the next major crank time. ok henning@ deraadt@ krw@ toby@
2008-01-05For each channel, tell if it is single-ended or differential if we can knowMiod Vallat
this. Might help before someone sets his disks on fire. Especially with boards where not all channels are of the same type.
2008-01-04Use consistent capitalization in comments. From mitja@muzenic.net.Marc Balmer
2008-01-04-k and -f accept multiple arguments; from Pierre RiteauJason McIntyre
2008-01-04zap trailing whitespace;Jason McIntyre
2008-01-04Only compile in uvm_page_physdump() if option DDB as it's not directly callableMiod Vallat
and supposed to be only used from within ddb.
2008-01-04Compute physmem as the real physical memory size, not the physical memoryMiod Vallat
size minus two pages at the start and one page at the end. This gives us even MB sizes in dmesg (-:
2008-01-04Do not leave a page unused after the kernel message buffer on m68k platforms.Miod Vallat
While there, compute the physical memory size in a much simpler way on mac68k.
2008-01-04document new FAKE_FLAGS semantics.Marc Espie
2008-01-04Revert r1.9, a.out toolchain needs this not-so-unused-after-all function.Miod Vallat
2008-01-04document the -n and -N command line options.Reyk Floeter
2008-01-04remove unused functionCharles Longeau
from tobias@ ok xsa@ tobias@
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-04add the -n flag to dump numeric OIDs instead of symbolic namesReyk Floeter
2008-01-04Fix wrong sizeof(). Makes driver work on amd64, too.Marcus Glocker
2008-01-04Add a regression test for handling addresses with trailing '/32' and addressHans-Joerg Hoexer
type IPV4_ADDR.
2008-01-04Strip off trailing '/32' when address type is IPV4_ADDR as isakmpd doesHans-Joerg Hoexer
not accept the trailing '/32'. Diff from Mitja Muzenic <mitja@muzenic.net>, thanks!
2008-01-04Fix TX padding.Marcus Glocker
2008-01-04from dholland@netbsd:Jason McIntyre
"stupid" is an adjective (in this context), not a noun;
2008-01-04- remove two entries that'll never be usedJasper Lievisse Adriaanse
ok jsing@ miod@
2008-01-04read the hardware mac address into the drivers ac_enaddr thing rather thanDavid Gwynne
a useless buffer. should hook the mac address up.
2008-01-04we have pci_vpd_read now. get rid of the (bad) comment that left it outDavid Gwynne
pointed out by deraadt@
2008-01-04Eliminate false positives from <> comments, avoiding manglingRay Lai
#include <bleh.h> in diffs: - Only match <> comments from the template. No other text surrounded by angle brackets is deleted. - Simplify code by using C strings. We no longer handle binary data, but I don't think binary data belongs in a bug report anyway. - Remove dmesg and header comment checks. "That's a nice approach." deraadt, "seems ok for me" chl.
2008-01-04Prevent sign-extension when setting ASI in %tstate.Mark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
ok deraadt@