summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-29Update config because of the new way prefixlen works. The prefixlen 8 - 24Claudio Jeker
2007-03-29Document the new inet and inet6 filter parameters. OK henning@Claudio Jeker
2007-03-29Until now prefixlen defaulted to AF_INET if it was used without a prefix.Claudio Jeker
2007-03-29Do not print a warning that no valid checksums were found if thereTodd C. Miller
2007-03-29Remove FW_TXDESC_GETFIELD_4() it is never used and busted.Claudio Jeker
2007-03-29The message size calculated by BSS_JOIN_PARAM_SIZE() is off by one. TheClaudio Jeker
2007-03-29Fix yet another endianess bug. bus_space(9) does all the necessary byte orderClaudio Jeker
2007-03-29Fix a scary bug when setting up the HW dma structure. Use a 2byte bus_spaceClaudio Jeker
2007-03-29let the description of -m match SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29remove some unneccessary `Ns'; from Igor SobradoJason McIntyre
2007-03-29fix .Nm blip; from Igor SobradoJason McIntyre
2007-03-29-r and -t take arguments; from Igor SobradoJason McIntyre
2007-03-29put -t in the correct place; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29-g takes an argument; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-29Avoid leaking a ccb in error paths.Christopher Pascoe
2007-03-29Equiv diff to amd64 as was done on i386, bump VM_PHYSSEG_MAX. Amd64 areTobias Weingartner
2007-03-29Correct some minor whitespace issues.Christopher Pascoe
2007-03-28Add the cRLSign bit by default, so that certs generated using this fileChad Loder
2007-03-28flesh the text out; ok rayJason McIntyre
2007-03-28+.Xr crash 8Jason McIntyre
2007-03-28new C version written by ray is worlds betterTheo de Raadt
2007-03-28flesh out the addresses to make it clear what they are; requested by jmcTheo de Raadt
2007-03-28Since /etc/crontab is not edited via crontab(1) there's no goodTodd C. Miller
2007-03-28Remove unused variable found by lint.Claudio Jeker
2007-03-28regenJonathan Gray
2007-03-28Fix a Marvell Entry, "SATA" -> "88SE6101 IDE"Jonathan Gray
2007-03-28add support for bgpctl show rib community <community>Henning Brauer
2007-03-28add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given communityHenning Brauer
2007-03-28add machines supported by the mesh(4) driver and HISTORY section.Xavier Santolaria
2007-03-28IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch toClaudio Jeker
2007-03-28Supress warnings for the first getopt() pass. Otherwise,Todd C. Miller
2007-03-28While we are determining which NCQ command failed, we will need to ensureChristopher Pascoe
2007-03-28Due to a logic inversion, we would error out any commands that had completedChristopher Pascoe
2007-03-28Improve output of some debugging messages.Christopher Pascoe
2007-03-28Some more safety checks on ccb state.Christopher Pascoe
2007-03-28disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13David Gwynne
2007-03-28CC: a copy of the bug report to sender. Requested by Travers Buda.Ray Lai
2007-03-28Bump max number of physical segments. Machines in the wildTobias Weingartner
2007-03-27OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and heTheo de Raadt
2007-03-27only actually change the drive LED state if there was a real state change;Theo de Raadt
2007-03-27finally remove old warning, @lib has been around (and used) since 3.7.Marc Espie
2007-03-27Don't pick up IPv6 link local IPs on address deletions.Marco Pfatschbacher
2007-03-27Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh.Todd C. Miller
2007-03-27Remove unused parameter in nbr_newMichele Marchetto
2007-03-27When trap() causes a panic, have stacktrace() use ddb to find the symbolMiod Vallat
2007-03-27Catch OOB access for tag searches mathching lines ending with \Otto Moerbeek