| Commit message (Expand) | Author | Age | Files | Lines |
* | Add manual page for snd_t4dwave(4). | joel | 2005-08-15 | 2 | -0/+64 |
* | Update hardware section: | joel | 2005-08-15 | 1 | -7/+7 |
* | Implement a new feature for ping(8) - sweeping pings. In a sweeping | glebius | 2005-08-15 | 2 | -7/+117 |
* | Cleanup and polishing. | phk | 2005-08-15 | 1 | -24/+28 |
* | Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM | pjd | 2005-08-15 | 1 | -11/+17 |
* | The "Mbuf" zone was renamed "mbuf" to improve consistency, but the code | rwatson | 2005-08-15 | 1 | -4/+4 |
* | After much experimentation, settle for the simplest model for customize | phk | 2005-08-15 | 1 | -0/+17 |
* | Ensure that we are holding the lock when initialising the bridge interface. We | thompsa | 2005-08-15 | 1 | -0/+2 |
* | Ensure that we are holding the lock when initialising the bridge interface. We | thompsa | 2005-08-15 | 1 | -0/+5 |
* | Remove the execute permission for stacks. | marcel | 2005-08-14 | 1 | -1/+1 |
* | Attempt to improve the logic for automatically sizing partitions | iedowse | 2005-08-14 | 1 | -5/+62 |
* | Fix (/usr could not be mounted yet, so there is no grep(1) available) and | pjd | 2005-08-14 | 1 | -1/+1 |
* | Unfortunately dlerror(3) returns string, so there is no clean way to | pjd | 2005-08-14 | 1 | -11/+12 |
* | Simplify the page table page reference counting by pmap_enter()'s change of | alc | 2005-08-14 | 2 | -16/+15 |
* | Connect geli and geli2 ro the build. | pjd | 2005-08-14 | 1 | -1/+1 |
* | Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALL | bz | 2005-08-14 | 1 | -1/+7 |
* | Do not keep parent directory locked while calling VFS_ROOT to traverse mount | kan | 2005-08-14 | 1 | -0/+2 |
* | Add scripts for GELI device configuration on boot. | pjd | 2005-08-14 | 5 | -1/+236 |
* | Move 'local_tr' function to rc.subr and change its name to 'ltr'. | pjd | 2005-08-14 | 2 | -22/+24 |
* | Don't treat failure to find the operator GID as a fatal error; this | iedowse | 2005-08-14 | 1 | -4/+9 |
* | When keys were configured without passphrase, number of iterations in | pjd | 2005-08-14 | 1 | -0/+4 |
* | Recent cleanups made it possible to bump WARNS to 3. | stefanf | 2005-08-14 | 1 | -1/+1 |
* | - restore the ability to mount cd9660 filesystems as root by inverting | grehan | 2005-08-14 | 2 | -14/+12 |
* | Add the best quote evar! about XML. | wes | 2005-08-14 | 1 | -0/+4 |
* | Document two missed if_bridge commands 'addr' and 'static'. | thompsa | 2005-08-14 | 1 | -0/+7 |
* | Spell "cmp > /dev/null" as "cmp -s". | cperciva | 2005-08-14 | 1 | -1/+1 |
* | Correctly exit from extract_run() and update_run() if files needed are | cperciva | 2005-08-13 | 1 | -4/+9 |
* | Bump __FreeBSD_version for dev_clone eventhandler to add credential. | rwatson | 2005-08-13 | 1 | -1/+1 |
* | o s/pmap_lpte_/pmap_/g | marcel | 2005-08-13 | 1 | -80/+52 |
* | Fix the problem with the IPI for the lazy context switching of the | marcel | 2005-08-13 | 2 | -2/+5 |
* | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | kan | 2005-08-13 | 4 | -15/+3 |
* | Make mpsafe_vfs=1 the default on ia64. | marcel | 2005-08-13 | 1 | -1/+2 |
* | added a knob to enable path MTU discovery for multicast packets. | ume | 2005-08-13 | 4 | -14/+28 |
* | Misc mdoc(7) fixes: | simon | 2005-08-13 | 1 | -7/+10 |
* | revert 1.64: we cannot use the channel characteristics to decide when to | sam | 2005-08-13 | 1 | -4/+3 |
* | Because code paths for I/O requests are quite complex, add comments above | pjd | 2005-08-13 | 1 | -0/+12 |
* | add list mac and mac:kick support | sam | 2005-08-13 | 2 | -10/+98 |
* | Extend acl support to pass ioctl requests through and use this to | sam | 2005-08-13 | 4 | -4/+79 |
* | Allow multiple commands to be specified on a single command line, e.g., | cperciva | 2005-08-13 | 2 | -7/+11 |
* | Put the comparison with PEOF into a new macro is_eof(). Don't use it if the | stefanf | 2005-08-13 | 2 | -6/+8 |
* | Declare echocmd() and testcmd(). | stefanf | 2005-08-13 | 1 | -0/+2 |
* | Use assignment rather than comparison. | stefanf | 2005-08-13 | 1 | -2/+2 |
* | Fix the progress statistics code by printing the right variable. I | cperciva | 2005-08-13 | 1 | -1/+1 |
* | * Solve "No PHY found" problem for more Yukon Lite variants. | bz | 2005-08-13 | 2 | -50/+122 |
* | * Add dynamic sysctl for net.inet6.ip6.fw. | bz | 2005-08-13 | 4 | -70/+377 |
* | - Provide all initialisers for a struct event. | stefanf | 2005-08-13 | 1 | -5/+6 |
* | First declare the functions to pacify -Wmissing-prototypes. | stefanf | 2005-08-13 | 1 | -0/+4 |
* | Include missing headers. | stefanf | 2005-08-13 | 2 | -0/+2 |
* | Use prototypes in the MKINIT lines collected by mkinit. | stefanf | 2005-08-13 | 3 | -3/+3 |
* | Use prototypes in the generated builtins.{c,h} files. | stefanf | 2005-08-13 | 1 | -3/+3 |