summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | | Move related macro to nfs_node.c Spotted by: FlexeLint
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
| | | | | | | | mutex-friendly vm_page_sleep_if_busy(). - Introduce page queue locking in pmap_page_lookup() and pmap_release_free_page(). - Simplify the invalidation of the pmap's ptphint in pmap_release_free_page(). (MFi386 pmap.c revision 1.362.)
* '&' not used for pointers to functions.phk2002-10-201-2/+2
| | | | Spotted by: FlexeLint
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
| | | | Spotted by: FlexeLint
* Add an actual implementation of kse_wakeup()julian2002-10-201-1/+41
| | | | Submitted by: Davidxu
* 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
| | | | LINT one file further on. Only 999,999 or so more files to go..
* Don't us an array[1], it just hides where '&' isn't used right.phk2002-10-201-11/+11
| | | | | | Be consistent about functions being static. Verified by: md5 hash of generated .o file.
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
| | | | Use %jd rather than %lld.
* Change the definition of the debugging registers to be an array, sophk2002-10-206-116/+110
| | | | | | | that we can index into it, rather than do pointer gymnastics on a structure containing 8 elements. Verified by: MD5 hash on the produced .o files.
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
| | | | Spotted by: FlexeLint
* Connect ubsa module to build.kan2002-10-201-0/+1
| | | | Forgotten by: kan
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-2011-87/+38
| | | | | | | | | | | don't take the detour over the I/O path to discover them using getattr(), we can just pick them out directly. Do note though, that for now they are only valid after the first open of the underlying disk device due compatibility with the old disk_create() API. This will change in the future so they will always be valid. Sponsored by: DARPA & NAI Labs.
* The g_id*() functions are not needed in the userland test-suite sophk2002-10-201-0/+2
| | | | | | #ifdef _KERNEL them rather than deal with a copyin simulation. Sponsored by: DARPA & NAI Labs
* o Reinline vm_page_undirty(), reducing the kernel size. (This revertsalc2002-10-202-12/+11
| | | | a part of vm_page.h revision 1.87 and vm_page.c revision 1.167.)
* Add checks for DIGIT set consistency to prevent common misinterpretationache2002-10-201-11/+53
| | | | | | automatically. Remove output file on error. Staticize functions declared as static.
* 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
| | | | avoid hiccups in case of system time adjustment.
* o Spelling, punctuation and markup fixes.chris2002-10-201-18/+31
| | | | | | | o Correctly use the "No chain is stronger than its weakest link" adage. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commandschris2002-10-201-15/+28
| | | | | | | | | o Fix some punctuation and wording o Wording consistency in command-line option documentation o Make use of mdoc's markup a bit more (quoting and the like) Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-2011-7/+24
| | | | | | output. Sponsored by: DARPA & NAI Labs
* s/dettach/detach/g etc.phk2002-10-202-12/+12
| | | | Pointed out by: chris
* 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
| | | | the provider stanza rather than the geom stanza.
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
| | | | to wrong location in RxBuf and written from wrong location in TxBuf.
* Include fwsectors and gfwheads in the XML output for the disks we know.phk2002-10-201-0/+15
| | | | Sponsored by: DARPA & NAI Labs.
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-204-164/+164
| | | | Validated by: md5 hash is unchanged.
* 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
| | | | Spotted by: FlexeLint
* Adapt to handle the new sparc64 core dump format correctly.tmm2002-10-201-32/+95
| | | | Reviewed by: jake
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-207-169/+234
| | | | | | | | | | as sparc64/sparc64/dump_machdep.c a while back). Other than ia64 (which uses ELF), sparc64 uses a homegrown format for the dumps (headers are required because the physical address and size of the tsb must be noted, and because physical memory may be discontiguous); ELF would not offer any advantages here. Reviewed by: jake
* Don't declare mb_statpcpu, it is static in subr_mbuf.cphk2002-10-201-1/+0
| | | | Spotted by: FlexeLint
* Nuke pccard.conf from FreeBSD/i386 mfsroot (no longer needed).matusita2002-10-201-1/+1
| | | | Suggested by: nyan
* Fix mis-indentation.phk2002-10-201-15/+15
| | | | Approved by: scottl
* 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
| | | | - Remove duplicate entries.
* Correct various typos.ceri2002-10-201-11/+11
| | | | | | PR: docs/44302 Submitted by: Christian Brueffer <chris@unixpages.org> Approved by: phk
* Remove quotes to make an example of kernel configuration valid.ceri2002-10-201-1/+1
| | | | | | PR: docs/44306 Submitted by: Dmitry Dyomin <old@old.com.ua> MFC after: 3 days
* Use .PATH instead of VPATH.phk2002-10-202-2/+3
| | | | Fix typo in man-page: man-section is 8.
* Be consistent about functions being static.phk2002-10-201-2/+2
| | | | Spotted by: FlexeLint
* Improve the way base64 mode is enabled based on the program name,fanf2002-10-201-1/+2
| | | | so that it works when the path to b64encode is used to run it.
* Minor grammatical correctiontom2002-10-201-2/+2
|
* Add my birthday.arved2002-10-201-0/+1
| | | | Approved by: kris (mentor)
* Do not build the majority of the games. Remaining are themarkm2002-10-206-61/+3
| | | | "utility-like" games and everyone's favourite, fortune(6).
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-204-4/+4
| | | | | | pccard.c is no longer needed for i386 also. OKed by: imp, nyan
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-206-0/+1011
| | | | Sponsored by: DARPA and NAI Labs
* Constify input to the arc4 seed function.phk2002-10-202-9/+52
| | | | | | Implement the lockfile hunting in sector zero. Sponsored by: DARPA & NAI Labs.
OpenPOWER on IntegriCloud