| Commit message (Expand) | Author | Age | Files | Lines |
* | The print/acroread4 port seems to be gone. acroread5 doesn't run on | kensmith | 2004-10-03 | 1 | -3/+0 |
* | Prevent reentrancy of the IPv6 routing code (leading to crash with | green | 2004-10-03 | 1 | -5/+26 |
* | Add support to IPFW for matching by TCP data length. | green | 2004-10-03 | 4 | -0/+53 |
* | Add the documentation for IPFW's diverted(-loopback|-output) matches. | green | 2004-10-03 | 1 | -0/+8 |
* | Add support to IPFW for classification based on "diverted" status | green | 2004-10-03 | 4 | -16/+77 |
* | Remove accidentally-added O_DIVERTED section. | green | 2004-10-03 | 1 | -17/+0 |
* | Add to IPFW the ability to do ALTQ classification/tagging. | green | 2004-10-03 | 5 | -33/+312 |
* | The physical address stored in the vm_page is page aligned. There is no | alc | 2004-10-03 | 4 | -4/+4 |
* | Disable MTU feedback in IPv6 if the sender writes data that must be fragmented. | dwhite | 2004-10-02 | 1 | -0/+14 |
* | * Use two cdevsw's for ugen(4): one for control endpoints, and one for | green | 2004-10-02 | 1 | -20/+91 |
* | * When toggling short transfers on a bulk transfer endpoint, cancel and | green | 2004-10-02 | 1 | -20/+22 |
* | Don't allow to create a drive that already exists. | le | 2004-10-02 | 1 | -0/+8 |
* | Correctly skip the '/dev/' part when creating new drives and prefix | le | 2004-10-02 | 2 | -5/+8 |
* | Get debugging macros from sivar.h | phk | 2004-10-02 | 2 | -2/+8 |
* | Add #ifdef _KERNEL which allows sicontrol(8) to include this file | phk | 2004-10-02 | 1 | -0/+3 |
* | Augh! | phk | 2004-10-02 | 1 | -2/+2 |
* | Fix a problem when you try to mount a directory on another directory | takawata | 2004-10-02 | 1 | -0/+2 |
* | Fix a deadlock in ggatel(8) simlar to one which was fixed some time | pjd | 2004-10-02 | 1 | -1/+1 |
* | Use generic device/tty adaptation code. | phk | 2004-10-02 | 3 | -648/+83 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-10-02 | 2 | -21/+21 |
* | Unlock g_gate_list_mtx mutex when we cannot allocate unit number. | pjd | 2004-10-02 | 1 | -0/+1 |
* | Add support for CTS modemsignal as well. | phk | 2004-10-02 | 1 | -0/+9 |
* | Pass an array of gid_t rather than an array of int to getgroups(). | stefanf | 2004-10-02 | 3 | -4/+7 |
* | Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These | alc | 2004-10-02 | 4 | -20/+8 |
* | Remove an unused declaration. (I should have included this change in | alc | 2004-10-02 | 1 | -1/+0 |
* | Finish the de-orbital burn of our previous FreeBSD version compat libs | obrien | 2004-10-02 | 164 | -172537/+0 |
* | Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile(). | alc | 2004-10-02 | 1 | -0/+1 |
* | Enable the new compat4x libs. | scottl | 2004-10-02 | 1 | -0/+5 |
* | Update libc, libc_r, and libperl and add libhistory, libm, libopie, libpcap, | scottl | 2004-10-02 | 8 | -14879/+18490 |
* | Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to be | sam | 2004-10-02 | 1 | -2/+0 |
* | dc(4) is now supported as well. While here sort the list and remove awi, | mlaier | 2004-10-01 | 1 | -4/+4 |
* | Prepare for 5.3 release by updating libraries that had changed in | kensmith | 2004-10-01 | 9 | -13474/+16626 |
* | General overhaul: | schweikh | 2004-10-01 | 3 | -58/+76 |
* | Document MD commands. | ru | 2004-10-01 | 1 | -0/+25 |
* | Add optimized version of the bswap macroes for constants if __OPTIMIZED__ is | cognet | 2004-10-01 | 1 | -2/+30 |
* | There's no need to turn on MALLOC_PROFILE by default. | cognet | 2004-10-01 | 1 | -1/+0 |
* | Don't attempt to profile __udivsi3() and friends, as mcount() uses them. | cognet | 2004-10-01 | 1 | -4/+4 |
* | Add more PnP serial cards support. | nyan | 2004-10-01 | 2 | -22/+38 |
* | Fix BIOS default geometry on pc98. | nyan | 2004-10-01 | 1 | -0/+4 |
* | Bump the library version numbers for the following libraries: | kensmith | 2004-10-01 | 5 | -3/+19 |
* | Read the MAC address in the EEPROM in the correct byte order. This | mux | 2004-10-01 | 2 | -8/+8 |
* | Clear a process's procfs trace points upon delivery of SIGKILL. | alfred | 2004-10-01 | 1 | -0/+10 |
* | Always set half'n'half mode on ICH* chips. | sos | 2004-10-01 | 1 | -0/+1 |
* | Fix the serverworks modesetting code, of mask offset was wrong. | sos | 2004-10-01 | 1 | -14/+16 |
* | Merge the following from the English version: | den | 2004-10-01 | 2 | -36/+17 |
* | Install precious shared libraries with -S. | ru | 2004-10-01 | 1 | -1/+4 |
* | Keep each prog on its own line so that diffs between various | ru | 2004-10-01 | 10 | -67/+263 |
* | Take away unused libraries. | ru | 2004-10-01 | 10 | -10/+10 |
* | Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier. | green | 2004-10-01 | 2 | -30/+42 |
* | Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE. | green | 2004-10-01 | 2 | -4/+6 |