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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change tty-related capability names to match the implementation ("ttys.",
fenner
1998-02-21
1
-10
/
+10
*
Change MACHINE references to MACHINE_ARCH.
jb
1998-02-20
1
-3
/
+3
*
Change MACHINE references to MACHINE_ARCH.
jb
1998-02-20
4
-11
/
+11
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
1
-1
/
+2
*
The NetBSD getlogin syscall has a different name.
jb
1998-02-20
1
-0
/
+4
*
Fix a bogus cast for a bogus pointer check. This only checks if the
jb
1998-02-20
1
-1
/
+1
*
NetBSD kernels don't have issetugid(), so #ifdef this out when
jb
1998-02-20
1
-1
/
+5
*
Add alpha support. m68k crept in too. Oops. 8-)
jb
1998-02-20
1
-1
/
+16
*
Avoid an uninitialised variable warning from gcc. I bet some people
jb
1998-02-20
1
-1
/
+1
*
Need to #include <unistd.h> for nice(3).
steve
1998-02-18
1
-0
/
+1
*
MF22: add login_auth.3 to man page list.
jkh
1998-02-18
1
-2
/
+2
*
Submitted by: Jeremy Allison (jallison@whistle.com)
julian
1998-02-18
2
-6
/
+6
*
correct a typo I just noticed.
jkh
1998-02-17
1
-1
/
+1
*
Mention when bidirectional features first appeared.
jkh
1998-02-17
1
-0
/
+4
*
signal() returns SIG_ERR, not just -1. The sys/signal.h header file
jb
1998-02-15
1
-1
/
+1
*
Note that '+' and '?' are not special characters in basic REs but they
steve
1998-02-14
1
-2
/
+5
*
Correctly document h and m modifiers to the time format.
steve
1998-02-14
1
-1
/
+3
*
Describe signal handling. Don't describe the old implementation. Don't
bde
1998-02-13
1
-35
/
+17
*
Describe signal handling. Don't describe the old implementation. Cleaned
bde
1998-02-13
1
-30
/
+23
*
Many security improvements from OpenBSD:
imp
1998-02-13
3
-35
/
+113
*
Fixes from Jeremy Allison and Terry Lambert for pthreads:
julian
1998-02-13
18
-43
/
+346
*
Fixed disordering of MLINKS in previous commit. Fixed old disorder in
bde
1998-02-12
1
-17
/
+15
*
Fix _listmatch() again so that it works with group lists containing only
wpaul
1998-02-12
1
-7
/
+14
*
- Bump the minor # due to the addition of the stringlist functions.
nate
1998-02-12
1
-2
/
+2
*
Remove the include of <dlfcn.h> from crt0.c; it is not needed now
jdp
1998-02-11
3
-79
/
+3
*
Do signal handlig he Posix way
guido
1998-02-10
1
-40
/
+11
*
Be more verbose if we can't determine device major/minor.
jkh
1998-02-10
1
-1
/
+2
*
environment variables missing from ftpio(3) man page
jkh
1998-02-10
1
-1
/
+12
*
Move the trampolines for dlopen and related functions from crt0.o
jdp
1998-02-09
6
-128
/
+122
*
Implement dladdr.
jdp
1998-02-06
4
-13
/
+169
*
slight cleanup in handling sockets and file descriptors.
julian
1998-02-05
1
-3
/
+13
*
Document the fpgetprec/fpsetprec functions in their man page.
jlemon
1998-02-04
4
-2
/
+14
*
Cleanup the manpage now that setpwent has a void return type.
steve
1998-02-01
1
-7
/
+7
*
XOpen says the void setpwent(void) is correct. Also call setpassent(0)
steve
1998-02-01
1
-7
/
+2
*
Kill lfs files that were causing make world to fail.
imp
1998-01-31
1
-3
/
+2
*
PR: 5573
danny
1998-01-27
2
-2
/
+4
*
Fix a cast from a pointer to a long instead of an int which was enough
jb
1998-01-24
1
-2
/
+2
*
Don't swap carriage return and new line in quoted mode (after ^V).
helbig
1998-01-22
1
-2
/
+2
*
Eliminate sprintf
imp
1998-01-21
1
-1
/
+2
*
Fixed #includes in the synopsis and in an example. <sys/socket.h>
bde
1998-01-20
2
-3
/
+3
*
Moved most of the (source-level) compatibility hacks for the vfsconf
bde
1998-01-20
1
-2
/
+4
*
Added cross references to mincore(2) and minherit(2).
alex
1998-01-20
1
-0
/
+3
*
Added #include <sys/types.h> to synopsis.
alex
1998-01-20
2
-1
/
+4
*
Started getting rid of the compatibility cruft for the Lite1 mount()
bde
1998-01-17
1
-0
/
+2
*
Don't install the tcl implementation headers. The tcl distribution
bde
1998-01-17
1
-9
/
+1
*
Updated shlib version to 80.4 in the correct place.
bde
1998-01-17
1
-2
/
+2
*
Fixed bitrot in the prototype for logwtmp().
bde
1998-01-16
1
-2
/
+2
*
Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All
bde
1998-01-16
1
-9
/
+14
*
Fixed wrong prototype for history().
bde
1998-01-16
1
-3
/
+3
*
Fixed missing #include in synopsis.
bde
1998-01-16
1
-0
/
+2
[next]