summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-27Change some obvious atoi() to strtonum().Ray Lai
OK tedu@
2006-07-27enable cmpci(4) and enable midi@oplBrad Smith
2006-07-27+ opl* at cmpci?Brad Smith
2006-07-27Second try at adding binary file support to rcs_expand_keywords(),Ray Lai
using BUFs instead of C strings. Also remove initial keyword search, which is a premature optimization, slower, and apparently too hard for me to get right. OK niallo@
2006-07-27ok, opl/cmpci can go in now, got the workaround for upcoming issuesTheo de Raadt
2006-07-27Add checks to each write(2) attempt and try to keep fdisk in aRay Lai
consistent state upon write failure. OK krw@ and deraadt@.
2006-07-27remove "snapshot" code, now that our snapshots are always actuallyTheo de Raadt
releases...
2006-07-27Pull in improper memory allocation from RCS:Ray Lai
> Not were we allocating memory for a pointer array, it wasn't even for > the right variable! Fixes make regress with MALLOC_OPTIONS=PR. > > Found by and fix worked on with Joris.
2006-07-27Not were we allocating memory for a pointer array, it wasn't even forRay Lai
the right variable! Fixes make regress with MALLOC_OPTIONS=PR. Found by and fix worked on with Joris. OK niallo@, tested by pedro@.
2006-07-27typoTheo de Raadt
2006-07-27unused variableTheo de Raadt
2006-07-27spacingTheo de Raadt
2006-07-27unused variableTheo de Raadt
2006-07-27unify these damnit!Theo de Raadt
2006-07-27rearrange to be more like the othersTheo de Raadt
2006-07-27sorry, but proper boot cd building should be done in distrib/mvmeppcTheo de Raadt
when the time comes (not here!)
2006-07-27unifyTheo de Raadt
2006-07-27honestly, puc(4) belongs in the "serial port" block not "misc", becauseTheo de Raadt
most people when they want serial should see it (even if maybe 0.1% of our users use a parallel port puc)
2006-07-27make these more similar (few steps to that)Theo de Raadt
2006-07-27update cmpci(4) man page a bit.Brad Smith
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
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