summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-11$OpenBSD$ tagsDale Rahn
2004-01-11mark u_int64_t constants with ULL to make gcc3 happyBrad Smith
2004-01-11Little sync dmesg output with pciide.Alexander Yurchenko
2004-01-11plug snapper audio into build. ok dhartmei@Dale Rahn
2004-01-11Audio support for some newer macppc machines, any 'snapper' based systems.Dale Rahn
2004-01-11Add OF_getnodebyname interface to openfirmware, from netbsd.Dale Rahn
2004-01-11Add new getnodebyname interface as OF_getnodebyname to openfirmware, fromDale Rahn
2004-01-11let lsof compile again. report and fix confirmed pvalchev@Ted Unangst
2004-01-10the sparcv9 ABI requires registers %g2, %g3 to be first announced beforePeter Valchev
2004-01-10syncAlexander Yurchenko
2004-01-10Intel 82865G integrated videoAlexander Yurchenko
2004-01-10Sorry miod, this file is needed. Look at the bottomBob Beck
2004-01-10- shift some variablesPeter Valchev
2004-01-10Print sense info only for valid key; from NetBSD.Alexander Yurchenko
2004-01-10Make debug printf a real debug.Alexander Yurchenko
2004-01-10spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-10oops, revert change.Brad Smith
2004-01-09typo from Jared Yanovich;Jason McIntyre
2004-01-09typos from Jared Yanovich;Jason McIntyre
2004-01-09remove uvm_extern.hBrad Smith
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-09fix build for gcc3.Dale Rahn
2004-01-09decrease min mss to (256 - 40); ok deraadtMarkus Friedl
2004-01-09don't restrict tcp signature keys to ascii; ok mcbrideMarkus Friedl
2004-01-09Constify trap names, and a few cleanings to the trap() functions.Miod Vallat
2004-01-09fix leak ether_deatch(): if if_free_sadl() is called before if_detach()Markus Friedl
2004-01-09back out vnode parents. weird breakge found in ports treeTed Unangst
2004-01-09Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again.Miod Vallat
2004-01-09Do not keep a round-robin list of the previous traps for debug purposes onMiod Vallat
2004-01-09Do not define new m8820x specific constants for what are common cache andMiod Vallat
2004-01-08tom broke the kernel, and is being scoldedTheo de Raadt
2004-01-08The va for the few pages used for copying/zeroing pages are magic, but onlyMiod Vallat
2004-01-08syncTom Cosgrove
2004-01-08Merge entries for Cirrus Logic CS4280 and CS4614 (same device id)Tom Cosgrove
2004-01-08typo from Pedro Martelletto;Jason McIntyre
2004-01-08More sense message improvements from Marco Peereboom.Kenneth R Westerback
2004-01-08gcc3 does not seem to like comments inside comments - zap a couple; ok miodPeter Valchev
2004-01-08switch_exit() must be invoked at splhigh(), or you race the clock.Miod Vallat
2004-01-08Some splfoo() have raise-if-lower semantics; so introduce raiseipl() whichMiod Vallat
2004-01-08struct for IPv6 pseudo header checksum - nonstandard. from kameJun-ichiro itojun Hagino
2004-01-07Revert the pmap machinery to 20031228. The changes made since all produceMiod Vallat
2004-01-07machine/stdarg.h -> sys/stdarg.hBrad Smith
2004-01-07enable geodesc(4) and nsclpcsio(4); ok deraadtMarkus Friedl
2004-01-07Add p_rlim_rss_cur for ps "lim" field. OK deraadt@Todd C. Miller
2004-01-07no kern_watchdog for SMALL_KERNEL; ok deraadt@Markus Friedl
2004-01-07dirhash is good to go. ok deraadt@Ted Unangst
2004-01-07crank mss limit from 64 to 256; ok itojun@, dhartmei@Markus Friedl
2004-01-07sysctls for dirhash variables. with a hint from miod. ok deraadtTed Unangst
2004-01-07machine/stdarg.h -> sys/stdarg.h; ok espiePeter Valchev