Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-25 | move NULLification to end so it's useful. | Ted Unangst | |
ok jason@ | |||
2003-02-25 | Correct the size of __reserved9 field in struct ataparams; | Alexander Yurchenko | |
from Yichen Xie's bounds checker via tedu@ ok costa@ | |||
2003-02-25 | - Handle src and dst comparisons correctly for binat so that it works | Ryan Thomas McBride | |
properly in _both_ directions. - Handle skip steps properly with binat. (since we're swapping around src and dst comparisons, we can't use them in all cases) fix from dhartmei@ ok dhartmei@ henning@ cedric@ | |||
2003-02-25 | remove redundant check. | Ted Unangst | |
ok henning@ | |||
2003-02-25 | Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC is | Miod Vallat | |
not defined (such as on RAMDISK kernels). Oops. | |||
2003-02-25 | In trap(), always initialize tts, even if TRAPDEBUG is not defined, as it | Miod Vallat | |
might needed for panic() messages. ok mickey@ | |||
2003-02-25 | set *vpp to NULL on entry. this provides a good example for other fs. | Ted Unangst | |
ok art@ | |||
2003-02-25 | remove useless check. | Ted Unangst | |
ok niklas@ | |||
2003-02-25 | correct bounds check. yichen xie's bounds checker catch. | Ted Unangst | |
ok niklas@ | |||
2003-02-25 | fix off by one signal checks. thanks yichen's checker | Ted Unangst | |
ok niklas@ | |||
2003-02-25 | Destaticize, and add RAMDISK_HOOK glue for bsd.rd | Miod Vallat | |
2003-02-25 | fix two off by ones | Ted Unangst | |
credit to Yichen Xie's bounds checker ok mickey@ | |||
2003-02-24 | correct check for the size of semitones | Ted Unangst | |
credit to Yichen Xie's bounds checker ok mickey@ | |||
2003-02-24 | Hammer the disklabel code once more: a few fixes, lots of simplifications, | Miod Vallat | |
read the label and the Apple DPME partition table in one shot (this idea from NetBSD), and generally make things much safer. Solves spurious panic while building labels on disks with a large number of DPME partitions. | |||
2003-02-24 | use M_MISCFSMNT instead of M_UFSMNT for mount data | Ted Unangst | |
ok art@ | |||
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat | |
of them. | |||
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat | |
2003-02-24 | SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithm | Jason Wright | |
(prevents a crash in the debugging code in pfkeyv2_parsemessage.c) | |||
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko | |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright | |
2003-02-24 | more tcfs bye bye | Theo de Raadt | |
2003-02-24 | Defer the iomem extent initialization until the MMU is enabled. This is | Miod Vallat | |
necessary since the last pmap changes, to get proper serial console initialization. From NetBSD, tested by nick@ | |||
2003-02-24 | Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@ | Miod Vallat | |
2003-02-24 | correct typo | Ted Unangst | |
ok art@ | |||
2003-02-24 | bye bye tcfs | Theo de Raadt | |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko | |
setuping channel 0 without any drives. This solves a long delay during the pciide probe on a diskless sparc64. Found and tested by miod@. | |||
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt | |
ANOTHER case of a developer having ignored licenses when importing code. | |||
2003-02-24 | Sync struct pcb and struct mdproc with what other m68k ports use. This will | Miod Vallat | |
eventually be factorized someday... | |||
2003-02-24 | Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers. | Miod Vallat | |
2003-02-24 | Various typos. | Miod Vallat | |
2003-02-23 | initialize error | Ted Unangst | |
ok miod@ | |||
2003-02-23 | typo in export_auth; ok ho@ | Markus Friedl | |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; ↵ | Jason Wright | |
pointed out by henric | |||
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright | |
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code ↵ | Jason Wright | |
doesn't crash. | |||
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright | |
when attaching the pcibus... Still working on it =) | |||
2003-02-21 | Plug two mbuf leak on error bugs, one from dhartmei one from me. | Jason Wright | |
2003-02-21 | remove useless assignment | Ted Unangst | |
ok jason@ | |||
2003-02-21 | kill unused variables | Ted Unangst | |
ok jason@ | |||
2003-02-21 | There's no cleaning necessary for deflate compression, so remove it from | Jason Wright | |
the switch. | |||
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-21 | remove unused variable | Ted Unangst | |
ok mickey@ | |||
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright | |
2003-02-21 | - kill several unnecessary static's | Jason Wright | |
- fix debugging code so it doesn't generate crashes itself | |||
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski | |
One is a kernel fix that changes the lockin and one is a userland fix that prevents dereferencing a freed pointer. From provos deraadt@ ok | |||
2003-02-20 | knf | Theo de Raadt | |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the ↵ | Jason Wright | |
IPCOMP case) | |||
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer | |
2003-02-20 | Fix the mask and sign extension for bl instruction which branch backwards. | Dale Rahn | |
When printing the address, address has already been added according to AA. | |||
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback | |
ok deraadt@ tdeval@ |