Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-10 | fix the Copy-file response handler, it seems the CVS protocol | Jean-Francois Brousseau | |
documentation is not exactly up to date for that handler as well | |||
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl | |
with lots of help from miod@ additional testing by nick@ and otto@ ok miod@ | |||
2004-12-10 | Turn on the BUSFREEREV bug for the Rev. B controller. This is required | Kenneth R Westerback | |
to close the 'busfree during non-packetized phase' hole. From FreeBSD aic79xx_pci.c r1.20. | |||
2004-12-10 | Factor out repeated code into ahd_done_with_status(). | Kenneth R Westerback | |
From FreeBSD aic79xx.h r1.20 and aic79xx.c r1.30. | |||
2004-12-10 | provide a valid sockaddr_storage structure to be used as second argument for | Hans-Joerg Hoexer | |
accept(2) ok djm markus | |||
2004-12-10 | cleanup extra includes and -Wall | Michael Shalayeff | |
2004-12-10 | allow calendar files in julian | Michael Shalayeff | |
2004-12-10 | Run address change notification hooks when the interface address is updated. | Christian Weisgerber | |
Notably, this fixes "(pppoe0)" in pf. ok markus@ | |||
2004-12-10 | sync usage(); | Jason McIntyre | |
ok espie@ | |||
2004-12-10 | grammatical blip; from damien@ | Jason McIntyre | |
2004-12-10 | sort options + sync usage(); | Jason McIntyre | |
standard EXAMPLES; various other tweaks; ok millert@ | |||
2004-12-10 | check msg->isakmp_sa != NULL before the transport gets updated; ok hshoexer | Markus Friedl | |
2004-12-10 | rev 1.5 | Brad 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-10 | typos, then -> than, from Michael Knudsen | Jared Yanovich | |
2004-12-10 | Include scsi id in debug message for queued SCB's. | Kenneth R Westerback | |
From FreeBSD aic79xx_inline.h r1.16. | |||
2004-12-10 | sync to recent rate limiting changes | Jared Yanovich | |
2004-12-10 | - fix globbed ls for paths the same lenght as the globbed path when | Federico 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-10 | 1) 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-10 | more Broadcom ids taken from the Linux driver. | Brad Smith | |
2004-12-10 | regen | Brad Smith | |
2004-12-10 | more Broadcom ids taken from the Linux driver. | Brad Smith | |
2004-12-10 | flurry 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-10 | some globbing regress; prompted and ok djm@ | Federico G. Schwindt | |
2004-12-09 | Don't pretend that our ftp does kerberos | Bjorn Sandell | |
ok jmc@ | |||
2004-12-09 | * plug memory leak on mount failure. | Patrick Latifi | |
* spacing ok tedu pedro millert otto | |||
2004-12-09 | minor spacing/styling nits | Pedro Martelletto | |
2004-12-09 | fix pointer of type `void *' used in arithmetic warning; ok jfb@. | Xavier Santolaria | |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff | |
2004-12-09 | support the 'annotate' command, will need some polishing | Jean-Francois Brousseau | |
2004-12-09 | header cleanup | Jean-Francois Brousseau | |
2004-12-09 | make -f scripts work again, and document it properly in both pkg_add and | Marc Espie | |
pkg_delete since it now works for both. | |||
2004-12-09 | If the -L option is specified twice, use it for the second filename | Todd C. Miller | |
like GNU diff does. Adapted from a diff by YAMAMOTO Takashi | |||
2004-12-09 | while upgrading, protect deletion in an eval: we've got an extract | Marc 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-09 | regen | Brad Smith | |
2004-12-09 | add Broadcom BCM5721 | Brad Smith | |
Noticed in dmesg from <nick dot nauwelaerts at thomson dot com> | |||
2004-12-09 | When removing the last item from a non-empty worklist, the worklist | Todd 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-09 | Remove 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-09 | Remove shadow variable 'error'. From camield@ | Ryan Thomas McBride | |
2004-12-09 | spelling | Bjorn Sandell | |
ok, jmc@ | |||
2004-12-09 | reference the correct file | Bjorn Sandell | |
fine, jmc@ | |||
2004-12-09 | code to let us cause a detach and reattach of a device from software | David Gwynne | |
ok deraadt@ | |||
2004-12-09 | partially backout prevous commit, it breaks eval of ${a[@]} | Otto Moerbeek | |
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl | |
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org> | |||
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher 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-08 | get rid of void* pointer arithmetic on buffers so gcc stops complaining | Jean-Francois Brousseau | |
2004-12-08 | complain if we fail to send the log message so the caller doesn't | Jean-Francois Brousseau | |
have to | |||
2004-12-08 | Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help from | Todd C. Miller | |
and OK otto@. Closes PR 4023. | |||
2004-12-08 | use mkstemp for local diff -r r1 -r r2; ok jfb@ | Damien Miller | |
2004-12-08 | remove the variables that used to make up the signal cache. nothing in atu | David Gwynne | |
is using this now. from daan vreeken | |||
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | David Gwynne | |
from daan vreeken |