summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make static in our normal manner.obrien2002-10-211-1/+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
* crash(8) is a manual page, not a `section'.keramida2002-10-211-1/+2
* Minor typo fixes.keramida2002-10-211-3/+3
* Use .Ed to terminate .Bd display.keramida2002-10-211-1/+1
* Fixed some unsorting.bde2002-10-211-20/+21
* Unbreak Alpha world.obrien2002-10-211-0/+6
* Use a warns setting we can catch regressions with.obrien2002-10-201-3/+1
* 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
* Use more verbose diagnostics for wrong DIGIT rangeache2002-10-201-5/+5
* 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
* When dumping thread info, only include the filename and line if we actuallyjmallett2002-10-201-3/+9
* 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
* Another baby step toward getting sysinstall working:sam2002-10-201-77/+128
* Add devd to the build.imp2002-10-201-0/+1
* devd. A daemon that hooks into the kernel's /dev/devctl to produceimp2002-10-209-0/+852
* 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
* GDB 5.2.1 doesn't build on sparc64 right now.obrien2002-10-201-2/+1
* 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
* Stamping out more Danglish.phk2002-10-201-2/+3
* 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
OpenPOWER on IntegriCloud