summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document recently added security.mac.seeotheruids.suser_privileged sysctl.trhodes2005-10-071-1/+5
* Bump WARNS up to 3.rodrigc2005-10-071-1/+1
* In prmount(), use an unsigned int variable to eliminaterodrigc2005-10-071-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.rodrigc2005-10-073-25/+11
* Display the status of the spanning tree for each port.thompsa2005-10-071-8/+16
* Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the structphk2005-10-062-29/+27
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-062-21/+29
* Make sure that the worker thread knows the type early enough tophk2005-10-061-6/+5
* Adding myself to calendar.freebsdehaupt2005-10-061-0/+1
* Backout strtok() addition to libkern, strsep() is enough and strtok()pjd2005-10-063-101/+0
* - Use strsep() instead of strtok().pjd2005-10-061-7/+6
* Fix another edge case I just noticed when committing the previous changes:jhb2005-10-062-0/+6
* Rototill vx(4), add locking, and mark MPSAFE:jhb2005-10-064-233/+287
* Eliminate need for __RMAN_RESOURCE_VISIBLEphk2005-10-061-6/+4
* Add support for setting the SG list segment size.sos2005-10-063-11/+19
* Eliminate some unneeded code bits.yar2005-10-061-10/+7
* Don't hard-code port numbers, let the user specify them.rwatson2005-10-062-10/+8
* Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S,cognet2005-10-062-1/+5
* Add boot.nfsroot.options loader tunable.pjd2005-10-061-0/+30
* Add strtok() and strtok_r() function to libkern.pjd2005-10-063-0/+101
* Improve realism of benchmark httpd: return some HTTP headers as partrwatson2005-10-061-1/+24
* Compile with -DHAVE_LSTAT since, for whatever reason, the configure scripttjr2005-10-061-1/+1
* Add basic simplified HTTP benchmark tools to the netrate suite:rwatson2005-10-064-0/+356
* Fix a nasty typo. Change:pjd2005-10-061-1/+1
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingavatar2005-10-061-3/+3
* Fix KASSERT function name in ether_output, use __func__ while I am here.thompsa2005-10-061-2/+2
* Make param.h includable again from assembler.imp2005-10-051-0/+4
* Un-break handling of -t 0 which was broken in my previous commit.csjp2005-10-051-5/+6
* Include forgotten rtl80x9 file for ed.imp2005-10-051-0/+1
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* Update this manpage:jhb2005-10-052-49/+9
* Fix long standing race condition associated with how lockf uses open(2)csjp2005-10-051-30/+8
* Don't use the builtin vaalist for icc.netchild2005-10-051-6/+3
* This commit was generated by cvs2svn to compensate for changes in r150974,harti2005-10-055-10/+32
|\
| * Vendor fix for the build problem of snmp_pf. Move the fallback definitionsharti2005-10-055-10/+32
* | Add simple TCP connect and TCP receive benchmark components, intended torwatson2005-10-054-0/+262
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-0522-3/+75
* | - Don't include opt_global.h, it is always included implicitly.glebius2005-10-052-2/+3
* | Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingglebius2005-10-052-2/+2
* | stop RFC 4193 address on the outside interface.ume2005-10-051-0/+4
* | Note added support for Tamarack TC5229J, Axiom and Dlink parts. Bump date.imp2005-10-051-2/+11
* | Add if_ed_rtl80x9.cimp2005-10-051-1/+1
* | Remove debug that crept in..imp2005-10-051-4/+0
* | MFp4:imp2005-10-0510-67/+591
* | Add regression tests for trimdomain(3).brooks2005-10-055-0/+212
* | When removing the local domain, only do so when the result will be abrooks2005-10-051-3/+1
* | Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* | When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* | media-type predicate is used in contexts where device-name is undefined.imp2005-10-041-1/+9
OpenPOWER on IntegriCloud