aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Instead of rolling our own alignment-safe function, use le32enc()Maxime Henrion2003-04-061-78/+66
* Remove an unnecessary trunc_page() from vmapbuf().Alan Cox2003-04-061-1/+1
* - Use __FXP_BITFIELDX macros to make the configuration bitfieldMaxime Henrion2003-04-051-81/+99
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for theMaxime Henrion2003-04-051-2/+21
* Don't reinitialize fields that are already initialized by getpbuf().Alan Cox2003-04-052-2/+2
* Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I addedPeter Wemm2003-04-053-6/+3
* Regression tests for printf()'s floating point formats.David Schultz2003-04-052-1/+168
* Rework the floating point code in printf(). Significant changes:David Schultz2003-04-052-151/+191
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-058-1/+135
* Add missing prototype for gdtoa().David Schultz2003-04-051-0/+2
* Add missing #include to unbreak previous commit.David Schultz2003-04-051-0/+1
* Correct some buffer sizes.David Schultz2003-04-053-23/+42
* Sufficient access checks are performed by vmapbuf() that callingAlan Cox2003-04-051-15/+1
* Include <geom/geom_disk.h> and stop including <sys/disk.h>. TheMarcel Moolenaar2003-04-051-1/+1
* update man page to reflect change in default syslog level ipmon is now compil...Darren Reed2003-04-051-1/+1
* Remove GIANT_REQUIRED from getpbuf(). Reviewed by: teggeAlan Cox2003-04-051-2/+1
* Use assignment, not equivalence test.Nate Lawson2003-04-051-1/+1
* Migrate to a new way of dealing with building from old revisions ofWarner Losh2003-04-0516-73/+194
* Add a basic manual page for wlan(4).Tom Rhodes2003-04-052-0/+71
* Add a manual page for the smapi module.Tom Rhodes2003-04-052-1/+155
* Fix ed compilation with PAE by using %jx instead of %x.Olivier Houchard2003-04-051-4/+4
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.Olivier Houchard2003-04-051-1/+1
* Don't forget to send the Content-length header after calculating it.David Malone2003-04-051-0/+1
* More warns cleanups and misc cleanups:David Malone2003-04-051-25/+31
* Fix/add missing accents on the weekday names.Tom Rhodes2003-04-051-5/+5
* The Netgear MA311 is a Prism 2.5 card.Warner Losh2003-04-051-0/+1
* - Change a FXP_NRFABUFS which would have been a FXP_NTXCB.Maxime Henrion2003-04-051-3/+3
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterDarren Reed2003-04-051-1/+1
* When session is over, IPv6 default route to tun should beHajimu UMEMOTO2003-04-051-1/+4
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterDarren Reed2003-04-051-1/+2
* DWL-520 is used to describe three or four different cards. only someWarner Losh2003-04-051-0/+7
* MFp4: Link strtof.3 and strtold.3 to strtod.3.Tim J. Robbins2003-04-051-0/+1
* Zero out the struct tm supplied by the caller. Otherwise,Mike Makonnen2003-04-051-0/+1
* MFp4: Pentium/Athlon-optimised implementation of wcschr().Tim J. Robbins2003-04-052-1/+78
* Setup our interrupt only at the end of fxp_attach(), when allMaxime Henrion2003-04-051-12/+12
* Add SMP_TSC option, which can be used on SMP systems where the TSCsTor Egge2003-04-044-2/+8
* Diff reduction with my p4 changes:Warner Losh2003-04-041-5/+5
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".Poul-Henning Kamp2003-04-042-0/+239
* style.Makefile(5)David E. O'Brien2003-04-0473-114/+129
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-0416-73/+41
* Use sized cast matching the sized pointer.Poul-Henning Kamp2003-04-041-1/+1
* Retire <sys/diskslice.h>Poul-Henning Kamp2003-04-041-35/+0
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-0429-72/+48
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDMIHIRA Sanpei Yoshiro2003-04-041-1/+1
* - Print out an error message instead of dereferencing a NULL pointerRobert Drehmel2003-04-041-7/+29
* fix typoMIHIRA Sanpei Yoshiro2003-04-041-1/+1
* Fix braino in definition of isfinite().David Schultz2003-04-041-1/+1
* ovbcopy -> bcopyDag-Erling Smørgrav2003-04-041-1/+1
* Replace ovbcopy() with bcopy().Dag-Erling Smørgrav2003-04-041-3/+2
* Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.Dag-Erling Smørgrav2003-04-041-7/+6