Age | Commit message (Expand) | Author |
2010-09-04 | Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of | Miod Vallat |
2010-09-04 | Add support for indirect CIS data (CISTPL_INDIRECT tuple). | Miod Vallat |
2010-09-04 | Let se(4) support SiS191, and bring a lot of bugfixes and improvements from | Miod Vallat |
2010-09-04 | Regen | Miod Vallat |
2010-09-04 | Reorder device entries within sections, for MAKEDEV.8 to have them sorted. | Miod Vallat |
2010-09-04 | Tried to get too fancy with the Makefile in a way that doesn't build | Bret Lambert |
2010-09-04 | two more EXIT STATUS sections; | Jason McIntyre |
2010-09-04 | sort generated keywords in order to replace linear probe with bsearch(3) | Bret Lambert |
2010-09-04 | EXIT STATUS is allowed for section 6 pages too (even though none of our | Jason McIntyre |
2010-09-03 | Some cleanup in preparation for suspend/resume improvements. | Mark Kettenis |
2010-09-03 | bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit | Mark Kettenis |
2010-09-03 | fix initialization value of analog register AR_AN_TOP2 on some high | Damien Bergamini |
2010-09-03 | Need syntax.c to build the schema parser. Sorry for that. | Martin Hedenfal |
2010-09-03 | - fix entries for 'B' | Jasper Lievisse Adriaanse |
2010-09-03 | add EXIT STATUS (these two were hiding...); | Jason McIntyre |
2010-09-03 | Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop. | Claudio Jeker |
2010-09-03 | add EXIT STATUS for /usr/libexec; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-09-03 | thib insists i take responsibility too | David Gwynne |
2010-09-03 | zap trailing whitespace; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /sbin; | Jason McIntyre |
2010-09-03 | remove some unneccessary macros and put EXAMPLES in a more standard format; | Jason McIntyre |
2010-09-03 | Resolve matching rules from superior attribute types at schema load time | Martin Hedenfal |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2010-09-03 | Implement attribute syntaxes from RFC4517. This adds validation to the most | Martin Hedenfal |
2010-09-03 | Make 'file' an argument in -f description. | lum |
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann |
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum |
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | Christian Weisgerber |
2010-09-02 | test different key types (dsa, rsa, ecdsa) and sizes for login | Markus Friedl |
2010-09-02 | unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ | Markus Friedl |
2010-09-02 | permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ | Markus Friedl |
2010-09-02 | NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same | Claudio Jeker |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-09-02 | remove trailing spaces and tabs; no binary change. | Igor Sobrado |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-02 | don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE | Bret Lambert |
2010-09-02 | remove trailing whitespace. | Igor Sobrado |
2010-09-02 | Inline bufq_impl_disksort and bufq_impl_fifo's definitions into | Matthew Dempsky |
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann |
2010-09-01 | Don't give xs->resid an invalid value (xs->datalen * st->blksize) | Kenneth R Westerback |
2010-09-01 | prefer ECDH in a 256 bit curve field; prompted by naddy@ | Damien Miller |
2010-09-01 | After all escape sequence processing, check for being beyond the last | Nicholas Marriott |
2010-09-01 | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted | Nicholas Marriott |
2010-09-01 | Reset running jobs when the status line is enabled or disabled as well, | Nicholas Marriott |
2010-09-01 | Do not panic in parsedisk() for ``second class'' block devices (which we can't | Miod Vallat |
2010-09-01 | There is no point doing wakeups in bufq_done() unless we're actually in the | Mark Kettenis |
2010-09-01 | Clarify why we can walk the list of bufqs without holding a mutex with a | Mark Kettenis |
2010-09-01 | Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ | Miod Vallat |