Age | Commit message (Expand) | Author |
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 |
2012-03-28 | Take some additional steps needed to make the PHY on EC Ultra/8056 | Jonathan Gray |
2012-03-28 | the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug | Jason McIntyre |
2012-03-28 | explain certificate extensions/crit split rationale. Mention requirement | Damien Miller |
2012-03-27 | Introduce "selected" as show rib attribute to only show selected routes. | Claudio Jeker |
2012-03-27 | Introduce F_CTL_ACTIVE a flag to only show selected pathes. | Claudio Jeker |
2012-03-27 | fix indentation | Theo de Raadt |
2012-03-27 | Do not try STARTTLS if the server does not advertise support | Eric Faurot |
2012-03-27 | only attempt to calculate bus_clock if we can't get tables from acpi | Jonathan Gray |
2012-03-27 | Make the bus_clock calculations happen later in the boot process so | Jonathan Gray |
2012-03-27 | Reverse the default of the -c flag from off to on to prevent the text | Nicholas Marriott |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |