| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
MFC after: 3 days
Notes:
svn path=/head/; revision=265276
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reported by: marino
Obtained from: DragonFlyBSD (e82b5d3dfa969bfcda5ffadceccc682b6bdcd077)
MFC After: 3 days
Notes:
svn path=/head/; revision=261824
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reviewed by: -scsi
Notes:
svn path=/head/; revision=258026
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
infinity.
The number of ways to indicate this confuses people.
PR: docs/100196
Reported by: "Dr. Markus Waldeck" <waldeck@gmx.de>
Reported by: Jamie Landeg Jones <jamie.landeg.jones@gmail.com>
Notes:
svn path=/head/; revision=257205
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Notes:
svn path=/head/; revision=257204
|
| | |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
user. Kqueue now saves the ucred of the allocating thread, to
correctly decrement the counter on close.
Under some specific and not real-world use scenario for kqueue, it is
possible for the kqueues to consume memory proportional to the square
of the number of the filedescriptors available to the process. Limit
allows administrator to prevent the abuse.
This is kernel-mode side of the change, with the user-mode enabling
commit following.
Reported and tested by: pho
Discussed with: jmg
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Notes:
svn path=/head/; revision=256850
|
| | |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since so many programs don't check return value, always NUL terminate
the buf...
fix rounding when using base 1024 (the bug that started it all)...
add a set of test cases so we can make sure that things don't break
in the future...
Thanks to Clifton Royston for testing and the test program...
Approved by: re (hrs, glebius)
MFC after: 1 week
Notes:
svn path=/head/; revision=256130
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
o Fix range error checking to detect overflow when uint64_t < uintmax_t.
o Remove a non-functional check for no valid digits as pointed out by Bruce.
o Remove a rather pointless comment describing what the function does.
o Clean up a bunch of style bugs.
Brucified by: bde
Notes:
svn path=/head/; revision=255069
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/head/; revision=255007
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Restore saved errno if strtoumax() call is successful.
Reported by: ache
Reviewed by: jilles
MFC after: 1 week
Notes:
svn path=/head/; revision=254621
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
OK'd by: silence on current@
MFC after: 1 week
Notes:
svn path=/head/; revision=254600
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Submitted by: dt71@gmx.com
Notes:
svn path=/head/; revision=252376
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
EAGAIN/EWOULDBLOCK when another daemon was running and had the pidfile open.
We should return EEXIST in that case, fix it.
Reported by: Dirk Engling <erdgeist@erdgeist.org>
Reviewed by: jhb, Dirk Engling <erdgeist@erdgeist.org>
MFC after: 1 week
Notes:
svn path=/head/; revision=248281
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Approved by: theraven
Notes:
svn path=/head/; revision=248102
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is part of ongoing work on sbin/pw
M libutil.h
M gr_util.c
Approved by: theraven
Notes:
svn path=/head/; revision=247919
|
| | |_|/
|/| |
| | |
| | | |
Notes:
svn path=/head/; revision=247534
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon gmx.de>
Notes:
svn path=/head/; revision=245390
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon gmx.de>
Notes:
svn path=/head/; revision=245387
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon gmx.de>
Notes:
svn path=/head/; revision=245386
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon gmx.de>
Notes:
svn path=/head/; revision=245385
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: pjd
Reviewed by: db
Notes:
svn path=/head/; revision=244780
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: gcooper
Notes:
svn path=/head/; revision=244779
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Notes:
svn path=/head/; revision=244778
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Reported by: pjd
Notes:
svn path=/head/; revision=244777
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: pjd
Reviewed by: jilles
Notes:
svn path=/head/; revision=244747
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reported by: mdf
Submitted by: db
Notes:
svn path=/head/; revision=244745
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requested by: jilles
Notes:
svn path=/head/; revision=244744
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: db
Notes:
svn path=/head/; revision=244742
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Fix tinderbox error
Submitted by: db
Notes:
svn path=/head/; revision=244739
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into an existing group.
Submitted by: db
Notes:
svn path=/head/; revision=244736
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=244735
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
report error if chmod(2) fails
Reported by: jh
Notes:
svn path=/head/; revision=243334
|
| | |/
|/|
| |
| | |
Notes:
svn path=/head/; revision=243328
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=242503
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=242398
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=242383
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=242382
|
| | |
| |
| |
| |
| |
| |
| | |
Reviewed by: des, gjb
Notes:
svn path=/head/; revision=242381
|
| | |
| |
| |
| |
| |
| |
| | |
Reported by: Garrett Cooper <yanegomi@gmail.com>
Notes:
svn path=/head/; revision=242324
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
a directory.
MFC after: 1 month
Notes:
svn path=/head/; revision=242319
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: bin/171487
Submitted by: matthew
MFC after: 1 week
Notes:
svn path=/head/; revision=240391
|
| | |
| |
| |
| |
| |
| |
| | |
MFC after: 1 week
Notes:
svn path=/head/; revision=237269
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for example)
get the username information from old_pw structures to still allow renaming of a
user.
Reported by: Claude Buisson <clbuisson@orange.fr>
Approved by: des (mentor)
MFC after: 3 weeks
Notes:
svn path=/head/; revision=237268
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
thing it was still used for was to set the "global default" password
hash. Since the stock auth.conf contained nothing but comments, the
global default was actually the first algorithm in crypt(3)'s list,
which happens to be DES; I take the fact that nobody noticed as proof
that it was not used outside of crypt(3).
The only other use in our tree was in the Kerberos support code in
in tinyware's passwd(1). I removed that code in an earlier commit;
it would not have compiled anyway, as it only supported Kerberos IV.
The auth_getval() function is now a stub that always returns NULL,
which has the same effect as a functional auth_getval() with an
empty auth.conf.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=236965
|
| |/
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=236751
|
| |
|
|
|
|
|
|
|
| |
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Notes:
svn path=/head/; revision=235337
|
| |
|
|
| |
Notes:
svn path=/head/; revision=233698
|
| |
|
|
|
|
|
|
| |
this syntax violation and while I'm here also convert <TAB> to Ta and adjust
quotation marks in order to prevent this problem in the future.
Notes:
svn path=/head/; revision=233665
|
| |
|
|
|
|
|
|
|
|
| |
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Notes:
svn path=/head/; revision=233648
|