summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-14Add an ieee80211_notify_dtim() function that drivers should call afterDamien Bergamini
2008-12-14Remove useless fields from template, they just serve to confuseRay Lai
2008-12-14Give names to anonymous unions.Ray Lai
2008-12-14regenBrad Smith
2008-12-14Add the Novatel Merlin X950D ExpressCard.Brad Smith
2008-12-13Properly restore PSTATE_IE when returning from send_softint().Mark Kettenis
2008-12-13IMSG_* namespace cleanup.Jacek Masiulaniec
2008-12-13Detect alias duplicates.Jacek Masiulaniec
2008-12-13Fix few parsing bugs in parse_entry, most severe of which wasJacek Masiulaniec
2008-12-13Simplify parse_entry; streamline the code to call db->put in oneJacek Masiulaniec
2008-12-13If parse_aliases fails, don't warn about syntax errors; it may failJacek Masiulaniec
2008-12-13Use mkstemp instead of mkdtemp; also, add more X's.Jacek Masiulaniec
2008-12-13- Correct usage text.Jacek Masiulaniec
2008-12-13Another camera that works, 'Sure' mglocker@Ian Darwin
2008-12-13use the hardware general-purpose timer interrupt instead of timeout(9).Damien Bergamini
2008-12-13Declare alias_parse in smtpd.h, and fix callers that pass it wrongJacek Masiulaniec
2008-12-13clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memoryDamien Bergamini
2008-12-13;5Anvidia mcp67 ahci controller also needs special handling.Mike Belopuhov
2008-12-13My camcorder works now, too :-)Marcus Glocker
2008-12-13syncTheo de Raadt
2008-12-13note to everyone: nitems(pointer) is 0, not what you wantTheo de Raadt
2008-12-12__isinff and __isnanfMartynas Venckus
2008-12-12Check for zero'd spd data even if we pass the checksumJonathan Gray
2008-12-12Make bgpctl priority aware.Claudio Jeker
2008-12-12Make bgpd route priority aware and while there sync in the basics to correctlyClaudio Jeker
2008-12-12ospfd knows now priorities so let ospfctl know and print them as well.Claudio Jeker
2008-12-12Make the kroute code routing priority aware. This solves a few issues andClaudio Jeker
2008-12-12ifconfig(8) part to make it possible to set an interface priority.Claudio Jeker
2008-12-12Introduce a if_priority that will be added to RTP_STATIC when routes areClaudio Jeker
2008-12-12Make sure that incomming routing messages don't have RTP_DOWN set. MaskClaudio Jeker
2008-12-12fix a bug that slipped through my last commit.Damien Bergamini
2008-12-12- fix HW crypto using group keys (this should fix the "ExtIV bit not set"Damien Bergamini
2008-12-12Use the hdrlen to skip over the header and to the sockaddrs instead of theClaudio Jeker
2008-12-12Use rtm_hdrlen to jump over the message header and to the beginning of theClaudio Jeker
2008-12-12Format string checking for bsnprintf.Jacek Masiulaniec
2008-12-12spaceMartynas Venckus
2008-12-12syncTheo de Raadt
2008-12-12do the same as was done in mi version: do not include math.h, since isinf,Martynas Venckus
2008-12-12Kill references to smtpdb(8).Jacek Masiulaniec
2008-12-12get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros.Damien Bergamini
2008-12-12new firmware for 4965AGN adapters (firmware for 5000 Series does not change.)Damien Bergamini
2008-12-12Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute.Claudio Jeker
2008-12-12Follow RFC 4271 more closely by sending the correct error back for optionalClaudio Jeker
2008-12-12fix test 37 (from NetBSD) and the (still failing) 41Otto Moerbeek
2008-12-12Add netmpls/mpls_output.cMichele Marchetto
2008-12-12strcpy -> strlcpy; ok mbalmer@ martynas@Otto Moerbeek
2008-12-12- note that /tmp and /var/tmp are cleaned by daily(8)Jason McIntyre
2008-12-12matthieu and reyk say that using 9k frames for rx breaks vic on esx. i canDavid Gwynne
2008-12-12bump major version, to be safe. ok theoMartynas Venckus
2008-12-12- document and mlink frexpf, ldexpf, modff added 13 years agoMartynas Venckus