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
*
Cleanup and staticize.
phk
1995-12-18
2
-88
/
+63
*
Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointer
dg
1995-12-18
2
-4
/
+6
*
Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). This
dyson
1995-12-17
1
-15
/
+31
*
Staticize.
phk
1995-12-17
14
-74
/
+81
*
Staticize and remove $Log$.
phk
1995-12-17
5
-448
/
+38
*
Staticize.
phk
1995-12-17
59
-880
/
+611
*
Add an obscure feature, needed for debugging.
phk
1995-12-17
2
-11
/
+14
*
Cleaned up prototypes in pmap headers: removed ones for nonexistent
bde
1995-12-17
3
-53
/
+44
*
Fixed 1TB filesize changes. Some pindexes had bogus names and types
bde
1995-12-17
8
-31
/
+23
*
Updated to match 1TB filesize changes. Some pindexes were still offsets
bde
1995-12-17
1
-7
/
+9
*
Really finished (?) cleaning up sysinit stuff.
bde
1995-12-16
1
-6
/
+4
*
Oops, the last commit missed one change from 200 to OBUFSIZ + 100.
bde
1995-12-16
1
-2
/
+2
*
Removed dead debugging code.
bde
1995-12-16
1
-7
/
+1
*
Return the i/o size, not a truth value, in the probe.
bde
1995-12-16
1
-1
/
+1
*
One less magic number.
bde
1995-12-16
1
-2
/
+2
*
Reformatted the list of broken modules and added ip_mroute_mod to it.
bde
1995-12-16
1
-5
/
+2
*
Fixed comment about IPFIREWALL_VERBOSE.
bde
1995-12-16
3
-6
/
+9
*
Catch a couple more null devsw dereferences...
peter
1995-12-16
4
-8
/
+20
*
Another shot at getting working si DEVFS entries.. Apparently, it didn't
peter
1995-12-16
2
-20
/
+32
*
Oops, forgot to update this to match pr_ctlinput.
bde
1995-12-16
1
-3
/
+3
*
Added undocumented option LINUX so that it gets tested.
bde
1995-12-16
3
-3
/
+6
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
16
-40
/
+52
*
Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that
bde
1995-12-16
4
-11
/
+16
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-16
11
-76
/
+83
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-16
2
-2
/
+3
*
Added a prototype.
bde
1995-12-16
1
-1
/
+2
*
Removed unused function lkmenodev().
bde
1995-12-16
1
-19
/
+1
*
Completed function declarations and added prototypes. Sorted prototypes.
bde
1995-12-15
1
-25
/
+46
*
Completed a function declaration.
bde
1995-12-15
1
-33
/
+33
*
Fix the off-by-one error in the calculation of the valid port range.
se
1995-12-15
2
-8
/
+8
*
Changed arg type for pio functions.
dg
1995-12-15
2
-20
/
+20
*
Update linux_ipc.c to use the now generated prototypes for the shm* calls
peter
1995-12-15
2
-18
/
+18
*
Update sysv_*.c to get their argument definitions from sysproto.h
peter
1995-12-15
3
-31
/
+68
*
Regenerated from syscalls.master...
peter
1995-12-15
5
-6
/
+215
*
Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD.
peter
1995-12-15
1
-1
/
+44
*
move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in the
peter
1995-12-15
2
-4
/
+3
*
Silence a harmless warning...
peter
1995-12-15
1
-2
/
+3
*
Initial attempt at getting Linux QMAGIC shared lib support. I have
peter
1995-12-15
2
-8
/
+8
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
10
-188
/
+186
*
Oops. I forgot the change to this file for supporting static configuration
peter
1995-12-15
1
-3
/
+3
*
Changed the maximum output queue count from (TTMAXHIWAT + 200) to
bde
1995-12-15
1
-2
/
+3
*
Disabled the sleep in ttyflush(). It can't work in general because
bde
1995-12-15
1
-1
/
+15
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
31
-109
/
+242
*
Removed unused #includes.
bde
1995-12-15
1
-8
/
+0
*
Removed duplicated #includes of <sys/conf.h>
bde
1995-12-15
6
-10
/
+4
*
Completed function declarations and added prototypes. Sorted prototypes.
bde
1995-12-15
2
-23
/
+49
*
Added a prototype. Merged prototype lists.
bde
1995-12-14
2
-18
/
+20
*
Added a prototype.
bde
1995-12-14
2
-2
/
+6
*
Moved some more prototypes outside of ifdefs and grouped them together.
bde
1995-12-14
2
-12
/
+12
*
Completed function declarations and added prototypes. Sorted prototypes.
bde
1995-12-14
1
-14
/
+32
[next]