| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to crunch down the thread state info so that it is more likely to | julian | 2003-06-06 | 1 | -6/+15 |
* | When setting fragment queue pointers to NULL, or comparing them with | rwatson | 2003-06-06 | 1 | -3/+3 |
* | - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for a | jhb | 2003-06-06 | 2 | -56/+61 |
* | - Use IDTVEC() to declare IPI handlers since they are also IDT vectors. | jhb | 2003-06-06 | 3 | -60/+42 |
* | Use the secondary bus number instead of the number of the bus the PCI-PCI | jhb | 2003-06-06 | 1 | -1/+5 |
* | - Document the thermal and performance counter LVT entries in the local | jhb | 2003-06-06 | 3 | -9/+15 |
* | Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead of | jhb | 2003-06-06 | 1 | -1/+4 |
* | Whitespace nits. | jhb | 2003-06-06 | 1 | -2/+3 |
* | Compile our code as C99 w/GNU extensions by default. | obrien | 2003-06-06 | 1 | -1/+2 |
* | Add my birthday. | osa | 2003-06-06 | 1 | -0/+1 |
* | Fix some minor bugs, namely: | yar | 2003-06-06 | 1 | -3/+14 |
* | Tweak make values and targets not to build kgzldr.o at | kuriyama | 2003-06-06 | 1 | -4/+8 |
* | Use | kuriyama | 2003-06-06 | 13 | -13/+13 |
* | Remove a debugging aid the crept in during the last commit. It doesn't | mtm | 2003-06-06 | 1 | -1/+1 |
* | Move my maintainership of parts of ipfilter back to Darren Reed | guido | 2003-06-06 | 9 | -16/+16 |
* | Regression tests for wctype(), iswctype(), wctrans(), towctrans(). | tjr | 2003-06-06 | 3 | -1/+191 |
* | Correct the man section number in references to kldstat(8). | yar | 2003-06-06 | 1 | -2/+2 |
* | Since FreeBSD has never had a stock NNTP server, move the nntp line | yar | 2003-06-06 | 1 | -1/+5 |
* | Warn if there is no newline at the end of the group file. | roam | 2003-06-06 | 1 | -0/+4 |
* | Add macros for kernel debugging. These have been around for a | grog | 2003-06-06 | 4 | -0/+1104 |
* | Add two of three workarounds for interrupt storms for o2micro parts as | imp | 2003-06-06 | 3 | -14/+152 |
* | Use cat(1) instead of cp(1) so as not to break -DNOCLEAN builds | marcel | 2003-06-06 | 1 | -2/+2 |
* | thread_signal_add now is called with ps_mtx held, unlock it before | davidxu | 2003-06-06 | 2 | -6/+10 |
* | Fix NFS file swapping, I broke it 3 months ago it seems. | phk | 2003-06-05 | 1 | -6/+6 |
* | Report NODEV devices as <NFSfile> | phk | 2003-06-05 | 1 | -2/+6 |
* | Recognize the magic NODEV value. | phk | 2003-06-05 | 1 | -3/+3 |
* | Fixed cross references to pccbb(4), fixed spelling of "device cbb", | ru | 2003-06-05 | 4 | -3/+4 |
* | - Extend the scope of the backing object's lock in vm_object_collapse(). | alc | 2003-06-05 | 1 | -2/+4 |
* | Add support for Quad port adapter | pdeuskar | 2003-06-05 | 5 | -374/+488 |
* | Update hardware notes to reflect ahc and stg supported hardware. | bmah | 2003-06-05 | 2 | -4/+16 |
* | Document VOP_LISTEXTATTR(9). | rwatson | 2003-06-05 | 5 | -3/+133 |
* | Mail out -STABLE tinderbox failures as well. | des | 2003-06-05 | 1 | -1/+1 |
* | ENOATTR is now used for error returns indicating an undefined | rwatson | 2003-06-05 | 2 | -4/+5 |
* | Make the footer display "FreeBSD 5.1". | ru | 2003-06-05 | 1 | -1/+1 |
* | Rename local variables to not mask global names of same name. This | markm | 2003-06-05 | 3 | -28/+29 |
* | Do not dribble zero bytes into the output, by replacing an obfuscated if | fanf | 2003-06-05 | 1 | -4/+1 |
* | Protect read-modify-write increment of f_count field with file lock. | hsu | 2003-06-05 | 1 | -1/+1 |
* | Implement ffs_listextattr() by breaking out that logic and special-cased | rwatson | 2003-06-05 | 1 | -32/+88 |
* | If a system call comes in requesting to retrieve an attribute named | rwatson | 2003-06-05 | 2 | -2/+26 |
* | Add vop_listextattr(), similar to vop_getextattr() but without a | rwatson | 2003-06-05 | 1 | -0/+12 |
* | Follow the trend of moving MAINTAINER lines from Makefile into | roberto | 2003-06-05 | 3 | -6/+1 |
* | Don't special-case handling of the empty string in the UFS1 | rwatson | 2003-06-05 | 1 | -4/+1 |
* | Update lsextattr(8) to use the new extattr_list_*() APIs, rather than | rwatson | 2003-06-05 | 1 | -12/+28 |
* | fix typo (how did this get committed?) | sam | 2003-06-04 | 1 | -1/+1 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 1 | -1/+1 |
* | TARGET_ARCH == amd64 also has /boot/mbr. | peter | 2003-06-04 | 1 | -1/+1 |
* | Fix the dreaded double counting that was present on alpha as well and | marcel | 2003-06-04 | 1 | -17/+21 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 10 | -22/+21 |
* | Batton down the hatches!!! | jhb | 2003-06-04 | 1 | -1/+1 |
* | - Add further vm object locking to vm_object_deallocate(), specifically, | alc | 2003-06-04 | 1 | -2/+12 |