summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-29gain another 5+% in ip forwarding performance.Henning Brauer
2007-05-29missing couple of #ifdef DIAGNOSTIC and style nits from art@Bob Beck
2007-05-29when producing a v1 label, set the version!!!!Otto Moerbeek
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-29Fix bus_dmamap_sync size argument.Alexander Yurchenko
2007-05-29use the right capitalization for `EBus' and `SBus'Igor Sobrado
2007-05-29Kill stale commentMarco Peereboom
2007-05-29Fix race in sync code.Marco Peereboom
2007-05-29Collapse the __partition_u1 union in struct disklabel,Thordur I. Bjornsson
2007-05-29Nuke the predefined vattr, it was only used for !DIAGNOSTIC,Thordur I. Bjornsson
2007-05-29syncTheo de Raadt
2007-05-29a `number' is a certain combination of `digits';Igor Sobrado
2007-05-29slightly more descriptive names.Marc Espie
2007-05-29in checksum creation, allow $base to be undef.Marc Espie
2007-05-29note some flags which differ in behaviour from posix;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-05-29move code a bit, in preparation for multiple handles in an UpdateSet.Marc Espie
2007-05-29rely on packing-lists knowing where they live, much saner.Marc Espie
2007-05-29TAILQ_LAST takes two arguments.Pierre-Yves Ritschard
2007-05-29don't bypass add_object to create special files, otherwise infodir won'tMarc Espie
2007-05-29set_infodir only if plist got defined.Marc Espie
2007-05-29set_infodir during pkg_add.Marc Espie
2007-05-29use the infodir property of packing-lists and specialfiles instead ofMarc Espie
2007-05-29a few more details so that infodirs become useful.Marc Espie
2007-05-29clean-up SpecialFile a bit: make sure the name passed during creation isMarc Espie
2007-05-29downgrade `can't find +DISPLAY' to a warning until I figure things out.Marc Espie
2007-05-29adapt from netbsd:Nikolay Sturm
2007-05-29Do not change snaplen when parsing a netflow packetCan Erkin Acar
2007-05-29don't use 0 as an error number.Marc Espie
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-29use the right capitalization for `MBus' and `SBus'Igor Sobrado
2007-05-29use the right capitalization for `MBus'Igor Sobrado
2007-05-29Add global variable apm_attached, machine dependant probe routine for ACPIGordon Willem Klok
2007-05-29forgot to move to using shared boot.cTheo de Raadt
2007-05-29Re-add sync.Marco Peereboom
2007-05-29Get rid of another useless variable, another difference between ourRay Lai
2007-05-29theo says degrees is spelled degreesTed Unangst
2007-05-29code typoTheo de Raadt
2007-05-29typoTheo de Raadt
2007-05-29put the temperature msr in line with the othersTed Unangst
2007-05-29Correct fix for the last backout use strlcpy() to fill dv_xname. OK beck@Claudio Jeker
2007-05-29Some improvements for better intel cpu support.Ted Unangst
2007-05-29back out last commit. It helps to compile before commiting. OK beck@ art@Claudio Jeker
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29tweaks; help/ok cnstJason McIntyre
2007-05-29work around really bad softc abuse by marco; proper fixes for this willTheo de Raadt
2007-05-29IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list.Claudio Jeker
2007-05-29led.4 here too; plus a tweakJason McIntyre
2007-05-29 Step one of some vnode improvements - change getnewvnode toBob Beck
2007-05-29led(4).Mark Kettenis