| Commit message (Expand) | Author | Age | Files | Lines |
* | Update version string. | des | 2003-09-24 | 5 | -5/+5 |
* | Remove bogus calls to xfree(). | des | 2003-09-24 | 1 | -4/+0 |
* | Enable DMA for ATAPI/CAM input/output operations. | thomas | 2003-09-24 | 1 | -3/+10 |
* | Update list of FTP sites. | kensmith | 2003-09-24 | 2 | -248/+234 |
* | resp is a pointer to an array of structs, not an array of pointers to structs. | des | 2003-09-24 | 1 | -9/+9 |
* | Return the correct error value when a null query fails. | des | 2003-09-24 | 1 | -1/+1 |
* | Per TRB vote: restore the aquire_timer0 and associated goo. This will | imp | 2003-09-24 | 3 | -4/+296 |
* | As comments in _mutex_lock_backout state, only current thread | davidxu | 2003-09-24 | 2 | -12/+8 |
* | Make the fields in the text match dev/usb/usb.h too. | jb | 2003-09-24 | 1 | -10/+10 |
* | Hook up BUS_CONFIG_INTR.9 | marcel | 2003-09-24 | 1 | -2/+2 |
* | Add a manpage for BUS_CONFIG_INTR. | marcel | 2003-09-24 | 1 | -0/+104 |
* | o remove extraneous include of <net/pfil.h> | sam | 2003-09-24 | 1 | -2/+1 |
* | Make the field names in the documented structures match dev/usb/usb.h. | jb | 2003-09-24 | 1 | -25/+25 |
* | Turn SENDMAIL_CF_DIR into an officially supported make.conf variable | gshapiro | 2003-09-24 | 3 | -8/+21 |
* | Add VidzMedia MonsterTV (MPEG video/TV capture box). | jb | 2003-09-24 | 3 | -2/+22 |
* | _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to | grehan | 2003-09-24 | 1 | -2/+2 |
* | Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN. | marcel | 2003-09-24 | 1 | -4/+7 |
* | By not setting No_CRC in the Mode Control Register, we must also | ps | 2003-09-23 | 1 | -1/+1 |
* | Adjust the kmapentzone limit so that it takes into account the size of | silby | 2003-09-23 | 1 | -1/+3 |
* | update to reflect PFIL_HOOKS api changes | sam | 2003-09-23 | 2 | -7/+32 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 14 | -234/+425 |
* | Do not cache and correctly free() dosmount entry in case of errors. | fjoe | 2003-09-23 | 1 | -3/+4 |
* | Fix a bug in arplookup(), whereby a hostile party on a locally | bms | 2003-09-23 | 2 | -6/+20 |
* | Avoid NULL pointer dereferencing in modlist_lookup2(). | fjoe | 2003-09-23 | 1 | -1/+1 |
* | Don't return to search another ports even if bus_space_map() fails. | nyan | 2003-09-23 | 5 | -6/+6 |
* | Initialize iobase, bsh and bst. | nyan | 2003-09-23 | 1 | -0/+4 |
* | Compare base address instead of bus_handle. | nyan | 2003-09-23 | 1 | -1/+1 |
* | - Keep the base address in struct uart_bas for sab82532 and z8530 modules. | nyan | 2003-09-23 | 11 | -51/+17 |
* | Remove unneeded includes. | nyan | 2003-09-23 | 1 | -5/+0 |
* | Use bus_space_map() to initialize a bus_handle. | nyan | 2003-09-23 | 5 | -9/+17 |
* | Implement the bus_space_map() function to allocate resources and initialize | nyan | 2003-09-23 | 8 | -13/+102 |
* | Be more careful in dumpconf: softc may be NULL for departing devices. | phk | 2003-09-23 | 1 | -3/+6 |
* | Grrr...add the Skinny alias code forgotten in the last commit. | marcus | 2003-09-23 | 2 | -0/+676 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 18 | -2/+127 |
* | Change the handling of the kernel and kmem objects in vm_map_delete(): In | alc | 2003-09-23 | 1 | -23/+18 |
* | Free thread name memory if there is. | davidxu | 2003-09-23 | 2 | -0/+8 |
* | Oops. back out last commit. The data and stack limits are used by the | peter | 2003-09-23 | 1 | -2/+2 |
* | Fix patch transcription typo. s/IDT_BPT/IDT_BP/ | peter | 2003-09-23 | 1 | -1/+1 |
* | From the Broadcom Eratta: | ps | 2003-09-23 | 1 | -2/+1 |
* | Sync with i386 version. The quality initialization was missing and some | peter | 2003-09-23 | 2 | -5/+2 |
* | add locking | sam | 2003-09-23 | 2 | -65/+104 |
* | GC unused child variable | peter | 2003-09-23 | 1 | -2/+1 |
* | MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcib | peter | 2003-09-23 | 2 | -51/+64 |
* | Restructure the time processing routines, mainly to fix up the | gad | 2003-09-23 | 3 | -85/+480 |
* | Move basemem variable into global scope so that the MP startup code can | peter | 2003-09-22 | 2 | -1/+4 |
* | While cleaning out my tree, fix another strict alias warning that would | peter | 2003-09-22 | 1 | -1/+1 |
* | Increase the default data size limit from 512MB to 8GB. Increase default | peter | 2003-09-22 | 1 | -2/+2 |
* | MFi386 rev 1.51 by scottl: make dflt_lock() always panic. | peter | 2003-09-22 | 1 | -4/+0 |
* | MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not on | peter | 2003-09-22 | 1 | -27/+32 |
* | MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont | peter | 2003-09-22 | 3 | -0/+10 |