summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-01make this work on big endian archs again, broken in the last commit.Jonathan Gray
2012-04-01Fix option name.Nicholas Marriott
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-04-01Update termtypes.master to terminfo.src from ncurses-5.9-20120331.Nicholas Marriott
2012-04-01Add pane_current_path format, suggested by Mikolaj Kucharski.Nicholas Marriott
2012-04-01Only exit mouse mode on scroll wheel when actually reaching the end ofNicholas Marriott
2012-04-01Only find each window once no matter how many panes, from JonathanNicholas Marriott
2012-04-01update currency exchange rates;Jason McIntyre
2012-04-01error out if accept() failsTheo de Raadt
2012-03-31Some whitespace/paren tweaks. Rename the mbr testing variable fromKenneth R Westerback
2012-03-31softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turnedMiod Vallat
2012-03-31err(1, NULL) can drive people insane, so please avoid it.Theo de Raadt
2012-03-31Make fsck_msdos work with non-512-byte sector devices. Problem notedKenneth R Westerback
2012-03-31sync cvsignore patterns. ok sthen@Matthieu Herrb
2012-03-30Expand the panic to show the malloc type and size. Okay deraadt@.Paul Irofti
2012-03-30make the description of -c a little saner; ok nicmJason McIntyre
2012-03-30increase timeout to 5m when connecting to a remote mail server, as requiredCharles Longeau
2012-03-30* use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@Gleydson Soares
2012-03-30actually store the result of the pmtu-route lookup. otherwise weMarkus Friedl
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2012-03-30tweak FILES and HISTORY;Jason McIntyre
2012-03-30document ZZZ; ok deraadtJason McIntyre
2012-03-29Add PermitOpen none option based on patch from Loganaden VelvindronDarren Tucker
2012-03-29there must be an even number of node names, not pairs;Jason McIntyre
2012-03-29Hook IP22 kernels to the build, and document how to boot the installationMiod Vallat
2012-03-29Put more smarts into the limited bootblocks brain; they will now happilyMiod Vallat
2012-03-29Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlappingMiod Vallat
2012-03-29Don't spin if accept() fails because it is out of file descriptors,Alexandre Ratchov
2012-03-29avoid line wrap in EXAMPLES; from Thomas PfaffJason McIntyre
2012-03-29The gnome MODULE also modify CONFIGURE_ENV.Antoine Jacoutot
2012-03-29syncTheo de Raadt
2012-03-29tweak previous;Jason McIntyre
2012-03-29Missing #ifdef in previous diffMike Larkin
2012-03-29Prevent hibernation attempts on machines with unsupported disk controllers.Mike Larkin
2012-03-29Add ecoff as possible targets for the mips ports, to be able to muildMiod Vallat
2012-03-29syncTheo de Raadt
2012-03-28guenther notes that s_pid must also move to matchTheo de Raadt
2012-03-28Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This isMiod Vallat
2012-03-28regenMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-28Allow dma map boundary smaller than the kernel page size to work inMiod Vallat
2012-03-28Yet another ioctl-related pid value. Should be the master of theTheo de Raadt
2012-03-28pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@Claudio Jeker
2012-03-28Another pid that needs to be the process pid and not the thread one.Claudio Jeker
2012-03-28More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@Claudio Jeker
2012-03-28Use p_p->ps_pid as pid in the route header instead of the thread pid. GiveClaudio Jeker
2012-03-28Make the yelp section (a little) more understandable.Antoine Jacoutot
2012-03-28The Delete key should delete the character to the right of the cursor.lum
2012-03-28Close an opendir(). From Igor Zinovik.lum
2012-03-28The kinfo_file2 structure's f_wbytes member was being filled with thePhilip Guenthe