summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-16Add Longshine LCS-8138TX and Micronet SP128AR found in linux driverJonathan Gray
ok dlg@
2004-10-16match the given breadn() prototype, ok marius@Pedro Martelletto
2004-10-16Add Silicom U2E found in linux driver. ok dlg@Jonathan Gray
2004-10-16regenJonathan Gray
2004-10-16more kue/url devices from linux drivers, ok dlg@Jonathan Gray
2004-10-15sync bktr notes with bktr(4), ok mickey@Jonathan Gray
2004-10-15the default route is exactly 0.0.0.0/0, and nothing else. stop ignoringHenning Brauer
the netmask, do not print a 0.0.0.0/32 route as "default"; it is not. neither is 0.0.0.0/24.
2004-10-15Don't print header if we didn't print any usage lines. Noticed andTodd C. Miller
tested by robert@
2004-10-15we use option in kernel configs and not options.Robert Nagy
ok jaredy@
2004-10-15print ip_len for -v; ok otto, hshoexer, henningMarkus Friedl
2004-10-15Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSDJonathan Gray
Check for yet another LeakTek PCI vendor ID to make a WinFast TV2000 work from NetBSD Add missing mention of TVWONDER in card override part of bktr(4) ok mickey@
2004-10-15regenJonathan Gray
2004-10-15Add IODATA GV-BCTV3, ok mickey@Jonathan Gray
2004-10-15Correct invalid macro, ok djm@Jonathan Gray
2004-10-15Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henningDarren Tucker
2004-10-15correctly parse the anchor names to which tables refer.Jared Yanovich
now they abide to the same rules as anchor names referred to by rules: - initial slashes (/) are stripped - anchor names with characters after the terminating NUL byte are considered invalid ok dhartmei (and previously) beck henning
2004-10-14repair canadian thanksgiving and remembrance date per 1957th's proclamation.Michael Shalayeff
originally on april 15 1872: to celebrate the recovery of The Prince of Wales (later King Edward VII) from a serious illness.
2004-10-14avoid stupid commonsMichael Shalayeff
2004-10-14remove spurious version number referenceJared Yanovich
problem reported by ray cyth net ok millert
2004-10-14astro and elroy will be elsewhereMichael Shalayeff
2004-10-14a bit larger delays during boot() to let msgs appearMichael Shalayeff
2004-10-14a more reasonable limit for the stackgap_random; found by openbsd@hunger.huMichael Shalayeff
2004-10-14a few more c-media codec idsMichael Shalayeff
2004-10-14constants for TX underrun handlingBrad Smith
2004-10-14rev 1.47Brad Smith
Add a check in the interrupt service routine to return quickly in case there is nothing to do. This happens normally when the card shares the interrupt line with other devices. This code saves a couple of microseconds per interrupt even on a fast CPU. You normally would not care, except under heavy tinygram traffic where you can have some 50-100.000 interrupts per second... rev 1.51 Patch to allow TX underrun handling without issuing a complete chip reset. Just temporarily turn off the transmitter instead. From FreeBSD ok mcbride@ tested by mcbride@, jaredy@, marco@, grange@, <harding at motd dot ca>
2004-10-14Bail out quietly if the eeprom appears to be missing or empty. FixesBrad Smith
support for D-Link DGE-530T adapters. From: FreeBSD via Blake Willis <blake at 2112 dot net> ok mcbride@
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
use errx() after strlcpy if out of space style nits/knf ok henning hshoexer
2004-10-14Add missing {} on if statement; ISC#1744Ryan Thomas McBride
ok jakob@
2004-10-14Add dl_iterate_phdr() support.Mark Kettenis
ok drahn@, millert@
2004-10-14Have ntpd use IPTOS_LOWDELAY; ok henning@Darren Tucker
2004-10-14Do not generate either a too large super block or a negative numberOtto Moerbeek
of inodes per cylinder group for large block or fragment sizes. This allows for creation of filesystems with any legal block/fragment size combination. ok tedu@.
2004-10-14typo; rd@thrush.comPeter Valchev
2004-10-13De-inline siop. Shrinks almost 1K on i386.Kenneth R Westerback
ok deraadt@, marco@, weingart@, millert@.
2004-10-13print the expire route metric as signed; ok deraadt claudioJared Yanovich
2004-10-13Let the generic rtl code work if the bus-dependent code has decided to attach;Miod Vallat
this lets the 8138-based cardbus devices to really attach. 8138-specific mii differences will need to be investigated; right now, recognizing the 8138 as either 8139 or non-8139 causes it to lose the link after a while, but nothing ifconfig can not reset... From a discussion with and tested by BenoƮt Izac, who owns a 8138-based cardbus device.
2004-10-13document @sysctlMarc Espie
2004-10-13@sysctlMarc Espie
2004-10-13indent in a more readable way.Marc Espie
check SRCS files for C++ and invoke g++ accordingly. Don't link from scratch with DESTDIR, but use -B instead. okay millert@
2004-10-13set rootdelay in replies.Henning Brauer
inherit rootdelay from the delay from the last client update from the peer that we picked last time to adjust the local clock. in some cases we use the average offset between two peers' client updates, then use the average delay between the two as well.
2004-10-13in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCsHenning Brauer
and such
2004-10-13thinko, htonl() -> ntohl(). as we don't use the value in question effect zeroHenning Brauer
2004-10-13fall cleaningHenning Brauer
2004-10-13correctly set refid in replies with NTP protocol versions < 4.Henning Brauer
code path for NTP4 remains unchanged, we already set refid correctly there. NTP3 and older uses an IPv4 address as refid. use the IP of the server we last synced to if it was a IPv4 one. sometimes we use the average offset between two, in that case just pick one for the IP. this scheme naturally fails when we query IPv6 servers and have to reply to IPv4 NTP3 (or even older NTP versions) clients - refid stays at 0 then. this is a protocol limitation, nothing we can do about it.
2004-10-13when we get back a IMSG_HOST_DNS message from the parent the peer ID withinHenning Brauer
might have become invalid (because the peer showed up, dns request sent to parent, peer vanishes, and then the reply comes back), so do not fatal() in that case but just log_warnx(). provoked by brad
2004-10-13readd commented out isadma entryBrad Smith
2004-10-12Don't use BIOS configuration data when no seeprom is available. LetsKenneth R Westerback
SGI use more than 8 bit asynch transfers on built in ahc. Problem noted by pefo@. Fix found in NetBSD PR #23276 from Christopher Sekiya. ok pefo@.
2004-10-12Bring the tape install code up to current standards andKenneth R Westerback
add a few enhancements: - allow installation of all files on a tape without rewinding - ask for and use a blocksize for each file - provide a list of tape devices to users - force use of 'nr<tape>' devices - check for /bin/mt before trying to install makedev() is simplified a bit to rely on errors from MAKEDEV rather than checking for specific devices being present.
2004-10-12nicer displayMarc Espie
2004-10-12Use a udp socket to communicate with the dhcp servers. The bpf interfaceClaudio Jeker
can't be used to forward the packets. Bpf would relay the packets to wrong interface. Reports and tests by Hans Kremers and Colin Harford OK henning@
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
diff between /etc/passwd in 6th and 7th was the crypt() algorithm used and we no longer put encrypted passwords in /etc/passwd. From Matthew Gregan; OK otto@