index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
id.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port ppp(8) to utmpx.
ed
2010-01-13
1
-23
/
+12
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-1
/
+1
*
Coerce pid_t to long rather than int for better portability.
brian
2002-05-27
1
-3
/
+3
*
Don't drop the last character from ut_line in ID0logout().
brian
2002-03-05
1
-7
/
+8
*
setproctitle() doesn't need to be called with root privs, so move
brian
2000-08-16
1
-18
/
+0
*
If the first character of the ``set title'' argument is `-',
brian
2000-08-09
1
-1
/
+4
*
include stdlib.h (setproctitle() is prototyped there in OpenBSD)
brian
2000-01-07
1
-0
/
+1
*
Call MkSockNode() as uid 0
brian
1999-11-21
1
-0
/
+18
*
Fix ``set proctitle'' by using setproctitle().
brian
1999-11-17
1
-0
/
+14
*
Use modfind() to check if a kld is already loaded.
brian
1999-11-16
1
-1
/
+1
*
Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.
brian
1999-10-25
1
-2
/
+2
*
Do a kldload() if we get ENXIO trying to open /dev/tun0
brian
1999-09-22
1
-1
/
+18
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-4
/
+4
*
o If there's a session leader left running for a descriptor
brian
1998-05-29
1
-1
/
+14
*
o Don't forget to close our transfer socket if we cannot
brian
1998-05-28
1
-1
/
+14
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-24
/
+53
*
MFMP: Allow 8 character login names.
brian
1998-02-19
1
-6
/
+41
*
Remove unused #includes.
brian
1998-01-21
1
-6
/
+1
*
Write to the routing socket as uid 0. It's not good enough
brian
1997-12-27
1
-1
/
+13
*
Add (BSD) copyright headers.
brian
1997-12-21
1
-2
/
+26
*
Fix prototypes.
brian
1997-11-22
1
-9
/
+10
*
Use seteuid() instead of setreuid().
brian
1997-11-13
1
-5
/
+5
*
Introduce ID0 logging.
brian
1997-11-09
1
-0
/
+145