| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Move POSIX.1e-specific utility routines from kern_acl.c to | rwatson | 2006-07-06 | 4 | -1584/+14 |
* | | Forced commit to recognize repo-copy of kern_acl.c to subr_acl_posix1e.c, | rwatson | 2006-07-06 | 0 | -0/+0 |
* | | Regen. | jhb | 2006-07-06 | 6 | -8/+8 |
* | | - Protect the list of linux ioctl handlers with an sx lock. | jhb | 2006-07-06 | 3 | -2/+19 |
* | | - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they are | jhb | 2006-07-06 | 1 | -3/+10 |
* | | Don't try to copyin extra data for IPC_RMID requests to msgctl() or | jhb | 2006-07-06 | 1 | -6/+1 |
* | | Regen. | jhb | 2006-07-06 | 6 | -16/+10 |
* | | Add kern_setgroups() and kern_getgroups() and use them to implement | jhb | 2006-07-06 | 4 | -69/+71 |
* | | Use the regular poll(2) function to implement poll(2) for the IBCS2 compat | jhb | 2006-07-06 | 3 | -130/+2 |
* | | Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4. | jkim | 2006-07-06 | 2 | -8/+30 |
* | | Audit the remaining parameters to the extattr system calls. Generate | wsalamon | 2006-07-06 | 3 | -0/+115 |
* | | Remove now unneeded opt_mac.h and mac.h includes. | rwatson | 2006-07-06 | 2 | -4/+0 |
* | | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 2 | -2/+0 |
* | | Remove now unneeded opt_mac.h and mac.h includes. | rwatson | 2006-07-06 | 1 | -2/+0 |
* | | Use #include "", not #include <> for opt_foo.h. | rwatson | 2006-07-06 | 1 | -2/+2 |
* | | Since kernel & userland use different timebase and netstat is reading kernel | oleg | 2006-07-06 | 1 | -3/+13 |
* | | Oops, library bumps should be reflected with OLD_LIBS. | delphij | 2006-07-06 | 1 | -5/+5 |
* | | Reflect library bumps caused by gethostbyaddr(3) change. | delphij | 2006-07-06 | 1 | -0/+5 |