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
*
PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.
marcel
1999-11-15
1
-0
/
+5
*
Remove some printfs and make it slightly more paranoid about accepting
dfr
1999-11-15
2
-26
/
+24
*
Add -fdata-sections, which is a new GCC 2.95 optimization. Remove
obrien
1999-11-15
2
-2
/
+4
*
Small fixes from Brian for the Server side of PPPoE.
julian
1999-11-15
1
-9
/
+9
*
YUCK!
julian
1999-11-15
1
-2
/
+2
*
Bump __FreeBSD_version to 400012 to mark the cutover of the system
obrien
1999-11-15
1
-1
/
+1
*
Return this file to its pre-spammed version. Thanks to some new compiler
obrien
1999-11-14
2
-16
/
+16
*
Fix case where vnode could be unlocked twice. Untested; bug found by code
eivind
1999-11-14
1
-3
/
+5
*
Rework some tag handling, prompted by Brian Somers.
julian
1999-11-14
1
-35
/
+25
*
${MACHINE} -> ${MACHINE_ARCH}
marcel
1999-11-14
5
-9
/
+13
*
Try handle missing packet tags better.
julian
1999-11-14
1
-12
/
+19
*
Fix screwup on synthesising incoming ethernet header in Netgraph mode.
julian
1999-11-14
1
-2
/
+3
*
Fix clobbers so that GENERIC may compile with GCC 2.95.2.
obrien
1999-11-14
9
-747
/
+756
*
Enter complier upgrade mode again. We need to cut 169 bytes from this:
obrien
1999-11-14
2
-16
/
+16
*
Turn on the -fforce-addr and -fschedule-insns optimizations. Adding
obrien
1999-11-13
2
-4
/
+6
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
15
-69
/
+42
*
Add the es1888 PnP helper.
dfr
1999-11-13
1
-0
/
+1
*
* Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().
dfr
1999-11-13
10
-66
/
+492
*
Update to driver 2.05
roger
1999-11-13
4
-30
/
+37
*
Fix style bugs from last commit
eivind
1999-11-13
2
-12
/
+8
*
Fixed the size of array.
nyan
1999-11-13
2
-2
/
+2
*
Fixed missing changes from sys/i386/conf/GENERIC.
nyan
1999-11-13
2
-34
/
+52
*
Add many new devicelabels
n_hibma
1999-11-12
4
-80
/
+399
*
Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development
marcel
1999-11-12
1
-1
/
+1
*
Set the queue length.
phk
1999-11-12
1
-0
/
+1
*
Reserve #134 for vak@hanoi.cronyx.ru - Cronyx Tau-PCI device.
jkh
1999-11-12
1
-0
/
+1
*
Reserve space for FPU state in struct sigcontext. Fix some style bugs
marcel
1999-11-12
2
-22
/
+36
*
Sync with sys/i386/i386/machdep.c revision 1.375.
nyan
1999-11-12
2
-4
/
+4
*
Change the type of sf_addr in struct {o}sigframe from char* to
marcel
1999-11-12
4
-20
/
+22
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
10
-37
/
+63
*
Fix the computation of the status of the transfers. It never saw a STALLED
n_hibma
1999-11-11
1
-8
/
+17
*
Oops forgot to put the source MAC address on outgoing packets!
julian
1999-11-11
1
-1
/
+3
*
Provide an empty name to getsockname() if one hasn't been set up.
brian
1999-11-11
1
-15
/
+28
*
Avoid the usurping message
n_hibma
1999-11-11
2
-2
/
+15
*
Remove special case socket sharing code in order to allow nfsd to
dillon
1999-11-11
4
-48
/
+60
*
Reorganise the code so that I can add custom identify drivers dynamically
dfr
1999-11-11
1
-1
/
+71
*
Sync with sys/isa/fd.c revision 1.167.
nyan
1999-11-11
2
-98
/
+258
*
Add code to support ISA PnP.
dfr
1999-11-11
3
-89
/
+248
*
Correct a locking error in apause: It should always hold
alc
1999-11-11
1
-14
/
+16
*
More bug fixes.
archie
1999-11-10
1
-17
/
+21
*
Minor change to the configuration of number of slots.
archie
1999-11-10
1
-2
/
+2
*
Re-organise the code which manages the owner of the FP state (fpcurproc).
dfr
1999-11-10
9
-102
/
+180
*
Dont listen to disks that say they can only do 0 sector transfers.
sos
1999-11-10
1
-1
/
+1
*
Finding root devices is a much more sane thing now.
phk
1999-11-10
1
-7
/
+8
*
Make the atapi device return sensible errno's back to userland.
sos
1999-11-10
5
-55
/
+60
*
Update to reflect changes in the node type.
archie
1999-11-10
4
-20
/
+102
*
Fix some bugs; seems to work now. Minor change to the configuration field
archie
1999-11-10
1
-35
/
+29
*
Move handling of the address and control fields into the PPP node;
archie
1999-11-10
2
-65
/
+85
*
Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc
alc
1999-11-10
1
-11
/
+2
*
Drop ipl to zero before calling ast(). Make sure that this only happens
dfr
1999-11-09
1
-0
/
+2
[next]