summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-04Convert to ANSI.Matthew Dempsky
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04remove unneeded cast.David Hill
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2011-07-04LINK_STATE cleanup. It is no longer needed to special case carp(4).Claudio Jeker
2011-07-04bread() takes daddr64_t block address, not int32_t, so use correct cast. brea...Kenneth R Westerback
2011-07-04redo the timeout and input handling. unify them and fix some bugs.Ted Unangst
2011-07-04make it look like other softraid codeTed Unangst
2011-07-04whack the collider stuff for nowTed Unangst
2011-07-04there's no way we can use just a single workq task here. one task for all pa...Ted Unangst
2011-07-04Don't make copy multicast packets for carp interfacesMarco Pfatschbacher
2011-07-04rip out more effectively dead code, ryan okHenning Brauer
2011-07-04Let custom nlist.c check ELF, but use the i386 values EM_I386 andKenneth R Westerback
2011-07-04Allow advbase to be set to zero, which makes it possible to runMarco Pfatschbacher
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-07-04Replace inadvertantly removed line.Owain Ainsworth
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2011-07-03g/c code to read/write the dscp field. with pf as classifier altq has noHenning Brauer
2011-07-03g/c ALTQT_ defines for disciplines we don't haveHenning Brauer
2011-07-03bring in least-states load balancing algorithmJoerg Zinke
2011-07-03In pf_setup_pdesc() the code for analysing TCP and UDP headers wasAlexander Bluhm
2011-07-03IFQ_CLASSIFY is also just schrapnelHenning Brauer
2011-07-03no traces of ALTQ_DECL to be found anywhere, thus kill the #definesHenning Brauer
2011-07-03cdnr and rio disciplines are not being used or supported, clear a pathTed Unangst
2011-07-03Tweak the dmesg output a bit. From brad@YASUOKA Masahiko
2011-07-03Enable nvt(4).Mark Kettenis
2011-07-03Bring in millert@ thinko fix for '_' handling from r1.47 ofKenneth R Westerback
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.Mark Kettenis
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03a_sym is an integer not a pointer so check == 0, not == NULL. SomeKenneth R Westerback
2011-07-03Add blank line to keep consistent spacing. From brad@YASUOKA Masahiko
2011-07-03Rewrite the multicast handling for OpenBSD. From brad@YASUOKA Masahiko
2011-07-03- add missing #include "bpfilter.h" on if_cnmac.YASUOKA Masahiko
2011-07-03Fix boot dump on bigmem machines.Owain Ainsworth
2011-07-03in the ironlake interrupt handler, do not do unneccesary registerTheo de Raadt
2011-07-03ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta toKenneth R Westerback
2011-07-03Add more useful $OpenBSD$ tag.Kenneth R Westerback
2011-07-03Add missing $OpenBSD $ tag.Kenneth R Westerback
2011-07-03ucom(4) did not understand the last-close semantics. repair that, andTheo de Raadt
2011-07-03Change name of pointer to partition from pl to pp, as is used everywhere else...Kenneth R Westerback
2011-07-03reduce kernel compile time dramaticallyHenning Brauer
2011-07-03garbage collect unused parameter to PFLOG_PACKETHenning Brauer
2011-07-03endodoify UVM_CNT too.Owain Ainsworth
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Do as all other direct archs do and map contig memory through the directOwain Ainsworth
2011-07-03correctify NULL 0 confusionTed Unangst
2011-07-03wsdisplay should use wsdisplaypoll not ttpoll.Nicholas Marriott
2011-07-03Fix return values of wsdisplaykqfilter and move some code so it matchesNicholas Marriott
2011-07-03Cleanup vnd(4) a bit now that it only has one mode of operation andMatthew Dempsky