summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-24Use a fixed string in case of vasprintf() error instead of relying onTobias Stoeckmann
2008-04-24kill first personTheo de Raadt
2008-04-24move the register defines from amd8131reg.h into aapi.c,Thordur I. Bjornsson
2008-04-24remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-24Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo)Kenneth R Westerback
2008-04-24compare strings with reality for expected behavior; ok millert@Todd T. Fries
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel Sing
2008-04-24Remove variables that are no longer used to specify the serial console.Joel Sing
2008-04-24MD_ISA_IOT is not defined anywhere so get rid of it.Joel Sing
2008-04-24Keep order of "#if defined..." consistent.Joel Sing
2008-04-24Unbreak IP30 serial console.Joel Sing
2008-04-24Clean up comments.Joel Sing
2008-04-24allow amd64 to use serial ports other than com0 as the console. previouslyDavid Gwynne
2008-04-24Cleanup serial console handling and remove some of the MD code from com.c.Joel Sing
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2008-04-24the softnet intr handlers check if the input queue has packets onDavid Gwynne
2008-04-24some ciss(4) firmwares use different physical drive addressing, resultingJakob Schlyter
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2008-04-23- clarify copyright / licenseAntoine Jacoutot
2008-04-23document sysmerge(8);Jason McIntyre
2008-04-23support netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-23build sysmerge inTheo de Raadt
2008-04-23usage is only used once; ok millertTheo de Raadt
2008-04-23Re-indent codeTodd C. Miller
2008-04-23Call sched_init_cpu() for all but boot processor. ok kettenis.Dale Rahn
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
2008-04-23unbreak compilationg with option MPLS but without option MPLS_DEBUGDavid Gwynne
2008-04-23add missing prototypesEsben Norby
2008-04-23not needed any more...Esben Norby
2008-04-23not needed any more...Esben Norby
2008-04-23I hate working outside the tree.Esben Norby
2008-04-23learn about the fansTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-23syncTheo de Raadt
2008-04-23Replace handrolled lists with SLISTs or TAILQs.Pierre-Yves Ritschard
2008-04-23Move code around to remove a warning. Clarifies the code for bothRay Lai
2008-04-22Remove kludges that map EEXIST errors too a 0 return (success) for certainThordur I. Bjornsson
2008-04-22Welcome sysmerge(8), a mergemaster-based utility to help you updateAntoine Jacoutot
2008-04-22I am so glad I'm a BSD developer.Miod Vallat
2008-04-22Close potential mbuf leak by iterating over the mbuf packet chainBret Lambert
2008-04-22remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei()Thordur I. Bjornsson
2008-04-22Add comments detailing what the SLP_* flag #define's meanBret Lambert
2008-04-22man page comes a bit later...Theo de Raadt
2008-04-22tweak previous;Jason McIntyre