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
...
*
Install these compat libs to /usr/lib/compat/aout. I think this will work
peter
1999-04-06
3
-6
/
+6
*
Fixed disordering in previous 2 commits. Fixed an English error.
bde
1999-04-05
1
-5
/
+6
*
Add wrappers for pread and pwrite syscalls.
dt
1999-04-04
6
-11
/
+119
*
Add mkstemps to the man page, and create a link for it.
imp
1999-04-04
2
-2
/
+14
*
Add mkstemps from OpenBSD. This has been in my tree for months and
imp
1999-04-04
1
-7
/
+24
*
Manpages for the KLD system calls.
dfr
1999-04-04
7
-1
/
+450
*
Fix a macro name typo that made a word disappear.
jdp
1999-04-03
1
-1
/
+1
*
Add data storage for two application-provided variables.
ache
1999-04-03
2
-2
/
+4
*
Cause PORT commands to use the high IP port range. This makes fetch
nsayer
1999-03-30
1
-2
/
+11
*
Disable the "Hint" option in phkmalloc as default. Recent VM system
phk
1999-03-28
2
-4
/
+4
*
Partial fix for the forking problem: if we can't access the master maps,
des
1999-03-27
1
-4
/
+11
*
Rename when building libc_r.
dfr
1999-03-25
1
-2
/
+2
*
PacketAliasProxyRule takes a const char *
brian
1999-03-25
1
-1
/
+1
*
Add a ``const'' and remove some inconsistent prototype args.
brian
1999-03-24
3
-4
/
+4
*
Fix a (relatively harmless) braino. I confused myself over the for() loop
peter
1999-03-24
1
-3
/
+2
*
Remove duplicate line.
billf
1999-03-23
1
-1
/
+0
*
Remove last remaining references to malloc/realloc and functions that
peter
1999-03-23
1
-50
/
+40
*
Add a sysctl variable which can help stop chroot(2) escapes.
phk
1999-03-23
1
-2
/
+29
*
[ The author's description... ]
jb
1999-03-23
115
-2006
/
+9492
*
Typo fix.
jkoshy
1999-03-23
1
-1
/
+1
*
Simplified using new SYMLINKS macro, mainly to test this macro. The
bde
1999-03-23
1
-26
/
+15
*
Typo fix (set --> get).
alex
1999-03-22
2
-6
/
+6
*
Address our users in a civilized manner. (They may know better, but probably
phk
1999-03-22
1
-11
/
+5
*
Don't be so selective about which errors cause us to continue and
imp
1999-03-21
1
-7
/
+2
*
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
jdp
1999-03-15
2
-6
/
+4
*
EACESS -> EACCES
alex
1999-03-15
3
-5
/
+5
*
Build libwrap - the core to tcp_wrappers.
markm
1999-03-14
2
-2
/
+31
*
Reverse the order of processing object files within an executable or
jdp
1999-03-13
2
-6
/
+6
*
Move the code for the ".init" and ".fini" sections outside of a
jdp
1999-03-12
6
-30
/
+30
*
make libkvm capable of dealing with a crashdump on alphas
gallatin
1999-03-12
1
-50
/
+65
*
Add support for long long modifier (e.g. %llx, %lld).
dfr
1999-03-11
1
-3
/
+9
*
Get the pid right if a stale lock file exists.
brian
1999-03-11
1
-4
/
+4
*
PID_MAX is now 99999.
roberto
1999-03-10
1
-1
/
+1
*
Remove all diagnostics to stdout/stderr with #ifdef DEBUG
brian
1999-03-09
4
-22
/
+54
*
Explain ENXIO error status with respect to fifos.
ghelmer
1999-03-07
1
-0
/
+4
*
Document PacketAliasPptp() and allow it to be disabled
brian
1999-03-07
2
-2
/
+31
*
Remove unused function stubs.
brian
1999-03-07
1
-77
/
+0
*
Mention that PacketAliasProxyRule() doesn't accept host names,
brian
1999-03-07
1
-1
/
+3
*
Document PacketAliasProxyRule() and fix a typo.
brian
1999-03-06
1
-1
/
+88
*
Fixed prototype for fetchParseURL().
bde
1999-03-05
1
-2
/
+2
*
Fixed bitrot in synopsis (some const poisoning hadn't reached here).
bde
1999-03-05
2
-4
/
+4
*
Don't use u_long in the synopsis, since u_long is not part of the kvm
bde
1999-03-05
1
-2
/
+2
*
Fixed missing header in synopsis (<devstat.h> unfortunately depends on
bde
1999-03-05
1
-1
/
+2
*
Fixed missing header in synopsis (<camlib.h> includes half the universe
bde
1999-03-05
2
-2
/
+4
*
Fixed bitrot in synopsis (some const poisoning had not reached here).
bde
1999-03-05
2
-4
/
+4
*
Fixed bitrot in synopsis (some const poisoning hadn't reached here).
bde
1999-03-05
1
-2
/
+2
*
Don't bogotify the synopsis by attempting to describe err_set_file() there.
bde
1999-03-05
1
-11
/
+19
*
Fixed references to unmount(2) specified as umount.
alex
1999-03-05
1
-4
/
+4
*
Fixed disordering and incoinsistent style in previous commit.
bde
1999-03-05
1
-3
/
+3
*
The pseudocode in the synopsis didn't come close to actually
bde
1999-03-05
1
-4
/
+6
[prev]
[next]