| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENT | rwatson | 2002-10-20 | 2 | -9/+8 |
* | Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACL | rwatson | 2002-10-20 | 1 | -0/+10 |
* | When a packet is multicast encapsulated, give labeled policies the | rwatson | 2002-10-20 | 1 | -0/+5 |
* | Set kernelname in sparc64_init() so that the kern.bootfile | mux | 2002-10-20 | 1 | -0/+6 |
* | Don't examine an un-initialized variable. | phk | 2002-10-20 | 1 | -4/+0 |
* | Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED and | rwatson | 2002-10-20 | 1 | -0/+20 |
* | Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT to | rwatson | 2002-10-20 | 1 | -1/+1 |
* | Split out most of the logic from in_pcbbind() into a new function | iedowse | 2002-10-20 | 2 | -36/+66 |
* | Remove extern declarations of stuff which is static in nfs_node.c | phk | 2002-10-20 | 2 | -6/+3 |
* | - Replace two instances of vm_page_sleep_busy() with the page queue | alc | 2002-10-20 | 1 | -4/+10 |
* | '&' not used for pointers to functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Remove even more '&' from pointers to functions. | phk | 2002-10-20 | 1 | -26/+26 |
* | Add an actual implementation of kse_wakeup() | julian | 2002-10-20 | 1 | -1/+41 |
* | give alpha a bus_space_subregion() so that ahd_pci compiles and moves | gallatin | 2002-10-20 | 1 | -0/+20 |
* | Don't us an array[1], it just hides where '&' isn't used right. | phk | 2002-10-20 | 1 | -11/+11 |
* | Use ENOSPC error return, not ENOMEM. | phk | 2002-10-20 | 1 | -3/+5 |
* | Change the definition of the debugging registers to be an array, so | phk | 2002-10-20 | 6 | -116/+110 |
* | '&' is not needed to pointerize functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Connect ubsa module to build. | kan | 2002-10-20 | 1 | -0/+1 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 11 | -87/+38 |
* | The g_id*() functions are not needed in the userland test-suite so | phk | 2002-10-20 | 1 | -0/+2 |
* | o Reinline vm_page_undirty(), reducing the kernel size. (This reverts | alc | 2002-10-20 | 2 | -12/+11 |
* | Use microuptime() instead of microtime() to bound the flush wait to | tmm | 2002-10-20 | 1 | -2/+2 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 11 | -7/+24 |
* | Use %jd instead of %lld now that we have it. | phk | 2002-10-20 | 5 | -19/+26 |
* | It makes more sense for the fwheads and fwsectors properties to be in | phk | 2002-10-20 | 1 | -1/+1 |
* | Fix data corruption caused by last byte in oddly sized transfers being read | tegge | 2002-10-20 | 1 | -2/+3 |
* | Include fwsectors and gfwheads in the XML output for the disks we know. | phk | 2002-10-20 | 1 | -0/+15 |
* | Remove a boatload of '&' which are surplus to the requirements. | phk | 2002-10-20 | 4 | -164/+164 |
* | Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread(). | phk | 2002-10-20 | 2 | -0/+4 |
* | Hide inline assembly if lint is defined. | phk | 2002-10-20 | 3 | -3/+3 |
* | "id" is never going to be -1 when it is unsigned. | phk | 2002-10-20 | 2 | -4/+0 |
* | Add kernel dump support, based on the ia64 version (which was committed | tmm | 2002-10-20 | 7 | -169/+234 |
* | Don't declare mb_statpcpu, it is static in subr_mbuf.c | phk | 2002-10-20 | 1 | -1/+0 |
* | Fix mis-indentation. | phk | 2002-10-20 | 1 | -15/+15 |
* | Be consistent about functions being static. | phk | 2002-10-20 | 1 | -2/+2 |
* | Constify input to the arc4 seed function. | phk | 2002-10-20 | 2 | -9/+52 |
* | #unifdef the code for checking blessed lock collisions until we need it. | phk | 2002-10-20 | 1 | -0/+13 |
* | Fix mis-indentation. | phk | 2002-10-20 | 1 | -1/+1 |
* | Don't track bio allocation in debug output. | phk | 2002-10-20 | 1 | -5/+7 |
* | Style(9) and english(9) fixes. | phk | 2002-10-20 | 1 | -55/+54 |
* | Make it possible to specify also via geom_t ID in the geom.ctl config ioctl. | phk | 2002-10-20 | 2 | -7/+11 |
* | After much delay and anticipation, welcome RAIDFrame into the FreeBSD | scottl | 2002-10-20 | 141 | -3/+42449 |
* | - Lock page queue accesses in pmap_release(). | alc | 2002-10-20 | 1 | -1/+3 |
* | Remove the special casing for IP addresses that are within the IVT | marcel | 2002-10-20 | 1 | -22/+2 |
* | Define IVT_ENTRY and IVT_END as special versions of ENTRY and END | marcel | 2002-10-20 | 2 | -300/+320 |
* | If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the | rwatson | 2002-10-20 | 9 | -27/+9 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 4 | -0/+12 |
* | Put back NORMAL_C_NOWERROR, it was actually used. | mux | 2002-10-19 | 1 | -0/+1 |
* | umap_sync is empty and is identical to vfs_stdsync. Remove it and | kan | 2002-10-19 | 1 | -16/+1 |