summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove build timestamps. There's no need to know exactly when these programscperciva2006-07-096-6/+6
* Regen.jhb2006-07-083-4/+4
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-084-48/+53
* Use kern_connect() in spx_open() to avoid the need for the stackgap. Ijhb2006-07-081-16/+11
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-084-11/+14
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingjhb2006-07-081-152/+298
* Use ibsc2_key_t rather than key_t.jhb2006-07-081-1/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-084-104/+112
* Create bus_enumerate_hinted_children. This routine will allow driversimp2006-07-083-0/+57
* (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))imp2006-07-081-2/+2
* Remove old GENERIC kludge. We no longer need to skip devices namedimp2006-07-081-8/+2
* Signals may be delivered to process as well as to the thread. Check thekib2006-07-081-1/+3
* Always supply curthread as argument to nfs_asyncio and nfs_doiokib2006-07-081-8/+2
* Turn on libfetch debugging if -v was specified on the command line.des2006-07-081-0/+1
* In get_exportlist(), properly loop over mounted filesystems.rodrigc2006-07-081-5/+4
* Remove after repo copy to src/tools/kerneldoc.netchild2006-07-0824-1047/+0
* Add (missing) and remove (obsolete) .m files.netchild2006-07-081-4/+7
* Forced commit to note repo copy from sys/doc.netchild2006-07-080-0/+0
* Add note concerning FreeBSD-SA-06:01.texindex.cperciva2006-07-081-0/+4
* Oops, it is sbin/nfsd that was removed, not the man page.avatar2006-07-081-1/+0
* Adding more antiques came from the RELENG_4(or prior) era: sbin/nfsd,avatar2006-07-081-0/+9
* Make in-kernel multicast protocols for pfsync and carp work after enablingmlaier2006-07-082-0/+10
* Apply local modifications to make Unwind Express BETA 10 buildable andmarcel2006-07-0712-20/+92
* This commit was generated by cvs2svn to compensate for changes in r160160,marcel2006-07-074-1121/+0
* This commit was generated by cvs2svn to compensate for changes in r160157,marcel2006-07-0728-347/+1908
|\
| * Import BETA 10 of HP's Unwind Express. This import does not containmarcel2006-07-0728-347/+1908
* | Remove bogus assertion.pjd2006-07-071-1/+0
* | Following repo-copy of mac_is_present_np.3 to mac_is_present.3, removerwatson2006-07-076-93/+6
* | Forced commit to recognize repo-copy of mac_is_present_np.3 torwatson2006-07-070-0/+0
* | Fixed the threshold for using the simple Taylor approximation.bde2006-07-072-2/+2
* | Fix cut-n-paste bug: compare argument s against known aliases,marcel2006-07-071-6/+6
* | Fix checking of the "lock" file in the spool directory for a queue,gad2006-07-071-2/+9
* | Move POSIX.1e-specific utility routines from kern_acl.c torwatson2006-07-064-1584/+14
* | Forced commit to recognize repo-copy of kern_acl.c to subr_acl_posix1e.c,rwatson2006-07-060-0/+0
* | Regen.jhb2006-07-066-8/+8
* | - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-063-2/+19
* | - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they arejhb2006-07-061-3/+10
* | Don't try to copyin extra data for IPC_RMID requests to msgctl() orjhb2006-07-061-6/+1
* | Regen.jhb2006-07-066-16/+10
* | Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-064-69/+71
* | Use the regular poll(2) function to implement poll(2) for the IBCS2 compatjhb2006-07-063-130/+2
* | Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.jkim2006-07-062-8/+30
* | Audit the remaining parameters to the extattr system calls. Generatewsalamon2006-07-063-0/+115
* | Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-062-4/+0
* | Remove unneeded mac.h include.rwatson2006-07-062-2/+0
* | Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-061-2/+0
* | Use #include "", not #include <> for opt_foo.h.rwatson2006-07-061-2/+2
* | Since kernel & userland use different timebase and netstat is reading kerneloleg2006-07-061-3/+13
* | Oops, library bumps should be reflected with OLD_LIBS.delphij2006-07-061-5/+5
* | Reflect library bumps caused by gethostbyaddr(3) change.delphij2006-07-061-0/+5
OpenPOWER on IntegriCloud