aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-213-100/+136
* Add a bus_space_unmap() for the puc (and possibly other) drivers.Andrew Gallatin2002-10-211-0/+14
* fix prototype of asyreqq().Hidetoshi Shimokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.Hidetoshi Shimokawa2002-10-212-675/+0
* Add the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-217-0/+22
* All bpf.h/NBPF consumers are gone so stop generating bpf.hBrooks Davis2002-10-211-3/+0
* Don't include the depricated "bpf.h" and always compile in bpf supportBrooks Davis2002-10-212-21/+1
* Add a twiddle to create PTY's with a biba/equal or mls/equal labelRobert Watson2002-10-212-0/+18
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).Brooks Davis2002-10-211-15/+13
* Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).Brooks Davis2002-10-211-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).Brooks Davis2002-10-211-2/+1
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofBrooks Davis2002-10-212-33/+32
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-2115-29/+15
* Fixed some unsorting.Bruce Evans2002-10-211-20/+21
* In cb_dumphdr() we were calling buf_write() with di->priv as theMarcel Moolenaar2002-10-201-1/+1
* Fix the calculations of the length of the unread message bufferThomas Moestl2002-10-201-2/+2
* Hook up opt_mac.h to the build dependencies. The way we currentlyRobert Watson2002-10-201-1/+1
* Add opt_mac.h to dependencies for if_stf.c module.Robert Watson2002-10-201-1/+1
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-209-89/+52
* Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.Robert Watson2002-10-201-2/+2
* Do not try to work around ``poor (un)sign extension code''Robert Drehmel2002-10-201-11/+1
* Always put the "access" macro argument in (), it might be an expression.Poul-Henning Kamp2002-10-201-18/+18
* No need to specify CTLTYPE_INT when we use SYSCTL_INT.Poul-Henning Kamp2002-10-201-7/+7
* When packets pass in and out of six-to-four (STF) tunnels, performRobert Watson2002-10-201-0/+15
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them toPoul-Henning Kamp2002-10-201-3/+0
* We have memset() and memcpy() in the kernel now, so we don't need toPoul-Henning Kamp2002-10-201-5/+0
* When a packet is sent via a FDDI interface, perform appropriate MACRobert Watson2002-10-201-0/+12
* When a packet is destined for delivery via an ATM medium, performRobert Watson2002-10-201-0/+11
* Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENTRobert Watson2002-10-202-9/+8
* Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACLRobert Watson2002-10-201-0/+10
* When a packet is multicast encapsulated, give labeled policies theRobert Watson2002-10-201-0/+5
* Set kernelname in sparc64_init() so that the kern.bootfileMaxime Henrion2002-10-201-0/+6
* Don't examine an un-initialized variable.Poul-Henning Kamp2002-10-201-4/+0
* Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED andRobert Watson2002-10-201-0/+20
* Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT toRobert Watson2002-10-201-1/+1
* Split out most of the logic from in_pcbbind() into a new functionIan Dowse2002-10-202-36/+66
* Remove extern declarations of stuff which is static in nfs_node.cPoul-Henning Kamp2002-10-202-6/+3
* - Replace two instances of vm_page_sleep_busy() with the page queueAlan Cox2002-10-201-4/+10
* '&' not used for pointers to functions.Poul-Henning Kamp2002-10-201-2/+2
* Remove even more '&' from pointers to functions.Poul-Henning Kamp2002-10-201-26/+26
* Add an actual implementation of kse_wakeup()Julian Elischer2002-10-201-1/+41
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesAndrew Gallatin2002-10-201-0/+20
* Don't us an array[1], it just hides where '&' isn't used right.Poul-Henning Kamp2002-10-201-11/+11
* Use ENOSPC error return, not ENOMEM.Poul-Henning Kamp2002-10-201-3/+5
* Change the definition of the debugging registers to be an array, soPoul-Henning Kamp2002-10-206-116/+110
* '&' is not needed to pointerize functions.Poul-Henning Kamp2002-10-201-2/+2
* Connect ubsa module to build.Alexander Kabaev2002-10-201-0/+1
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite soPoul-Henning Kamp2002-10-201-0/+2
* o Reinline vm_page_undirty(), reducing the kernel size. (This revertsAlan Cox2002-10-202-12/+11