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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't give up just because we cant find the blkdev that corresponds
phk
1996-10-27
4
-8
/
+12
*
improve comments for UT_NAMESIZE
wosch
1996-10-27
2
-3
/
+7
*
setuid back to the original caller immediately after opening the route socket.
fenner
1996-10-27
1
-14
/
+19
*
$@ -> "$@", now ``mkdep "foo bar".c'' works.
wosch
1996-10-27
1
-5
/
+6
*
fix perl indention style
wosch
1996-10-27
1
-13
/
+11
*
Move static variable nextpid out from fork1(). Now top(1) can print
wosch
1996-10-27
1
-2
/
+3
*
(reverse) sync with src/lib/libtcl/Makefile rev 1.9
wosch
1996-10-27
1
-11
/
+22
*
Add rudimentry support for ifconfig'ing aliases at boot. Also allow
peter
1996-10-27
2
-3
/
+25
*
lpc/cmds.c:
imp
1996-10-27
10
-38
/
+57
*
Do not make symbolic links from obj directory into source tree,
wosch
1996-10-26
1
-233
/
+73
*
Fix an off-by-one error in getvfsent().
joerg
1996-10-26
1
-1
/
+1
*
Use the calibrated/adjustable i8254 frequency `timer_freq' instead of
sos
1996-10-26
3
-69
/
+90
*
Note that streams are now flushed on abort.
alex
1996-10-26
1
-2
/
+2
*
First round of moving secure telnet (AKA kerberised telnet) to its new home
markm
1996-10-26
28
-154
/
+272
*
Apparently this patch fixes the objc backend on the i386 platforms.
peter
1996-10-26
1
-0
/
+7
*
Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).
alex
1996-10-26
1
-1
/
+1
*
Update this to match my version.
phk
1996-10-26
2
-24
/
+21
*
Various cosmetics
phk
1996-10-26
1
-48
/
+28
*
sprintf --> snprintf
alex
1996-10-26
1
-3
/
+4
*
POSIX requires stdio buffers be flushed on abort.
alex
1996-10-26
1
-0
/
+8
*
Fix transcription error I introduced in last patch. This created a
imp
1996-10-26
1
-2
/
+2
*
Removed initialization of a variable that went away. Oops.
bde
1996-10-26
5
-25
/
+15
*
Allow the specification of a mountpoint, and resolve it s disk device
joerg
1996-10-25
4
-4
/
+64
*
Fix a problem where the command line could be used to overflow a stack
imp
1996-10-25
1
-2
/
+2
*
Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count
fenner
1996-10-25
5
-8
/
+32
*
Declare pointers to signal handling functions in full instead of as
bde
1996-10-25
3
-8
/
+6
*
Give ypxfr the ability to detect the presence of the YP_INTERDOMAIN
wpaul
1996-10-25
4
-7
/
+91
*
Removed unused #includes.
bde
1996-10-25
1
-14
/
+14
*
Use the same format for the "expect N shift reduce conflicts" message
bde
1996-10-25
1
-1
/
+1
*
Made this work for non-root again. The security fixes in rev.1.11
bde
1996-10-25
1
-10
/
+15
*
Restored order of cuac above ttyc.
bde
1996-10-25
2
-56
/
+60
*
Build intermediate object files for mkinit, mknodes and mksyntax
bde
1996-10-25
1
-6
/
+19
*
Improved comment about `all' target.
bde
1996-10-25
1
-16
/
+15
*
Use macros from timmerreg.h instead of private ones.
bde
1996-10-25
2
-56
/
+14
*
Print the clock calibration messages all on one (long) line again so
bde
1996-10-25
5
-105
/
+90
*
Improved biasing of i586 clock by adjusting for hardclock() latency.
bde
1996-10-25
5
-105
/
+130
*
Removed #include of <machine/clock.h>. It is no longer used, and would
bde
1996-10-25
1
-2
/
+1
*
Added Michael Butschky <butsch@computi.erols.com>, to the additional
max
1996-10-25
1
-1
/
+2
*
Unremoved used #include of <sys/systm.h> for the !GUPROF case.
bde
1996-10-25
1
-1
/
+4
*
Moved #include of <sys/types.h> earlier so that this compiles when
bde
1996-10-25
2
-10
/
+14
*
- KNF cleanup.
gibbs
1996-10-25
1
-170
/
+143
*
- KNF cleanup.
gibbs
1996-10-25
4
-1457
/
+1100
*
KNF cleanup.
gibbs
1996-10-25
1
-64
/
+64
*
Go back to using DMA to get SCBs down to the adapter.
gibbs
1996-10-25
2
-356
/
+485
*
Change recently added diagnostics to more descriptive
ache
1996-10-25
1
-8
/
+8
*
Added a missing break, so all static bins would be missed :(
sos
1996-10-24
1
-1
/
+2
*
Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from
wpaul
1996-10-24
5
-20
/
+164
*
Fix the dependancies.
markm
1996-10-24
1
-8
/
+9
*
Fix this so that dependancies work properly.
markm
1996-10-24
1
-13
/
+10
*
If errors occur during the loading of the shared libraries required by
jdp
1996-10-24
2
-20
/
+60
[next]