summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-04add code to actually enable multicast reception; go-ahead from deraadt@Christian Weisgerber
2003-12-03Pass -Wsign-compare and avoid a potential malloc(0); ok henning@Todd C. Miller
2003-12-03add support for ifconfig clone; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03support for network interface "cloning", e.g. gif(4) via ifconfig(8)Markus Friedl
2003-12-03add dmesg command; ok deraadt, mcbride, henning and moreMarkus Friedl
2003-12-03protect against if_index wrap; similar to what netbsd does; ok henning deraadtMarkus Friedl
2003-12-03my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henningMarkus Friedl
2003-12-02KNF, ok deraadt/henningMarkus Friedl
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-12-02add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that re...Michael Shalayeff
2003-12-02Count from now, not from the epoch, to arm alarm.Thomas Nordin
2003-12-02do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as oth...Michael Shalayeff
2003-12-02Check array index before using it; from Tim Robbins via Niels.Todd C. Miller
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-29typos from Michael Coulter;Jason McIntyre
2003-11-28More pf stats fixups:Ryan Thomas McBride
2003-11-28crank max sizes. from millert. believed to solve pr3561Ted Unangst
2003-11-27syncAlexander Yurchenko
2003-11-27Realtek 8169 found on a hammer boardAlexander Yurchenko
2003-11-27on behalf of tdeval@:Henning Brauer
2003-11-27add quirk for Datum Networks SSF-7X USB Multi PlayersHenning Brauer
2003-11-27syncHenning Brauer
2003-11-27Datum Networks SSF-7X Multi PlayersHenning Brauer
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-26syncAlexander Yurchenko
2003-11-26Consistency in smbus controllers namesAlexander Yurchenko
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-25Make SIOCGIFHWADDR work. ok mickey@Thomas Nordin
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-11-24experimental support for HVT as a 2nd level tlbMichael Shalayeff
2003-11-24-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.Marc Espie
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24have to apm_set_ver() before the values calculated get used; from nedko@users...Michael Shalayeff
2003-11-24make it use system bcopy/bzero (speeds up the vax about twice); from pr3549Michael Shalayeff
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-23Check correct array index KERN_VNODE; from Alistair KerrTodd C. Miller
2003-11-23check for too-small length in stream debug codeAnil Madhavapeddy
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-21Remove redundant arguments to pf_sockaddr_lookup(); proto and af are alreadyRyan Thomas McBride
2003-11-21Remove unused "ipoff" arguments.Ryan Thomas McBride
2003-11-20Correct bounds check in semop(2) and semctl(2)Todd C. Miller