summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-30kill breada(), from Sven Dehmlow. ok tedu@ millert@Pedro Martelletto
2004-11-30missing $OpenBSDMarkus Friedl
2004-11-30repair DEBUG kernelsMartin Reindl
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
2004-11-30Use %s, not %d to print the interface name. From Max Laier.Ryan Thomas McBride
2004-11-29ansi + some knf, no binary changeHans-Joerg Hoexer
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29tiny knf, no binary change.Hans-Joerg Hoexer
2004-11-29plug memory leaks on errorPatrick Latifi
2004-11-29Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedMiod Vallat
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
2004-11-29remove old header. everything should use net80211/ stuff.Federico G. Schwindt
2004-11-29knf/ansi. No binary change.Jonathan Gray
2004-11-29syncAlexander Yurchenko
2004-11-29CSR BlueCore, from anil.Alexander Yurchenko
2004-11-29From FreeBSD: Correct URL of the programming manual.Jonathan Gray
2004-11-29Spell precede correctly.Jonathan Gray
2004-11-29put text after #endif in comment (compile w/ gcc3)Peter Valchev
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-11-28syncPeter Valchev
2004-11-28garmin palm device; from openbsd@st.thrush.comPeter Valchev
2004-11-28Prevent ADB devices other than mices of generating "extended" protocol events.Matthieu Herrb
2004-11-28Correct pmap_enter() flags usage.Miod Vallat
2004-11-28sync from libcMichael Shalayeff
2004-11-28a tiny hppa64 bitMichael Shalayeff
2004-11-28Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier.Ryan Thomas McBride
2004-11-28don't hide the process context in rf_close_component(), since we mayPedro Martelletto
2004-11-28kue(4) uses loadfirmware(9), but usb threaded probing starts beforeTheo de Raadt
2004-11-28mountroothooks are called after the root filesystem is mounted.Theo de Raadt
2004-11-28rev 1.74Brad Smith
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-27use a pm_lock define instead of the long fluffMichael Shalayeff
2004-11-27Fix for building in another directory using config -s. ok deraadt@, miod@.Matthieu Herrb
2004-11-27introduce pffinddomain(), to find a domain by family.Patrick Latifi
2004-11-27In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowestMiod Vallat
2004-11-27KNF, ANSI, cleanup. No binary change.Alexander Yurchenko
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-26implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreeMarkus Friedl
2004-11-26add pfkey sysctl subtree; ok deraadtMarkus Friedl
2004-11-25crank ramdisk filesystem slightly to cope with firmwares inside the filesystemTheo de Raadt
2004-11-25resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it'sMarkus Friedl
2004-11-25use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgschMarkus Friedl
2004-11-25remove special handling of PF_KEY in net_sysctl; ok deraadtMarkus Friedl
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-11-25fix for race between invocation for timer and network inputMarkus Friedl
2004-11-25compatibility ioctls for things like "wicontrol ath0 -l" toReyk Floeter