aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test for EACCES also when opening FIFO or directory.Pawel Jakub Dawidek2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.Pawel Jakub Dawidek2010-08-061-1/+2
* Make description readable.Pawel Jakub Dawidek2010-08-061-1/+1
* Add missing -U argument to usage.Pawel Jakub Dawidek2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXPawel Jakub Dawidek2010-08-061-0/+32
* Fix whitespace nits.Bernhard Schmidt2010-08-062-2/+2
* Fix a typo introduced in r210936 which broke build.Pyun YongHyeon2010-08-061-1/+1
* Figure which is the IO and MEM bars- do not assume that they are inMatt Jacob2010-08-061-4/+17
* Remove unnecessary casting and simplify code. We are not there yet. ;-)Jung-uk Kim2010-08-061-3/+1
* Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,Stefan Farfeleder2010-08-061-1/+6
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.Jung-uk Kim2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-0617-30/+202
* Consistently use architecture specific macros.Jung-uk Kim2010-08-061-3/+3
* Adjust the interface type in the link layer socket address for vlan(4)John Baldwin2010-08-061-0/+5
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin2010-08-065-2/+9
* Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixesChristian S.J. Peron2010-08-061-0/+1
* Fix allocation of multiple pages, which forgot to increase page number.Jung-uk Kim2010-08-061-1/+5
* Fix typos and spelling mistakes.Joel Dahl2010-08-0645-57/+57
* Disable sync cache for the Transcend Jetflash V90. It is more specificKonstantin Belousov2010-08-061-0/+2
* Typo fixesUlrich Spörlein2010-08-061-9/+9
* - Some fixes to Ukranian catalogGabor Kovesdan2010-08-061-2/+2
* Mark /dev/zero and /dev/null as eternal.Konstantin Belousov2010-08-061-4/+4
* Enable shared lookups and externed shared ops for devfs.Konstantin Belousov2010-08-061-1/+2
* Add "show cdev" ddb command.Konstantin Belousov2010-08-061-0/+68
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdKonstantin Belousov2010-08-069-98/+146
* Fix issue reported by alc :Jayachandran C.2010-08-061-5/+3
* Enable shared locks for the devfs vnodes. Honor the locking modeKonstantin Belousov2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofKonstantin Belousov2010-08-061-4/+5
* Fix the issue reported by alc:Jayachandran C.2010-08-062-6/+10
* Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. ThisNeel Natu2010-08-061-1/+0
* Force commit to remind me about MFCing r210909.Pawel Jakub Dawidek2010-08-060-0/+0
* Use a signed integer to hold the address of a register.Neel Natu2010-08-061-10/+10
* uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if theNeel Natu2010-08-061-3/+3
* Update the arguments to yy_config_parse() to match r210883.Doug Barton2010-08-061-1/+1
* Reflect default Tx interrupt moderation timer value change(50ms -> 1ms).Pyun YongHyeon2010-08-061-1/+1
* Reduce Tx interrupt moderation timer from 50ms to 1ms. The defaultPyun YongHyeon2010-08-061-2/+2
* - Add interrupts counter for PCI devicesOleksandr Tymoshenko2010-08-051-2/+12
* Document 'none' value for remote.Pawel Jakub Dawidek2010-08-051-1/+6
* Re-add flag register for output. Some BIOS calls actually use it to returnJung-uk Kim2010-08-051-0/+1
* Implement configuration reload on SIGHUP. This includes:Pawel Jakub Dawidek2010-08-053-12/+322
* Do not copy stack pointer and flags. These registers are unconditionallyJung-uk Kim2010-08-051-6/+0
* Prepare configuration parsing code to be called multiple times:Pawel Jakub Dawidek2010-08-053-58/+111
* Make control_set_role() more public. We will need it soon.Pawel Jakub Dawidek2010-08-052-10/+20
* Allow to use 'none' keywork as remote address in case second cluster nodePawel Jakub Dawidek2010-08-051-2/+12
* Reset signal handlers after fork().Pawel Jakub Dawidek2010-08-052-0/+6
* - Use pjdlog_exitx() to log errors and exit instead of errx().Pawel Jakub Dawidek2010-08-052-5/+7
* Enable closefrom(2) here, as we have supported it for some time now.Christian S.J. Peron2010-08-051-4/+0
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativeJung-uk Kim2010-08-053-77/+268
* Assert that various buffers we are large enough.Pawel Jakub Dawidek2010-08-052-10/+13
* Problem with assertion is that it logs on stderr. Add two macros:Pawel Jakub Dawidek2010-08-052-0/+33