| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-add libkern/ffs.c. I thought sparc64 had an inline version, but | des | 2004-01-14 | 1 | -0/+1 |
* | #include <machine/cpufunc.h>, which may define inline versions of some | des | 2004-01-14 | 1 | -0/+2 |
* | Translate from GNU C to ISO C. | des | 2004-01-14 | 8 | -8/+8 |
* | Remove vm_page_alloc_contig(). It's now unused. | alc | 2004-01-14 | 2 | -16/+0 |
* | Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO to | alc | 2004-01-14 | 1 | -10/+8 |
* | invalidate secpolicy pcb cache on key_timehandler. part of | ume | 2004-01-14 | 1 | -0/+3 |
* | add missing key_freesp()s. part of | ume | 2004-01-14 | 1 | -1/+4 |
* | mp_ncpus is always defined now, so no need to do an #ifdef SMP in | wpaul | 2004-01-14 | 1 | -5/+1 |
* | Catch up with the English version: | hrs | 2004-01-14 | 1 | -1/+23 |
* | Use contigmalloc() instead of vm_page_alloc_contig(). | alc | 2004-01-14 | 1 | -2/+5 |
* | Add an "ethernet" hook to the rfc1490 netgraph module. It will send | green | 2004-01-14 | 3 | -8/+41 |
* | If a device attach routine fails during boot and calls bus_teardown_intr(), | truckman | 2004-01-13 | 1 | -1/+5 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | obrien | 2004-01-13 | 6 | -14/+14 |
* | Clarify revision 1.49. Specifically, using ${MAKE} target instead of | green | 2004-01-13 | 0 | -0/+0 |
* | Use 'vm_offset_t' rather than 'u_int32_t'. | obrien | 2004-01-13 | 1 | -2/+2 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | obrien | 2004-01-13 | 1 | -0/+4 |
* | Initialize drive device_t in softc. | mdodd | 2004-01-13 | 1 | -0/+1 |
* | Add the Qualcomm CDMA Technologies MSM phone (umodem) device. | green | 2004-01-13 | 4 | -3/+24 |
* | Fix ata_getparam to accept the fact that some crappy devices can pose as | sos | 2004-01-13 | 1 | -10/+12 |
* | Add a component constant for ACPI_TOSHIBA to fix compilation of | jhb | 2004-01-13 | 1 | -0/+1 |
* | - Use the standard .y and .l transformation rules -- this fixes | ru | 2004-01-13 | 1 | -16/+11 |
* | Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and | alc | 2004-01-13 | 1 | -2/+2 |
* | * if-like-constructs now use <TAB>body consistently. | obrien | 2004-01-13 | 1 | -85/+109 |
* | Forgot ffsl() and flsl() on alpha. | des | 2004-01-13 | 1 | -0/+2 |
* | bsd.dep.mk,v 1.43 allows us to replace a hack with a solution. | ru | 2004-01-13 | 1 | -3/+3 |
* | Introduce DPSRCS, that holds the list of source files which are | ru | 2004-01-13 | 1 | -5/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r124488, | fenner | 2004-01-13 | 2 | -1/+9 |
|\ |
|
| * | Commit vendor update for vulnerabilities found by | fenner | 2004-01-13 | 2 | -1/+9 |
* | | This commit was generated by cvs2svn to compensate for changes in r124486, | fenner | 2004-01-13 | 1 | -2/+11 |
|\ \
| |/ |
|
| * | Commit vendor fix for l2tp vulnerability reported by | fenner | 2004-01-13 | 1 | -2/+11 |
* | | New errata: KUser can corrupt passwd file. | bmah | 2004-01-13 | 1 | -0/+7 |
* | | New errata: NSS problems and workaround [1], GCC typo in release | bmah | 2004-01-13 | 1 | -0/+14 |
* | | Add and document ffsl(), fls() and flsl(). | des | 2004-01-13 | 8 | -12/+204 |
* | | Cast to unsigned to avoid sign-extension problems. | des | 2004-01-13 | 4 | -4/+4 |
* | | Add ffsl(), fls() flsl() to platforms that don't already have them. | des | 2004-01-13 | 5 | -1/+12 |
* | | Add C implementations of ffsl(), fls() and flsl(). | des | 2004-01-13 | 4 | -1/+163 |
* | | ANSIfy, de-register, replace VAX reference with actual description. | des | 2004-01-13 | 1 | -6/+5 |
* | | Whitespace nit. | des | 2004-01-13 | 1 | -1/+1 |
* | | Include "../Makefile.inc" to propagate the configuration to subdirectories. | nyan | 2004-01-13 | 1 | -0/+3 |
* | | Fix typo in a comment | brueffer | 2004-01-13 | 1 | -1/+1 |
* | | MODULE_DEPEND is a C macro, not a make(1). | ru | 2004-01-13 | 1 | -1/+0 |
* | | bsd.kmod.mk does not deal with manpages anymore. | ru | 2004-01-13 | 24 | -25/+0 |
* | | style(9): single tab after #define. | mdodd | 2004-01-13 | 4 | -67/+67 |
* | | Use a device identify entry point to attach to nexus, since the | grehan | 2004-01-13 | 1 | -9/+27 |
* | | Make the OpenPic driver bus-independent, with attachments for | grehan | 2004-01-13 | 4 | -164/+557 |
* | | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe | grehan | 2004-01-13 | 3 | -110/+133 |
* | | Don't put .depend in CLEANFILES, it's cleaned by cleandepend. | ru | 2004-01-13 | 1 | -1/+0 |
* | | Catch up with ATA changes by including <sys/sema.h> | grehan | 2004-01-13 | 2 | -0/+2 |
* | | call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). | ume | 2004-01-13 | 1 | -0/+7 |
* | | do not deref freed pointer | ume | 2004-01-13 | 1 | -2/+2 |