Go to file
kleink 3ef309317a * Factor out some permission-checking code from ufs_setattr() into
change_owner().
* Change the semantics of chown(), fchown() and lchown(): when requesting a
  change of the owner of a file, clear the set-user-id bit; analogous behaviour
  for group changes.
* Since the above is a violation of the semantics specified by POSIX and
  X/Open, add corresponding compatibility syscalls: __posix_chown(),
  __posix_fchown(), __posix_lchown().  (Neither fchown() nor lchown() is
  specified by POSIX; the prefix is intended to reflect the semantics.)
* Rename posix_rename() to __posix_rename() to follow the above convention.
1998-02-14 19:49:43 +00:00
bin Add ONOCR and ONLRET output modes, from XPG4.2. 1998-02-13 21:53:44 +00:00
distrib SlimSCSI is not AHA- but APA-. 1998-02-13 04:22:11 +00:00
etc make sshd startup less bogus, for now. 1998-02-12 14:37:57 +00:00
games fix typo; ryker@openbsd.org 1998-02-12 08:07:49 +00:00
gnu Kill a GCC warning on the SPARC. 1998-02-14 07:25:55 +00:00
include minor typo and grammar fixes 1998-02-13 04:36:13 +00:00
lib Note that tcgetsid(3) and getsid(2) are not yet built into the C library. 1998-02-14 01:40:22 +00:00
libexec Make login prompt handling smarter, fixed PR bin/3255. 1998-02-13 23:15:16 +00:00
regress Inherit Makefile.inc from one level up. 1998-01-22 19:29:37 +00:00
sbin make swapctl exit with non-zero if -A and nothing swapped on 1998-02-10 03:14:32 +00:00
share Add ONOCR and ONLRET output modes, from XPG4.2. 1998-02-13 21:53:44 +00:00
sys * Factor out some permission-checking code from ufs_setattr() into 1998-02-14 19:49:43 +00:00
usr.bin Add support for listing and dumping UVM history buffers. 1998-02-13 05:10:32 +00:00
usr.sbin revert; we can't break the existing ABI and API 1998-02-12 03:32:51 +00:00
Makefile Domestic library build fix: libtelnet depends on libdes and libkrb. libkrb 1998-02-10 04:38:13 +00:00