summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I overlooked an absolute path.phk2002-10-211-1/+1
* 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
* Implement working on ELF corefiles. Use kvm_read() when readingmarcel2002-10-211-122/+135
* Add a twiddle to create PTY's with a biba/equal or mls/equal labelrwatson2002-10-212-0/+18
* Unhook the per-policy parsing/printing MAC modules in libc to preparerwatson2002-10-217-815/+5
* track gratuitous change to sys/i386/include/reg.hsam2002-10-212-4/+4
* 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
* 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
OpenPOWER on IntegriCloud