summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24document ignorance of .ds, .rm and .tr;Ingo Schwarze
2010-05-24"scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg.Kenneth R Westerback
2010-05-24Remove PHYs which don't have an associated driverJonathan Gray
2010-05-24Add HISTORY section, mostly for strnlen() but include strlen() forTodd C. Miller
2010-05-24Support fibre PHY on BCM5709S. From FreeBSD via Brad.Stuart Henderson
2010-05-24regenJonathan Gray
2010-05-24shrinkJonathan Gray
2010-05-24document the -o optionTheo de Raadt
2010-05-24Support the -o operation in the non-binutils version, since someTheo de Raadt
2010-05-24automatically generate the _arch= and _mach= lines at the top of the kernelTheo de Raadt
2010-05-24use the same idiom for stripping gdb kernels. This relies on strip -oTheo de Raadt
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-05-24Use -mtune=i486 when running with gcc4, the larger weights givenJonathan Gray
2010-05-24Make sure references to hidden symbols are resolved locally and don't goMark Kettenis
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24stupid typo snuck inTheo de Raadt
2010-05-24CPP and TOUCH are not usedTheo de Raadt
2010-05-24typo regarding __mach__Theo de Raadt
2010-05-24Correctly recognise extended partitions created prior to the addition ofJoel Sing
2010-05-24syncTheo de Raadt
2010-05-24sync to hppa: Add missing prototypesTheo de Raadt
2010-05-24Add missing prototypesTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-24We sometimes compile kernels with -Wvariable-decl because it makes usTheo de Raadt
2010-05-24plug second meta.source leak in .UT handling; from kristaps@Ingo Schwarze
2010-05-24lift 64-byte max width for Sh (now BUFSIZ); from kristaps@Ingo Schwarze
2010-05-24fix memory leak for .AT; from kristaps@Ingo Schwarze
2010-05-24Fix segfault in mixing old enum types for -Thtml -mdoc; from kristaps@.Ingo Schwarze
2010-05-24Flush cache before suspend.Mark Kettenis
2010-05-24Link against libc_p and libpthread_p when -p or -pg is specified, like we didMark Kettenis
2010-05-24removed prototypes for functions that were removed.David Gwynne
2010-05-24atascsi may (will) reuse ata_xfers, meaning the xa state thatDavid Gwynne
2010-05-24sync to bsd.lv: remove needless #include <time.h>Ingo Schwarze
2010-05-24remove the now unused #define MAN_EL_USE,Ingo Schwarze
2010-05-24The inputIngo Schwarze
2010-05-24remove bpfdetach() here, because it is called correctly in if_detach()David Gwynne
2010-05-24there is no reason for one MAXPHYS definition to be different from all the ot...Theo de Raadt
2010-05-24sync to bsd.lv:Ingo Schwarze
2010-05-24Remove the drm drivers that are not enabled (and have never been so).Owain Ainsworth
2010-05-24Fix the code to add a line break before .Nm in the SYNOPSIS;Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23fix the build (oops, sorry!):Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-23seteconf() died years agoTheo de Raadt
2010-05-23#ifdef arc is just too common, but I don't know how to extract this correctlyTheo de Raadt
2010-05-23implement .AT and .UC; from Joerg SonnenbergerIngo Schwarze
2010-05-23Small fix for `D1' and `Bd' in -Thtml; from kristaps@.Ingo Schwarze
2010-05-23Pass in the session, rather than the client, to window modes' key()Nicholas Marriott
2010-05-23When executing external mda, call dup2, closefrom, and chdir beforeJacek Masiulaniec