| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of just hinting at available octets, list some. | trhodes | 2006-03-04 | 1 | -1/+43 |
* | Use a thread pool to process notification if sigev_notify_attributes | davidxu | 2006-03-04 | 5 | -63/+326 |
* | use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure | ps | 2006-03-04 | 3 | -14/+16 |
* | save sigev_node pointer. | davidxu | 2006-03-04 | 1 | -0/+1 |
* | Fix bug in malloc_uninit(): | ps | 2006-03-03 | 1 | -1/+3 |
* | Take the functionality contained in the former "options TDFX_LINUX" | yar | 2006-03-03 | 11 | -61/+114 |
* | Print "clear" and "dump" only once. | wkoszek | 2006-03-03 | 1 | -2/+2 |
* | Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend | mux | 2006-03-03 | 1 | -1/+2 |
* | Cast the pointer to void * before casting it back to struct type * in | mux | 2006-03-03 | 1 | -1/+1 |
* | - use a more common style to print memory sizes | netchild | 2006-03-03 | 1 | -78/+133 |
* | This commit was generated by cvs2svn to compensate for changes in r156251, | mux | 2006-03-03 | 2 | -2/+2 |
|\ |
|
| * | Import today's csup sources to get the warning fix for queue.h. We | mux | 2006-03-03 | 2 | -2/+2 |
* | | Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS. | yar | 2006-03-03 | 1 | -1/+1 |
* | | Move XBOX option to options. While it is only valid on i386, | imp | 2006-03-03 | 3 | -7/+3 |
* | | Unbreak byte counters when network interfaces are in monitor mode by | csjp | 2006-03-03 | 1 | -8/+8 |
* | | Connect csup the build! | mux | 2006-03-03 | 1 | -0/+1 |
* | | - Don't put the .h in SRCS. | mux | 2006-03-03 | 1 | -25/+25 |
* | | Committed the xbox syscons(8)-able console driver. | rink | 2006-03-03 | 4 | -256/+538 |
* | | Sync with actual code. | jcamou | 2006-03-03 | 1 | -2/+6 |
* | | Correctly switch IFCAP_VLAN_HWTAGGING on and off. | glebius | 2006-03-03 | 1 | -6/+12 |
* | | - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). | glebius | 2006-03-03 | 1 | -7/+5 |
* | | Document the monitor mode and explain how it can be used. | thompsa | 2006-03-03 | 1 | -0/+8 |
* | | Since we are using random ethernet addresses for the bridge, it is possible | thompsa | 2006-03-03 | 1 | -6/+21 |
* | | Don't truncate f_mntfromname & f_mntonname to 16 characters when | ps | 2006-03-03 | 2 | -4/+4 |
* | | micro fix from justin | mjacob | 2006-03-03 | 1 | -3/+3 |
* | | Slightly re-worked bpf(4) code associated with bridging: if we have a | csjp | 2006-03-03 | 1 | -10/+26 |
* | | iir works on PAE now. | scottl | 2006-03-03 | 1 | -1/+0 |
* | | Add make glue for building csup. Not yet connected to the build. | mux | 2006-03-03 | 1 | -0/+35 |
* | | This commit was generated by cvs2svn to compensate for changes in r156230, | mux | 2006-03-03 | 49 | -0/+12927 |
|\ \
| |/ |
|
| * | Initial import of csup. | mux | 2006-03-03 | 49 | -0/+12927 |
* | When there are no mount options, an implicit "rw" should be printed in | keramida | 2006-03-03 | 1 | -1/+6 |
* | - Print message about cpufreq and timecounter TSC | mnag | 2006-03-03 | 1 | -1/+8 |
* | - Add entry about using timecounter TSC and cpu frequency changing. | mnag | 2006-03-03 | 1 | -0/+8 |
* | Fix endian bugs accessing ioctl arguments that are passed by value. | emax | 2006-03-03 | 1 | -13/+13 |
* | Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must | tegge | 2006-03-02 | 6 | -3/+22 |
* | Hold extra reference to vm object while cleaning pages. | tegge | 2006-03-02 | 1 | -0/+2 |
* | Don't try to show marker nodes. | tegge | 2006-03-02 | 1 | -1/+1 |
* | Document which version of 802.1D STP we implement. | thompsa | 2006-03-02 | 1 | -0/+3 |
* | Fix types of time_second and time_uptime variables. | ru | 2006-03-02 | 1 | -3/+2 |
* | The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for. | thompsa | 2006-03-02 | 2 | -4/+5 |
* | Update URL at cisco.com. | glebius | 2006-03-02 | 1 | -2/+2 |
* | Actually bump the date to the commit-date for the last commit. | brueffer | 2006-03-02 | 1 | -1/+1 |
* | Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts. | brueffer | 2006-03-02 | 1 | -1/+28 |
* | Add the graid3(8), gstripe(8) and gconcat(8) status scripts, default is "off". | brueffer | 2006-03-02 | 1 | -0/+9 |
* | Add periodic scripts that check the status of graid3(8), gstripe(8) | brueffer | 2006-03-02 | 4 | -0/+105 |
* | o Fix an URL to the "The BSD Family Tree" article. | maxim | 2006-03-02 | 1 | -1/+1 |
* | Add signal set sq_kill to sigqueue structure, the member saves all | davidxu | 2006-03-02 | 2 | -5/+26 |
* | Use BUS_DMA_COHERENT. | cognet | 2006-03-02 | 2 | -2/+2 |
* | Update copyright years and remove third clause. | des | 2006-03-02 | 5 | -17/+7 |
* | Read site.rc after default.rc. | des | 2006-03-02 | 2 | -2/+5 |