| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
login.conf.5: 1.37
login_cap.c: 1.22, 1.23
Notes:
svn path=/stable/3/; revision=83740
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=60260
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=59573
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=57732
|
| |
|
|
|
|
|
| |
PR: bin/5084
Notes:
svn path=/stable/3/; revision=56282
|
| |
|
|
|
|
|
| |
(if it's able).
Notes:
svn path=/stable/3/; revision=53608
|
| |
|
|
|
|
|
| |
Add $FreeBSD$.
Notes:
svn path=/stable/3/; revision=53579
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/stable/3/; revision=51519
|
| |
|
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Notes:
svn path=/stable/3/; revision=51459
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/3/; revision=51124
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50572
|
| |
|
|
|
|
|
|
|
|
|
| |
I also brought all of the new aio_* man pages in from -current because
they are affected by this change.
They still need to be added to the makefile, but I'll wait until
I can verify a build on my 3.2-stable system before I do that.
Notes:
svn path=/stable/3/; revision=49840
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=49752
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=49747
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=48776
|
| |
|
|
|
|
|
|
| |
PR: 11687
Reviewed by: ache
Notes:
svn path=/stable/3/; revision=47209
|
| |
|
|
|
|
|
|
|
| |
Fix and document trimdomain and make it handle DISPLAY names.
Switch to the correct user before reading .login_conf.
Add realhostname().
Notes:
svn path=/stable/3/; revision=46271
|
| |
|
|
|
|
|
|
|
| |
Discrepency-first-noticed-by: Luke <lh@aus.org>
Original-change-from-"passwordperiod"-by: committer of r.1.20 of
local_passwd.c
Notes:
svn path=/stable/3/; revision=46210
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=46040
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=45700
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=44653
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=42951
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41876
|
| |
|
|
|
|
|
|
|
|
|
| |
an unimprovement here. I thought it would be an improvement, as in libkvm,
but here we can access the strings directly.
Use sysctlbyname() instead of sysctl() and trust it to give a nonzero
address if it succeeds.
Notes:
svn path=/head/; revision=41875
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41711
|
| |
|
|
|
|
|
|
| |
just been replaced. After our lock succeeds we check if st_nlink is 0
and if it is we close the descriptor and retry our open/lock sequence.
Notes:
svn path=/head/; revision=41710
|
| |
|
|
|
|
|
| |
property values.
Notes:
svn path=/head/; revision=41291
|
| |
|
|
|
|
|
|
|
|
| |
child to the parent somehow.
PR: 8353
Submitted by: Andrew J. Korty <ajk@purdue.edu>
Notes:
svn path=/head/; revision=40538
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40346
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
execvp() in the child branch of a vfork(). Changed to use fork()
instead.
Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.
PR: Loosely related to bin/8252
Approved by: jkh and bde
Notes:
svn path=/head/; revision=40301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40117
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40110
|
| |
|
|
|
|
|
|
| |
o make property_read() take a fd instead to avoid stdio.h mess
o update auth to new interface.
Notes:
svn path=/head/; revision=40109
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40108
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40091
|
| |
|
|
|
|
|
|
|
| |
shouldn't include other ones (which, unfortunately, is also a hellish
rule since he broke interfaces like sysctl this way by requiring undocumented
header files to be included just in order to be able to use them now - SIGH!).
Notes:
svn path=/head/; revision=40082
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40054
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40050
|
| |
|
|
|
|
|
|
|
|
| |
I'll convert sysinstall to use shortly) and a simple call which uses
this mechanism to implement an /etc/auth.conf file. I'll let Mark Murray
handle the format and checkin of the sample auth.conf file.
Reviewed by: markm
Notes:
svn path=/head/; revision=40040
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is
guaranteed to be the same thing.
I've been running these on my system here w/o ill effects for some
time. However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes. Shouldn't impact anything, but...
Notes:
svn path=/head/; revision=39327
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37947
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37901
|
| |
|
|
|
|
|
| |
Pointed out by: Charlie Sorsby <crs@hgo.net>
Notes:
svn path=/head/; revision=36833
|
| |
|
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36692
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36660
|
| |
|
|
|
|
|
| |
don't try to use it to set special priorities.
Notes:
svn path=/head/; revision=36607
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here is a some example for avoiding a confusion.
It asssumes a logged host domain is "spec.co.jp". All
example is longer than UT_HOSTNAMELEN value.
1) turbo.tama.spec.co.jp: 192.19.0.2 -> trubo.tama
2) turbo.tama.foo.co.jp : 192.19.0.2 -> 192.19.0.2
3) specgw.spec.co.jp : 202.32.13.1 -> specgw
Submitted by: Atsushi Murai <amurai@spec.co.jp>
Notes:
svn path=/head/; revision=36559
|
| |
|
|
|
|
|
| |
uu_lock() to another process.
Notes:
svn path=/head/; revision=36451
|
| |
|
|
|
|
|
|
|
|
| |
login class.
PR: 6636
Submitted by: Jason Young <doogie@forbidden-donut.anet-stl.com>
Notes:
svn path=/head/; revision=36351
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35491
|