| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Attempt to make running the new rc in a jail more automatic by | dougb | 2006-02-20 | 1 | -1/+6 |
* | Enable automatic hardware notes generation for myri10ge(4). | brueffer | 2006-02-20 | 3 | -0/+5 |
* | correct check for whether wpa is enabled | sam | 2006-02-20 | 1 | -1/+1 |
* | Update for the 9550 series of controllers. | brueffer | 2006-02-20 | 1 | -4/+15 |
* | treat setting the optional ie to a zero-length datum to mean "delete | sam | 2006-02-20 | 1 | -7/+17 |
* | Obey opt_inet6.h in kernel build directory. | ume | 2006-02-20 | 2 | -2/+8 |
* | Disable the myri10ge driver on pc98. | nyan | 2006-02-20 | 1 | -1/+1 |
* | Copy MAC address to fix alignment problems. | ticso | 2006-02-20 | 1 | -2/+8 |
* | Fix scancode translation table | markus | 2006-02-20 | 1 | -2/+3 |
* | Read cycle count before sending signal, this fixes a userland thread | davidxu | 2006-02-20 | 1 | -1/+1 |
* | Fix grammar. | glebius | 2006-02-20 | 1 | -1/+1 |
* | Hook the myri10ge driver to the i386 and amd64 module builds. | gallatin | 2006-02-20 | 1 | -0/+3 |
* | ${.CURDIR} != pwd and since we use the shell version of if now we don't even | mlaier | 2006-02-20 | 1 | -1/+1 |
* | 10GbE mode driver and binary firmware for Myricom's PCI-express NICs. | gallatin | 2006-02-19 | 22 | -0/+9046 |
* | Her name was Anne Frank, not Ann Frank. | wilko | 2006-02-19 | 1 | -1/+1 |
* | Fix misinformation in "setconfig" message description. | glebius | 2006-02-19 | 1 | -4/+5 |
* | Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stall | iedowse | 2006-02-19 | 4 | -0/+16 |
* | - Don't bother traversing trap frames in stack_save(). This fixes panics | marius | 2006-02-19 | 2 | -4/+34 |
* | Make sure abi (and therefore archdep) start before SERVERS as part of | dougb | 2006-02-19 | 3 | -5/+3 |
* | Enable NLS catalog of csh(1). | ume | 2006-02-19 | 4 | -1/+136 |
* | This commit was generated by cvs2svn to compensate for changes in r155832, | ume | 2006-02-19 | 12 | -0/+36 |
|\ |
|
| * | Import required files to enable use of libiconv from tcsh-6.14.00. | ume | 2006-02-19 | 12 | -0/+36 |
* | | Correctly locate the character preceeding the matched string in -w | tjr | 2006-02-19 | 1 | -5/+35 |
* | | For the coda5 module, CODA_COMPAT_5 is mandatory, not optional. | yar | 2006-02-19 | 1 | -4/+1 |
* | | Add a quite late 20051014 entry for the changes in module Makefiles, | yar | 2006-02-19 | 1 | -0/+9 |
* | | Back out revs 1.18 and 1.19; they were based on incorrect assumptions. | des | 2006-02-19 | 1 | -4/+0 |
* | | Style: Remove blank lines before EOF. | yar | 2006-02-18 | 14 | -14/+0 |
* | | Work around the fact that nfsclient SRCS must include | yar | 2006-02-18 | 1 | -0/+17 |
* | | Remove empty lines at the end | ache | 2006-02-18 | 2 | -2/+0 |
* | | The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] | andre | 2006-02-18 | 2 | -7/+10 |
* | | Remove unneeded includes and provide more accurate description | andre | 2006-02-18 | 3 | -6/+4 |
* | | A file can also be a link, so check not only for a file, but also for a link | netchild | 2006-02-18 | 1 | -14/+36 |
* | | Add missing TH_PUSH to the TH_FLAGS enumeration. | andre | 2006-02-18 | 1 | -1/+1 |
* | | Xref chkgrp(8). | brueffer | 2006-02-18 | 1 | -0/+1 |
* | | Build audit command line tools only if NO_AUDIT isn't defined. | rwatson | 2006-02-18 | 1 | -4/+11 |
* | | Add system call auditing support for sparc64. | rwatson | 2006-02-18 | 1 | -0/+3 |
* | | - add libxpg4 | netchild | 2006-02-18 | 1 | -2/+7 |
* | | Improved description for packet zone statistics. | andre | 2006-02-18 | 1 | -1/+1 |
* | | Print statistics on mbuf+clusters in packet zone. | andre | 2006-02-18 | 1 | -0/+4 |
* | | Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only. | des | 2006-02-18 | 1 | -1/+1 |
* | | Print statistics on jumbo mbuf clusters. | andre | 2006-02-18 | 1 | -2/+72 |
* | | Use kld(3) for loading geom_md.ko. | pjd | 2006-02-18 | 1 | -20/+3 |
* | | Load cpufreq at startup if it isn't there already. | des | 2006-02-18 | 1 | -0/+4 |
* | | Replace the guts of usbmodule() with calls to the new kld(3) functions. | des | 2006-02-18 | 1 | -34/+1 |
* | | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 4 | -2/+180 |
* | | Inform when label disappears. | pjd | 2006-02-18 | 1 | -16/+36 |
* | | Allow to use g_slice_orphan() from outside. | pjd | 2006-02-18 | 2 | -2/+2 |
* | | - Do not depend on fact that file system covers entire provider. | pjd | 2006-02-18 | 1 | -19/+13 |
* | | - Fix severe crackling after long running and abusive module load / unload by | ariff | 2006-02-18 | 1 | -15/+59 |
* | | Fix random popping while playing in 32bit by increasing default buffer size | ariff | 2006-02-18 | 1 | -1/+1 |