summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-12Fix 32bit kernel build, pointed by Juergen Hannken-Illjes.petrov
2004-01-12change the updating note to say you may need fsck_ffs -b 32 -c 4'dbj
2004-01-12finish previous (removal of 'reaper' kernel thread):jdolecek
2004-01-12Back out hasty previous commit -- bitwise arithmetic does not always matchsekiya
2004-01-12Wrap more mips3_ operations in MIPS3 defines.sekiya
2004-01-12Add pic attached at mainbus (for IP12).sekiya
2004-01-12mips3_* functions aren't available when MIPS3 is not defined, so providesekiya
2004-01-12Add pic (memory controller for IP12) driver. Originally written bysekiya
2004-01-12Completely commit to bitwise operations. Instigated by simonb@sekiya
2004-01-12Change one more multiplication to a bit shift. Pointed out by pooka@.sekiya
2004-01-12Use __insn_barrier() to prevent the compiler reordering splx/splraisescw
2004-01-12add checks for a couple of botched superblock upgrade casesdbj
2004-01-12CRIME revision 1.1 has a bug that affects PIO operations to/from the MACE.sekiya
2004-01-12ANSIfy, and change a multiplication operation to a bit-shift.sekiya
2004-01-11g/c process state SDEAD - it's not used anymore after 'reaper' removaljdolecek
2004-01-11use P_ZOMBIE() macro instead of checking p_state directjdolecek
2004-01-11Update the file system snapshot driver:hannken
2004-01-11fix assertion - non-alive processes are in SZOMB state nowjdolecek
2004-01-11sysctl_vm_updateminmax: fix swapped filemin and execmin.yamt
2004-01-11ride 1.6ZH version bump - g/c some unused struct lwp and struct procjdolecek
2004-01-11Avoid ras_lookup call if compiling 32bit kernel (which does not havemartin
2004-01-11Checkpoint if_mec work (just in case I get hit by a bus). This driver is stillsekiya
2004-01-11Make it aware of the new ata configuration syntax.cube
2004-01-11The limitation for TX/RX DMA of rev. 900B and 635 os the SiS chips alsocube
2004-01-11Reinstate symbolic device names -- I completely forgot about their use.sekiya
2004-01-10The VIDC20 data sheet doesn't define the polarity of the sign bit forbjh21
2004-01-10remove forgotten debug printf from development.is
2004-01-10Allow vfs_write_suspend() to wait if the file system is alreadyhannken
2004-01-10Since the LOCK and UNLOCK flags are never used, no need in extracting them.oster
2004-01-10Split out softdep_flushworklist() from softdep_flushfiles() so thathannken
2004-01-10comments in nfs_doio_write.yamt
2004-01-10add a new bufq strategy, BUFQ_PRIOCSCAN (per-priority CSCAN).yamt
2004-01-10bump to 1.6ZH. add b_prio to struct buf.yamt
2004-01-10reset i/o priority in geteblk() as well.yamt
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2004-01-10Rounding to the nearest multiple of 2 with roundup(constant, 2) isdyoung
2004-01-10In atw_rf3000_tune, enable I/O with the modem and RF front-enddyoung
2004-01-10Do not set IEEE80211_F_IBSSON in hostap mode. Treat hostap-modedyoung
2004-01-10Report received-early interrupt with a debug printf.dyoung
2004-01-10Misc. cosmetic changes.dyoung
2004-01-10Use new docs provided by RFMD to give some meaning todyoung
2004-01-10Get rid of empty #if 0/#endif stanza.dyoung
2004-01-10Bus-spacify ip2x core logic. Eliminate magic numbers.sekiya
2004-01-10Add register definitions for INT2 interrupt controller.sekiya
2004-01-10Add watchdog and bus error handling functions (these features live insekiya
2004-01-10Clean up console device selection logic.sekiya
2004-01-10de-__P, sprinkle some KNF.sekiya
2004-01-10Add framework for gio card identification based on product ID. devlist2h.awksekiya
2004-01-10don't include sys/param.h; the man page says that the application shouldchristos
2004-01-10iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothingoster