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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major cleanups for the pmap code.
dyson
1996-04-07
2
-364
/
+152
*
Fix the reproto.sh script that was broken after my KNFification.
joerg
1996-04-07
5
-43
/
+100
*
KNFify the function definitions. It's harder to grep around when the
joerg
1996-04-06
3
-32
/
+50
*
pccard.c:
gpalmer
1996-04-06
2
-0
/
+3
*
Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. It
dg
1996-04-06
5
-9
/
+11
*
Fixed a bug in DEVFS code that was producing "name slot allocation failed"
scrappy
1996-04-05
1
-15
/
+12
*
Fix adjkerntz expression priority.
ache
1996-04-05
2
-6
/
+6
*
Fix adjkerntz expression priority
ache
1996-04-05
5
-15
/
+15
*
Don't adjust file times for UTC clock to have the same timestamps
ache
1996-04-05
2
-8
/
+12
*
Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for
ache
1996-04-05
11
-35
/
+59
*
Work around a braindead signal handling in many newer HP printers.
joerg
1996-04-04
1
-8
/
+26
*
Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force
phk
1996-04-04
1
-2
/
+7
*
Log TCP syn packets for ports we don't listen on.
phk
1996-04-04
3
-5
/
+37
*
Fixed a typo in the comment for sv_errsize.
smpatel
1996-04-04
1
-2
/
+2
*
add a `Warning:' to the message saying that the root directory is not a
gpalmer
1996-04-03
2
-4
/
+4
*
Improvementss to netboot
phk
1996-04-03
6
-27
/
+78
*
Always pass a route structure when calling ip_output().
wollman
1996-04-03
1
-2
/
+6
*
Add feature for tcp "established".
phk
1996-04-03
5
-54
/
+43
*
Pick up CWARNFLAGS from /etc/make.conf if defined.
phk
1996-04-03
1
-3
/
+5
*
Fixed a problem that the UPAGES of a process were being run down
dyson
1996-04-03
4
-20
/
+50
*
Removed prototype for devfs_add_devsw() as it no longer exists
scrappy
1996-04-03
1
-9
/
+1
*
Merged devfs_add_devsw() into devfs_add_devswf()
scrappy
1996-04-03
1
-34
/
+17
*
Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC
gpalmer
1996-04-03
3
-3
/
+33
*
Correct a comment which was hiding part of the declaration of
gpalmer
1996-04-03
1
-3
/
+3
*
Correct a bug which wrote the result of devfs_add_devswf() for two
gpalmer
1996-04-02
1
-3
/
+3
*
Prototyped wrong the first time through for devfs_link()
scrappy
1996-04-02
1
-5
/
+4
*
Document PERFMON.
wollman
1996-04-02
3
-18
/
+21
*
Align help screen.
phk
1996-04-02
1
-2
/
+17
*
Fix two cases where ia->ia_ifp could be NULL.
phk
1996-04-02
1
-2
/
+4
*
take out prototype for dev_linkf()
scrappy
1996-04-02
1
-9
/
+4
*
Change dev_link() to devfs_link()
scrappy
1996-04-02
1
-4
/
+4
*
Made the src code match the man page.
scrappy
1996-04-02
1
-28
/
+2
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
4
-12
/
+12
*
Convert from using dev_link() to dev_linkf()
scrappy
1996-04-01
1
-15
/
+21
*
Convert from using devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-04-01
2
-36
/
+50
*
Changed use of devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-04-01
1
-96
/
+39
*
Change if/goto into a while loop.
dg
1996-03-31
2
-8
/
+4
*
Remove bogus architectures to allow make tags to work.
jkh
1996-03-31
1
-1
/
+1
*
Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.
gibbs
1996-03-31
1
-29
/
+37
*
Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.
gibbs
1996-03-31
1
-28
/
+35
*
Fetch the (dummy) READY CHANGED condition interrupt stati that
joerg
1996-03-31
3
-3
/
+24
*
Fix a bogus message:
joerg
1996-03-31
2
-4
/
+4
*
Removed dead option DUMMY_NOPS.
bde
1996-03-31
3
-21
/
+24
*
Finished removing NOP macros.
bde
1996-03-31
2
-20
/
+2
*
Moved rtcin() to clock.c.
bde
1996-03-31
12
-50
/
+79
*
Killed religous FASTER_NOP again.
bde
1996-03-31
3
-15
/
+3
*
Implement the SLIST and the STAILQ macros. This gives a program all the
gibbs
1996-03-31
1
-3
/
+131
*
Implement the XS_SELTIMEOUT error code. This causes the SCSI code to
gibbs
1996-03-31
2
-3
/
+5
*
ncr.c:
gibbs
1996-03-31
2
-33
/
+11
*
Fix support for the aic7850 by looking only at the relavent bits of the
gibbs
1996-03-31
2
-201
/
+219
[next]