| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa... | twinterg | 2006-07-09 | 5 | -6/+32 |
* | More stale maintainer. | markm | 2006-07-09 | 1 | -5/+0 |
* | Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware | mjacob | 2006-07-09 | 21 | -136/+732 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 2 | -0/+2 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 3 | -1/+4 |
* | If PAE is built w/o modules, make sure that isp(4) | mjacob | 2006-07-09 | 1 | -0/+3 |
* | Remove stale MAINTAINER | markm | 2006-07-09 | 1 | -2/+0 |
* | Declare UFS module version. | pjd | 2006-07-09 | 1 | -0/+1 |
* | Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missing | pjd | 2006-07-09 | 1 | -2/+2 |
* | When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of | pjd | 2006-07-09 | 1 | -43/+88 |
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 20 | -20/+20 |
* | When extending a file with truncate, check that newly added bytes have | rwatson | 2006-07-09 | 1 | -21/+55 |
* | Add regression tests to make sure that attempting to call ftruncate() on | rwatson | 2006-07-09 | 1 | -5/+46 |
* | Add very basic ftruncate() regression test, with a comment rather more | rwatson | 2006-07-09 | 2 | -0/+109 |
* | o Fix MTX_SYSINIT prototype. | maxim | 2006-07-09 | 1 | -1/+1 |
* | Fix spelling in a comment. | stefanf | 2006-07-09 | 1 | -1/+1 |
* | o replace special handling of clone operations by a clone callback | sam | 2006-07-09 | 4 | -100/+127 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 16 | -39/+86 |
* | Remove build timestamps. There's no need to know exactly when these programs | cperciva | 2006-07-09 | 6 | -6/+6 |
* | Regen. | jhb | 2006-07-08 | 3 | -4/+4 |
* | - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes | jhb | 2006-07-08 | 4 | -48/+53 |
* | Use kern_connect() in spx_open() to avoid the need for the stackgap. I | jhb | 2006-07-08 | 1 | -16/+11 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 4 | -11/+14 |
* | - Split the IBCS2 ipc foosys() system calls up into subfunctions matching | jhb | 2006-07-08 | 1 | -152/+298 |
* | Use ibsc2_key_t rather than key_t. | jhb | 2006-07-08 | 1 | -1/+1 |
* | Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This | jhb | 2006-07-08 | 4 | -104/+112 |
* | Create bus_enumerate_hinted_children. This routine will allow drivers | imp | 2006-07-08 | 3 | -0/+57 |
* | (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c)) | imp | 2006-07-08 | 1 | -2/+2 |
* | Remove old GENERIC kludge. We no longer need to skip devices named | imp | 2006-07-08 | 1 | -8/+2 |
* | Signals may be delivered to process as well as to the thread. Check the | kib | 2006-07-08 | 1 | -1/+3 |
* | Always supply curthread as argument to nfs_asyncio and nfs_doio | kib | 2006-07-08 | 1 | -8/+2 |
* | Turn on libfetch debugging if -v was specified on the command line. | des | 2006-07-08 | 1 | -0/+1 |
* | In get_exportlist(), properly loop over mounted filesystems. | rodrigc | 2006-07-08 | 1 | -5/+4 |
* | Remove after repo copy to src/tools/kerneldoc. | netchild | 2006-07-08 | 24 | -1047/+0 |
* | Add (missing) and remove (obsolete) .m files. | netchild | 2006-07-08 | 1 | -4/+7 |
* | Forced commit to note repo copy from sys/doc. | netchild | 2006-07-08 | 0 | -0/+0 |
* | Add note concerning FreeBSD-SA-06:01.texindex. | cperciva | 2006-07-08 | 1 | -0/+4 |
* | Oops, it is sbin/nfsd that was removed, not the man page. | avatar | 2006-07-08 | 1 | -1/+0 |
* | Adding more antiques came from the RELENG_4(or prior) era: sbin/nfsd, | avatar | 2006-07-08 | 1 | -0/+9 |
* | Make in-kernel multicast protocols for pfsync and carp work after enabling | mlaier | 2006-07-08 | 2 | -0/+10 |
* | Apply local modifications to make Unwind Express BETA 10 buildable and | marcel | 2006-07-07 | 12 | -20/+92 |
* | This commit was generated by cvs2svn to compensate for changes in r160160, | marcel | 2006-07-07 | 4 | -1121/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r160157, | marcel | 2006-07-07 | 28 | -347/+1908 |
|\ |
|
| * | Import BETA 10 of HP's Unwind Express. This import does not contain | marcel | 2006-07-07 | 28 | -347/+1908 |
* | | Remove bogus assertion. | pjd | 2006-07-07 | 1 | -1/+0 |
* | | Following repo-copy of mac_is_present_np.3 to mac_is_present.3, remove | rwatson | 2006-07-07 | 6 | -93/+6 |
* | | Forced commit to recognize repo-copy of mac_is_present_np.3 to | rwatson | 2006-07-07 | 0 | -0/+0 |
* | | Fixed the threshold for using the simple Taylor approximation. | bde | 2006-07-07 | 2 | -2/+2 |
* | | Fix cut-n-paste bug: compare argument s against known aliases, | marcel | 2006-07-07 | 1 | -6/+6 |
* | | Fix checking of the "lock" file in the spool directory for a queue, | gad | 2006-07-07 | 1 | -2/+9 |