summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove function redeclaration. It was upstreamed but lost somehow.jkim2009-06-021-8/+0
* Canonify include paths again.jkim2009-06-02175-706/+706
* Fix include path fixup for contrib/dev/acpica/include/platform/*.h.jkim2009-06-021-0/+5
* MFV: ACPICA 20090521jkim2009-06-02239-15290/+37027
|\
| * Import ACPICA 20090521 (with three patches from ACPICA GIT).jkim2009-06-01252-9074/+34815
| * Move subdirectoies of interpreter one level up as it is done in the vendorjkim2009-06-0143-0/+0
| * Temporarily revert system includes fixups to make future import easier.jkim2009-06-01169-571/+571
| * Restore directory structures from actual vendor distribution.jkim2009-06-01164-0/+0
| * flatten acpica vendor areaavg2009-05-19201-0/+0
* | Add an extension to the character device interface that allows characterjhb2009-06-013-62/+80
* | V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-012-2/+2
* | Fix segfault when giving invalid long option to pkg_info.jilles2009-06-011-0/+1
* | Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-0120-194/+233
* | Update VNET base pointer setting macro to use a correct source ofzec2009-06-011-1/+1
* | Initialize the match structure. This is unnecessary but gcc insists todelphij2009-06-011-2/+1
* | Remove an #undef MIN that slipped under the radar and led me tozec2009-06-011-9/+0
* | Add forgotten in previous commit flags argument.dchagin2009-06-011-2/+2
* | Implement accept4 syscall.dchagin2009-06-013-1/+21
* | Implement a variation of the accept_common() which takesdchagin2009-06-011-14/+21
* | Split linux_accept() syscall onto linux_accept_common() which shoulddchagin2009-06-011-13/+22
* | Add a simple API to manage scatter/gather lists of phyiscal addresses.jhb2009-06-015-0/+1283
* | Change the "-4" option flag to "-e" since it does not refer to IPv4rmacklem2009-06-012-5/+5
* | Add an internal pci_printf() routine similar to device_printf() exceptjhb2009-06-011-7/+18
* | Adjust some comments.jhb2009-06-011-4/+4
* | Add a flags field to struct ucred, and export that via kinfo_proc,rwatson2009-06-013-1/+4
* | Set an rx jumbo cluster to the correct size beforegallatin2009-06-012-1/+4
* | Revert the WARNS change for now, need some time to fix the real problem.delphij2009-06-011-1/+0
* | - Remove obsolete and confusing comment about renaming "sound" to "snd".joel2009-06-011-65/+55
* | Mark as WARNS=6.delphij2009-06-011-0/+1
* | Code cleanups to make this WARNS=6 clean.delphij2009-06-017-45/+56
* | Revert a recent netisr2 change: when billing packets to the currentrwatson2009-06-011-2/+0
* | tools for mwl driversam2009-06-0110-0/+1305
* | Decrement __FreeBSD_version again to 96 as we are runing out of digitsbz2009-06-012-2/+1
* | driver for Marvell 88W8363 Wireless LAN controllersam2009-06-0117-0/+13057
* | pad data structures to enable integration of future features w/o abi breakagesam2009-06-016-2/+19
* | Move the unlock to after the ifdef (maybe the right fix is to removeimp2009-06-011-1/+1
* | Make sure that we drain the LED blinking callout on detach.imp2009-06-011-0/+1
* | Add a comment about what may be happening when we get certainimp2009-06-011-0/+17
* | Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-016-2030/+2030
* | Add 'sy_flags', a currently unused per-syscall entry flags field that willrwatson2009-06-012-14/+22
* | Update UPDATING for NETISR2 merge, fix a typo in another UPDATING entry.rwatson2009-06-011-1/+7
* | Convert the two dimensional array to be malloced and introducebz2009-06-0113-69/+123
* | Merge fixes from p4:bms2009-06-011-85/+133
* | Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longerrwatson2009-06-012-19/+28
* | Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* | Comment out old Realtek ALC883 quirk, that was disabling phantop power onmav2009-06-011-1/+3
* | use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...rse2009-06-011-1/+1
* | align coding style with style(9) to avoid misunderstandingsrse2009-06-011-1/+2
* | correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...rse2009-06-013-4/+4
* | be more type correct and align local ckmalloc() with its underlying malloc(3)...rse2009-06-014-5/+7
OpenPOWER on IntegriCloud