summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-27Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, someBrad Smith
fixes for 48KHz sound and adds the C-Media CMI8738B PCI id. By ITOH Yasufumi From NetBSD Thanks to kurt@ for providing me with a CMI8738 board.
2006-07-26fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; ↵Michael Shalayeff
miod@ ok
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
are only confusing things.
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
locked; with this diff VFSDEBUG kernels can boot again ok pedro, thib (who came up with the same diff)
2006-07-26syncTheo de Raadt
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
export of the protocol. you shall not add non-protocol stuff to such a file, period.
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
- clarify how paths and parital shared library versions are treated with dlopen() - dlopen() mode parameter is supported now - describe how to use it. - describe how visiblity effects dlsym() with special handles - remove bugs section - formatting improvements With input from drahn@ and jmc@. okay drahn@, that's fine jmc@
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
from eren elci; tweaked by djm ok djm
2006-07-26Mini KNF. No binary changes.Marcus Glocker
2006-07-26clarifications for OPTIND:Jason McIntyre
hunk #1 from tamas tevesz; hunk #2 from otto; ok otto
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
- move TIMEOUT* defines to arpa/tftp.h, as they are used several times in tftpd and tftp, and the values are part of the RFC definition. - tftpd and tftp did count the total retransmission time in retries instead in seconds. fixed. - tftpd rexmt timeout was hardcoded by a define and therefore didn't changed when the timeout option was sent. fixed. - limit total retransmission timeout in tftp to also 255 seconds. - replace obvious atoi()'s by strtonum(). ok claudio@
2006-07-26Alpha boot has defaulted to multiuser for a long time, so better stopMichael Knudsen
lying now. ok martin
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
which should allow high speed devices to work better. tested by fkr@
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
override it with the rasops one.
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
instead.
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
outputs; from NetBSD
2006-07-25Remove /dev/iop and /dev/pci.Mark Kettenis
ok drahn@
2006-07-25Remove text about GPL_MATH_EMULATE and floating-point emulator.Mark Kettenis
2006-07-25Remove.Mark Kettenis
ok deraadt@ & many others.
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
ok deraadt@ and many others.
2006-07-25document "tos": pointed out by maxim bourmistrovJason McIntyre
diff from jared r r spiegel ok dhartmei
2006-07-25ifconfig output contained trailing whites in inet and groups: linesAlexander von Gernler
fix that by rearranging spaces in printf format strings ok claudio@ mpf@ mickey@
2006-07-25tweak;Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
re-worded and ok djm
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
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
2006-07-25kill redundant prototypesHenning Brauer
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
of a buffer respectively. Removes an ugly construction than necessitated "go to first line"-type comments throughout the code. No binary change
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
unintuitive b_linep. No binary change.
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
"looks good" kettenis@
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
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
size, for mmap to be happy.
2006-07-24eliminate hyphen madness;Jason McIntyre
2006-07-24tweaks;Jason McIntyre