Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-27 | Change some obvious atoi() to strtonum(). | Ray Lai | |
OK tedu@ | |||
2006-07-27 | enable cmpci(4) and enable midi@opl | Brad Smith | |
2006-07-27 | + opl* at cmpci? | Brad Smith | |
2006-07-27 | Second 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-27 | ok, opl/cmpci can go in now, got the workaround for upcoming issues | Theo de Raadt | |
2006-07-27 | Add checks to each write(2) attempt and try to keep fdisk in a | Ray Lai | |
consistent state upon write failure. OK krw@ and deraadt@. | |||
2006-07-27 | remove "snapshot" code, now that our snapshots are always actually | Theo de Raadt | |
releases... | |||
2006-07-27 | Pull 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-27 | Not were we allocating memory for a pointer array, it wasn't even for | Ray 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-27 | typo | Theo de Raadt | |
2006-07-27 | unused variable | Theo de Raadt | |
2006-07-27 | spacing | Theo de Raadt | |
2006-07-27 | unused variable | Theo de Raadt | |
2006-07-27 | unify these damnit! | Theo de Raadt | |
2006-07-27 | rearrange to be more like the others | Theo de Raadt | |
2006-07-27 | sorry, but proper boot cd building should be done in distrib/mvmeppc | Theo de Raadt | |
when the time comes (not here!) | |||
2006-07-27 | unify | Theo de Raadt | |
2006-07-27 | honestly, puc(4) belongs in the "serial port" block not "misc", because | Theo 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-27 | make these more similar (few steps to that) | Theo de Raadt | |
2006-07-27 | update cmpci(4) man page a bit. | Brad Smith | |
2006-07-27 | disable shit that will break the tree soon | Theo de Raadt | |
2006-07-27 | Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, some | Brad 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-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; ↵ | Michael Shalayeff | |
miod@ ok | |||
2006-07-26 | Make tftp atoi() free. | Marcus Glocker | |
2006-07-26 | 3.9 -> 4.0 sync | Theo de Raadt | |
2006-07-26 | More files which have changed name or location since some time already and | Miod Vallat | |
are only confusing things. | |||
2006-07-26 | crank to 4.0-beta | Theo de Raadt | |
2006-07-26 | don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn't | Nikolay Sturm | |
locked; with this diff VFSDEBUG kernels can boot again ok pedro, thib (who came up with the same diff) | |||
2006-07-26 | sync | Theo de Raadt | |
2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace | Theo de Raadt | |
export of the protocol. you shall not add non-protocol stuff to such a file, period. | |||
2006-07-26 | sync | Theo de Raadt | |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves | |
2006-07-26 | wording/grammar tweaks; | Jason McIntyre | |
2006-07-26 | Sync 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-26 | better macros; | Jason McIntyre | |
2006-07-26 | document `iv'; | Jason McIntyre | |
from eren elci; tweaked by djm ok djm | |||
2006-07-26 | Mini KNF. No binary changes. | Marcus Glocker | |
2006-07-26 | clarifications for OPTIND: | Jason McIntyre | |
hunk #1 from tamas tevesz; hunk #2 from otto; ok otto | |||
2006-07-26 | Fixing 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-26 | Alpha boot has defaulted to multiuser for a long time, so better stop | Michael Knudsen | |
lying now. ok martin | |||
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves | |
2006-07-26 | Crank 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-25 | Do not bother reading the existing colormap on attach, since we will | Miod Vallat | |
override it with the rasops one. | |||
2006-07-25 | Remove cursor register address constants, code should (and does) use dc503reg.h | Miod Vallat | |
instead. | |||
2006-07-25 | Assembly versions of kvtopte() and kvtophys(), better than what gcc | Miod Vallat | |
outputs; from NetBSD | |||
2006-07-25 | Remove /dev/iop and /dev/pci. | Mark Kettenis | |
ok drahn@ | |||
2006-07-25 | Remove text about GPL_MATH_EMULATE and floating-point emulator. | Mark Kettenis | |
2006-07-25 | Remove. | Mark Kettenis | |
ok deraadt@ & many others. | |||
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis | |
ok deraadt@ and many others. | |||
2006-07-25 | document "tos": pointed out by maxim bourmistrov | Jason McIntyre | |
diff from jared r r spiegel ok dhartmei |