| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1 | bmilekic | 2004-07-04 | 1 | -11/+9 |
* | Reextend the M_WAITOK-disabling-hack to all three of the mbuf-related | green | 2004-07-04 | 1 | -2/+4 |
* | The net.link.ether.bridge.enable sysctl MIB variable enables bridge | bms | 2004-07-04 | 1 | -0/+1 |
* | Add a HARDWARE section which lists supported devices. The actual | simon | 2004-07-04 | 11 | -222/+423 |
* | Avoid accessing accessing memory past the end of mb_properties in the | tjr | 2004-07-04 | 1 | -1/+2 |
* | We only need to check for overlaps if we increasing access counts. | phk | 2004-07-04 | 1 | -17/+19 |
* | Give natd multi-instance capabilities. | phk | 2004-07-04 | 3 | -176/+410 |
* | Add LibAliasOutTry() which checks a packet for a hit in the tables, but | phk | 2004-07-04 | 4 | -32/+58 |
* | Blocksize for I/O should be a property of the vnode and not found by groping | phk | 2004-07-04 | 3 | -0/+7 |
* | Improve case-insensitive matching in multibyte locales. | tjr | 2004-07-04 | 3 | -28/+109 |
* | Fix failure of fgrep to report some matches (Red Hat bug #116909). | tjr | 2004-07-04 | 1 | -57/+52 |
* | Introduce a new kevent filter. EVFILT_FS that will be used to signal | alfred | 2004-07-04 | 5 | -1/+131 |
* | Use hard_locale() to check whether collating order is "hard" regardless | tjr | 2004-07-04 | 1 | -2/+0 |
* | Ignore ENABLE_NLS when deciding whether we can use setlocale(). | tjr | 2004-07-04 | 1 | -2/+4 |
* | Revision 1.496 would not boot on my system due to | alfred | 2004-07-04 | 1 | -1/+2 |
* | Update for grep 2.5.1. | tjr | 2004-07-04 | 2 | -120/+254 |
* | Merge local changes. | tjr | 2004-07-04 | 9 | -881/+2674 |
* | This commit was generated by cvs2svn to compensate for changes in r131554, | tjr | 2004-07-04 | 45 | -248/+5612 |
|\ |
|
| * | Import GNU grep 2.5.1 (trimmed) | tjr | 2004-07-04 | 54 | -1119/+8280 |
* | | Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter. | sanpei | 2004-07-04 | 1 | -1/+3 |
* | | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 15 | -168/+92 |
* | | Wrap rc.subr inside | cperciva | 2004-07-04 | 1 | -0/+6 |
* | | Document that boundaries cannot be smaller than the max segment size. | scottl | 2004-07-04 | 1 | -1/+2 |
* | | Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it's | jmallett | 2004-07-04 | 1 | -1/+1 |
* | | Fix regression in new version of GNU regex code: bracket expressions | tjr | 2004-07-04 | 1 | -14/+19 |
* | | Merge local changes (addition of $FreeBSD$). | tjr | 2004-07-04 | 1 | -422/+2425 |
* | | This commit was generated by cvs2svn to compensate for changes in r131543, | tjr | 2004-07-04 | 1 | -12/+36 |
|\ \ |
|
| * | | Import of GNU regex from GNU grep 2.5.1 (trimmed). | tjr | 2004-07-04 | 2 | -434/+2461 |
* | | | Fixed markup. | ru | 2004-07-03 | 3 | -13/+14 |
* | | | One more hard sentence break. | ru | 2004-07-03 | 1 | -1/+2 |
* | | | Merge junk. | ru | 2004-07-03 | 1 | -6/+1 |
* | | | Eliminate double whitespace. | ru | 2004-07-03 | 30 | -59/+62 |
* | | | Document /var/run/dmesg.boot, which is created by the rc scripts. Many | imp | 2004-07-03 | 1 | -4/+6 |
* | | | These don't need RMAN_RESOURCE_VISIBLE now that rman is visible | imp | 2004-07-03 | 4 | -4/+0 |
* | | | Really remove __RMAN_RESORUCE_VISIBLE | imp | 2004-07-03 | 2 | -2/+0 |
* | | | Use the rman_* functions in preference to reaching into struct resource. | imp | 2004-07-03 | 2 | -5/+5 |
* | | | Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here after | imp | 2004-07-03 | 2 | -24/+40 |
* | | | Remove stale comment | phk | 2004-07-03 | 1 | -1/+0 |
* | | | Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the call | rwatson | 2004-07-03 | 1 | -1/+5 |
* | | | Eliminated double whitespace. | ru | 2004-07-03 | 20 | -50/+53 |
* | | | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 223 | -993/+1650 |
* | | | Commit the first of half of changes that allow busdma to transparently | scottl | 2004-07-03 | 1 | -11/+47 |
* | | | Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subject | green | 2004-07-03 | 1 | -4/+8 |
* | | | Add NULL arg to mi_switch() call to stop kernel compiles from breaking. | phk | 2004-07-03 | 1 | -1/+1 |
* | | | Remove "register" keyword and trailing white space. | phk | 2004-07-03 | 10 | -120/+120 |
* | | | Use C99 conforming designated initialisers rather than the obsolete GCC syntax. | stefanf | 2004-07-03 | 2 | -18/+18 |
* | | | By popular request, add a workaround that allows large (>128GB or so) | tjr | 2004-07-03 | 8 | -15/+253 |
* | | | The -O2 bugs are in libalias(3), not ppp(8). | des | 2004-07-03 | 1 | -1/+1 |
* | | | Add FreeBSD-SA-04:13.linux and the device.hints related | josef | 2004-07-03 | 2 | -0/+20 |
* | | | Grammar nits. | pjd | 2004-07-03 | 1 | -4/+4 |