| Commit message (Expand) | Author | Age | Files | Lines |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -0/+1 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -0/+2 |
* | - Don't overwrite inb, inw and outw. | nyan | 2001-07-04 | 1 | -2/+0 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -2/+2 |
* | Move wl driver to dev/wl. Repo copied to dev/wl, the old copies | imp | 2001-07-02 | 1 | -0/+1 |
* | intel ich/ich2 driver - this needs some work but is functional enough for | cg | 2001-07-01 | 1 | -0/+2 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 1 | -0/+1 |
* | Add acpi_powerres.c to fix the acpi build. | jhb | 2001-06-28 | 1 | -0/+1 |
* | Remove dgm | brian | 2001-06-27 | 1 | -2/+0 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -0/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -8/+5 |
* | Add pseudofs and the new linprocfs here. | des | 2001-06-11 | 1 | -0/+5 |
* | enable vchan compilation | cg | 2001-06-07 | 1 | -1/+2 |
* | Relocate IPFilter from sys/netinet to sys/contrib/ipfilter. | jlemon | 2001-06-07 | 1 | -9/+9 |
* | Only build i82365_isa attachment when we have isa bus. | imp | 2001-06-05 | 1 | -1/+1 |
* | The orm device. This device gobbles up the Option ROMs in the ISA | imp | 2001-06-01 | 1 | -0/+1 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+1 |
* | Change plxic to plxcard, per phk. He thnks plxic is too generic a | imp | 2001-06-01 | 1 | -1/+1 |
* | Add device driver support for the Level 1 LXT1001 NetCellerator | wpaul | 2001-05-31 | 1 | -0/+1 |
* | plxic device | imp | 2001-05-31 | 1 | -0/+1 |
* | New files and layout for the ACPI CA 20010518 update. | msmith | 2001-05-29 | 1 | -104/+105 |
* | Remove MFS from configs idea of the world. | phk | 2001-05-29 | 1 | -10/+0 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 1 | -11/+11 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 1 | -0/+13 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -6/+6 |
* | Produce a config-time warning about EXT2FS and GPL_MATH_EMULATE | peter | 2001-05-24 | 1 | -1/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -35/+35 |
* | Separate out isa attachment to its own file. The pci attachment will | imp | 2001-05-16 | 1 | -0/+1 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 1 | -3/+3 |
* | I'll be making some rather substantial changes to the pci attachment | imp | 2001-05-13 | 1 | -1/+1 |
* | Add support for gigabit ethernet cards based on the NatSemi DP83820 | wpaul | 2001-05-11 | 1 | -0/+2 |
* | - Split out the support for per-CPU data from the SMP code. UP kernels | jhb | 2001-05-10 | 1 | -0/+1 |
* | Add a ``digi'' driver. | brian | 2001-05-02 | 1 | -2/+13 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 1 | -0/+1 |
* | vfs_subr.c is getting rather fat. The underlying repocopy and this | phk | 2001-04-26 | 1 | -0/+1 |
* | Initial version of Avance Logic ALS4000 pcm driver. | orion | 2001-04-23 | 1 | -0/+1 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 1 | -0/+1 |
* | Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC. | mjacob | 2001-04-09 | 1 | -0/+1 |
* | enable the rate conversion feeder. | cg | 2001-04-09 | 1 | -1/+1 |
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 1 | -0/+3 |
* | Rework the witness code to work with sx locks as well as mutexes. | jhb | 2001-03-28 | 1 | -0/+1 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 1 | -0/+1 |
* | Introduce support for POSIX.1e ACLs on UFS-based file systems. This | rwatson | 2001-03-26 | 1 | -0/+1 |
* | pcm driver for S3 Sonicvibes chipset. | orion | 2001-03-19 | 1 | -0/+1 |
* | Add the AAC_DEBUG option to enable debugging in the aac driver. | gibbs | 2001-03-17 | 1 | -1/+1 |
* | Add cwn driver | imp | 2001-03-16 | 1 | -0/+2 |
* | Make the miibus'ified the new fxp driver for -current. | jlemon | 2001-03-12 | 1 | -1/+2 |
* | Add the Intel PHY driver. | jlemon | 2001-03-12 | 1 | -0/+1 |
* | The /dev/random driver used Rijndael, not Blowfish, now. | markm | 2001-03-10 | 1 | -3/+2 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 1 | -2/+0 |