summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-02fix bz#1934: newer OpenSSL versions will require HMAC_CTX_Init beforeDamien Miller
2011-12-02fix bz#1948: ssh -f doesn't fork for multiplexed connection.Damien Miller
2011-12-01test vertical spacing around display blocksIngo Schwarze
2011-12-01Log terminal overrides.Nicholas Marriott
2011-12-01Be sure to splx() before return in pgt_media_status(); from Jan Klemkow onMiod Vallat
2011-12-01Fix mandocdb(8) to pass over the type when pruning the database.Ingo Schwarze
2011-12-01Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO.David Hill
2011-12-01regenDavid Hill
2011-12-01Add a bunch of Apple iPod and iPhone devicesDavid Hill
2011-12-01Add home and end keys for command prompt, from Matthias Lederhofer.Nicholas Marriott
2011-12-01Make sure we only enter pf_route() when undefering in the PF_ROUTETO case.Ryan Thomas McBride
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
2011-12-01Fix negating of unsigned d_secsize. FIRST, cast to signed type,Kenneth R Westerback
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
2011-11-30Fix an issue when uid != euid (e.g. when running shutdown(8) as aAntoine Jacoutot
2011-11-30correctly calculate the space available in external storage in m_pullup.David Gwynne
2011-11-29Sync to bsd.lv, mostly from kristaps@.Ingo Schwarze
2011-11-29the code for managing tty vs cua usage collision was free'ing all sortsTheo de Raadt
2011-11-29Do not blindly return 1 from the interrupt handler since we do not knowJoel Sing
2011-11-29whitespace fixes. no binary change.David Gwynne
2011-11-29minor whitespace fixDavid Gwynne
2011-11-29use a u_int64_t for the state id in pfsync_state. this makes it consistentDavid Gwynne
2011-11-29Missing wordlen check from version 1.20. Spotted by matthew@lum
2011-11-29ready this for big-endian support later onTheo de Raadt
2011-11-29Only free the piglet on hibernate fail if we are suspending.Mike Larkin
2011-11-29enable initfirst regressKurt Miller
2011-11-29clean up initfirst regress conflict created by my import. split testsKurt Miller
2011-11-29Limit the kumeran errata to a specific mac/phy combo as done in the IntelJonathan Gray
2011-11-29Check the destructor order tooPhilip Guenthe
2011-11-29ld.so initfirst regress testKurt Miller
2011-11-29tables of matchable keys; from kristaps@Ingo Schwarze
2011-11-28Fix a few grating comment typos.Matthew Dempsky
2011-11-28use STATUS_* filter codes, instead of -1/0/1 hard coded valuesCharles Longeau
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsPhilip Guenthe
2011-11-28fix STATE_COUNT countCharles Longeau
2011-11-28Fix reversed error-handling gotos in myx_buf_fill(), which would lead toBret Lambert
2011-11-28fix formulaEric Faurot
2011-11-28jmc's suggested text for the ctags man page update was slightylum
2011-11-28Change behaviour of M-q (fill-paragraph) to allowlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-11-28Discuss the default behaviour up front before talking about optionsIngo Schwarze
2011-11-28deprecate PFTM_UNTIL_PACKET. nothing in the tree uses it, andDavid Gwynne
2011-11-28Put back the chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-11-27Reimplement the global command line options -a and -vIngo Schwarze
2011-11-27Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze
2011-11-27Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze
2011-11-27Don't segfault when trying to bind to an invalid command. While here,Pascal Stumpf
2011-11-27When checking for offset wrap around in vn_read(), compare againstPhilip Guenthe
2011-11-27Regen.Mark Kettenis