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
...
*
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
*
Override the unit number passed into us in the isa_device structure with
gibbs
1996-03-31
1
-1
/
+8
*
Don't set the number of SCBs here. aic7xxx.c determines the number of
gibbs
1996-03-31
1
-7
/
+1
*
aic7xxx.seq:
gibbs
1996-03-31
5
-31
/
+21
*
Correct the handling of NOCLDSTOP when using sigvec()
peter
1996-03-30
1
-12
/
+24
*
Add a SV_NODEFER and SV_RESETHAND #define, after Bruce pointed out that
peter
1996-03-30
2
-2
/
+6
*
re-add the ps_signodefer. The interaction between SA_NODEFER and the
peter
1996-03-30
1
-1
/
+2
*
Because of the way that ptrace() now calls procfs routines to read/write
peter
1996-03-30
1
-2
/
+16
*
When doing a 'make depend', dont blow away the existing .depend until
peter
1996-03-30
3
-15
/
+21
*
There is no need to zero out the TSC when configuring a counter,
wollman
1996-03-29
1
-14
/
+3
*
Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of
bde
1996-03-29
6
-18
/
+180
*
Fixed the type of sv_sendsig. The `code' arg to signal handlers is now
bde
1996-03-29
1
-8
/
+6
*
Parenthesized macros.
bde
1996-03-29
2
-14
/
+14
*
Added necessary quotes (${CPP} might have spaces in it). Removed
bde
1996-03-29
3
-9
/
+9
*
Added newlines and punctuation.
bde
1996-03-29
1
-7
/
+11
*
Removed references to nonexistent files.
bde
1996-03-29
2
-8
/
+2
*
Removed never-used files.
bde
1996-03-29
2
-278
/
+0
*
Fixed reference counting related to relookup(). relookup() must
bde
1996-03-29
1
-3
/
+11
*
Fixed devfs group and permissions of some more disk devices.
bde
1996-03-29
1
-7
/
+12
*
Fixed devfs group of some more disk devices.
bde
1996-03-29
1
-8
/
+11
*
Fixed group of some more disk devices.
bde
1996-03-29
3
-27
/
+27
*
Fixed missing quote in a devfs string.
bde
1996-03-29
2
-4
/
+4
*
Eliminate panic("rtfree") caused by double-freeing the route
fenner
1996-03-29
1
-5
/
+6
*
Change v_usecount & v_writecount from a short to an int. As shorts they
dg
1996-03-29
1
-4
/
+4
*
Revert to previous calculation of vm_object_cache_max: it simply works
dg
1996-03-29
1
-2
/
+2
*
Fixed missing variable 'name' for DEVFS code
scrappy
1996-03-29
1
-1
/
+4
[prev]
[next]