summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* o Begin documenting the (existing) locking protocol on the vm_mapalc2002-04-272-25/+26
* Obliterate the new password as well as the old, even if though it's hashed.des2002-04-271-2/+8
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-2712-106/+252
* Add makefiles for DRM modulesanholt2002-04-276-0/+53
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-2748-0/+33683
* Move ID tag.eric2002-04-271-2/+5
* For what it's worth, fix the compilation of an I386_CPU-only kernelalc2002-04-272-2/+16
* Don't call vm_map_growstack() from trapwrite() as vm_fault() now performsalc2002-04-272-14/+8
* This commit was generated by cvs2svn to compensate for changes in r95567,darrenr2002-04-274-0/+327
|\
| * Import 3.4.27darrenr2002-04-274-0/+327
* | This commit was generated by cvs2svn to compensate for changes in r95565,darrenr2002-04-277-31/+51
|\ \ | |/
| * Import 3.4.27darrenr2002-04-2715-104/+174
* | MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-272-34/+4
* | Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-278-65/+115
* | This patch fixes my breakage of ssid matching. I introduced theimp2002-04-271-6/+6
* | Better names for the PCI cards. The biggest change is that we nowimp2002-04-271-7/+7
* | Introduce CVSCMDARGS make variable to set command-line options for cvs.matusita2002-04-271-13/+15
* | MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* | Fix the code fragment clobbered in my last commit.tanimura2002-04-272-0/+4
* | Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-2711-46/+227
* | Explain magic number.phk2002-04-271-2/+15
* | Fix a {} bug which doesn't have any effect yet.phk2002-04-271-2/+1
* | Make the dummy timecounter actually tick or we will never get anyhere.phk2002-04-271-1/+1
* | Remove reference to the TCP_RESTRICT_RST option, which was removeddougb2002-04-271-3/+3
* | Kill one exact duplicate of a Hunter S. Thompson quote. Put on peril-sensitivejmallett2002-04-271-4/+3
* | Death to duplicate fortunes.jmallett2002-04-271-6/+0
* | Fix handling of weak references to undefined symbols on ia64:marcel2002-04-272-29/+21
* | Whitespace bogon.jhb2002-04-271-1/+1
* | Redirect stdin from the input file, rather than passing the input file tojmallett2002-04-271-6/+4
* | Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* | Now that local symbols aren't looked up with the symbol hash table,marcel2002-04-271-10/+3
* | Don't do symbol lookups for local symbols. The symbol index in themarcel2002-04-271-7/+14
* | Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-2710-20/+25
* | Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-2712-48/+989
* | Make this driver compile for -stable also to prep for MFCimp2002-04-265-38/+115
* | Move the new byte order function prototypes from <sys/param.h> tomike2002-04-2621-37/+96
* | o Control access to the vm_page_buckets with a mutex.alc2002-04-261-33/+17
* | Rename the file used to specify the nextboot to make it clear that thiswes2002-04-263-3/+3
* | Now that the private parts of timecounters are no longer being fingeredphk2002-04-263-156/+113
* | Hide the private parts of timecounter from a couple of places that don'tphk2002-04-265-11/+16
* | Redo the pps bit to avoid digging into the private bits of the timecounter.phk2002-04-261-4/+2
* | Catch up ata(4) controllers, fix a typo (s/Cyrex/Cyrix).bmah2002-04-262-8/+26
* | A long, long time ago, msmith introduced vfs.root.mountfromdcs2002-04-261-0/+2
* | Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-267-61/+71
* | New release notes: at(1) -r/-t, ls(1) -h, pwd(1) -L, split(1) -a,bmah2002-04-262-2/+46
* | If we are making a "release", we can obviously use -DNOCLEAN buildworld,ru2002-04-261-5/+0
* | Initialize MCA in cpu_startup() so that it's ready before we wake-upmarcel2002-04-261-0/+3
* | MCA specific code has been moved to a seperate file. It is expectedmarcel2002-04-261-41/+0
* | Machine Check Architecture (MCA) support code. Error records aremarcel2002-04-261-0/+178
* | Don't ask root for the old password, except in the NIS case.des2002-04-261-1/+6
OpenPOWER on IntegriCloud