summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-27disable shit that will break the tree soonTheo de Raadt
2006-07-27Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, someBrad Smith
2006-07-26fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod...Michael Shalayeff
2006-07-26Make tftp atoi() free.Marcus Glocker
2006-07-263.9 -> 4.0 syncTheo de Raadt
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-07-26crank to 4.0-betaTheo de Raadt
2006-07-26don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn'tNikolay Sturm
2006-07-26syncTheo de Raadt
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26syncTheo de Raadt
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26wording/grammar tweaks;Jason McIntyre
2006-07-26Sync with current behavior:Kurt Miller
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
2006-07-26Mini KNF. No binary changes.Marcus Glocker
2006-07-26clarifications for OPTIND:Jason McIntyre
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-26Alpha boot has defaulted to multiuser for a long time, so better stopMichael Knudsen
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-26Crank buffer sizes to the 1024 limit imposed by ttymalloc()Jonathan Gray
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
2006-07-25Remove /dev/iop and /dev/pci.Mark Kettenis
2006-07-25Remove text about GPL_MATH_EMULATE and floating-point emulator.Mark Kettenis
2006-07-25Remove.Mark Kettenis
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-07-25document "tos": pointed out by maxim bourmistrovJason McIntyre
2006-07-25ifconfig output contained trailing whites in inet and groups: linesAlexander von Gernler
2006-07-25tweak;Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
2006-07-25add HISTORY; OK jmc@.Xavier Santolaria
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
2006-07-25kill redundant prototypesHenning Brauer
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-07-25correct .Xr; from marcus poppJason McIntyre
2006-07-25-a flag is now optional; prompted by steven@Damien Miller
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-25syncTheo de Raadt
2006-07-25need #include <string.h>Kevin Steves
2006-07-25better yet, make this use getopt for argument processing;Damien Miller
2006-07-24regenMiod Vallat
2006-07-24wsdisplay nodesMiod Vallat
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
2006-07-24eliminate hyphen madness;Jason McIntyre