| Commit message (Expand) | Author | Age | Files | Lines |
* | Always attach a subdisk even if no valid metadata found. | sos | 2005-05-02 | 1 | -1/+2 |
* | Remove GIANT_REQUIRED from vmspace_exec(). | alc | 2005-05-02 | 1 | -1/+0 |
* | New release notes: musycc gone, new ndis(4) driver generation/load | bmah | 2005-05-02 | 2 | -0/+36 |
* | the 3rd argument of getsockname() should be socklen_t*. | ume | 2005-05-02 | 2 | -2/+4 |
* | Since it is not possible for curthread to be NULL in this context, | csjp | 2005-05-02 | 1 | -4/+2 |
* | New release notes: IPFilter 4.1.8, tcsh 6.14.00. | bmah | 2005-05-02 | 2 | -0/+12 |
* | Fix a few grammos and style nits here and there. | bmah | 2005-05-02 | 2 | -26/+26 |
* | Make caesar and pom WARNS 6 clean. While there, use prototypes everywhere. | stefanf | 2005-05-01 | 4 | -14/+9 |
* | Remove lame and ineffectual attempt to fix ipf breakage of tenderbox. | imp | 2005-05-01 | 1 | -1/+0 |
* | MFen 1.845-1.849 | delphij | 2005-05-01 | 1 | -3/+72 |
* | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | jkoshy | 2005-05-01 | 14 | -349/+796 |
* | Remove now unused inirw variable from previous use of COMMON_END(). | rwatson | 2005-05-01 | 1 | -1/+0 |
* | Catch up with latest ATA newbus commits. | grehan | 2005-05-01 | 2 | -4/+4 |
* | Fix typo in last commit. | grehan | 2005-05-01 | 1 | -1/+1 |
* | oops, we don't need previous change. | ume | 2005-05-01 | 1 | -8/+4 |
* | Update on the last commit, the dma* funciton needs to be called with | sos | 2005-05-01 | 4 | -19/+19 |
* | make it compilable without YP definition. | ume | 2005-05-01 | 1 | -5/+9 |
* | - All buffers should either be clean or dirty. If neither of these flags | jeff | 2005-05-01 | 1 | -0/+4 |
* | Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it's | rwatson | 2005-05-01 | 1 | -2/+13 |
* | - Merged some missing changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 2 | -434/+39 |
* | cosmetic changes. | nyan | 2005-05-01 | 1 | -17/+15 |
* | Add some convenience defines. | nyan | 2005-05-01 | 1 | -1/+5 |
* | Fix signed vs unsigned warning. | nyan | 2005-05-01 | 1 | -2/+2 |
* | Go back to the old way of finding the Promise metadata, the new way was | sos | 2005-05-01 | 1 | -1/+1 |
* | - document powerd_flags too | netchild | 2005-05-01 | 1 | -0/+10 |
* | Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) to | matusita | 2005-05-01 | 2 | -0/+12 |
* | don't see RES_USE_INET6 when called from getipnodeby*(). | ume | 2005-05-01 | 1 | -6/+14 |
* | Merged more changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 1 | -26/+7 |
* | Use NDOSPART macro instead of a magic number. | nyan | 2005-05-01 | 1 | -2/+2 |
* | Merged from src/sbin/fdisk/fdisk.c revision 1.77. | nyan | 2005-05-01 | 1 | -2/+2 |
* | MFi386: revision 1.1198 (add KDB_STOP_NMI option). | nyan | 2005-05-01 | 1 | -0/+5 |
* | MFi386: revision 1.220 (add KDB_STOP_NMI option). | nyan | 2005-05-01 | 1 | -0/+3 |
* | update for recent api changes | sam | 2005-05-01 | 1 | -11/+25 |
* | Turn on libobjc.so for all platforms on -current. It didn't work back | peter | 2005-05-01 | 1 | -12/+2 |
* | - Remove spls and comments relating to them. | jeff | 2005-05-01 | 1 | -26/+2 |
* | - Remove an old splcam hack. | jeff | 2005-05-01 | 1 | -4/+0 |
* | - Remove unnecessary spls. | jeff | 2005-05-01 | 1 | -10/+2 |
* | - Return EACCES if we're trying to exec on a vp with no object. | jeff | 2005-05-01 | 1 | -0/+2 |
* | - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. | jeff | 2005-05-01 | 1 | -5/+12 |
* | o enable shutdown of taskqueue threads; the thread servicing the queue checks | sam | 2005-05-01 | 2 | -13/+43 |
* | oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped | ume | 2005-04-30 | 3 | -6/+17 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | dwhite | 2005-04-30 | 13 | -0/+274 |
* | handling RES_USE_INET6 better. | ume | 2005-04-30 | 1 | -4/+5 |
* | _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly. | ume | 2005-04-30 | 1 | -1/+1 |
* | _gethostbynisname() didn't support RES_USE_INET6. | ume | 2005-04-30 | 1 | -0/+9 |
* | Reduce diffs against actual production configuration. | des | 2005-04-30 | 1 | -1/+1 |
* | Remove a line which merely echoed the builtin default. | des | 2005-04-30 | 1 | -1/+0 |
* | Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'. | des | 2005-04-30 | 1 | -2/+11 |
* | Add 'cleanobj' to the default target list. | des | 2005-04-30 | 1 | -1/+1 |
* | _ht_gethostbyname didn't handle RES_USE_INET6 correctly. | ume | 2005-04-30 | 1 | -6/+18 |