Age | Commit message (Expand) | Author |
2015-05-19 | In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so | Nicholas Marriott |
2015-05-19 | change names to not conflict with omap intc | Jonathan Gray |
2015-05-19 | rename global variables to not conflict with gptimer | Jonathan Gray |
2015-05-19 | Abstract the soc_machdep.c functions to allow a kernel to be built for | Jonathan Gray |
2015-05-19 | use the same va entry point on all armv7 socs | Jonathan Gray |
2015-05-18 | Make armv7 startup PIC. From Dale Rahn in bitrig. | Jonathan Gray |
2015-05-18 | Make TAPE=- mean stdout in tar | czarkoff |
2015-05-18 | Do lazy update/reset of the FS.base and %[def]s segment registers: reseting | Philip Guenther |
2015-05-18 | For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(), | Alexander Bluhm |
2015-05-18 | Make the compiler emit visibility information for (undefined) references with | Mark Kettenis |
2015-05-18 | identical common code -> refactor | Marc Espie |
2015-05-18 | better error in case we can't create tempfiles | Marc Espie |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-18 | Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP | Alexander Bluhm |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2015-05-18 | The first line of a HTTP request is the method-url-version. The | Alexander Bluhm |
2015-05-18 | Change spamd to use divert-to instead of rdr-to. | Reyk Floeter |
2015-05-18 | Put ntpd.conf in MUTABLE so it's installed with 0644 mode. | Antoine Jacoutot |
2015-05-18 | getentropy() and sendsyslog() have been around long enough. | Theo de Raadt |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |
2015-05-18 | Currently, after 4 failed constraint checks, we suspect the constraint | Reyk Floeter |
2015-05-18 | swap calloc() arguments for clarity | Theo de Raadt |
2015-05-18 | enable ntpd by default at install time. We use pools and a reliable | Theo de Raadt |
2015-05-18 | Move the rdomain from struct ifnet into struct if_data. This way it | Reyk Floeter |
2015-05-18 | Prevent splassert from firing during sd_flush which runs "cold" | Mike Belopuhov |
2015-05-18 | No longer need tricks with setvbuf(). Instead, we just give permission | Theo de Raadt |
2015-05-18 | Do not change "rcvif" without goint through if_input() again otherwise | Martin Pieuchot |
2015-05-18 | Simplify example constraints URL to reduce load on the server side. | Darren Tucker |
2015-05-18 | simplify progressmeter calls to visit_and: we retrieve the state from the | Marc Espie |
2015-05-18 | have visit_with_count and visit_with_size use the same parameter conventions. | Marc Espie |
2015-05-18 | since the progressmeter is always tied to a state, store the state always, | Marc Espie |
2015-05-18 | Add -d flag and dc capability to open devices non-blocking, used for the | Nicholas Marriott |
2015-05-18 | Reenable the page zeroing thread on MP m88k kernels. | Miod Vallat |
2015-05-18 | Move the logic deciding whether to grab the kernel lock or not, deeper in the | Miod Vallat |
2015-05-17 | Add test cases for a crash reported by Bertrand PROVOST. When a | Alexander Bluhm |
2015-05-17 | *** empty log message *** | Mark Kettenis |
2015-05-17 | Add 'D' to usage optstring. Prodded by jmc@ | Philip Guenther |
2015-05-17 | Add -D option for displaying the dynamic symbol table | Philip Guenther |
2015-05-17 | When resolving the "constraint" (singular), store all returned IP | Reyk Floeter |
2015-05-17 | for decades, wsdisplay has acted in one way like it is not a tty | Theo de Raadt |
2015-05-17 | Checking the dts files turned up some more imx sdhc problems. | Jonathan Gray |
2015-05-17 | add missing calls to set the gpio direction before reading the | Jonathan Gray |
2015-05-17 | Montenegrin holidays | czarkoff |
2015-05-17 | New Year's Day | czarkoff |
2015-05-17 | Read ethernet address from EEPROM on AX88772B based on FreeBSD | Can Erkin Acar |
2015-05-17 | We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has | Chris Cappuccio |
2015-05-17 | Of course, fcntl errno case returns -1, which must be converted to 0 | Theo de Raadt |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-17 | Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better | Theo de Raadt |
2015-05-17 | nope, ioctl has not been used for a while | Theo de Raadt |