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