Age | Commit message (Expand) | Author |
2005-03-15 | sync | Theo de Raadt |
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins |
2005-03-15 | better handling of cases where getnameinfo() returns non-zero. | Niall O'Higgins |
2005-03-15 | hook pxaudc up to the build | David Gwynne |
2005-03-15 | snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee. | Otto Moerbeek |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-15 | reduce vertical space taken by ever increasing hardware list by listing | Jason McIntyre |
2005-03-15 | Make attach errors appear on new lines and make | Jonathan Gray |
2005-03-15 | tweaks; | Jason McIntyre |
2005-03-15 | no need to flush a few fpregs since soon the whole pcb get flushed | Michael Shalayeff |
2005-03-15 | hafta flush pcb once active (and a tush tush tush) | Michael Shalayeff |
2005-03-15 | revise lockf limit policy. after exceeding "soft limit", start enforcing | Ted Unangst |
2005-03-15 | Try harder to prevent spurious touch screen 'down' events. | Dale Rahn |
2005-03-15 | Restructure the keyboard code so that the keys in rawkey are always sent | Dale Rahn |
2005-03-14 | Fix typo in comment | Tom Cosgrove |
2005-03-14 | regen | Pedro Martelletto |
2005-03-14 | Add GeForce4 MX 4000, okay deraadt@ | Pedro Martelletto |
2005-03-14 | Add "show summary" to ospfctl. | Esben Norby |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-14 | unlink() control socket in error path. Spotted by Theo at FOSDEM. | Claudio Jeker |
2005-03-14 | whitespace; | Jason McIntyre |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre |
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre |
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre |
2005-03-14 | don't display an error message when re-associating. | Damien Bergamini |
2005-03-14 | add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state and | Henning Brauer |
2005-03-14 | print interface and some stuff about it with the nexthops so it is easier | Henning Brauer |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-14 | when a buffer has a file descriptor to pass attached, we tried to send | Henning Brauer |
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker |
2005-03-14 | document WANTLIB absolute paths. | Marc Espie |
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker |
2005-03-14 | report/ignore broken packing-lists. | Marc Espie |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-14 | sync | Theo de Raadt |
2005-03-14 | support jvc mp-prx1; iedowse | Theo de Raadt |
2005-03-14 | Present list of dns servers supplied by dhcp as blank separated list, | Kenneth R Westerback |
2005-03-14 | more Yukon models and Yukon EC revs. | Brad Smith |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat |
2005-03-13 | set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in | Jean-Francois Brousseau |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove |
2005-03-13 | KNF | Tom Cosgrove |
2005-03-13 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove |
2005-03-13 | support for the optional `branch' keyword, which is used to set the | Jean-Francois Brousseau |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove |
2005-03-13 | spacing | Jean-Francois Brousseau |
2005-03-13 | Typo; spotted by Richard Ben Aleya | Miod Vallat |
2005-03-13 | unbreak, and do this correct. | Joris Vink |
2005-03-13 | simplify if {} else {} case. | Joris Vink |