summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-05Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningMark Kettenis
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-09-05Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago.Mark Kettenis
2010-09-05Fix inline assembler to make it acceptable to gcc4. Similar to what we'veMark Kettenis
2010-09-05Properly invoke bus_dmamap_sync() around the ring descriptors. No functionalMiod Vallat
2010-09-05Unbreak the tree. Bad tedu, no cookie.Mark Kettenis
2010-09-04revert previous "simplification". kcornies at gmail says it doesn't work.Ted Unangst
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-09-04Remove redundant prototype left behind by deraadt@Mark Kettenis
2010-09-04Update 'Fastest Defeat In Chess' fortune, trying to dispel GibaudKenneth R Westerback
2010-09-04zap a load of wholly unneccessary .Pp;Jason McIntyre
2010-09-04syncMiod Vallat
2010-09-04Compile the v3 demangler support code in libiberty, bump minor. Will be usedMiod Vallat
2010-09-04update the description of se(4);Jason McIntyre
2010-09-04Off-by-two in the length check for CISTPL_CONFIG tuples.Miod Vallat
2010-09-04Use pcmcia_cis_read_1() to read cis data to be checksummed, instead ofMiod Vallat
2010-09-04Add support for indirect CIS data (CISTPL_INDIRECT tuple).Miod Vallat
2010-09-04Let se(4) support SiS191, and bring a lot of bugfixes and improvements fromMiod Vallat
2010-09-04RegenMiod Vallat
2010-09-04Reorder device entries within sections, for MAKEDEV.8 to have them sorted.Miod Vallat
2010-09-04Tried to get too fancy with the Makefile in a way that doesn't buildBret Lambert
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-09-04sort generated keywords in order to replace linear probe with bsearch(3)Bret Lambert
2010-09-04EXIT STATUS is allowed for section 6 pages too (even though none of ourJason McIntyre
2010-09-03Some cleanup in preparation for suspend/resume improvements.Mark Kettenis
2010-09-03bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2010-09-03fix initialization value of analog register AR_AN_TOP2 on some highDamien Bergamini
2010-09-03Need syntax.c to build the schema parser. Sorry for that.Martin Hedenfal
2010-09-03- fix entries for 'B'Jasper Lievisse Adriaanse
2010-09-03add EXIT STATUS (these two were hiding...);Jason McIntyre
2010-09-03Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.Claudio Jeker
2010-09-03add EXIT STATUS for /usr/libexec;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-03thib insists i take responsibility tooDavid Gwynne
2010-09-03zap trailing whitespace;Jason McIntyre
2010-09-03add an EXIT STATUS section for /sbin;Jason McIntyre
2010-09-03remove some unneccessary macros and put EXAMPLES in a more standard format;Jason McIntyre
2010-09-03Resolve matching rules from superior attribute types at schema load timeMartin Hedenfal
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-09-03Implement attribute syntaxes from RFC4517. This adds validation to the mostMartin Hedenfal
2010-09-03Make 'file' an argument in -f description.lum
2010-09-03Rename RCSNUM's fd to rf_fd, complies to other variable names andTobias Stoeckmann
2010-09-03Make second parameter of poll() the correct type. Removes compile warning.lum
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656Christian Weisgerber
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginMarkus Friedl
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@Markus Friedl
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@Markus Friedl
2010-09-02NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the sameClaudio Jeker
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado