summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-10enable urtw(4)Kevin Lo
2009-03-10remove IBSS and HostAP modes since these aren't advertised in ic->ic_capsKevin Lo
2009-03-10Add ips_intrds() function to be able to disable interrupts on hardware.Alexander Yurchenko
2009-03-10Limit registers space size to some reasonable value.Alexander Yurchenko
2009-03-10ascribe copyright to code taken from OpenSSH, pointed out by deraadtJacek Masiulaniec
2009-03-10do not give an example which implies people should put their hostname onTheo de Raadt
2009-03-09run external mda directly, not via sh -c; this steals addargs() APIJacek Masiulaniec
2009-03-09Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but withoutMark Kettenis
2009-03-09Provide more dependencies for binutils to build with make -j on a.outMiod Vallat
2009-03-09Needed dependencies for make -j to behave correctly, backported from gcc 3;Miod Vallat
2009-03-09Completely rework command processing:Alexander Yurchenko
2009-03-09Switch mvme88k to timecounters.Miod Vallat
2009-03-09Clarify comment in namei(): the code commented doesn't check if theBret Lambert
2009-03-09Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@Jacek Masiulaniec
2009-03-09correct .Dt; from Tim van der MolenJason McIntyre
2009-03-09Make the DIOCSETIFFLAG, DIOCSETLIMIT, and DIOCSETTIMEOUT ioctlsRyan Thomas McBride
2009-03-09add hunk that should have been included in rev. 1.12, fixes occasionalJacek Masiulaniec
2009-03-09Do not start printing device info before attachment succeeded.Stefan Sperling
2009-03-09add basic support for outgoing authentication (AUTH PLAIN over ssl) whichGilles Chehade
2009-03-08Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK).Miod Vallat
2009-03-08adapt example to reflect a recent change in parse.yGilles Chehade
2009-03-08supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported,Gilles Chehade
2009-03-08when operating in enqueue mode, it was easy to make smtpctl fatal() byGilles Chehade
2009-03-08g/c now unused extern declaration for avail_endMartin Reindl
2009-03-08shrink struct message a bit by removing a couple fields which are no longerGilles Chehade
2009-03-08~/.forward files handling was fixed recently so that it is the privilegedGilles Chehade
2009-03-08Move more z8536 defines from MVME188 specific code to the MI header and use it.Miod Vallat
2009-03-08Remove #ifdef'd code which had a TODO comment essentially askingStefan Sperling
2009-03-08If a session leader exists s_leader is set to NULL, so don't dereference itMark Kettenis
2009-03-08Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices thatRobert Nagy
2009-03-07No need to spam log with 'unable to alloc CCB' messages now thatKenneth R Westerback
2009-03-07Make sure the scsi_xfer timeout is set up before the command may complete;Miod Vallat
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-03-07No need to register a soft interrupt for softclock, it's done in MI code.Miod Vallat
2009-03-07GENERIC.MP is now stable on MVME197DP.Miod Vallat
2009-03-07Get rid of rde_nbr structure as it is no more needed in RDE to makeMichele Marchetto
2009-03-07Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().Landry Breuil
2009-03-07tweak code to use same comparison operations as PackageNames.Marc Espie
2009-03-07introduce versionspecs as a derivative object from version.Marc Espie
2009-03-07regenJonathan Gray
2009-03-07Mobility Radeon HD 3400 from Eric JACQUOT and someJonathan Gray
2009-03-07Misc cleanups, remove dead codeJordan Hargrave
2009-03-07aac now supports SAS controllers, mention this in Nd.Alexander Yurchenko
2009-03-07"Numer of " -> "Number of ". Typo from r1.1.Kenneth R Westerback
2009-03-07Make sure pd2 has a pointer to the icmp header in the payload; fixesRyan Thomas McBride
2009-03-07Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.Stefan Sperling
2009-03-06missing prototypeGilles Chehade
2009-03-06introduce map_dblookup() which allows us to query db maps for plain entriesGilles Chehade
2009-03-06make_plain() deals with a c-string, val->size should contain the nul-byteGilles Chehade
2009-03-06fix a bug in the generation of plain maps which would cause the value notGilles Chehade