aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-025-19/+18
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().Peter Dufault1998-06-012-0/+2
* Add a trivial mechanism for returning a useful default value if one isMike Smith1998-06-011-1/+4
* Allow devfs to support the 'uk' deviceJulian Elischer1998-06-011-3/+27
* add libcipher, and update comments about libdes, libkdb, libkrb etcPeter Wemm1998-06-011-4/+5
* Look for kzhead.o and kztail.o in /usr/lib/aout.John Hay1998-06-011-3/+3
* ldconfig is used at the end of installworld.Peter Wemm1998-06-011-1/+3
* SUBDIR += rtld-aoutPeter Wemm1998-06-011-2/+5
* SUBDIR += lddPeter Wemm1998-06-011-2/+2
* SUBDIR += ldconfigPeter Wemm1998-06-011-2/+2
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-0120-5936/+0
* Look for files in their new locations.Peter Wemm1998-06-011-11/+7
* Build ldconfig in /sbin environment directly, rather than under the gnu ldPeter Wemm1998-06-011-6/+4
* ldd standalone build, after repository copy.Peter Wemm1998-06-011-2/+1
* Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area awayPeter Wemm1998-06-011-5/+3
* Sync with sys/i386/isa/sio.c revision 1.203.KATO Takenori1998-06-012-46/+56
* Make sure we go a nfs_fsinfo() in get/putpages before callingPeter Wemm1998-06-012-60/+140
* Fix post-test pre-commit cleanup typo.Peter Wemm1998-06-012-4/+4
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.Peter Wemm1998-06-012-4/+4
* Preset the maximum file size before we get to nfs_fsinfo(), based onPeter Wemm1998-06-012-16/+28
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-013-4/+47
* Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, thePeter Wemm1998-06-011-6/+0
* Hide more kernel stuff from userland. This stops nethostaddr etc beingPeter Wemm1998-06-011-2/+2
* Add sctargattach that initializes the bufq data structure.Justin T. Gibbs1998-06-011-9/+21
* I shouldn't do things early in the morning.John Birrell1998-06-015-152/+3
* send and recv are wrappered in libc, so they shouldn't appear here.John Birrell1998-06-013-9/+9
* Remove some syscalls that should have been renamed (libc_r doesn't needJohn Birrell1998-05-313-18/+18
* Add some missing syscall wrappers.John Birrell1998-05-317-3/+301
* Remove some stale code.John Birrell1998-05-313-3/+3
* Don't restart a syscall when a SIGCHLD is received by a thread waitingJohn Birrell1998-05-313-3/+18
* Clarify the example a bit.Steve Price1998-05-311-6/+6
* Make this ${.OBJDIR} and ${.CURDIR} aware.Steve Price1998-05-312-16/+26
* Allow this to include from C++ programs.Steve Price1998-05-311-1/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-3135-1153/+1177
* Support 'mount -u' remounts. This may require disconnecting and rebindingPeter Wemm1998-05-3111-213/+370
* Cut-n-paste glitchPeter Wemm1998-05-312-4/+4
* xdr encode -1 properly.Peter Wemm1998-05-312-4/+4
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.Peter Wemm1998-05-312-8/+22
* Don't silently fail to set file flags.Peter Wemm1998-05-312-2/+16
* Don't blindly accept the server's preferences if they are too small.Peter Wemm1998-05-312-6/+6
* Prototype support for selectively allowing non-reserved ports on a perPeter Wemm1998-05-314-4/+56
* Hide whiteouts from NFS, since the protocol doesn't support them.Peter Wemm1998-05-312-10/+14
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,Peter Wemm1998-05-312-2/+14
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,Peter Wemm1998-05-318-72/+60
* Use the new SB_UPCALL flag,Peter Wemm1998-05-313-3/+12
* Let the sowwakeup macro decide when to call sowakeup rather than havePeter Wemm1998-05-312-10/+6
* Have the wakeup routine do the upcall if needed.Peter Wemm1998-05-312-2/+6
* Have the sorwakeup and sowwakeup check the upcall flags.Peter Wemm1998-05-311-7/+15
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hPeter Wemm1998-05-312-4/+4
* Don't let the user try "rmdir ."Peter Wemm1998-05-312-2/+6