| Age | Commit message (Expand) | Author |
| 2006-08-14 | s/adpater/adapter/ | skrll |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-05-12 | According to the i8259 manual, EOI, R, and SL bits belong to OCW2 register | tsutsui |
| 2006-05-05 | Remove the devprop API and switch everthing over to the new proplib. Add | thorpej |
| 2006-04-15 | Switch Algor port to MIPS generic soft-interrupts implementation. | simonb |
| 2006-04-09 | Remove declarations for cpu_model[] since it's in <sys/systm.h>. | tsutsui |
| 2006-03-28 | Add stf to all kernel configs which have INET6 and gif, except the INSTALL | pavel |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-23 | Use device_is_a(). | thorpej |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2006-02-18 | Need <dev/pci/pcivar.h> in the non-P4032 case. | thorpej |
| 2006-02-18 | Don't use sizeof() on an incomplete type. | thorpej |
| 2006-02-18 | Fix a typo. Pointed out by yamt. | thorpej |
| 2006-02-18 | - Don't expose dev_propdb directly -- provide devprop_*() wrappers instead. | thorpej |
| 2006-02-16 | Remove the ugly algor_get_ethaddr() hack. We have a properties infrastructure | thorpej |
| 2006-02-05 | Remove 'count' argument for pseudo-devices that ignore it | cube |
| 2006-02-04 | bpfilter doesn't accept count anymore. | rpaulo |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-07 | Adjust comments for options FFS_NO_SNAPSHOT. | tsutsui |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-11-05 | Add empty <machine/wired_map.h> for the MI mips/wired_map.c. | tsutsui |
| 2005-09-17 | make VMSWAP optional again. | yamt |
| 2005-09-17 | include "conf/std". | yamt |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-08-19 | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-08-05 | Add (commented out) ucycom to various kernel configs. | skrll |
| 2005-07-31 | revert "defflag VMSWAP" changes for now. | yamt |
| 2005-07-30 | add "options VMSWAP" to non INSTALL kernels. | yamt |
| 2005-07-30 | defflag VMSWAP. | yamt |
| 2005-07-07 | Add (commented out) IPSEC_NAT_T option. | tron |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-06-28 | kill questionable uses of config(8) generated xxxlocnames[] | drochner |
| 2005-06-28 | convert remaining autoconf bus "submatch" functions to use the new | drochner |
| 2005-06-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |
| 2005-06-09 | Adapt to compiling with -Wcast-qual by adding a const. | he |
| 2005-06-09 | Adapt to compiling with -Wcast-qual by setting the last argument to | he |
| 2005-05-31 | Remove attachment for the piixide(4) driver from all non-x86 kernel | tron |
| 2005-05-31 | remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them. | chs |
| 2005-05-10 | assign major for nsmb(4) | jdolecek |
| 2005-04-25 | Move the MI printing of `copyright' to the MD cpu_startup() code | lukem |
| 2005-04-15 | Add ukyopon(4). | itohy |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-25 | Add attimer(4) configurations everywhere pcppi(4) exists, with the | cube |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-03-09 | Add an extra `i' to notifes/notifed. | simonb |
| 2005-02-25 | Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files | simonb |
| 2005-02-18 | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT | dsl |