| Commit message (Expand) | Author | Age | Files | Lines |
* | Document recently added security.mac.seeotheruids.suser_privileged sysctl. | trhodes | 2005-10-07 | 1 | -1/+5 |
* | Bump WARNS up to 3. | rodrigc | 2005-10-07 | 1 | -1/+1 |
* | In prmount(), use an unsigned int variable to eliminate | rodrigc | 2005-10-07 | 1 | -1/+2 |
* | Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. | rodrigc | 2005-10-07 | 3 | -25/+11 |
* | Display the status of the spanning tree for each port. | thompsa | 2005-10-07 | 1 | -8/+16 |
* | Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the struct | phk | 2005-10-06 | 2 | -29/+27 |
* | o Use firmware extended scan command; this one doesn't crash when scanning | damien | 2005-10-06 | 2 | -21/+29 |
* | Make sure that the worker thread knows the type early enough to | phk | 2005-10-06 | 1 | -6/+5 |
* | Adding myself to calendar.freebsd | ehaupt | 2005-10-06 | 1 | -0/+1 |
* | Backout strtok() addition to libkern, strsep() is enough and strtok() | pjd | 2005-10-06 | 3 | -101/+0 |
* | - Use strsep() instead of strtok(). | pjd | 2005-10-06 | 1 | -7/+6 |
* | Fix another edge case I just noticed when committing the previous changes: | jhb | 2005-10-06 | 2 | -0/+6 |
* | Rototill vx(4), add locking, and mark MPSAFE: | jhb | 2005-10-06 | 4 | -233/+287 |
* | Eliminate need for __RMAN_RESOURCE_VISIBLE | phk | 2005-10-06 | 1 | -6/+4 |
* | Add support for setting the SG list segment size. | sos | 2005-10-06 | 3 | -11/+19 |
* | Eliminate some unneeded code bits. | yar | 2005-10-06 | 1 | -10/+7 |
* | Don't hard-code port numbers, let the user specify them. | rwatson | 2005-10-06 | 2 | -10/+8 |
* | Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S, | cognet | 2005-10-06 | 2 | -1/+5 |
* | Add boot.nfsroot.options loader tunable. | pjd | 2005-10-06 | 1 | -0/+30 |
* | Add strtok() and strtok_r() function to libkern. | pjd | 2005-10-06 | 3 | -0/+101 |
* | Improve realism of benchmark httpd: return some HTTP headers as part | rwatson | 2005-10-06 | 1 | -1/+24 |
* | Compile with -DHAVE_LSTAT since, for whatever reason, the configure script | tjr | 2005-10-06 | 1 | -1/+1 |
* | Add basic simplified HTTP benchmark tools to the netrate suite: | rwatson | 2005-10-06 | 4 | -0/+356 |
* | Fix a nasty typo. Change: | pjd | 2005-10-06 | 1 | -1/+1 |
* | Fixing a boot time panic(when if_fwip is compiled into kernel) by renaming | avatar | 2005-10-06 | 1 | -3/+3 |
* | Fix KASSERT function name in ether_output, use __func__ while I am here. | thompsa | 2005-10-06 | 1 | -2/+2 |
* | Make param.h includable again from assembler. | imp | 2005-10-05 | 1 | -0/+4 |
* | Un-break handling of -t 0 which was broken in my previous commit. | csjp | 2005-10-05 | 1 | -5/+6 |
* | Include forgotten rtl80x9 file for ed. | imp | 2005-10-05 | 1 | -0/+1 |
* | - Locking improvements. | netchild | 2005-10-05 | 3 | -22/+47 |
* | Add a comment regarding problems with NForce 2 mainboards and add disabled | netchild | 2005-10-05 | 1 | -0/+5 |
* | Update this manpage: | jhb | 2005-10-05 | 2 | -49/+9 |
* | Fix long standing race condition associated with how lockf uses open(2) | csjp | 2005-10-05 | 1 | -30/+8 |
* | Don't use the builtin vaalist for icc. | netchild | 2005-10-05 | 1 | -6/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r150974, | harti | 2005-10-05 | 5 | -10/+32 |
|\ |
|
| * | Vendor fix for the build problem of snmp_pf. Move the fallback definitions | harti | 2005-10-05 | 5 | -10/+32 |
* | | Add simple TCP connect and TCP receive benchmark components, intended to | rwatson | 2005-10-05 | 4 | -0/+262 |
* | | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 22 | -3/+75 |
* | | - Don't include opt_global.h, it is always included implicitly. | glebius | 2005-10-05 | 2 | -2/+3 |
* | | Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building | glebius | 2005-10-05 | 2 | -2/+2 |
* | | stop RFC 4193 address on the outside interface. | ume | 2005-10-05 | 1 | -0/+4 |
* | | Note added support for Tamarack TC5229J, Axiom and Dlink parts. Bump date. | imp | 2005-10-05 | 1 | -2/+11 |
* | | Add if_ed_rtl80x9.c | imp | 2005-10-05 | 1 | -1/+1 |
* | | Remove debug that crept in.. | imp | 2005-10-05 | 1 | -4/+0 |
* | | MFp4: | imp | 2005-10-05 | 10 | -67/+591 |
* | | Add regression tests for trimdomain(3). | brooks | 2005-10-05 | 5 | -0/+212 |
* | | When removing the local domain, only do so when the result will be a | brooks | 2005-10-05 | 1 | -3/+1 |
* | | Don't set segment registers via ptrace yet. Its not ready. | peter | 2005-10-04 | 1 | -0/+4 |
* | | When data passed into devctl_notify is NULL, don't print (null). Instead | imp | 2005-10-04 | 1 | -2/+6 |
* | | media-type predicate is used in contexts where device-name is undefined. | imp | 2005-10-04 | 1 | -1/+9 |