summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-217-0/+22
* All bpf.h/NBPF consumers are gone so stop generating bpf.hbrooks2002-10-211-3/+0
* Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-212-21/+1
* Add a twiddle to create PTY's with a biba/equal or mls/equal labelrwatson2002-10-212-0/+18
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).brooks2002-10-211-15/+13
* Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).brooks2002-10-211-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).brooks2002-10-211-2/+1
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-212-33/+32
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-2115-29/+15
* Fixed some unsorting.bde2002-10-211-20/+21
* In cb_dumphdr() we were calling buf_write() with di->priv as themarcel2002-10-201-1/+1
* Fix the calculations of the length of the unread message buffertmm2002-10-201-2/+2
* Hook up opt_mac.h to the build dependencies. The way we currentlyrwatson2002-10-201-1/+1
* Add opt_mac.h to dependencies for if_stf.c module.rwatson2002-10-201-1/+1
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-209-89/+52
* Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.rwatson2002-10-201-2/+2
* Do not try to work around ``poor (un)sign extension code''robert2002-10-201-11/+1
* Always put the "access" macro argument in (), it might be an expression.phk2002-10-201-18/+18
* No need to specify CTLTYPE_INT when we use SYSCTL_INT.phk2002-10-201-7/+7
* When packets pass in and out of six-to-four (STF) tunnels, performrwatson2002-10-201-0/+15
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them tophk2002-10-201-3/+0
* We have memset() and memcpy() in the kernel now, so we don't need tophk2002-10-201-5/+0
* When a packet is sent via a FDDI interface, perform appropriate MACrwatson2002-10-201-0/+12
* When a packet is destined for delivery via an ATM medium, performrwatson2002-10-201-0/+11
* Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENTrwatson2002-10-202-9/+8
* Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACLrwatson2002-10-201-0/+10
* When a packet is multicast encapsulated, give labeled policies therwatson2002-10-201-0/+5
* Set kernelname in sparc64_init() so that the kern.bootfilemux2002-10-201-0/+6
* Don't examine an un-initialized variable.phk2002-10-201-4/+0
* Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED andrwatson2002-10-201-0/+20
* Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT torwatson2002-10-201-1/+1
* Split out most of the logic from in_pcbbind() into a new functioniedowse2002-10-202-36/+66
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-202-6/+3
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* Add an actual implementation of kse_wakeup()julian2002-10-201-1/+41
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* Don't us an array[1], it just hides where '&' isn't used right.phk2002-10-201-11/+11
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* Change the definition of the debugging registers to be an array, sophk2002-10-206-116/+110
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Connect ubsa module to build.kan2002-10-201-0/+1
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite sophk2002-10-201-0/+2
* o Reinline vm_page_undirty(), reducing the kernel size. (This revertsalc2002-10-202-12/+11
* Use microuptime() instead of microtime() to bound the flush wait totmm2002-10-201-2/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-2011-7/+24
* Use %jd instead of %lld now that we have it.phk2002-10-205-19/+26
* It makes more sense for the fwheads and fwsectors properties to be inphk2002-10-201-1/+1
OpenPOWER on IntegriCloud