Age | Commit message (Expand) | Author |
2003-09-09 | fix potential int overflow found by blexim at hush.com. restrict root to | Ted Unangst |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat |
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo |
2003-09-08 | match size of fpreg w/ the save87 structs as figured in discussion w/ jason t... | Michael Shalayeff |
2003-09-08 | Revert the changes reordering the data access exception processing in the | Miod Vallat |
2003-09-08 | fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h | Bob Beck |
2003-09-07 | Oops, use the local MVMEPROM_CALL(), rather than the one which used to be | Miod Vallat |
2003-09-07 | Regen | Miod Vallat |
2003-09-07 | No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@ | Miod Vallat |
2003-09-07 | The PTE bit used to flag wiring is zeroed behind our back on 88110, so | Miod Vallat |
2003-09-07 | Fix system hangs some i386 machines experienced when booting with the | Kenneth R Westerback |
2003-09-07 | Narrow a conditional in non-88110 area... | Miod Vallat |
2003-09-07 | Get rid of PREP2's SSBR parameter, since it does not have sense for 88110. | Miod Vallat |
2003-09-06 | A couple of hppa-only changes, allowing siop to work on pci hppa | Kenneth R Westerback |
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn |
2003-09-06 | Fix boot -a, add protected cnpollc(). ok deraadt@ | Dale Rahn |
2003-09-06 | Large cleaning of exception handling: | Miod Vallat |
2003-09-05 | Never enable interrupts just before processing data exceptions, but rather | Miod Vallat |
2003-09-05 | Do not drop the user into DDB without a really, really good reason. | Miod Vallat |
2003-09-04 | What I blamed on a specific CMMU fault pecularity turned out to be, in fact, | Miod Vallat |
2003-09-04 | a better cpu identification; testing by miod | Michael Shalayeff |
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy |
2003-09-04 | bzero the full malloced space, not the sizeof the pointer | Anil Madhavapeddy |
2003-09-04 | correct sizeof for bzero/bcopy | Anil Madhavapeddy |
2003-09-04 | sync | Ted Unangst |
2003-09-04 | dummy xattr syscalls. ok deraadt@ | Ted Unangst |
2003-09-03 | m68k at least doesn't like random mappings. disable for now. | Ted Unangst |
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright |
2003-09-03 | bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadt | Jason Wright |
2003-09-03 | I'm walking on very, very thin ice here. Still trying to get the ``special'' | Miod Vallat |
2003-09-03 | zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | Federico G. Schwindt |
2003-09-03 | support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ... | Jason Wright |
2003-09-03 | bcm 5823 | Jason Wright |
2003-09-03 | Use symbolic constants for pbus fault codes. | Miod Vallat |
2003-09-03 | Be more cautious in the previous fix - we don't want to skip valid data access | Miod Vallat |
2003-09-02 | Increase autonegotiation wait to 5000ms. | Kenneth R Westerback |
2003-09-02 | oops forgot other -beta | Theo de Raadt |
2003-09-02 | - drop number of openings by 4 to avoid "not queued" errors. | Federico G. Schwindt |
2003-09-02 | User mode page faults for page zero require special treatment to prevent | Miod Vallat |
2003-09-02 | indent audio comment properly | David Krause |
2003-09-02 | start exiting -beta | Theo de Raadt |
2003-09-02 | There is a weird problems related to interrupts - we need to enable them too | Miod Vallat |
2003-09-02 | add a random offset to uvm_map_hint. this has the primary effect of | Ted Unangst |
2003-09-02 | Revert the last change since both Pentium 4 and Mobile Pentium 4 | Alexander Yurchenko |
2003-09-02 | just like mvme68k; miod ok | Theo de Raadt |
2003-09-02 | Our extent implementation relies on the fact that extents all have distinct | Miod Vallat |
2003-09-02 | missing #endif, pr3431 | Ted Unangst |
2003-09-02 | fix suser() calls, pr3430 | Ted Unangst |
2003-09-02 | zap more drivers | Theo de Raadt |
2003-09-02 | Cleanup and simplify data and instruction fault trap handling for 88100. | Miod Vallat |