| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an automatic kernel module version dependency to prevent loading | jhb | 2008-02-13 | 2 | -0/+15 |
* | Bump __FreeBSD_version after the introduction of: | attilio | 2008-02-13 | 1 | -1/+1 |
* | Improve conformance to the HTTP specification by using case-insensitive | cperciva | 2008-02-13 | 1 | -6/+6 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 8 | -57/+186 |
* | Update cache flushing behavior in light of recent namecache and | rwatson | 2008-02-13 | 1 | -7/+0 |
* | The hptrr driver first appeared in 6.3, not 5.3. | brueffer | 2008-02-13 | 1 | -1/+1 |
* | Forced commit to note that the lost log message for the previous commit | bde | 2008-02-13 | 0 | -0/+0 |
* | s_ceill.c | bde | 2008-02-13 | 3 | -9/+6 |
* | Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on the | jhb | 2008-02-13 | 1 | -1/+1 |
* | On arches where long double is the same as double, alias ceil(), floor() | bde | 2008-02-13 | 4 | -6/+19 |
* | Remove coda_namecache from coda5 as well. We should probably GC coda5 | rwatson | 2008-02-13 | 1 | -1/+1 |
* | Remove coda_namecache from "options vcoda", it is no longer required. | rwatson | 2008-02-13 | 1 | -1/+0 |
* | Implement a rudimentary access cache for the Coda kernel module, | rwatson | 2008-02-13 | 3 | -28/+117 |
* | Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes. | bde | 2008-02-13 | 1 | -1/+1 |
* | - Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, remove | rafan | 2008-02-13 | 1 | -1/+0 |
* | Remove now-unused Coda namecache. | rwatson | 2008-02-13 | 2 | -905/+0 |
* | Rather than having the Coda module use its own namecache, use the global | rwatson | 2008-02-13 | 7 | -168/+114 |
* | Fix a lock leak in the ntfs locking scheme: | attilio | 2008-02-13 | 1 | -1/+1 |
* | Fix exp2*(x) on signaling NaNs by returning x+x as usual. | bde | 2008-02-13 | 4 | -4/+4 |
* | Remove dublicate MLINK. | brueffer | 2008-02-13 | 1 | -1/+0 |
* | Rearrange the polynomial evaluation for better parallelism. This is | bde | 2008-02-13 | 1 | -3/+4 |
* | - mention new firmware images used in multi-slice mode | brueffer | 2008-02-13 | 1 | -4/+40 |
* | Use hardware remainder on amd64 since it is 5 to 10 times faster than | bde | 2008-02-13 | 3 | -1/+78 |
* | style.Makefile(5) | obrien | 2008-02-13 | 6 | -6/+6 |
* | style(9) | obrien | 2008-02-13 | 2 | -6/+6 |
* | Consolidate the code to generate a new XID for a NFS request into a | jhb | 2008-02-13 | 3 | -22/+25 |
* | Remove SMP left-overs from NetBSD. | marcel | 2008-02-12 | 2 | -12/+3 |
* | Make sure we restrict Linux only IPC calls from being executed | csjp | 2008-02-12 | 3 | -4/+22 |
* | Regenerate for readlink(2). | ru | 2008-02-12 | 10 | -11/+11 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 6 | -13/+13 |
* | There's no need to suppress option GDB. | marcel | 2008-02-12 | 1 | -1/+0 |
* | Add PIC support for IPIs. When registering an interrupt handler, | marcel | 2008-02-12 | 9 | -59/+143 |
* | Fix remainder() and remainderf() in round-towards-minus-infinity mode | bde | 2008-02-12 | 2 | -8/+8 |
* | If busdma is being used to realign dynamic buffers and the alignment is set to | scottl | 2008-02-12 | 2 | -4/+4 |
* | Fix a typo when testing for the NO_C3 quirk. | jhb | 2008-02-12 | 1 | -1/+1 |
* | Fix typo. | raj | 2008-02-12 | 1 | -1/+1 |
* | Eliminate BUS_DMA <-> cache incoherencies in USB transfers. | raj | 2008-02-12 | 1 | -1/+2 |
* | Add the -4 option to the synopsis. | ceri | 2008-02-12 | 1 | -1/+1 |
* | Bump .Dd for r1.48. | ceri | 2008-02-12 | 1 | -1/+1 |
* | Add missing \n. | brueffer | 2008-02-12 | 1 | -1/+1 |
* | Forced commit: previous change also switches the default diskless NFS mode | kris | 2008-02-11 | 0 | -0/+0 |
* | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | kris | 2008-02-11 | 4 | -8/+14 |
* | The Sun disk label only uses 16-bit fields for cylinders, heads and | marius | 2008-02-11 | 3 | -0/+66 |
* | MFOpenBSD rev 1.393 pf.conf.5 | remko | 2008-02-11 | 1 | -3/+3 |
* | Change another argument and a variable both related to netname() to | marius | 2008-02-11 | 1 | -3/+3 |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 2 | -27/+29 |
* | - Update instructions for snapshot import | rafan | 2008-02-11 | 1 | -0/+4 |
* | Per discussion on developers@, add vendor information for ncurses. | rafan | 2008-02-11 | 1 | -0/+8 |
* | - Update build glues for ncurses 5.6 snapshot 20080209 | rafan | 2008-02-11 | 2 | -6/+11 |
* | This commit was generated by cvs2svn to compensate for changes in r176187, | rafan | 2008-02-11 | 31 | -203/+4161 |
|\ |
|