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
*
Now apply local changes to make this compile in 2.2-current (sorry about
jkh
1995-09-03
1
-4
/
+2
*
Machine independent changes to support pre-zeroed free pages. This
dyson
1995-09-03
3
-24
/
+72
*
Machine dependent routines to support pre-zeroed free pages. This
dyson
1995-09-03
5
-5
/
+52
*
VOP_BMAP will eventually need an additional argument, but not yet. This
dyson
1995-09-03
1
-3
/
+3
*
Added prototype for new routine "vm_page_set_validclean" and initial
dyson
1995-09-03
1
-1
/
+9
*
New subroutine "vm_page_set_validclean" for a vfs_bio improvement.
dyson
1995-09-03
1
-1
/
+17
*
Improvements to the cluster code, minor vfs_bio efficiency:
dyson
1995-09-03
2
-106
/
+205
*
Bring the Digiboard driver (ALPHA version) into -current. Includes
jkh
1995-09-03
14
-9
/
+6295
*
remove about 50 lines of duplicate code..
julian
1995-09-03
1
-117
/
+83
*
devfs changes..
julian
1995-09-03
23
-125
/
+269
*
Cosmetic changes to make a comment more nearly reflect reality
julian
1995-09-03
1
-4
/
+5
*
Do not allow delete/rename lookup request to prevent
mpp
1995-09-02
2
-2
/
+14
*
Correctly initialize the mount stat structure so that
mpp
1995-09-02
2
-2
/
+8
*
Change procfs_lookup to not allow delete/rename operations
mpp
1995-09-02
2
-6
/
+12
*
Submitted by: Julian
julian
1995-09-02
1
-7
/
+5
*
Something got spammed in my 2.2 work tree (don't know how :( ) and
jkh
1995-09-01
5
-40
/
+61
*
Jim's attempt to fix the new sound code somewhat. Tested with
jkh
1995-09-01
7
-23
/
+75
*
Jim's latest fixes.
jkh
1995-09-01
2
-13
/
+33
*
Add a few hooks (in the form of an array of four void *'s) to allow
wollman
1995-08-31
1
-1
/
+4
*
Fix fatal function type mismatches in lkms. lkm init functions recently
bde
1995-08-31
1
-2
/
+2
*
Increase the size of the pipe buffer as denoted by PIPSIZ from
dyson
1995-08-31
1
-2
/
+4
*
Make nfs diskless work again.
dfr
1995-08-30
2
-2
/
+6
*
Declare vfs_mountroot() in the right place.
bde
1995-08-30
4
-8
/
+5
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
3
-8
/
+3
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
7
-31
/
+37
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
3
-34
/
+12
*
Fix benign type mismatch in a sysinit function arg.
bde
1995-08-30
2
-4
/
+4
*
Fix benign type mismatches and nested extern declarations in new sysinit
bde
1995-08-29
1
-4
/
+19
*
Remove relocation of Crtat. Drivers already relocate it (somewhat
bde
1995-08-29
3
-36
/
+3
*
Fix long-standing bug in ICMPPRINTFS code where NTOHL was used instead
wollman
1995-08-29
1
-12
/
+20
*
Address Bruce's mmap concerns in this driver too.
jkh
1995-08-29
1
-3
/
+3
*
Reset LANG and LC_TIME env. variables to produce english `date`
ache
1995-08-29
1
-1
/
+3
*
Fixes for issues raised by Bruce Evans.
jkh
1995-08-29
1
-9
/
+12
*
kmstartup had the wrong type and unnecessarily external linkage for a
bde
1995-08-29
2
-14
/
+7
*
Kernel components of Matrox Meteor driver.
jkh
1995-08-28
7
-3
/
+1692
*
Fix correct_writedisklabel() and writedisklabel(). Their setting of
bde
1995-08-28
2
-22
/
+28
*
Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.
guido
1995-08-28
2
-2
/
+20
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
47
-563
/
+1647
*
Modified linux_readdir() function to properly handle Linux readdir()
swallace
1995-08-28
2
-28
/
+54
*
Add a comment that a user with many open windows under X might need to
joerg
1995-08-27
3
-6
/
+9
*
Change db_ps() to have the correct number and type of args for a ddb
bde
1995-08-27
1
-2
/
+7
*
Change db_fncall() and db_panic() to have the correct number and type of
bde
1995-08-27
1
-5
/
+13
*
Change vm_object_print() to have the correct number and type of args
bde
1995-08-26
2
-5
/
+11
*
Change vm_map_print() to have the correct number and type of args for
bde
1995-08-26
2
-7
/
+15
*
Don't declare a nonexistent function.
bde
1995-08-26
1
-4
/
+2
*
Remove "memory" clobber statement from enable_intr(). Enabling interrupts
bde
1995-08-26
2
-8
/
+8
*
Convert \n to \r\n in serial_putchar().
bde
1995-08-26
1
-0
/
+2
*
Bump the OSRELDATE to 199508. Too many things have changed since
joerg
1995-08-26
1
-2
/
+2
*
Killed MNT_NOAUTO.
dg
1995-08-26
1
-2
/
+1
*
Don't compile the diagnostic functions vhold() and holdrele() unless
bde
1995-08-25
2
-2
/
+6
[next]