summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-12do a better reattachement of this deviceDavid Gwynne
2004-12-12get rid of uhub_reset_deviceDavid Gwynne
2004-12-12better way to do the reattachement of a deviceDavid Gwynne
2004-12-12add quirk lookup table, isn't used for anything at the momentBrad Smith
except printing the ASIC model and rev in dmesg. will be used instead of checking ASIC revs all over the place. From NetBSD
2004-12-11-pipe for everyone.Miod Vallat
mac68k users, be sure to upgrade to the latest snapshot first [or upgrade as(1)].
2004-12-11SADB_X_EXT_LIFETIME_LASTUSE is always definedMarkus Friedl
2004-12-11pass out the correct lifetime type on expireMarkus Friedl
2004-12-11count SADB_REGISTER only once per socketMarkus Friedl
2004-12-11monitor mode is not yet supported. ok damien@Kevin Lo
2004-12-11match comments with reality and use 'null' for pointers in incore()Pedro Martelletto
2004-12-11implement zeroes blocks detectionMarc Espie
2004-12-11don't clean bsdmix and bsdofwMartin Reindl
'feel free to remove' miod@
2004-12-11Handle errors in pf_route{,6} more gracefully.Marco Pfatschbacher
Proposed by mcbride. ok henning@, mcbride@
2004-12-11nForce3-250, brentHenning Brauer
2004-12-11nForce3-250, From: Brent Graveland <brent@graveland.net>, grange okHenning Brauer
2004-12-11syncHenning Brauer
2004-12-11make syscalls in the monitor restartable when signals occur, as wasMoritz Jodeit
the case before privsep and only wait() for our slave processes. with help from millert@ ok millert@ henning@
2004-12-11nForce3-250 shitzHenning Brauer
2004-12-11A compare function for heapsort(3) should not just subtract twoOtto Moerbeek
offsets, it does not work if the difference is large. Problem found by Jean-Gerard Pailloncyi who had false warnings of overlapping partitions. ok millert@ tedu@
2004-12-11- cosmeticsPeter Valchev
- don't call re_rxeof unneededly twice in some cases, from FreeBSD prodded by brad
2004-12-11rev 1.11Brad Smith
When stopping the various functional blocks of the chip, clear the bit and then read it back in a loop (with appropriate delays) waiting for it to read back clear. This fixes a problem where the bus would hang when bringing down the interface or changing interface flags on a system with a sufficiently fast CPU (e.g. 2GHz P4 Xeon). From NetBSD ok krw@
2004-12-11rev 1.51Brad Smith
When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. From FreeBSD
2004-12-11Fix debug call in error path of authorized_keys processing and fix relatedDarren Tucker
warnings; ok djm@
2004-12-11Invert the polarity of two tests in the recovery code that could causeKenneth R Westerback
the driver to issue a bus reset more quickly than intended. We want to wait if we find another SCB that could be the cause of this timeout, not proceed to a bus reset. This code is currently inside an #ifdef 0/#endif pair. From FreeBSD aic79xx.c r1.32.
2004-12-11Correct a very rare case where command ordering could be compromisedKenneth R Westerback
by a transaction performing a driver handled message sequence (an scb with the MK_MESSAGE flag set). Full details on changes in FreeBSD commit message. From FreeBSD aic79xx.c r1.30, using microcode generated from just committed new source. Tested in August by marco@.
2004-12-11Update microcode source prepatory to updating microcode and aic79xx.c.Kenneth R Westerback
From FreeBSD aic79xx.reg r1.18 and aic79xx.seq r1.17.
2004-12-10Add carp_set_enaddr(), call carp_set_state() after changing the vhidRyan Thomas McBride
to trigger a gratuitous arp and update arp tables on other hosts.
2004-12-10Rename carp_output() to carp_fix_lladdr().Ryan Thomas McBride
2004-12-10document matching on route labelsHenning Brauer
From: Michael Knudsen <e@molioner.dk> jaredy ok
2004-12-10allow pf to filter on route labelsHenning Brauer
pass in from route dtag keep state queue reallyslow tested by Gabriel Kihlman <gk@stacken.kth.se> and Michael Knudsen <e@molioner.dk> and ryan ok ryan
2004-12-10fix mbuf defragmentationDamien Bergamini
2004-12-10fix bugs sectionMichael Shalayeff
2004-12-10forgot rcsid[]Michael Shalayeff
2004-12-10define pesach (by gauss) and fix judaic calendarMichael Shalayeff
2004-12-10fix spacing issues in the example calendar file,Jason McIntyre
plus a few other tweaks; ok mickey@
2004-12-10Oops, correctly detect disks shared with Mac OS.Miod Vallat
2004-12-10In nfs_connect() move the setting of so->so_rcv.sb_timeo out of theTodd C. Miller
if () else since it is common to both cases and makes the code clearer. OK pedro@
2004-12-10GNU md5sum uses tab not space to separate filename and hash. FixesTodd C. Miller
parsing of GNU-style checklist files for files with spaces in them. From Emil Mikulic; closes PR 4027
2004-12-10proper typecast to get rid of another warningJean-Francois Brousseau
2004-12-10fix ipsec crash from pr 4025, Stefan Miltchev; ok hshoexer@Markus Friedl
2004-12-10fix the Copy-file response handler, it seems the CVS protocolJean-Francois Brousseau
documentation is not exactly up to date for that handler as well
2004-12-10pseudo-DMA for non-AV Quadras, inspired by NetBSDMartin Reindl
with lots of help from miod@ additional testing by nick@ and otto@ ok miod@
2004-12-10Turn on the BUSFREEREV bug for the Rev. B controller. This is requiredKenneth R Westerback
to close the 'busfree during non-packetized phase' hole. From FreeBSD aic79xx_pci.c r1.20.
2004-12-10Factor out repeated code into ahd_done_with_status().Kenneth R Westerback
From FreeBSD aic79xx.h r1.20 and aic79xx.c r1.30.
2004-12-10provide a valid sockaddr_storage structure to be used as second argument forHans-Joerg Hoexer
accept(2) ok djm markus
2004-12-10cleanup extra includes and -WallMichael Shalayeff
2004-12-10allow calendar files in julianMichael Shalayeff
2004-12-10Run address change notification hooks when the interface address is updated.Christian Weisgerber
Notably, this fixes "(pppoe0)" in pf. ok markus@
2004-12-10sync usage();Jason McIntyre
ok espie@
2004-12-10grammatical blip; from damien@Jason McIntyre