summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-058-1/+135
* Add missing prototype for gdtoa().das2003-04-051-0/+2
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-053-23/+42
* Sufficient access checks are performed by vmapbuf() that callingalc2003-04-051-15/+1
* Include <geom/geom_disk.h> and stop including <sys/disk.h>. Themarcel2003-04-051-1/+1
* update man page to reflect change in default syslog level ipmon is now compil...darrenr2003-04-051-1/+1
* Remove GIANT_REQUIRED from getpbuf(). Reviewed by: teggealc2003-04-051-2/+1
* Use assignment, not equivalence test.njl2003-04-051-1/+1
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-0516-73/+194
* Add a basic manual page for wlan(4).trhodes2003-04-052-0/+71
* Add a manual page for the smapi module.trhodes2003-04-052-1/+155
* Fix ed compilation with PAE by using %jx instead of %x.cognet2003-04-051-4/+4
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.cognet2003-04-051-1/+1
* Don't forget to send the Content-length header after calculating it.dwmalone2003-04-051-0/+1
* More warns cleanups and misc cleanups:dwmalone2003-04-051-25/+31
* Fix/add missing accents on the weekday names.trhodes2003-04-051-5/+5
* The Netgear MA311 is a Prism 2.5 card.imp2003-04-051-0/+1
* - Change a FXP_NRFABUFS which would have been a FXP_NTXCB.mux2003-04-051-3/+3
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterdarrenr2003-04-051-1/+1
* When session is over, IPv6 default route to tun should beume2003-04-051-1/+4
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterdarrenr2003-04-051-1/+2
* DWL-520 is used to describe three or four different cards. only someimp2003-04-051-0/+7
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* Zero out the struct tm supplied by the caller. Otherwise,mtm2003-04-051-0/+1
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Setup our interrupt only at the end of fxp_attach(), when allmux2003-04-051-12/+12
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-044-2/+8
* Diff reduction with my p4 changes:imp2003-04-041-5/+5
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-042-0/+239
* style.Makefile(5)obrien2003-04-0473-114/+129
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-0416-73/+41
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
* Retire <sys/diskslice.h>phk2003-04-041-35/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-0429-72/+48
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDsanpei2003-04-041-1/+1
* - Print out an error message instead of dereferencing a NULL pointerrobert2003-04-041-7/+29
OpenPOWER on IntegriCloud