| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
it causes undefined references to getcontext() and setcontext() on
platforms other than i386 and alpha.
Notes:
svn path=/head/; revision=92862
|
| |
|
|
|
|
|
|
| |
change (revision 1.2 of devname.c on 1999/07/18), don't put quotes
around a path, and use .Dv where appropriate.
Notes:
svn path=/head/; revision=92531
|
| |
|
|
|
|
|
|
| |
since revision 1.2 of devname.c (1999/07/18). While I'm here, note,
in the BUGS section, that the returned pointer is to a static buffer.
Notes:
svn path=/head/; revision=92530
|
| |
|
|
|
|
|
|
|
|
|
|
| |
over someone else's fixes; this is at least offensive. If you
have problems doing a proper merge, we are here, your fellow
committers. :-(
Reapply markup fixes from revision 1.2 and fix some more. Also
fix the $OpenBSD$ tag.
Notes:
svn path=/head/; revision=92350
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the console in a final attempt to log something. Make this final
attempt non-blocking so that a blocking console doesn't end up
blocking process which attempt to syslog something.
In particular, this means you should be able to su and fix the
problem if the console becomes blocking.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=91940
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91930
|
| |
|
|
|
|
|
|
|
|
| |
while I'm here.
PR: 35394
Submitted by: andrew@ugh.net.au
Notes:
svn path=/head/; revision=91925
|
| |
|
|
|
|
|
|
|
|
|
|
| |
implementation did not match our manpage description (i.e., it could
return NULL). I mistakenly thought we were still using getpass.c
because, for some reason, CVS never removed it from the tree.
Pointy hat received from: alfred
Kick in the groin to: CVS
Notes:
svn path=/head/; revision=91922
|
| |
|
|
|
|
|
|
|
|
| |
to return value constraints now changing as well as more intelligent
handling of signals.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=91913
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91814
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
spares (the size of the field was changed from u_short to u_int to
reflect what it really ends up being). Accordingly, change users of
xucred to set and check this field as appropriate. In the kernel,
this is being done inside the new cru2x() routine which takes a
`struct ucred' and fills out a `struct xucred' according to the
former. This also has the pleasant sideaffect of removing some
duplicate code.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=91354
|
| |
|
|
|
|
|
|
| |
the user supplied buffer. this can be a problem when the user doesn't
supply a full dirent and we corrupt their memory.
Notes:
svn path=/head/; revision=91330
|
| |
|
|
|
|
|
| |
Submitted by: ache
Notes:
svn path=/head/; revision=91245
|
| |
|
|
|
|
|
|
|
|
| |
and user_from_uid to grp.h and pwd.h. Update the man pages.
Submitted by: David Malone
Pointy hat to: imp
Notes:
svn path=/head/; revision=90878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90605
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90393
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90172
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90096
|
| |
|
|
|
|
|
|
|
|
| |
in conditional code that happens not to be compiled, and because gcc
doesn't complain garbage after #endif by default.
Fixed some style bugs in previous commit, 1.8 and 1.1.
Notes:
svn path=/head/; revision=90095
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90049
|
| |
|
|
|
|
|
|
| |
* Remove 'register'. (some functions had 7+ register functions...)
* Fix SCM ID's.
Notes:
svn path=/head/; revision=90045
|
| |
|
|
|
|
|
| |
* Fix SCM ID's.
Notes:
svn path=/head/; revision=90041
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90039
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90030
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit.
Fixed related style bugs:
basename.c: misplaced '#if 0'
dirname.c: misplaced '#if 0'
getgrent.c: missing '#if 0', and tab lossage in vendor id (the previous
commit fixed the complete corruption of the vendor id but
lost a tab)
getpwent.c: missing '#if 0'
Notes:
svn path=/head/; revision=90016
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89999
|
| |
|
|
|
|
|
|
|
|
|
| |
clobber a ctime buffer which is passed in.
PR: 34022
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=89805
|
| |
|
|
|
|
|
| |
all interfaces, and ifnet.if_index value for a single interface.
Notes:
svn path=/head/; revision=89700
|
| |
|
|
|
|
|
|
|
| |
with uid_t usage and (user)->pw_uid.
PR: 3242
Notes:
svn path=/head/; revision=89663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89428
|
| |
|
|
|
|
|
| |
PR: docs/30797
Notes:
svn path=/head/; revision=89362
|
| |
|
|
|
|
|
|
|
|
| |
motivated by the new "CAVEATS" section.
Inspired by: alfred noting NetBSD's merging OpenBSD's changes
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=89323
|
| |
|
|
|
|
|
|
|
|
|
|
| |
by <signal.h> (including <time.h> so that NULL is accidentally defined)
is removed.
Style nits.
Submitted by: bde
Notes:
svn path=/head/; revision=89269
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89264
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89262
|
| |
|
|
|
|
|
|
|
|
|
|
| |
functions are defined in SUSv2 and the latest POSIX spec.
Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my
alpha assembly.
Approved by: -arch
Notes:
svn path=/head/; revision=89177
|
| |
|
|
|
|
|
|
| |
PR: docs/32793
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
Notes:
svn path=/head/; revision=87794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87348
|
| |
|
|
|
|
|
|
|
|
|
|
| |
dump core if invoked with an input file that looks like a password file
but isn't (e.g. /etc/group).
PR: 32378
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
Notes:
svn path=/head/; revision=87347
|
| |
|
|
|
|
|
|
| |
PR: docs/32442
Reviewed by: dd
Notes:
svn path=/head/; revision=87245
|
| |
|
|
|
|
|
|
|
|
|
| |
This API is supported in SVR4.0MP, Solaris, Linux, AIX and Tru64 Unix.
PR: bin/27489
Submitted by: Arun Sharma <arun@sharma-home.net>
Reviewed by: bde (prior version)
Notes:
svn path=/head/; revision=87161
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the return code and errno instead. Those warnings did not do any good
for daemonized users of initgroups(3), and confused cvs clients that
communicated with non-root cvs pserver.
The committed fix differs from the one suggested in the PR, and was
submitted by ru.
PR: 15421
Approved by: markm
Discussed on: -stable, -current at various times
Notes:
svn path=/head/; revision=87054
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86771
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86768
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86750
|
| |
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=86733
|
| |
|
|
|
|
|
| |
Prodded by: bde
Notes:
svn path=/head/; revision=86732
|
| |
|
|
|
|
|
|
|
| |
comes originally from Todd Miller.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=86669
|