summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use egrep directly - use ${GREP}.pjd2010-08-061-3/+3
* Check first todo() argument against operating system name and operating systempjd2010-08-061-2/+1
* For FreeBSD and Linux use awk's toupper() function.pjd2010-08-061-2/+2
* Convert file system type to upper case.pjd2010-08-061-2/+2
* Put the early setting of the MAC type back, itsjfv2010-08-061-0/+3
* Add tests for mknod(2).pjd2010-08-0612-0/+408
* Add mknod(2) support.pjd2010-08-061-0/+33
* Sort includes.pjd2010-08-061-6/+7
* Obviously the option is known as COMPAT_LINUX32 on amd64.bschmidt2010-08-061-1/+6
* Remove unneeded functions from libcompat.ed2010-08-069-439/+9
* Remove stale reference to UT_NAMESIZE from <stdio.h>.ed2010-08-061-2/+1
* open(2) returns EOPNOTSUPP when trying to open a socket.pjd2010-08-061-0/+17
* Test for EACCES also when opening FIFO or directory.pjd2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.pjd2010-08-061-1/+2
* Make description readable.pjd2010-08-061-1/+1
* Add missing -U argument to usage.pjd2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXpjd2010-08-061-0/+32
* Fix whitespace nits.bschmidt2010-08-062-2/+2
* Fix a typo introduced in r210936 which broke build.yongari2010-08-061-1/+1
* Figure which is the IO and MEM bars- do not assume that they are inmjacob2010-08-061-4/+17
* Remove unnecessary casting and simplify code. We are not there yet. ;-)jkim2010-08-061-3/+1
* Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,stefanf2010-08-061-1/+6
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.jkim2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-0617-30/+202
* Consistently use architecture specific macros.jkim2010-08-061-3/+3
* Adjust the interface type in the link layer socket address for vlan(4)jhb2010-08-061-0/+5
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butjhb2010-08-065-2/+9
* Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixescsjp2010-08-061-0/+1
* Fix allocation of multiple pages, which forgot to increase page number.jkim2010-08-061-1/+5
* 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
OpenPOWER on IntegriCloud