summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some minor bugs, namely:yar2003-06-061-3/+14
* Tweak make values and targets not to build kgzldr.o atkuriyama2003-06-061-4/+8
* Usekuriyama2003-06-0613-13/+13
* Remove a debugging aid the crept in during the last commit. It doesn'tmtm2003-06-061-1/+1
* Move my maintainership of parts of ipfilter back to Darren Reedguido2003-06-069-16/+16
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().tjr2003-06-063-1/+191
* Correct the man section number in references to kldstat(8).yar2003-06-061-2/+2
* Since FreeBSD has never had a stock NNTP server, move the nntp lineyar2003-06-061-1/+5
* Warn if there is no newline at the end of the group file.roam2003-06-061-0/+4
* Add macros for kernel debugging. These have been around for agrog2003-06-064-0/+1104
* Add two of three workarounds for interrupt storms for o2micro parts asimp2003-06-063-14/+152
* Use cat(1) instead of cp(1) so as not to break -DNOCLEAN buildsmarcel2003-06-061-2/+2
* thread_signal_add now is called with ps_mtx held, unlock it beforedavidxu2003-06-062-6/+10
* Fix NFS file swapping, I broke it 3 months ago it seems.phk2003-06-051-6/+6
* Report NODEV devices as <NFSfile>phk2003-06-051-2/+6
* Recognize the magic NODEV value.phk2003-06-051-3/+3
* Fixed cross references to pccbb(4), fixed spelling of "device cbb",ru2003-06-054-3/+4
* - Extend the scope of the backing object's lock in vm_object_collapse().alc2003-06-051-2/+4
* Add support for Quad port adapterpdeuskar2003-06-055-374/+488
* Update hardware notes to reflect ahc and stg supported hardware.bmah2003-06-052-4/+16
* Document VOP_LISTEXTATTR(9).rwatson2003-06-055-3/+133
* Mail out -STABLE tinderbox failures as well.des2003-06-051-1/+1
* ENOATTR is now used for error returns indicating an undefinedrwatson2003-06-052-4/+5
* Make the footer display "FreeBSD 5.1".ru2003-06-051-1/+1
* Rename local variables to not mask global names of same name. Thismarkm2003-06-053-28/+29
* Do not dribble zero bytes into the output, by replacing an obfuscated iffanf2003-06-051-4/+1
* Protect read-modify-write increment of f_count field with file lock.hsu2003-06-051-1/+1
* Implement ffs_listextattr() by breaking out that logic and special-casedrwatson2003-06-051-32/+88
* If a system call comes in requesting to retrieve an attribute namedrwatson2003-06-052-2/+26
* Add vop_listextattr(), similar to vop_getextattr() but without arwatson2003-06-051-0/+12
* Follow the trend of moving MAINTAINER lines from Makefile intoroberto2003-06-053-6/+1
* Don't special-case handling of the empty string in the UFS1rwatson2003-06-051-4/+1
* Update lsextattr(8) to use the new extattr_list_*() APIs, rather thanrwatson2003-06-051-12/+28
* fix typo (how did this get committed?)sam2003-06-041-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+1
* TARGET_ARCH == amd64 also has /boot/mbr.peter2003-06-041-1/+1
* Fix the dreaded double counting that was present on alpha as well andmarcel2003-06-041-17/+21
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-0410-22/+21
* Batton down the hatches!!!jhb2003-06-041-1/+1
* - Add further vm object locking to vm_object_deallocate(), specifically,alc2003-06-041-2/+12
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-6/+7
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-1/+1
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectpeter2003-06-042-2/+2
* Correct a spelling error.ceri2003-06-041-1/+1
* Introduce g_provider_by_name() function, and use it.phk2003-06-043-10/+21
* Make this a true GEOM class:phk2003-06-041-751/+294
* detach RNG test facility on device detachsam2003-06-041-0/+4
* remove bogon (undefined struct decl)sam2003-06-041-2/+0
* Add a KASSERT to prevent the same GEOM class from being processed loadedphk2003-06-041-0/+6
OpenPOWER on IntegriCloud