summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-06vlan interfaces do not allow the parent interface and the vlan number to beHenning Brauer
2007-06-06tweak how copies happen: rename make_copy into make_shallow_copy,Marc Espie
2007-06-06augment reporting of bad problems so that it works with system libs.Marc Espie
2007-06-06bye byeHenning Brauer
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-06-06put IPX in the unsupported boatHenning Brauer
2007-06-06remove ifdef'd out ipx-in-ip registrationHenning Brauer
2007-06-06Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of aPedro Martelletto
2007-06-06remove never used #ifdef IPX_NOTYET codeHenning Brauer
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-06-06reverse logic of if_exists so that if_exists(interface) is true ifHenning Brauer
2007-06-06work around import limitationsNiall O'Higgins
2007-06-06Shrink dmesg output. Tweaked version of a diff from tedu@Jonathan Gray
2007-06-06syncTheo de Raadt
2007-06-06Don't double xstrdup.Ray Lai
2007-06-06Unlink files with multiple links when -P flag is specified insteadRay Lai
2007-06-05Remove the comment "Static function protoypes". Static is gone in USB.Marc Balmer
2007-06-05allow accessing all older values (make a semantic distinction), so thatMarc Espie
2007-06-05reuse the compute_closure code.Marc Espie
2007-06-05remove support for ipx. okay claudio@Kurt Miller
2007-06-05Major wpi(4) update:Damien Bergamini
2007-06-05syncTheo de Raadt
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-06-05remove ipx-related stuff. objections nobody. major bump by kurt in a fewHenning Brauer
2007-06-05Use phys_map, not kernel_map in v{,un}mapbuf. ok mickeyMiod Vallat
2007-06-05typosKurt Miller
2007-06-05Shuffle calculation of physical block so that bounds checking is not off byMarco Peereboom
2007-06-05Remove the "Static" function declaration. It is defined to beMarc Balmer
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-05Switch to rwlock(9)Jonathan Gray
2007-06-05IPX is about to go away, remove commented out IPX options in GENERIC andHenning Brauer
2007-06-05Wrap long lines.Xavier Santolaria
2007-06-05one more IPX removal; ok henningJason McIntyre
2007-06-05Preserve MAC ctx between packets, saving 2xhash calls per-packet.Damien Miller
2007-06-05add very basic regress framework for opencvs.Niall O'Higgins
2007-06-05various grammar/text improvements;Jason McIntyre
2007-06-05consistently use one variable instead of deriving it repeatedlyTodd T. Fries
2007-06-05bounds_check_with_label() checks for i/o outside of the partition andKenneth R Westerback
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04zap extra paramMarc Espie
2007-06-04minor tweak, use one single print. Build character strings instead.Marc Espie
2007-06-04disable a part of the label validation because some Sun systemsTheo de Raadt
2007-06-04remove a fatal i committed by accident.Niall O'Higgins
2007-06-04slight refactor to remove duplicate code.Marc Espie
2007-06-04no more IPX; ok henningJason McIntyre
2007-06-04convert the remaining regexps, so that $`, $', $& are completely dead.Marc Espie
2007-06-04make jmc happy by somewhat smarter synopsis scanning code for -h; okOtto Moerbeek
2007-06-04shorten message a bit, give it a chance to fit on one line.Marc Espie
2007-06-04Enable channel switching.Marcus Glocker
2007-06-04avoid rounding down to zero cylinders. ok marco@Otto Moerbeek