Age | Commit message (Expand) | Author |
2008-06-08 | The default route is 0.0.0.0/0 so it is necessary to check the mask as well. | Claudio Jeker |
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker |
2008-06-08 | use sched_is_idle() and nuke the sched_chooseproc prototype since we | Thordur I. Bjornsson |
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker |
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann |
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter |
2008-06-08 | Set up shutdown and powerhooks with code adapted from rt2661. | Jonathan Gray |
2008-06-08 | Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. | Chris Kuethe |
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | Claudio Jeker |
2008-06-08 | One last rtrequest() was hiding here but it could not hide from grep. | Claudio Jeker |
2008-06-08 | sync | Theo de Raadt |
2008-06-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker |
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | Theo de Raadt |
2008-06-08 | remove a bunch of kerberos definitions | Thordur I. Bjornsson |
2008-06-08 | kill debug printf | Joris Vink |
2008-06-08 | properly handle FILE_UPTODATE and FILE_LOST | Joris Vink |
2008-06-08 | check for file_rcs being NULL | Joris Vink |
2008-06-08 | Use m_freem() instead of m_free() in trunk_start() to ensure that the | Brad Smith |
2008-06-08 | sync | Reyk Floeter |
2008-06-08 | null pointer check before deref | Henning Brauer |
2008-06-08 | add more 82598 10GbE device IDs, add "10GbE" in the existing entries. | Reyk Floeter |
2008-06-08 | Add a malloc type for ACPI and use it for _acpi_os_malloc and free. | Artur Grabowski |
2008-06-08 | Add case for ENOSYS in errno_to_portable; ok deraadt | Darren Tucker |
2008-06-08 | Correct the watchdog timer by moving it out from under the condition check | Brad Smith |
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Brad Smith |
2008-06-08 | Don't check a file for conflict markers if it has no CVS/Entries entry. | Tobias Stoeckmann |
2008-06-08 | there are more cases where we cannot show the tags when -v is specified. | Joris Vink |
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter |
2008-06-08 | do not segfault when running status -v on non existing files. | Joris Vink |
2008-06-08 | Implement aml_str2val() ok marco@ | Can Erkin Acar |
2008-06-08 | Don't spam dmesg with sppp messages, instead use log(9). | Claudio Jeker |
2008-06-08 | Prevent a segmentation fault when ed receives a signal while being in | Tobias Stoeckmann |
2008-06-08 | alloc ipq's for fragment reassembly from a pool instead of using | Thordur I. Bjornsson |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-06-08 | rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f' | Tobias Stoeckmann |
2008-06-08 | allow for multiple release tags, noticed by tobias@ | Joris Vink |
2008-06-08 | Removed unreachable code. | Tobias Stoeckmann |
2008-06-08 | properly check the passed tags if they are valid before attempting | Joris Vink |
2008-06-08 | explain about ^SYSCONFDIR | Marc Espie |
2008-06-08 | Unmapping memory from pci_mapreg_map() on detach lets us | Jonathan Gray |
2008-06-08 | Make et(4) detachable, help tracking down a problem that | Jonathan Gray |
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt |
2008-06-08 | Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags. | Jason Dixon |
2008-06-08 | Avoid memory leaks in directory tag handling by always allocating and | Tobias Stoeckmann |
2008-06-08 | fix generated size for -m; bug report by Peter J. Philipp; ok millert@ | Otto Moerbeek |
2008-06-08 | Properly build up path to description files (descr entry in RCS files if | Tobias Stoeckmann |
2008-06-08 | aaa_dev was being set from an uninitialized variable; ok toby | Theo de Raadt |
2008-06-08 | unused globals and defines; ok toby | Theo de Raadt |
2008-06-08 | There is no need to convert RCSNUMs to char just to see if they differ. | Tobias Stoeckmann |
2008-06-08 | simplify match function; ok toby | Theo de Raadt |