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