| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the DPT driver here. It's kinda ironic that it got enabled in -stable | Jordan K. Hubbard | 1998-06-03 | 2 | -2/+16 |
* | Force success of the probe (after doing it as before except in one | Bruce Evans | 1998-06-03 | 3 | -12/+15 |
* | Fixed a printf() arg botch in the previous commit. | Bruce Evans | 1998-06-03 | 3 | -21/+18 |
* | Sync with sys/i386/i386/machdep.c revision 1.298. | KATO Takenori | 1998-06-03 | 2 | -4/+42 |
* | Ifdefed the netisr support. | Bruce Evans | 1998-06-03 | 2 | -4/+42 |
* | If vm86 services are available, use these to perform the APM BIOS | Mike Smith | 1998-06-03 | 9 | -37/+183 |
* | Increment __FreeBSD_version because the semctl() prototype changed | John Polstra | 1998-06-02 | 1 | -2/+2 |
* | ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation | Jordan K. Hubbard | 1998-06-02 | 2 | -18/+26 |
* | Cleanup and remove some dead code from the initialization. | John Dyson | 1998-06-02 | 1 | -15/+5 |
* | Correct sleep priority. | John Dyson | 1998-06-02 | 4 | -8/+8 |
* | Add a reference to the original softupdates paper | Julian Elischer | 1998-06-02 | 1 | -0/+2 |
* | Add a reference to the Ganger/Patt paper | Julian Elischer | 1998-06-02 | 2 | -0/+6 |
* | o Return error when the controller can't accept commands. | Eivind Eklund | 1998-06-02 | 5 | -19/+18 |
* | Set PAGE_SIZE for _SC_PAGESIZE sysconf(). | Peter Dufault | 1998-06-01 | 2 | -0/+2 |
* | Allow devfs to support the 'uk' device | Julian Elischer | 1998-06-01 | 1 | -3/+27 |
* | Sync with sys/i386/isa/sio.c revision 1.203. | KATO Takenori | 1998-06-01 | 2 | -46/+56 |
* | Make sure we go a nfs_fsinfo() in get/putpages before calling | Peter Wemm | 1998-06-01 | 2 | -60/+140 |
* | Fix post-test pre-commit cleanup typo. | Peter Wemm | 1998-06-01 | 2 | -4/+4 |
* | readlink() returns EINVAL rather than EPERM if called on a non-symlink. | Peter Wemm | 1998-06-01 | 2 | -4/+4 |
* | Preset the maximum file size before we get to nfs_fsinfo(), based on | Peter Wemm | 1998-06-01 | 2 | -16/+28 |
* | Hide more kernel stuff from userland. This stops nethostaddr etc being | Peter Wemm | 1998-06-01 | 1 | -2/+2 |
* | Add sctargattach that initializes the bufq data structure. | Justin T. Gibbs | 1998-06-01 | 1 | -9/+21 |
* | Make this ${.OBJDIR} and ${.CURDIR} aware. | Steve Price | 1998-05-31 | 2 | -16/+26 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 35 | -1153/+1177 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 11 | -213/+370 |
* | Cut-n-paste glitch | Peter Wemm | 1998-05-31 | 2 | -4/+4 |
* | xdr encode -1 properly. | Peter Wemm | 1998-05-31 | 2 | -4/+4 |
* | Fully fill in nfsv2 write rpc requests rather than leaving garbage. | Peter Wemm | 1998-05-31 | 2 | -8/+22 |
* | Don't silently fail to set file flags. | Peter Wemm | 1998-05-31 | 2 | -2/+16 |
* | Don't blindly accept the server's preferences if they are too small. | Peter Wemm | 1998-05-31 | 2 | -6/+6 |
* | Prototype support for selectively allowing non-reserved ports on a per | Peter Wemm | 1998-05-31 | 4 | -4/+56 |
* | Hide whiteouts from NFS, since the protocol doesn't support them. | Peter Wemm | 1998-05-31 | 2 | -10/+14 |
* | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | Peter Wemm | 1998-05-31 | 2 | -2/+14 |
* | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | Peter Wemm | 1998-05-31 | 8 | -72/+60 |
* | Use the new SB_UPCALL flag, | Peter Wemm | 1998-05-31 | 3 | -3/+12 |
* | Let the sowwakeup macro decide when to call sowakeup rather than have | Peter Wemm | 1998-05-31 | 2 | -10/+6 |
* | Have the wakeup routine do the upcall if needed. | Peter Wemm | 1998-05-31 | 2 | -2/+6 |
* | Have the sorwakeup and sowwakeup check the upcall flags. | Peter Wemm | 1998-05-31 | 1 | -7/+15 |
* | NFS_SMALLFH is defined in nfsproto.h, not sys/mount.h | Peter Wemm | 1998-05-31 | 2 | -4/+4 |
* | Don't let the user try "rmdir ." | Peter Wemm | 1998-05-31 | 2 | -2/+6 |
* | Don't let the user try and unlink() a directory on a NFS server. | Peter Wemm | 1998-05-31 | 2 | -4/+8 |
* | When a write rpc returns an error, break the loop. | Peter Wemm | 1998-05-31 | 2 | -2/+6 |
* | Don't leak an mbuf when a write rpc returns zero bytes written. | Peter Wemm | 1998-05-31 | 2 | -2/+4 |
* | #ifdef a diagnostic printf | Peter Wemm | 1998-05-31 | 2 | -2/+6 |
* | Don't try and free mrep twice on some error conditions. | Peter Wemm | 1998-05-31 | 6 | -18/+32 |
* | #ifdef a diagnostic panic, plus another missed costmetic change. | Peter Wemm | 1998-05-31 | 4 | -8/+16 |
* | We have gained 2 more errno's, add them to the NFSv2 mapping table. | Peter Wemm | 1998-05-31 | 4 | -8/+8 |
* | Missed a cosmetic change that the other BSD's have. | Peter Wemm | 1998-05-31 | 3 | -6/+6 |
* | oops, nfs_msg() is called from client code too. | Peter Wemm | 1998-05-31 | 3 | -3/+12 |
* | When we can't reconnect a socket, don't forget to unlock before retrying | Peter Wemm | 1998-05-31 | 3 | -3/+12 |