summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-13Fix typo reported by Brad at comstyle com.wiz
2005-05-13Fill in fb_depth, fb_width, and fb_height in the fb_type info. XFree86 worksmhitch
2005-05-12Regencube
2005-05-12Two re(4) candidates. From Francois Romieu in private mail.cube
2005-05-12Remove obsolete file missed from the bouyer-xen2 merge.bouyer
2005-05-12PR/22058: Onno van der Linden: duplicate detection of isa ip.christos
2005-05-12Cosmetic changes: drop unnecessary final semicolons, consistently useuwe
2005-05-12Refer to WinCE development tools by their official names.uwe
2005-05-12Let ahc_createdmamem() return -1 on error instead of an error code, sinceaugustss
2005-05-12Make the Adaptec 1480 cardbus Slim SCSI card work.augustss
2005-05-12Don't need realall/realdepend now that .BEGIN worksjmc
2005-05-11Support for the HX version of the chip.augustss
2005-05-11Rework depends so this works w. -j after .BEGIN fixesjmc
2005-05-11Don't need realdepend/realall depends now that .BEGIN works againjmc
2005-05-11Rework dependencies for PROG. Needs LIBS, not machine/m68k for -j to workjmc
2005-05-11Convert to .BEGIN for machine/sysjmc
2005-05-11Remove compat code that hard-codes default group and mode for pty creation.christos
2005-05-11Don't need realdepend/realall depends anymore now that .BEGIN is fixedjmc
2005-05-11Our <sys/endian.h> is no longer compilable with eVC3 and probablyuwe
2005-05-11When cleaning, remove hpcboot/res/hpcmenu.aps (created when you browseuwe
2005-05-11Mark resources as language neutral, so that language is not pickeduwe
2005-05-11Use L"" Unicode syntax for Japanese strings, so that Japanese name foruwe
2005-05-11add no_instrument_function attribute to hypervisor_force_callbackyamt
2005-05-11s/ENTRY/NENTRY/ where appropriate.yamt
2005-05-11Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supportsscw
2005-05-11allocate anons on-demand, rather than reserving static amount ofyamt
2005-05-11From Wolfgang Stukenbrock in PR kern/30197: wrong type in CFATTACH_DECL.martin
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-05-11loading the kernel from disk currently causes the PDC_COPROC call to fail,chs
2005-05-10Remove some debug printf(), and #ifdef DEBUG some others.bouyer
2005-05-10Add some definitions of the (Falcon) IDE register locations and use thesejdc
2005-05-10Add support for arm1026ej-s.rearnsha
2005-05-10Detect arm1026ej-s.rearnsha
2005-05-10Add CPU-id for arm1026ej-s.rearnsha
2005-05-10assign major for nsmb(4)jdolecek
2005-05-09keep the comment which says up to 143 is MDjdolecek
2005-05-09since the vax gcc-2.95 does not like comma expressions, rewrite these aschristos
2005-05-09don't unlock twice.christos
2005-05-09#endif for LINUX_SS_ONSTACK needs to go after linux_sys_sigaltstack or buildsjmc
2005-05-09Separate the spl calls in UILOCK with a semicolon as the comma blows up on vaxjmc
2005-05-09Fix buttons arg of wsmouse_input().hamajima
2005-05-09lock all uses of uidhash. provide macros to lock and unlock. based on morechristos
2005-05-09Add support for Corega CG-LAPCIGT Gigabit Ethernet.martin
2005-05-09Regenmartin
2005-05-09PR kern/30173: add Corega CG-LAPCIGTmartin
2005-05-09Protect chgsbsize() with splsoftnet(). As discussed with yamt.christos
2005-05-08Panic strings should not end with \n.christos
2005-05-08Enclose some code dependent on wsdisplay in #if NWSDISPLAY > 0 / #endif;he
2005-05-08ACARD ATP865-A (used on AEC-6280/6880) supports UltraDMA/133 too.tsutsui
2005-05-08Only look at USBD_FORCE_SHORT_XFER for writes.augustss