summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | contigmalloc() instead of calling bzero().
* invalidate secpolicy pcb cache on key_timehandler. part ofume2004-01-141-0/+3
| | | | | | | http://sources.zabbadoz.net/freebsd/patchset/110-ipsec-netkey-key.diff Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun
* add missing key_freesp()s. part ofume2004-01-141-1/+4
| | | | | | | | | http://sources.zabbadoz.net/freebsd/patchset/110-ipsec-netkey-key.diff with some modification. Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun Obtained from: KAME
* mp_ncpus is always defined now, so no need to do an #ifdef SMP inwpaul2004-01-141-5/+1
| | | | ndis_cpu_cnt().
* Catch up with the English version:hrs2004-01-141-1/+23
| | | | 1.57 -> 1.59 errata/article.sgml
* 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
| | | | | and receive FCS-less RFC1490-"bridged" Ethernet packets that are currently just ignored.
* If a device attach routine fails during boot and calls bus_teardown_intr(),truckman2004-01-131-1/+5
| | | | | | | | | | | | | | ithread_remove_handler() may fail to remove the interrupt handler if it decides to let the ithread do the removal. The problem is that during boot "cold" is set, which causes msleep() to return immediately. This will cause ithread_remove_handler() to fail to wait for the ithread to do the removal from the handler TAILQ before freeing the handler back to the heap. Bad things will happen when some other user of the TAILQ, such as ithread_add_handler() or the actual ithread attempts to use the freed handler. Fix the problem by forcing ithread_remove_handler() to do the actual removal itself if the "cold" flag is set. Reviewed by: jhb
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-136-14/+14
| | | | Centralize the definition to make it easier to change.
* Clarify revision 1.49. Specifically, using ${MAKE} target instead ofgreen2004-01-130-0/+0
| | | | | | | depending on a target will cause ${MAKE} to have been "reset" to the initial value by make(1). This breaks, for example, make MAKE="make -f subMakefile" clean. The supported way to pass these sorts of make flags is actually the .MAKEFLAGS variable.
* Use 'vm_offset_t' rather than 'u_int32_t'.obrien2004-01-131-2/+2
| | | | | Tested on: AMD64 Reviewed by: wpaul
* 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
| | | | | Submitted by: Sean Welch <welchsm@earthlink.net> MFC after: 1 week
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
| | | | both master and slave at the same time confusing the probe code.
* Add a component constant for ACPI_TOSHIBA to fix compilation ofjhb2004-01-131-0/+1
| | | | acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386.
* - Use the standard .y and .l transformation rules -- this fixesru2004-01-131-16/+11
| | | | | | | | | | | the usual parallel make race in custom .y rules. - Fixed some style bugs. - Removed -v from YFLAGS. Prodded by: bde Reviewed by: bde, njl
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andalc2004-01-131-2/+2
| | | | | | | | kmem_free(). Note: The FreeBSD-specific code in this file has been subsumed by the FreeBSD-specific header file, pdq_freebsd.h. That header file already specifies the use of contigmalloc() and contigfree(). Thus, the purpose of this change is to avoid having nonsensical examples of FreeBSD-specific memory allocation in our source tree.
* * if-like-constructs now use <TAB>body consistently.obrien2004-01-131-85/+109
| | | | | | | * Long statements with '\' continuation now use <4 spaces>continuation consistently. * wraps some long lines * More consistent on how very simular repeated commands are wrapped.
* 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
| | | | | | | | | needed for generating dependencies. SRCS are always part of it, and normally only they. This can be useful in some random cases where it's necessary to have something in .depend that isn't part of SRCS. This will be used to replace a hack in lib/libpam/libpam/Makefile.
* This commit was generated by cvs2svn to compensate for changes in r124488,fenner2004-01-132-1/+9
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Commit vendor update for vulnerabilities found byfenner2004-01-132-1/+9
| | | | | | | | Jonathan Heusser <jonny@drugphish.ch>
* | This commit was generated by cvs2svn to compensate for changes in r124486,fenner2004-01-131-2/+11
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Commit vendor fix for l2tp vulnerability reported byfenner2004-01-131-2/+11
| | | | | | | | Przemyslaw Frasunek on bugtraq list.
* | New errata: KUser can corrupt passwd file.bmah2004-01-131-0/+7
| | | | | | | | Requested by: scottl, "Eugenia Loli-Queru" <eugenia at osnews dot com>
* | New errata: NSS problems and workaround [1], GCC typo in releasebmah2004-01-131-0/+14
| | | | | | | | | | | | notes [2]. Submitted by: nectar [1], gerald [2]
* | 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
| | | | | | | | nexus code no longer searches for interrupt controllers.
* | Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
| | | | | | | | | | | | | | | | | | | | the MacIO chip and PSIM's IOBus. Bus-specific drivers should use the identify method to attach themselves to nexus so interrupt can be allocated before the h/w is probed. The 'early attach' routine in openpic is used for this stage of boot. When h/w is probed, the openpic can be attached properly. It will enable interrupts allocated prior to this.
* | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
| | | | | | | | | | | | | | | | | | | | | | and add_child entry point to allow devices to use the identify method to add themselves if need be (e.g. openpic, syscons). Export interrupt-controller-add routine for extern int cntlr drivers. Eliminate recursive OFW device-tree walk and only iterate the top-level ala sparc64. Allow child devices to set the device type with write_ivars. Step 1 of many in removing the hard-dependency on OpenFirmware.
* | 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
| | | | | | | | Obtained from: KAME
* | do not deref freed pointerume2004-01-131-2/+2
| | | | | | | | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun
* | Implement some more unicode handling routines. This will hopefully bringwpaul2004-01-131-7/+172
| | | | | | | | us closer to being able to run the Intel PRO/Wireless 5000 driver.
* | Added FreeBSD 5.2-RELEASE.maxim2004-01-131-0/+3
| | | | | | | | MFC after: 3 days
OpenPOWER on IntegriCloud