summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* s/obsoelte/obsolete/rwatson2003-04-071-4/+4
* __wcsconv(): free(convbuf) before returning NULLache2003-04-071-2/+4
* Retire these files.mdodd2003-04-072-189/+0
* Today just isn't my day. Remove some old commented out code that snuckdas2003-04-071-1/+1
* MF NetBSD:mdodd2003-04-074-13/+24
* Additional regression tests for grouping, parsing of '.*', and printingdas2003-04-071-0/+9
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* Put back the undocumented change from rev. 1.334 too: noru2003-04-071-1/+1
* Put back parts of 1.335 and 1.336 that 1.337 accidentally backed out.imp2003-04-061-5/+1
* Move a bus_dmamap_sync() to the correct place.mux2003-04-061-1/+1
* Because alpha can't access memory in 16-bit granularity,mux2003-04-061-7/+11
* Sufficient access checks are performed by vmapbuf() that calling useracc()alc2003-04-061-19/+0
* -legacy and /.../legacy/... looks better than build or bootstrap inimp2003-04-063-15/+19
* Always remove ${WORLDTMP}/build/usr/include, even in the NOCLEANru2003-04-061-0/+1
* Revert the s/u_int/u_int8_t/ changes, we can't really use othermux2003-04-061-22/+22
* Moved libbuild target to where it belongs. Added a comment.ru2003-04-061-5/+8
* Remove the 32KB VHPT section from the kernel image. We don't reallymarcel2003-04-064-26/+4
* Fixed buildworld stages names in comments.ru2003-04-061-9/+10
* Improve, and slightly soften, the deprecated flags. Call them deprecatedimp2003-04-061-10/+17
* Sufficient access checks are performed by vmapbuf() that calling useracc()alc2003-04-061-5/+0
* o Tone down the obsolete messages since we actually do something, forimp2003-04-061-36/+48
* Initialize the PIIX timecounter in piix_attach(), which is called onlydes2003-04-061-8/+12
* Remove a largely useless statistic (its kept elsewhere too).jake2003-04-061-3/+0
* Make the pmap stats writeable. It can be useful to clear them.jake2003-04-061-1/+1
* Add support for the CLIE 5.0 series of PDAsscottl2003-04-061-0/+1
* Regen from usbdevs v.116scottl2003-04-061-1/+13
* Regenscottl2003-04-061-1/+3
* Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter.scottl2003-04-061-0/+2
* Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.jake2003-04-064-13/+29
* Ignore attempts to pmap_kremove or pmap_qremove pages which do not havejake2003-04-061-0/+2
* These entries (for multilingual sysinstall) are not for Japanese term only.hosokawa2003-04-061-3/+3
* make prototpyes match functions, and declare things static as neededimp2003-04-069-21/+29
* Test for bug in revision 1.54 of vfprintf.c.tjr2003-04-061-0/+3
* Zap some a.out leftoverspeter2003-04-061-3/+0
* Also set the access bit in the PTE when we get a data dirty bit fault.marcel2003-04-062-4/+4
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.peter2003-04-061-47/+115
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)peter2003-04-062-4/+12
* We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. Thisimp2003-04-062-5/+29
* Don't need the gccism include_next since we won't create this fileimp2003-04-061-6/+1
* Use __FBSDID.mux2003-04-061-1/+3
* Correct the definition of the link_addr and rbd_addr fieldsmux2003-04-061-2/+2
* - Instead of rolling our own alignment-safe function, use le32enc()mux2003-04-061-78/+66
* Remove an unnecessary trunc_page() from vmapbuf().alc2003-04-061-1/+1
* - Use __FXP_BITFIELDX macros to make the configuration bitfieldmux2003-04-051-81/+99
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Don't reinitialize fields that are already initialized by getpbuf().alc2003-04-052-2/+2
* Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I addedpeter2003-04-053-6/+3
* Regression tests for printf()'s floating point formats.das2003-04-052-1/+168
* Rework the floating point code in printf(). Significant changes:das2003-04-052-151/+191
OpenPOWER on IntegriCloud