summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-06-26fix typo in comment. tedu@ okJolan Luff
2003-06-26Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now.Miod Vallat
2003-06-26add prototypes for userland code that reaches over. ok deraadt@Ted Unangst
2003-06-26Simplify code a bit by eliminating a few early returns in the senseKenneth R Westerback
2003-06-26addrmask canbe constMichael Shalayeff
2003-06-26alignment for extent_alloc_subregion cannot be zeroMichael Shalayeff
2003-06-26constify readonly dataMichael Shalayeff
2003-06-26regenMichael Shalayeff
2003-06-26add netgear ha501 802.11aMichael Shalayeff
2003-06-26fix probing for ami raid owned hba properly; mjacob@ okMichael Shalayeff
2003-06-26it's better w/ a comma between irq and addressMichael Shalayeff
2003-06-26align acb size to 256 bytes to avoid cache issues; krw@ okMichael Shalayeff
2003-06-26space vs tab consistancyMichael Shalayeff
2003-06-25constify some readonly dataMichael Shalayeff
2003-06-25fix #if/ifdef issue and use u_int16_t instead of int where appropriateMichael Shalayeff
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-25Acknowledge the status interrupt in some odd and usually rare cases, whichMiod Vallat
2003-06-25mimic delays pattern from i82365 on socket enable. actually pull the reset li...Michael Shalayeff
2003-06-25AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGMichael Shalayeff
2003-06-25add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org>Michael Shalayeff
2003-06-25We want address incrementation disabled, so correctly ask for it...Miod Vallat
2003-06-25fix all the _BITS and their useMichael Shalayeff
2003-06-25implement new means of manipulating buf queues, bufq.Ted Unangst
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat
2003-06-25Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE whenHenric Jungheim
2003-06-25Recent bus_space changes make ne at pcmcia work out of the box,Miod Vallat
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-06-25Let the stp driver use different bus_space_tag_t for its own device access,Miod Vallat
2003-06-25#include <machine/intr.h> is not necessary here.Miod Vallat
2003-06-25add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.Henning Brauer
2003-06-25a bit whitespace/tab KNF while I'm hereHenning Brauer
2003-06-25support Moxa C104HHenning Brauer
2003-06-25regenHenning Brauer
2003-06-25Moxa C104HHenning Brauer
2003-06-25Avoid a divide by zero byKenneth R Westerback
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-24try to devise drive's rpm and default to 3600 should we fail miserably.Michael Shalayeff
2003-06-24Use the common Power9000 definitions.Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-24For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signedDale Rahn
2003-06-24in the ipv6 case, allow route-to to route to link-local addressesHenning Brauer
2003-06-24KNFHenning Brauer
2003-06-24recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16).Jun-ichiro itojun Hagino
2003-06-24remove unneeded checks of accept_rtadv. from kameJun-ichiro itojun Hagino
2003-06-24* kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition toJun-ichiro itojun Hagino
2003-06-24use time.tv_sec directly, rather than having time_second (freebsd NIH).Jun-ichiro itojun Hagino