summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-28syncTheo de Raadt
2009-07-28Add flow control supportKevin Lo
2009-07-27- make urls such as http://foo, http://foo/, or http://foo/bar/Martynas Venckus
2009-07-27syncTheo de Raadt
2009-07-27Remove an unused entry in the mode keys command enum and renameNicholas Marriott
2009-07-27The Digital EtherWORKS card is confirmed to work.Mark Kettenis
2009-07-27Change mode key bindings from big switches into a set of tables. Rather thanNicholas Marriott
2009-07-27Please don't commit documentation for changes which don't compile inTheo de Raadt
2009-07-27When will people learn to commit their .h file changes?Theo de Raadt
2009-07-27Get rid of empty mode_key_free function.Nicholas Marriott
2009-07-27explain the pedigree of these firmwares, since the license is not quite right.Theo de Raadt
2009-07-27Do enter the tigon directory, and build there, and ship them. We have triedTheo de Raadt
2009-07-27syncTheo de Raadt
2009-07-27As is already the case for ffs, do not allow creation of msdos file systemsAlexander Hall
2009-07-27Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27)Miod Vallat
2009-07-27seperation -> separation; from Amarendra GodboleJason McIntyre
2009-07-27Split comment from lint keyword. OK dms@Claudio Jeker
2009-07-27document how patterns are matched and that only the first 16 charsJason McIntyre
2009-07-27List the additional TOS values and DiffServ Code Points now recognisedStuart Henderson
2009-07-27Make it possible to use DiffServ Code Point in the TOS fields. Names likeClaudio Jeker
2009-07-27Define the common DiffServ Codepoints so pf(4) can use them.Claudio Jeker
2009-07-27add a section on automatic disk allocation, to give an idea ofJason McIntyre
2009-07-27Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott
2009-07-27tiemout_add -> timeout_add_secBret Lambert
2009-07-27Draw UTF-8 characters under the selection correctly.Nicholas Marriott
2009-07-27add bus speed recognition on Nehalem based cpus, thisDariusz Swiderski
2009-07-27Change previous-word behavior to move to the beginning of the word (matchesNicholas Marriott
2009-07-27don't use ``return'' in sio_close() and mio_close()Alexandre Ratchov
2009-07-26now in sync with version 1.8.1Ingo Schwarze
2009-07-26sync to 1.8.1: explicit-close macros now only warn when encounteringIngo Schwarze
2009-07-26sync to 1.8.1: remove superfluous NOSPACE in bd post,Ingo Schwarze
2009-07-26sync to 1.8.1: add a comment explaining the non-trivial termpair semantics;Ingo Schwarze
2009-07-26sync to 1.8.1: describe corrected handling of quoted literals,Ingo Schwarze
2009-07-26- revert thread model posix since it broke the build for hppa. will revistKurt Miller
2009-07-26sync to 1.8.1: rewrite quoted literal handling correctly,Ingo Schwarze
2009-07-26Detect backspace by looking at termios VERASE and translate it into \177 (whichNicholas Marriott
2009-07-26stop trying to fast-recycle pages for now. a few bugs have been found andTheo de Raadt
2009-07-26Calculate the space available for the prompt buffer and the cursor positionNicholas Marriott
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-07-26Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap().Miod Vallat
2009-07-26Make the bus_space boundary checks #ifdef DIAGNOSTIC.Miod Vallat
2009-07-26A better implementation of bus_space_subregion() for xbridge, with boundaryMiod Vallat
2009-07-26Go to the next if the current best process is replaced, don't keep comparing itNicholas Marriott
2009-07-26Noticed we had run out of cd space. What a giant CD! Instead of puttingTheo de Raadt
2009-07-26Create the pci resource extents as covering the full 4GB address space,Miod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26more style improvemets, from Thomas PfaffAlexandre Ratchov
2009-07-26I'm not as smart as mickey, so replace:Mark Kettenis
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-26use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticAlexandre Ratchov