summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-23move hp300 to -D__hp300__; ok miodTheo de Raadt
2010-05-23rely on __alpha__ instead of alphaTheo de Raadt
2010-05-23rely on __alpha__, __amd64__, and __i386__ insteadTheo de Raadt
2010-05-23rely on __sparc__ insteadTheo de Raadt
2010-05-23syncTheo de Raadt
2010-05-23use __alpha__ not alpha for the ifdefTheo de Raadt
2010-05-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
2010-05-23remove unused functionCharles Longeau
2010-05-23Place drive in standby mode before shutdown. Avoids the loud click heard onMark Kettenis
2010-05-22Remove instruction TLB purges for direct mappings that will never have theMark Kettenis
2010-05-22this is amd64, not i386, and the protection was all bustedTheo de Raadt
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2010-05-22protection should use the upper case namesTheo de Raadt
2010-05-22Blank lines at the start of a function are so .Nx.Mark Kettenis
2010-05-22missing dkio.h includesTheo de Raadt
2010-05-22remove the last #ifdef hp300, and unused hp700 code as well; ok miodTheo de Raadt
2010-05-21Fix a locking problem in mincore where it was possible for us to sleepOwain Ainsworth
2010-05-21defintion -> definition.Miod Vallat
2010-05-21Make compile with NBIO = 0Marco Peereboom
2010-05-21syncTheo de Raadt
2010-05-21syncTheo de Raadt
2010-05-21Remove strndup and strnlen now that libc includes its own.Todd C. Miller
2010-05-21Don't define NEED_STRNDUP_PROTOTodd C. Miller
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-21remove unused functionsCharles Longeau
2010-05-21Use _exit(2) in mda helper child process.Jacek Masiulaniec
2010-05-21remove unused variable.Charles Longeau
2010-05-21colon() returns char*, so s/return (0)/return NULL/Damien Miller
2010-05-20Move the permit-* options to the non-critical "extensions" field for v01Damien Miller
2010-05-20Make fans run slower in Sun systems with tda controllers by bumping theEdd Barrett
2010-05-20We have a copy of git_version.h in src so that we can build libperlTodd C. Miller
2010-05-20S_ISREG() should be called on st.st_mode not st.st_flagsGilles Chehade
2010-05-20remove unused variable. fallout from previous.Thordur I. Bjornsson
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2010-05-20escape '' to avoid confusing groff/mandoc;Jason McIntyre
2010-05-20document the optional arg to "flag", as requested by Thomas Pfaff;Jason McIntyre
2010-05-20turn off strict overflow for all optimizations on OpenBSD, also disable wrapv.Dale Rahn
2010-05-20add more devices to listYojiro Uo
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
2010-05-20fix logspam when key options (from="..." especially) deny non-matching keys;Damien Miller
2010-05-20add new deviceYojiro Uo
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
2010-05-20Force max physical memory allocation for bus_dmamem_alloc() to be 4gigOwain Ainsworth
2010-05-20Don't dereference cp to shut gcc4 up (the intent anyway).Marco Peereboom
2010-05-20Escape "=", remove if 0'd out code and simplify check in x_print_expansions.Federico G. Schwindt
2010-05-20Support nested roff instructions:Ingo Schwarze
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-20Simplify new disk cache code so simpler people can understand it.Kenneth R Westerback
2010-05-19Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott