| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812". | phk | 2003-04-04 | 1 | -0/+1 |
* | Remove geom_enc.c, a superset of these functions are now available in | phk | 2003-04-03 | 1 | -1/+0 |
* | - Add the kern_umtx.c file to the build. | jeff | 2003-04-01 | 1 | -0/+1 |
* | - Add kern_thr.c | jeff | 2003-04-01 | 1 | -0/+1 |
* | - Move driver to newbus. | mdodd | 2003-03-29 | 1 | -1/+2 |
* | Add support for reading directly from file to userland buffer when the | tegge | 2003-03-26 | 1 | -0/+1 |
* | Missed in last commit: don't compile now non-existent geom_stats.c | phk | 2003-03-18 | 1 | -1/+0 |
* | FIPS 140-2 rng data tester for h/w crypto devices. This driver periodically | sam | 2003-03-11 | 1 | -0/+1 |
* | "Or" is expressed with 2 separate config lines. | jake | 2003-03-10 | 1 | -1/+2 |
* | Update the DRM to latest from DRI CVS. This is approximately the version | anholt | 2003-03-09 | 1 | -2/+4 |
* | Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL). | tjr | 2003-03-08 | 1 | -1/+0 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -10/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -1/+0 |
* | A cute yet small MAC policy that provides a simple ACL mechanism to | rwatson | 2003-03-02 | 1 | -0/+1 |
* | Remove support for running in SimOS. The support has rotted over | marcel | 2003-02-25 | 1 | -1/+0 |
* | pst(4) should be portable across all our platforms. | obrien | 2003-02-24 | 1 | -0/+3 |
* | Add an implementation of strdup() to libkern. Allocated memory is of | rwatson | 2003-02-23 | 1 | -0/+1 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -0/+1 |
* | Munge the zs sbus attachment to work with fhc. This is a bit of a hack, | jake | 2003-02-19 | 1 | -1/+1 |
* | Split the arch-specific AGP files into the appropriate files.* and do the same | anholt | 2003-02-14 | 1 | -6/+0 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | phk | 2003-02-08 | 1 | -0/+1 |
* | - Clean up ISA DMA supports. | nyan | 2003-02-07 | 1 | -0/+1 |
* | Add config glue to add an optional GEOM_VOL to add optional volume support. | gordon | 2003-02-03 | 1 | -0/+1 |
* | Add a rudimentary class for slicing Apple partitioned disks. | phk | 2003-01-31 | 1 | -0/+1 |
* | Remove files which don't exist. | phk | 2003-01-30 | 1 | -4/+0 |
* | Move the miidevs.h build stuff to conf/files so that config(8) doesn't | peter | 2003-01-30 | 1 | -0/+5 |
* | Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb. | joe | 2003-01-29 | 1 | -2/+2 |
* | - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection | jeff | 2003-01-26 | 1 | -1/+2 |
* | Add ac97_patch.[ch] that provide space for ac97 codec specific patches. | orion | 2003-01-25 | 1 | -0/+1 |
* | Move subr_disklabel.c and subr_diskslice.c from being MI to MD files, | phk | 2003-01-17 | 1 | -2/+0 |
* | config glue for new wi driver and wlan module | sam | 2003-01-16 | 1 | -0/+2 |
* | remove wi_hostap.c from files as it's been removed. | alfred | 2003-01-15 | 1 | -1/+0 |
* | Add a very simple but functional GEOM mirror class. | phk | 2003-01-14 | 1 | -0/+1 |
* | Add sbus specific zs file. | jake | 2003-01-08 | 1 | -1/+2 |
* | Improve the way that an elf image activator for an alternate word size is | jake | 2003-01-04 | 1 | -3/+1 |
* | Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. | jake | 2003-01-01 | 1 | -0/+1 |
* | - Implement primal Configuration ROM parser. | simokawa | 2002-12-31 | 1 | -2/+3 |
* | Move the amd(4) driver to it's own directory in preparation for it growing | scottl | 2002-12-13 | 1 | -1/+1 |
* | Add support for the PC98 platform to the ATA driver. | sos | 2002-12-03 | 1 | -0/+1 |
* | Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c . | non | 2002-11-28 | 1 | -3/+3 |
* | Hook up kernel options and build information for mac_lomac. | rwatson | 2002-11-26 | 1 | -0/+1 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+1 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 1 | -1/+1 |
* | Split userland services to fwdev.c. | simokawa | 2002-11-12 | 1 | -0/+1 |
* | - Move netsmb entries over to MI files. netsmb appears to be MI code. | jhb | 2002-11-08 | 1 | -1/+11 |
* | dgb(4) currently is i386-only. | jhb | 2002-11-06 | 1 | -1/+0 |
* | Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == | jhb | 2002-11-06 | 1 | -2/+0 |
* | - Convert to newbus, bus_space etc. | mdodd | 2002-11-05 | 1 | -0/+2 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 1 | -1/+0 |
* | Rename 'device acpica' to 'device acpi'. | jhb | 2002-10-24 | 1 | -143/+143 |