summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-add libkern/ffs.c. I thought sparc64 had an inline version, butdes2004-01-141-0/+1
* #include <machine/cpufunc.h>, which may define inline versions of somedes2004-01-141-0/+2
* Translate from GNU C to ISO C.des2004-01-148-8/+8
* Remove vm_page_alloc_contig(). It's now unused.alc2004-01-142-16/+0
* Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO toalc2004-01-141-10/+8
* invalidate secpolicy pcb cache on key_timehandler. part ofume2004-01-141-0/+3
* add missing key_freesp()s. part ofume2004-01-141-1/+4
* mp_ncpus is always defined now, so no need to do an #ifdef SMP inwpaul2004-01-141-5/+1
* Catch up with the English version:hrs2004-01-141-1/+23
* Use contigmalloc() instead of vm_page_alloc_contig().alc2004-01-141-2/+5
* Add an "ethernet" hook to the rfc1490 netgraph module. It will sendgreen2004-01-143-8/+41
* If a device attach routine fails during boot and calls bus_teardown_intr(),truckman2004-01-131-1/+5
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-136-14/+14
* Clarify revision 1.49. Specifically, using ${MAKE} target instead ofgreen2004-01-130-0/+0
* Use 'vm_offset_t' rather than 'u_int32_t'.obrien2004-01-131-2/+2
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-131-0/+4
* Initialize drive device_t in softc.mdodd2004-01-131-0/+1
* Add the Qualcomm CDMA Technologies MSM phone (umodem) device.green2004-01-134-3/+24
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
* Add a component constant for ACPI_TOSHIBA to fix compilation ofjhb2004-01-131-0/+1
* - Use the standard .y and .l transformation rules -- this fixesru2004-01-131-16/+11
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andalc2004-01-131-2/+2
* * if-like-constructs now use <TAB>body consistently.obrien2004-01-131-85/+109
* Forgot ffsl() and flsl() on alpha.des2004-01-131-0/+2
* bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.ru2004-01-131-3/+3
* Introduce DPSRCS, that holds the list of source files which areru2004-01-131-5/+8
* This commit was generated by cvs2svn to compensate for changes in r124488,fenner2004-01-132-1/+9
|\
| * Commit vendor update for vulnerabilities found byfenner2004-01-132-1/+9
* | This commit was generated by cvs2svn to compensate for changes in r124486,fenner2004-01-131-2/+11
|\ \ | |/
| * Commit vendor fix for l2tp vulnerability reported byfenner2004-01-131-2/+11
* | New errata: KUser can corrupt passwd file.bmah2004-01-131-0/+7
* | New errata: NSS problems and workaround [1], GCC typo in releasebmah2004-01-131-0/+14
* | Add and document ffsl(), fls() and flsl().des2004-01-138-12/+204
* | Cast to unsigned to avoid sign-extension problems.des2004-01-134-4/+4
* | Add ffsl(), fls() flsl() to platforms that don't already have them.des2004-01-135-1/+12
* | Add C implementations of ffsl(), fls() and flsl().des2004-01-134-1/+163
* | ANSIfy, de-register, replace VAX reference with actual description.des2004-01-131-6/+5
* | Whitespace nit.des2004-01-131-1/+1
* | Include "../Makefile.inc" to propagate the configuration to subdirectories.nyan2004-01-131-0/+3
* | Fix typo in a commentbrueffer2004-01-131-1/+1
* | MODULE_DEPEND is a C macro, not a make(1).ru2004-01-131-1/+0
* | bsd.kmod.mk does not deal with manpages anymore.ru2004-01-1324-25/+0
* | style(9): single tab after #define.mdodd2004-01-134-67/+67
* | Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
* | Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
* | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
* | Don't put .depend in CLEANFILES, it's cleaned by cleandepend.ru2004-01-131-1/+0
* | Catch up with ATA changes by including <sys/sema.h>grehan2004-01-132-0/+2
* | call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
* | do not deref freed pointerume2004-01-131-2/+2
OpenPOWER on IntegriCloud