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