summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Update the arguments to yy_config_parse() to match r210883.dougb2010-08-061-1/+1
* | Reflect default Tx interrupt moderation timer value change(50ms -> 1ms).yongari2010-08-061-1/+1
* | Reduce Tx interrupt moderation timer from 50ms to 1ms. The defaultyongari2010-08-061-2/+2
* | - Add interrupts counter for PCI devicesgonzo2010-08-051-2/+12
* | Document 'none' value for remote.pjd2010-08-051-1/+6
* | Re-add flag register for output. Some BIOS calls actually use it to returnjkim2010-08-051-0/+1
* | Implement configuration reload on SIGHUP. This includes:pjd2010-08-053-12/+322
* | Do not copy stack pointer and flags. These registers are unconditionallyjkim2010-08-051-6/+0
* | Prepare configuration parsing code to be called multiple times:pjd2010-08-053-58/+111
* | Make control_set_role() more public. We will need it soon.pjd2010-08-052-10/+20
* | Allow to use 'none' keywork as remote address in case second cluster nodepjd2010-08-051-2/+12
* | Reset signal handlers after fork().pjd2010-08-052-0/+6
* | - Use pjdlog_exitx() to log errors and exit instead of errx().pjd2010-08-052-5/+7
* | Enable closefrom(2) here, as we have supported it for some time now.csjp2010-08-051-4/+0
* | Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativejkim2010-08-053-77/+268
* | Assert that various buffers we are large enough.pjd2010-08-052-10/+13
* | Problem with assertion is that it logs on stderr. Add two macros:pjd2010-08-052-0/+33
* | Don't point users at the old csup homepage.joel2010-08-052-5/+0
* | Keep $FreeBSD$ in __FBSDID() only for C files.pjd2010-08-051-2/+0
* | Mark two more places that we won't reach.pjd2010-08-051-0/+2
* | o FreeBSD 8.1-RELEASED added.maxim2010-08-051-2/+7
* | Now that TCP will be checked last we don't need any knowledge about otherpjd2010-08-051-5/+6
* | Add an argument to the proto_register() function which allows protocol topjd2010-08-055-10/+17
* | Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from thejhb2010-08-053-75/+6
* | Fix a bug where endpoints bound to wildcard addresses wheretuexen2010-08-051-0/+36
* | Fix a bunch of errors (spelling and similar).olli2010-08-051-26/+24
* | - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-055-46/+6
* | Add a daily script to the periodic framework that reportsolli2010-08-052-0/+46
* | /etc/rc.d/network_ipv6 was deprecated.ume2010-08-051-1/+0
* | /etc/rc.d/ip6fw was deprecated.ume2010-08-051-1/+0
* | Fix a race between clock_intr() and tick_ticker() when updatingneel2010-08-052-19/+29
* | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,ache2010-08-051-5/+5
* | Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).jhb2010-08-043-29/+23
* | Copy inode birthtime to the struct stat32.kib2010-08-041-0/+1
* | Fix style.kib2010-08-041-1/+2
* | Add 3 level page tables for MIPS in n64.jchandra2010-08-045-264/+408
* | ithd_name no longer defined, use td_name. Fix compile with KTR enabled.jchandra2010-08-041-1/+1
* | Whitespace fix for last check-in, move empty line to below endif.jchandra2010-08-041-1/+1
* | MIPS 64 bit support.jchandra2010-08-041-0/+14
* | Do not free sc if attach failed, as it was allocated by the busgavin2010-08-041-1/+0
* | Fix typo.joel2010-08-041-1/+1
* | In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we mustalc2010-08-041-1/+1
* | Add some mutex locking on the nfsnode to the regular NFS client.rmacklem2010-08-042-5/+10
* | Catch known CPUs before using IA32_TEMPERATURE_TARGET.delphij2010-08-041-28/+40
* | sh: Return 0 from eval if no command was given.jilles2010-08-032-1/+11
* | grdc(6): de-obfuscate the timekeeping of now/delayuqs2010-08-031-6/+8
* | Correctly sort usbconfig(8) within the SEE ALSO section.bcr2010-08-031-1/+1
* | Fix typo.joel2010-08-031-1/+1
* | Spelling fixes.joel2010-08-0313-19/+19
* | Add support for ATI Radeon HD 4250.olli2010-08-031-0/+1
OpenPOWER on IntegriCloud