| Commit message (Expand) | Author | Age | Files | Lines |
* | Add WITHOUT_ZONEINFO to the build options and regenerate src.conf.5 | remko | 2007-08-27 | 2 | -1/+6 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 21 | -519/+832 |
* | o Fix bug I introduced in the previous commit (ipfw set extention): | maxim | 2007-08-26 | 2 | -4/+7 |
* | Add option to not fill second code image, this makes the full disk | phk | 2007-08-26 | 1 | -3/+10 |
* | Off-by-one bug in country ie construction, which will make HOSTAP send out | sephe | 2007-08-26 | 1 | -1/+3 |
* | Fix following nits: | sephe | 2007-08-26 | 1 | -1/+2 |
* | Update the MFI driver to support new "1078" series of hardware. This | scottl | 2007-08-25 | 4 | -24/+221 |
* | Fixes for 4 port and small packet optimization | kmacy | 2007-08-25 | 5 | -76/+125 |
* | sleep 2 seconds after having loaded g_uzip.ko. We need this because | matteo | 2007-08-25 | 1 | -0/+2 |
* | document hw.realmem | danger | 2007-08-24 | 1 | -0/+1 |
* | Remove old prototypes for addr2ascii() and ascii2addr(), functions which no | bms | 2007-08-24 | 1 | -2/+0 |
* | Fix stack overflow with too many items return list in 'dialog' program. | ache | 2007-08-24 | 1 | -1/+1 |
* | drop frames marked for encryption when no key is available | sam | 2007-08-24 | 1 | -0/+1 |
* | New release note: coretemp(4). | bmah | 2007-08-24 | 1 | -1/+5 |
* | MFV: tzdata2007g | edwin | 2007-08-24 | 6 | -92/+142 |
* | This commit was generated by cvs2svn to compensate for changes in r171945, | edwin | 2007-08-24 | 1 | -3/+5 |
|\ |
|
| * | Import of timezone database from Arthur Olson et al. | edwin | 2007-08-24 | 7 | -95/+148 |
* | | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 23 | -269/+979 |
* | | - Fix typo in netstat's display of Nagle algorithm - refer to the RFC. | rrs | 2007-08-24 | 1 | -2/+2 |
* | | Add PCI IDs for two cards: | emaste | 2007-08-23 | 2 | -1/+9 |
* | | Add man pages for coretemp(4) and ichwd(4). | des | 2007-08-23 | 3 | -0/+150 |
* | | Return EADDRNOTAVAIL instead of EDESTADDRREQ error when | emax | 2007-08-23 | 2 | -2/+2 |
* | | Export 4Gbps Fibre Channel link speed correctly with inquiry commands. | jkim | 2007-08-23 | 1 | -9/+8 |
* | | Fix pkg_add behaviour to preserve pathnames. | krion | 2007-08-23 | 1 | -1/+1 |
* | | Style nits + more reliable Tj(max) detection + improved reporting of | des | 2007-08-23 | 1 | -34/+42 |
* | | Use POSIX mutex instead of Solaris ones. This makes generation | delphij | 2007-08-23 | 1 | -8/+8 |
* | | sysent.h is installed as sys/sysent.h, so reflect it. | delphij | 2007-08-23 | 1 | -1/+1 |
* | | When checking the sequence number of a TCP header embedded in an | dhartmei | 2007-08-23 | 1 | -2/+1 |
* | | Forced commit to note repo-copy: | yar | 2007-08-23 | 0 | -0/+0 |
* | | NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb' | jhb | 2007-08-22 | 1 | -0/+1 |
* | | Bring in two fixes for TinyBSD: | remko | 2007-08-22 | 8 | -7/+8 |
* | | - Fix origin of the portcheckout port as we have it in the port-mgmt | gabor | 2007-08-22 | 1 | -2/+2 |
* | | - Use mount -t msdosfs instead of mount_msdosfs | gabor | 2007-08-22 | 1 | -2/+2 |
* | | - Fix a copy-paste bug in the list of supported chips | gabor | 2007-08-22 | 1 | -2/+2 |
* | | - Fix a bug which could cause a panic when enabling LRO | gallatin | 2007-08-22 | 5 | -24755/+25813 |
* | | Assign sizes to assembly language support functions. | jkoshy | 2007-08-22 | 4 | -8/+77 |
* | | Define an END() macro for use in i386 and amd64 assembly code, akin | jkoshy | 2007-08-22 | 4 | -0/+7 |
* | | Add thr_kill2 syscall. | davidxu | 2007-08-22 | 1 | -0/+3 |
* | | Add a HARDWARE section which lists supported devices. | sanpei | 2007-08-21 | 1 | -0/+4 |
* | | Properly initialize the dev_priv before calling the i915_dma_cleanup(). | kib | 2007-08-21 | 1 | -3/+2 |
* | | In general, when we map a page into the kernel's address space, we no | alc | 2007-08-21 | 2 | -8/+6 |
* | | Some times ago, vfs_getopts() was changed, so that it would set error to | cognet | 2007-08-20 | 1 | -5/+5 |
* | | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | kib | 2007-08-20 | 3 | -18/+40 |
* | | Destroy the kaio_mtx on the freeing the struct kaioinfo in the | kib | 2007-08-20 | 1 | -1/+5 |
* | | - Improve runq_findbit_from() which is used by ULE's circular queue. Mask | jeff | 2007-08-20 | 1 | -32/+22 |
* | | - Set steal_thresh to log2(ncpus). This improves idle-time load balancing | jeff | 2007-08-20 | 1 | -0/+6 |
* | | Always call sched_bind(), even if on the CPU in question. It is wrong to | njl | 2007-08-20 | 1 | -25/+15 |
* | | Use a different loop variable for the inner loop. This previous reuse could | njl | 2007-08-19 | 1 | -4/+4 |
* | | This commit updates libarchive to be compatible with | kientzle | 2007-08-18 | 2 | -183/+600 |
* | | Remove references to the now-deleted installation notes and add a | bmah | 2007-08-18 | 1 | -34/+19 |