summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GDB 5.2.1 doesn't build on sparc64 right now.obrien2002-10-201-2/+1
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-202-6/+3
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* Add an actual implementation of kse_wakeup()julian2002-10-201-1/+41
* Stamping out more Danglish.phk2002-10-201-2/+3
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* Don't us an array[1], it just hides where '&' isn't used right.phk2002-10-201-11/+11
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* Change the definition of the debugging registers to be an array, sophk2002-10-206-116/+110
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Connect ubsa module to build.kan2002-10-201-0/+1
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite sophk2002-10-201-0/+2
* o Reinline vm_page_undirty(), reducing the kernel size. (This revertsalc2002-10-202-12/+11
* Add checks for DIGIT set consistency to prevent common misinterpretationache2002-10-201-11/+53
* Stick .Os between .Dd and .Dtchris2002-10-201-0/+1
* Move .Os to its proper location in the document.chris2002-10-201-1/+1
* Use microuptime() instead of microtime() to bound the flush wait totmm2002-10-201-2/+2
* o Spelling, punctuation and markup fixes.chris2002-10-201-18/+31
* o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commandschris2002-10-201-15/+28
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-2011-7/+24
* s/dettach/detach/g etc.phk2002-10-202-12/+12
* Use %jd instead of %lld now that we have it.phk2002-10-205-19/+26
* It makes more sense for the fwheads and fwsectors properties to be inphk2002-10-201-1/+1
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Include fwsectors and gfwheads in the XML output for the disks we know.phk2002-10-201-0/+15
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-204-164/+164
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().phk2002-10-202-0/+4
* Hide inline assembly if lint is defined.phk2002-10-203-3/+3
* "id" is never going to be -1 when it is unsigned.phk2002-10-202-4/+0
* Adapt to handle the new sparc64 core dump format correctly.tmm2002-10-201-32/+95
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-207-169/+234
* Don't declare mb_statpcpu, it is static in subr_mbuf.cphk2002-10-201-1/+0
* Nuke pccard.conf from FreeBSD/i386 mfsroot (no longer needed).matusita2002-10-201-1/+1
* Fix mis-indentation.phk2002-10-201-15/+15
* Remove the slattach command from the mfsroot floppies.nyan2002-10-201-1/+1
* - Remove the UFS_ACL option from the boot floppies.nyan2002-10-203-3/+4
* Correct various typos.ceri2002-10-201-11/+11
* Remove quotes to make an example of kernel configuration valid.ceri2002-10-201-1/+1
* Use .PATH instead of VPATH.phk2002-10-202-2/+3
* Be consistent about functions being static.phk2002-10-201-2/+2
* Improve the way base64 mode is enabled based on the program name,fanf2002-10-201-1/+2
* Minor grammatical correctiontom2002-10-201-2/+2
* Add my birthday.arved2002-10-201-0/+1
* Do not build the majority of the games. Remaining are themarkm2002-10-206-61/+3
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-204-4/+4
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-206-0/+1011
* Constify input to the arc4 seed function.phk2002-10-202-9/+52
OpenPOWER on IntegriCloud