| Commit message (Expand) | Author | Age | Files | Lines |
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 6 | -50/+9 |
* | A bit of a hack, but allows the vn device to be a module again. | julian | 1999-03-14 | 2 | -4/+18 |
* | Fix bogons in previous commit. | des | 1999-03-14 | 1 | -2/+2 |
* | Fix syntax for boot command | msmith | 1999-03-14 | 1 | -1/+1 |
* | Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk | billf | 1999-03-14 | 3 | -3/+9 |
* | Build tcp_wrappers' userland. I am not building tcpd, because in a day | markm | 1999-03-14 | 3 | -1/+42 |
* | Build libwrap - the core to tcp_wrappers. | markm | 1999-03-14 | 2 | -2/+31 |
* | This commit was generated by cvs2svn to compensate for changes in r44743, | markm | 1999-03-14 | 56 | -0/+9731 |
|\ |
|
| * | Clean import of TCP-wrappers by Wietse Venema. | markm | 1999-03-14 | 56 | -0/+9731 |
* | Submitted by: Matt Dillon <dillon@freebsd.org> | julian | 1999-03-14 | 7 | -248/+822 |
* | Merge NetBSD 1.80->1.82 changes from vendor branch into mainline. | peter | 1999-03-14 | 2 | -36/+40 |
* | Implemented workaround for EPIC's Application Note 7-15 (concerning | semenu | 1999-03-14 | 5 | -213/+498 |
* | Correct two optimization errors in vm_object_page_remove: | alc | 1999-03-14 | 1 | -3/+4 |
* | Disable tagged queueing for the IBM DCAS drives. These drives have poor | ken | 1999-03-14 | 1 | -1/+30 |
* | Clarify that the stop command only works in interactive mode. | grog | 1999-03-14 | 1 | -2/+6 |
* | create command: get the message right if an error occurs with a | grog | 1999-03-14 | 1 | -3/+5 |
* | deallocrqg: deallocate the correct object, also check that the object | grog | 1999-03-14 | 1 | -5/+11 |
* | Chown the pty device nodes back to root:tty. | des | 1999-03-14 | 1 | -1/+2 |
* | Enforce monotonicity of apparent process user, system and interrupt times. | bde | 1999-03-13 | 2 | -23/+55 |
* | Install uuxqt sgid uucp. Since "rnews" should not be executable for | torstenb | 1999-03-13 | 1 | -2/+2 |
* | Reduce Bruce-filter verbosity. | phk | 1999-03-13 | 1 | -7/+3 |
* | Make NDGBPORTS an official option. | joerg | 1999-03-13 | 7 | -7/+22 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.141. | kato | 1999-03-13 | 2 | -4/+4 |
* | set if_snd.ifq_maxlen to something reasonable - note that if_de.c has | peter | 1999-03-13 | 2 | -2/+10 |
* | Clarify the undesirability of static configuration. | grog | 1999-03-13 | 1 | -44/+48 |
* | Change prototype of vinum_inactive. | grog | 1999-03-13 | 1 | -1/+1 |
* | Describe the new debug flags DEBUG_EOFINFO and DEBUG_MEMFREE. | grog | 1999-03-13 | 1 | -9/+10 |
* | info command: Remove opencount parameter, print value of open flag. | grog | 1999-03-13 | 1 | -1/+1 |
* | create command: if an error occurs, print the offending line even if | grog | 1999-03-13 | 1 | -0/+2 |
* | Improve the manner in which the location of the kld is found. It | grog | 1999-03-13 | 1 | -1/+15 |
* | Remove opencount from vinum_conf and struct vol, and disk index from | grog | 1999-03-13 | 1 | -7/+4 |
* | Part of removing vol->opencount: now we just use a flag. | grog | 1999-03-13 | 1 | -3/+3 |
* | Add DEBUG_EOFINFO log messages. | grog | 1999-03-13 | 1 | -0/+15 |
* | Remove antique crud. | grog | 1999-03-13 | 1 | -10/+25 |
* | lock_drive: report on and recover from an obscure situation where the | grog | 1999-03-13 | 1 | -0/+7 |
* | VINUM_RESETCONFIG: do the reset even if the config is open (as it has | grog | 1999-03-13 | 1 | -3/+1 |
* | Don't frob vp->v_usecount, it scares the hell out of the driver under | grog | 1999-03-13 | 1 | -5/+2 |
* | Change the way of recognizing whether a plex was given to a volume | grog | 1999-03-13 | 1 | -41/+63 |
* | pmap_qenter/pmap_qremove: | alc | 1999-03-13 | 2 | -178/+124 |
* | vinum_inactive: distinguish whether we care whether the config | grog | 1999-03-13 | 1 | -5/+8 |
* | Add a dire warning about the folly of configuring vinum in | grog | 1999-03-13 | 3 | -3/+27 |
* | When printing out V1 info, make sure that there is additional info | imp | 1999-03-13 | 1 | -2/+8 |
* | Note that a standard MBR supports booting only from hard drive 0 | rnordier | 1999-03-13 | 2 | -2/+8 |
* | Reverse the order of processing object files within an executable or | jdp | 1999-03-13 | 3 | -8/+8 |
* | Update to post-branch state (yeesh!) | jkh | 1999-03-12 | 1 | -10/+6 |
* | Fix an old cut&paste bogon. | phk | 1999-03-12 | 2 | -4/+4 |
* | Don't allow anyone except root to mount file systems that map uids. | imp | 1999-03-12 | 2 | -2/+14 |
* | Remove static delcarations from {,un}register_pcic_intr declarations | imp | 1999-03-12 | 1 | -2/+2 |
* | Move the code for the ".init" and ".fini" sections outside of a | jdp | 1999-03-12 | 6 | -30/+30 |
* | src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp) | brian | 1999-03-12 | 11 | -2372/+3 |