| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add kbdmap.5 to build. | David Malone | 2000-09-13 | 5 | -3/+8 |
| * | Man page for the file format accepted by "kbdcontrol -l". | David Malone | 2000-09-13 | 1 | -0/+311 |
| * | Unlock current directory when calling VFS_ROOT() because underlying | Boris Popov | 2000-09-13 | 1 | -3/+10 |
| * | Improve the clarification of the handling of the securelevel. | Sheldon Hearn | 2000-09-13 | 1 | -6/+2 |
| * | Teach sysinstall about 'aac'. | Mike Smith | 2000-09-13 | 3 | -0/+3 |
| * | Teach libdisk about 'aac' | Mike Smith | 2000-09-13 | 2 | -2/+4 |
| * | Teach MAKEDEV about 'aac'. | Mike Smith | 2000-09-13 | 1 | -4/+12 |
| * | Allow users to add libraries for sendmail (e.g. Cyrus SASL) | Gregory Neil Shapiro | 2000-09-13 | 2 | -2/+2 |
| * | Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor. | Warner Losh | 2000-09-13 | 1 | -1/+4 |
| * | A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA | Mike Smith | 2000-09-13 | 17 | -1/+4787 |
| * | Take out some unneeded debugging code and re-enable panic()'ing if we spin | John Baldwin | 2000-09-13 | 1 | -14/+6 |
| * | Merge changes from the i386 port to allow userret() to be called both | Doug Rabson | 2000-09-12 | 1 | -11/+37 |
| * | * Redo the cmpset inlines to use one less register. This incidentally | Doug Rabson | 2000-09-12 | 1 | -22/+156 |
| * | Really disable interrupts for spin mutexes instead of just pretending. | Doug Rabson | 2000-09-12 | 2 | -16/+12 |
| * | Use size_t instead of u_int for 4th argument to copyinstr(). | John Baldwin | 2000-09-12 | 1 | -1/+1 |
| * | Don't drop out when we've processed argc - 1 names.... arguments | Brian Somers | 2000-09-12 | 1 | -7/+3 |
| * | Fix sign extension. | Matt Jacob | 2000-09-12 | 1 | -1/+1 |
| * | New world order wrt to kernel location and name. This doesn't actually | Daniel C. Sobral | 2000-09-12 | 1 | -2/+2 |
| * | Forgotten in last commit - | Mark Murray | 2000-09-12 | 0 | -0/+0 |
| * | The entropy device is no longer an option in the kernel, | Mark Murray | 2000-09-12 | 1 | -0/+12 |
| * | Clean up process accounting some more. Unfortunately, it is still not | John Baldwin | 2000-09-12 | 8 | -139/+109 |
| * | Quick fix for hang on booting with -d. mtx_enter() was called before | Bruce Evans | 2000-09-12 | 3 | -6/+12 |
| * | Fixed some serious bugs in ext2_readdir(): | Bruce Evans | 2000-09-12 | 2 | -22/+44 |
| * | Add VOP_*VOBJECT vops, because MFS requires explicit vop specification. | Boris Popov | 2000-09-12 | 1 | -0/+3 |
| * | Don't panic for delivery of a multiplexed SWI. Most SWI handlers | Bruce Evans | 2000-09-12 | 2 | -2/+8 |
| * | o What a good idea, ``-o'' should be a ``-f'' like in every other | Robert Watson | 2000-09-12 | 2 | -6/+6 |
| * | Turn the /dev/random device into a (pseudo-)device, not an option. | Mark Murray | 2000-09-12 | 8 | -13/+13 |
| * | The "struct proc" argument to read_random was ill-conceived, and a | Mark Murray | 2000-09-12 | 5 | -7/+5 |
| * | Clarify the handling of the securelevel. | Sheldon Hearn | 2000-09-12 | 1 | -8/+13 |
| * | Change from using poll(2) to kqueue/kevent when waiting for a DNS | Paul Saab | 2000-09-12 | 1 | -32/+30 |
| * | Move the detection of Linksys PCMCIA cards from attach to probe. | Paul Saab | 2000-09-12 | 3 | -4/+7 |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 13 | -166/+201 |
| * | Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPEND | Roger Hardiman | 2000-09-12 | 1 | -1/+0 |
| * | o Variety of extended attribute fixes | Robert Watson | 2000-09-12 | 1 | -26/+39 |
| * | o Add a ``-o'' argument to initattr, which causes extattrctl to overwrite | Robert Watson | 2000-09-12 | 2 | -4/+20 |
| * | Fix 1.117 as requested by DES, but in a different way. Generally | Warner Losh | 2000-09-12 | 1 | -6/+4 |
| * | Fix screwup in previous commit. | Bill Fumerola | 2000-09-12 | 1 | -1/+3 |
| * | Fix some printf format string warnings due to sizeof(int) != sizeof(long) on | John Baldwin | 2000-09-11 | 2 | -12/+12 |
| * | Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable | Mike Smith | 2000-09-11 | 1 | -1/+1 |
| * | Add tx to the list of miibus using network drivers. We already build tx in | Bill Fumerola | 2000-09-11 | 2 | -0/+2 |
| * | Move tx to the list of drivers that now require miibus. | Bill Fumerola | 2000-09-11 | 2 | -2/+2 |
| * | Well, this works for me and I can now boot my PC164 again. | Matt Jacob | 2000-09-11 | 1 | -34/+41 |
| * | Add the ability to define a "shutdown" and "shutdown and poweroff" key | David Malone | 2000-09-11 | 7 | -0/+47 |
| * | Sign tx driver as using miibus code. | Semen Ustimenko | 2000-09-11 | 2 | -4/+4 |
| * | Back out previous revision now that sys/random.h is properly fixed. | John Baldwin | 2000-09-11 | 1 | -2/+0 |
| * | Forward declare 'struct proc'. | John Baldwin | 2000-09-11 | 1 | -0/+2 |
| * | Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so that | John Baldwin | 2000-09-11 | 4 | -4/+4 |
| * | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | Archie Cobbs | 2000-09-11 | 1 | -3/+2 |
| * | Arrgh. Back out a change used during debugging and fix a typo. | Bruce A. Mah | 2000-09-11 | 1 | -2/+2 |
| * | New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1, | Bruce A. Mah | 2000-09-11 | 2 | -0/+36 |