summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-12-10sort options + sync usage();Jason McIntyre
standard EXAMPLES; various other tweaks; ok millert@
2004-12-10check msg->isakmp_sa != NULL before the transport gets updated; ok hshoexerMarkus Friedl
2004-12-10rev 1.5Brad Smith
Put some delay in the loops that poll for MII transaction completion. Without this, reading the PHY can hang the bus on a sufficiently fast CPU. From NetBSD
2004-12-10typos, then -> than, from Michael KnudsenJared Yanovich
2004-12-10Include scsi id in debug message for queued SCB's.Kenneth R Westerback
From FreeBSD aic79xx_inline.h r1.16.
2004-12-10sync to recent rate limiting changesJared Yanovich
2004-12-10- fix globbed ls for paths the same lenght as the globbed path whenFederico G. Schwindt
we have a unique matching. - fix globbed ls in case of a directory when we have a unique matching. - as a side effect, if the path does not exist error (used to silently ignore). - don't do extra do_lstat() if we only have one matching file. djm@ ok
2004-12-101) Don't manually fiddle with dma address of jumbo buffer after m_adj().Kenneth R Westerback
2) Create tx_map's large enough to map jumbo buffers. 3) Set length of jumbo frame to BGE_JLEN rather than ETHER_MAX_DIX_LEN. 4) Activate jumbo rx ring when MTU changed. (From FreeBSD). Makes jumbo frames work on bge. ok brad@.
2004-12-10more Broadcom ids taken from the Linux driver.Brad Smith
2004-12-10regenBrad Smith
2004-12-10more Broadcom ids taken from the Linux driver.Brad Smith
2004-12-10flurry of updates:Jared Yanovich
- be more consistent w.r.t. variables in macros with `.Ic' instead of `.Va' - document changes in IFS parsing - minimize diffs between ksh.1tbl and sh.1tbl w.r.t. `.Nm' macros and in other places - sort recognized keywords and remove dependency on tbl(1) - indent example displays - kill `bind' - collapse `test' display, it has two entries for `str', and use different args for file time tests - grammar, punctuation, and mdoc fixes - tidy display of `alias' and `kill' ok and bits from jmc
2004-12-10some globbing regress; prompted and ok djm@Federico G. Schwindt
2004-12-09Don't pretend that our ftp does kerberosBjorn Sandell
ok jmc@
2004-12-09* plug memory leak on mount failure.Patrick Latifi
* spacing ok tedu pedro millert otto
2004-12-09minor spacing/styling nitsPedro Martelletto
2004-12-09fix pointer of type `void *' used in arithmetic warning; ok jfb@.Xavier Santolaria
2004-12-09define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ okMichael Shalayeff
2004-12-09support the 'annotate' command, will need some polishingJean-Francois Brousseau
2004-12-09header cleanupJean-Francois Brousseau
2004-12-09make -f scripts work again, and document it properly in both pkg_add andMarc Espie
pkg_delete since it now works for both.
2004-12-09If the -L option is specified twice, use it for the second filenameTodd C. Miller
like GNU diff does. Adapted from a diff by YAMAMOTO Takashi
2004-12-09while upgrading, protect deletion in an eval: we've got an extractMarc Espie
package that should be registered as borked if something should go wrong (which can happen if -f update, as I just witnessed with firefox).
2004-12-09regenBrad Smith
2004-12-09add Broadcom BCM5721Brad Smith
Noticed in dmesg from <nick dot nauwelaerts at thomson dot com>
2004-12-09When removing the last item from a non-empty worklist, the worklistTodd C. Miller
tail pointer must be updated; from FreeBSD (mckusick). Appears to fix problems I was seeing with processes stuck with WCHAN=inode in rev 1.50. OK pedro@ and tedu@.
2004-12-09Remove old FreeBSDisms:Miod Vallat
- drop the "KERNEL CONFIGURATION" section which is confusing (these are not pseudo-devices!) except for st.4 where might be worth keeping. - drop the "DISCLAIMER" section in ch.4. - mention cdio and chio in cd.4 and ch.4 respectively.
2004-12-09Remove shadow variable 'error'. From camield@Ryan Thomas McBride
2004-12-09spellingBjorn Sandell
ok, jmc@
2004-12-09reference the correct fileBjorn Sandell
fine, jmc@
2004-12-09code to let us cause a detach and reattach of a device from softwareDavid Gwynne
ok deraadt@
2004-12-09partially backout prevous commit, it breaks eval of ${a[@]}Otto Moerbeek
2004-12-09add missing line in history section that didn't make it through the firstMartin Reindl
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org>
2004-12-08Defer reinitialisation of the RU until after the interrupt handler has hadChristopher Pascoe
a chance to process all pending packets, otherwise the chip may overwrite their mbuf clusters after we have freed them. Eliminates a race that can cause random pool corruption when reconfiguring an interface under heavy network load. ok brad@ mcbride@ beck@ deraadt@ dlg@
2004-12-08get rid of void* pointer arithmetic on buffers so gcc stops complainingJean-Francois Brousseau
2004-12-08complain if we fail to send the log message so the caller doesn'tJean-Francois Brousseau
have to
2004-12-08Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help fromTodd C. Miller
and OK otto@. Closes PR 4023.
2004-12-08use mkstemp for local diff -r r1 -r r2; ok jfb@Damien Miller
2004-12-08remove the variables that used to make up the signal cache. nothing in atuDavid Gwynne
is using this now. from daan vreeken
2004-12-08remove some defines for timeouts that are no longer used thanks to net80211David Gwynne
from daan vreeken