| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce Bruce-filter verbosity. | Poul-Henning Kamp | 1999-03-13 | 1 | -7/+3 |
| * | Make NDGBPORTS an official option. | Joerg Wunsch | 1999-03-13 | 7 | -7/+22 |
| * | Sync with sys/i386/conf/Makefile.i386 revision 1.141. | KATO Takenori | 1999-03-13 | 2 | -4/+4 |
| * | set if_snd.ifq_maxlen to something reasonable - note that if_de.c has | Peter Wemm | 1999-03-13 | 2 | -2/+10 |
| * | Clarify the undesirability of static configuration. | Greg Lehey | 1999-03-13 | 1 | -44/+48 |
| * | Change prototype of vinum_inactive. | Greg Lehey | 1999-03-13 | 1 | -1/+1 |
| * | Describe the new debug flags DEBUG_EOFINFO and DEBUG_MEMFREE. | Greg Lehey | 1999-03-13 | 1 | -9/+10 |
| * | info command: Remove opencount parameter, print value of open flag. | Greg Lehey | 1999-03-13 | 1 | -1/+1 |
| * | create command: if an error occurs, print the offending line even if | Greg Lehey | 1999-03-13 | 1 | -0/+2 |
| * | Improve the manner in which the location of the kld is found. It | Greg Lehey | 1999-03-13 | 1 | -1/+15 |
| * | Remove opencount from vinum_conf and struct vol, and disk index from | Greg Lehey | 1999-03-13 | 1 | -7/+4 |
| * | Part of removing vol->opencount: now we just use a flag. | Greg Lehey | 1999-03-13 | 1 | -3/+3 |
| * | Add DEBUG_EOFINFO log messages. | Greg Lehey | 1999-03-13 | 1 | -0/+15 |
| * | Remove antique crud. | Greg Lehey | 1999-03-13 | 1 | -10/+25 |
| * | lock_drive: report on and recover from an obscure situation where the | Greg Lehey | 1999-03-13 | 1 | -0/+7 |
| * | VINUM_RESETCONFIG: do the reset even if the config is open (as it has | Greg Lehey | 1999-03-13 | 1 | -3/+1 |
| * | Don't frob vp->v_usecount, it scares the hell out of the driver under | Greg Lehey | 1999-03-13 | 1 | -5/+2 |
| * | Change the way of recognizing whether a plex was given to a volume | Greg Lehey | 1999-03-13 | 1 | -41/+63 |
| * | pmap_qenter/pmap_qremove: | Alan Cox | 1999-03-13 | 2 | -178/+124 |
| * | vinum_inactive: distinguish whether we care whether the config | Greg Lehey | 1999-03-13 | 1 | -5/+8 |
| * | Add a dire warning about the folly of configuring vinum in | Greg Lehey | 1999-03-13 | 3 | -3/+27 |
| * | When printing out V1 info, make sure that there is additional info | Warner Losh | 1999-03-13 | 1 | -2/+8 |
| * | Note that a standard MBR supports booting only from hard drive 0 | Robert Nordier | 1999-03-13 | 2 | -2/+8 |
| * | Reverse the order of processing object files within an executable or | John Polstra | 1999-03-13 | 3 | -8/+8 |
| * | Update to post-branch state (yeesh!) | Jordan K. Hubbard | 1999-03-12 | 1 | -10/+6 |
| * | Fix an old cut&paste bogon. | Poul-Henning Kamp | 1999-03-12 | 2 | -4/+4 |
| * | Don't allow anyone except root to mount file systems that map uids. | Warner Losh | 1999-03-12 | 2 | -2/+14 |
| * | Remove static delcarations from {,un}register_pcic_intr declarations | Warner Losh | 1999-03-12 | 1 | -2/+2 |
| * | Move the code for the ".init" and ".fini" sections outside of a | John Polstra | 1999-03-12 | 6 | -30/+30 |
| * | src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp) | Brian Somers | 1999-03-12 | 11 | -2372/+3 |
| * | make libkvm capable of dealing with a crashdump on alphas | Andrew Gallatin | 1999-03-12 | 1 | -50/+65 |
| * | Fix savecore so that it works on alphas | Andrew Gallatin | 1999-03-12 | 1 | -1/+7 |
| * | Enable crashdumps on alphas. | Andrew Gallatin | 1999-03-12 | 1 | -1/+53 |
| * | Remove duplicate include. | Poul-Henning Kamp | 1999-03-12 | 2 | -8/+2 |
| * | Fix Typo. | Poul-Henning Kamp | 1999-03-12 | 1 | -2/+2 |
| * | Remove vm_page_frees from kmem_malloc that are performed | Alan Cox | 1999-03-12 | 1 | -7/+1 |
| * | This solves a deadlock that can occur when read()ing into a file-mmap() | Julian Elischer | 1999-03-12 | 2 | -7/+36 |
| * | Reviewed by: Many at differnt times in differnt parts, | Julian Elischer | 1999-03-12 | 11 | -518/+903 |
| * | Fix the 'fwd' option to ipfw when asked to divert to another machine. | Julian Elischer | 1999-03-12 | 1 | -7/+24 |
| * | Stop the mfs from trying to swap out crucial bits of the mfs | Julian Elischer | 1999-03-12 | 2 | -9/+9 |
| * | Add support for long long modifier (e.g. %llx, %lld). | Doug Rabson | 1999-03-11 | 1 | -3/+9 |
| * | Fixed runtime accounting. The time since the previous context switch | Bruce Evans | 1999-03-11 | 2 | -13/+11 |
| * | Fixed variable overflow problem. | David Greenman | 1999-03-11 | 2 | -10/+10 |
| * | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | David Greenman | 1999-03-11 | 8 | -17/+17 |
| * | Change permissions on /etc/ppp/ppp.conf to 0640. | Brian Somers | 1999-03-11 | 2 | -2/+6 |
| * | Add ${lpd_program} and ${portmap_program} as variables in rc.conf, with | James FitzGibbon | 1999-03-11 | 9 | -17/+19 |
| * | Remove <timepps.h> here as well. | Poul-Henning Kamp | 1999-03-11 | 1 | -2/+2 |
| * | Make even more of the PPSAPI implementations generic. | Poul-Henning Kamp | 1999-03-11 | 10 | -277/+448 |
| * | removed from PPS-API draft | Poul-Henning Kamp | 1999-03-11 | 1 | -86/+0 |
| * | Oops, syscons.4 hasn't been added to Makefile! | Kazutaka YOKOTA | 1999-03-11 | 1 | -2/+3 |