summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and spelling mistakes.joel2010-08-0645-57/+57
* Disable sync cache for the Transcend Jetflash V90. It is more specifickib2010-08-061-0/+2
* Typo fixesuqs2010-08-061-9/+9
* - Some fixes to Ukranian cataloggabor2010-08-061-2/+2
* Mark /dev/zero and /dev/null as eternal.kib2010-08-061-4/+4
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Add "show cdev" ddb command.kib2010-08-061-0/+68
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-069-98/+146
* Fix issue reported by alc :jchandra2010-08-061-5/+3
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Fix the issue reported by alc:jchandra2010-08-062-6/+10
* Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. Thisneel2010-08-061-1/+0
* Force commit to remind me about MFCing r210909.pjd2010-08-060-0/+0
* Use a signed integer to hold the address of a register.neel2010-08-061-10/+10
* uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if theneel2010-08-061-3/+3
* 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
OpenPOWER on IntegriCloud