summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-09-26catch up with const sigset_tchristos
2003-09-26bring in MI declarations.christos
2003-09-26catch up with const sigset_tchristos
2003-09-26move MI stuff to the MI includechristos
2003-09-26move MI stuff to the MI include.christos
2003-09-26add catch up with const sigset_t *christos
2003-09-26catch up with const sigset_t *christos
2003-09-26Copy out the entire ksiginfo_t, not just the first word.matt
2003-09-26Remove casts and use %x in printf for tc_offset_t,tsutsui
2003-09-26Attach haltwo on Indigo2 machines also, it reportedly works on them.lonewolf
2003-09-26Add DELL Perc 4/di (from Freebsd).matt
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-09-26Fix off-by-one problem in array size.mycroft
2003-09-26Avoid multi-line strings.simonb
2003-09-26Can't use __FUNCTION__ with string concatenation in gcc331.simonb
2003-09-26RCSIDpooka
2003-09-26Don't have a label as the last part of a compound statement (fixes asimonb
2003-09-26do delayed truncation in nfs_getattr.yamt
2003-09-26Disable pass3 DMA for now; booting a box to multi-user with root-on-nfssimonb
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-26change n_mtime from time_t to timespec in order to improveyamt
2003-09-26Add "ULL" to large constant; keeps gcc331 happy.simonb
2003-09-26Regen.matt
2003-09-26Add Dell Perc 4/DImatt
2003-09-26don't dereference a vm_page pointer after we free the page.chs
2003-09-26in pmap_enter(), invalidate the TSBs before pre-loading the new values,chs
2003-09-26Confirmed; don't need to query stripe size on TwinStor.thorpej
2003-09-26Make kernfs peacefully co-exist with procfs.atatat
2003-09-26Minor nit. Use more compact "device hd64461if {}" instead of separateuwe
2003-09-26Define ksi.eeh
2003-09-25In ffs_sbupdate(), swap the sblock after ffs_oldfscompat_write() isenami
2003-09-25Make negative name cache works again.enami
2003-09-25Fix up the TWEIO_COMMAND code to actually work. The 3ware management APIthorpej
2003-09-25Deal with the constification of ksiginfo_t and sigset_t in signalling.matt
2003-09-25constify siginfo/trapsignalchristos
2003-09-25constify sendsig/trapsignalchristos
2003-09-25Use direct entry for siginfo trampoline. Deal with missingmatt
2003-09-25constify sendsig/trapsignalchristos
2003-09-25Fill in ksi_code.matt
2003-09-25constify sendsig/trapsignal [suggested by gimpy]christos
2003-09-25imake this compile again.christos
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Add COMPAT_16matt
2003-09-25Add siginfo support for PowerPC.matt
2003-09-25Install twereg.h and tweio.hthorpej
2003-09-25- Protect against multiple inclusion.thorpej
2003-09-25Remove db_onpanic check.matt
2003-09-25regenjoda