summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-13Ansi prototypes, not K&R. no binary difference.Dale Rahn
2007-05-12remove obsolete comment.Marc Espie
2007-05-12oops. forgot this one. Noticed by M.Pereboom.Marc Espie
2007-05-12Document errno usage. From Tobias Stoeckmann.Ray Lai
2007-05-12Use size_t for strlen results.Ray Lai
2007-05-12Prevent core dump if strpbrk() returns NULL. Reported to bugs@ byRay Lai
2007-05-12Increment ncpus when hatching a secondary processor.Miod Vallat
2007-05-12Change the 88100 interrupt handlers to process DAEs with interrupts enabled,Miod Vallat
2007-05-12On multiprocessor kernels, update p->p_pcu on exit from the scheduler.Miod Vallat
2007-05-12Remove unused code and definitions pasted over from mvme188 support, which doMiod Vallat
2007-05-12Take alignment restrictions into account when setting up RAM buffer addresses.Mark Kettenis
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedFelix Kronlage
2007-05-12Change 0x30 to more readable '0'.Ray Lai
2007-05-12use the right capitalization for `WaveLAN'Igor Sobrado
2007-05-12use the right capitalization for `CardBus'Igor Sobrado
2007-05-12use the right capitalization for `SMBus'Igor Sobrado
2007-05-12Clean up macros according to style. From tbert <bret dot lambert at gmail>.Ray Lai
2007-05-12lift PkgSpec creation up into PackingElement::Dependency.Marc Espie
2007-05-12kill old PkgSpec interfaceMarc Espie
2007-05-12document the object interface to PkgSpec.Marc Espie
2007-05-12use match_ref consistentlyMarc Espie
2007-05-12use PkgSpec objects most of the timeMarc Espie
2007-05-12use OO version of spec matchMarc Espie
2007-05-12oops, make the object variant functionalMarc Espie
2007-05-12also allow Spec objects in Repository matches.Marc Espie
2007-05-12somewhat sneaky: allow PkgSpecs to be objects, so that we can performMarc Espie
2007-05-12strip extra quotes from all defines.Marc Espie
2007-05-12when comparing two revisions of a directory tree, don't show dead filesNikolay Sturm
2007-05-12pass refs around instead of extending them.Marc Espie
2007-05-12Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() sinceKenneth R Westerback
2007-05-12Add initial bits for assembly at boot time.Marco Peereboom
2007-05-12Only main www mirror carries spamd blacklists --Constantine A. Murenin
2007-05-11Don't clear %tick register. Should not be necessary and undesirable sinceMark Kettenis
2007-05-11regenMarcus Glocker
2007-05-11Add vendor and product; AboCom Systems, Inc. SDW11G.Marcus Glocker
2007-05-11Ditch acard_pci_intr() as nothing currently uses it.Jonathan Gray
2007-05-11typo in previous commit;Xavier Santolaria
2007-05-11Various spelling fixes from Stuart Henderson.Claudio Jeker
2007-05-11simple misspell, miod@ okJanne Johansson
2007-05-11Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@Pedro Martelletto
2007-05-11pass the right size arg to memset, otherwise we end up with aOtto Moerbeek
2007-05-11fix format of the CVSROOT string in comments.Xavier Santolaria
2007-05-11Sync with editit from sendbug.Ray Lai
2007-05-11cvs_logmsg_edit no longer fails with ECHILD.Ray Lai
2007-05-11Sync with editit from sendbug.Ray Lai
2007-05-11If fork fails with EAGAIN, ignore errno and fail. Looping justRay Lai
2007-05-11Instead of returning -1 and setting errno to ECHILD if the editorRay Lai
2007-05-11it's silly for reboot to poweroff. adapted from diff by diana eichertTed Unangst
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
2007-05-10grammar,Marc Espie