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
*
Finally implement a simple commandline history in DDB.
joerg
1996-08-10
1
-2
/
+71
*
Add recognition for the AMD 5x86 CPU models.
peter
1996-08-10
2
-2
/
+30
*
Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to the
peter
1996-08-10
2
-6
/
+10
*
Submitted by: archie@whistle.com
julian
1996-08-09
1
-1
/
+1
*
This diff adds support for the HP PC Lan+ cards (model numbers: 27247B
dg
1996-08-07
4
-64
/
+1556
*
Submitted by: archie@whistle.com
julian
1996-08-07
1
-2
/
+3
*
Megacommit to straigthen out ETHER_ mess.
phk
1996-08-06
25
-209
/
+156
*
Use ether_ioctl() to do a lot of grunt work.
phk
1996-08-06
2
-94
/
+12
*
Fix memory leak bug in the path parsing code which never released it's
nate
1996-08-05
2
-12
/
+20
*
Send out a period of "0" if negotiating asynchronous transfers (offset = 0).
se
1996-08-05
1
-5
/
+14
*
use <net/ethernet.h>
phk
1996-08-05
1
-1
/
+2
*
This file is the (intended) definitive source of the ETHER_ macros.
phk
1996-08-05
1
-0
/
+13
*
Filter by IP protocol.
alex
1996-08-05
1
-21
/
+36
*
Create FreeBSD copyright (c comment) for OS version
wosch
1996-08-04
1
-2
/
+31
*
Add separate kmalloc classes for BIO buffers and Ktrace info.
phk
1996-08-04
3
-18
/
+22
*
The check for multiple freed items were bogus. fixed.
phk
1996-08-04
1
-7
/
+12
*
Remove a spurious message.
phk
1996-08-04
1
-1
/
+1
*
Reduce reset timeout. "only" 16 seconds (!) for a 512K board.
phk
1996-08-04
1
-3
/
+2
*
Make the NS and IPX cases compile again.
phk
1996-08-04
1
-7
/
+10
*
Update driver.
phk
1996-08-04
2
-209
/
+226
*
Replace about 60 lines of code with a call to ether_ioctl().
phk
1996-08-04
2
-160
/
+18
*
Add a callback pointer to the interfaces "init" routine.
phk
1996-08-04
2
-2
/
+91
*
make si.c compile in kernels without COMPAT_43.
peter
1996-08-03
2
-4
/
+10
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
10
-76
/
+43
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
2
-16
/
+12
*
Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.
bde
1996-08-02
1
-6
/
+4
*
dscheck() was returning without setting bp->b_error when given a negative
peter
1996-08-02
1
-1
/
+2
*
The sd and od drivers didn't check for negative block numbers (like wd.c
peter
1996-08-02
2
-6
/
+6
*
When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical but
nate
1996-08-01
1
-1
/
+1
*
Write protect the text segment of gzip'ed programs.
phk
1996-08-01
1
-27
/
+21
*
Declare fls() for the non-inline case. Defer writing the generic version
wollman
1996-08-01
1
-1
/
+4
*
Add an fls() inline function which does the opposite operation to
wollman
1996-08-01
2
-2
/
+24
*
Eliminated pcb_inl. It was always 0 because context switches don't occur
bde
1996-07-31
7
-29
/
+10
*
Changed wakeup_one() to continue looping, possibly waking up additional
dg
1996-07-31
1
-8
/
+5
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
9
-176
/
+101
*
Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'
bde
1996-07-30
2
-20
/
+14
*
Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified
bde
1996-07-30
3
-120
/
+96
*
Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were
bde
1996-07-30
7
-94
/
+217
*
Add better support for retrieving management information from network
wollman
1996-07-30
5
-10
/
+255
*
Another round of merge.
asami
1996-07-30
10
-98
/
+1307
*
Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This
bde
1996-07-30
3
-7
/
+9
*
Fixed resource usage integrals. They were too large by a factor of
bde
1996-07-30
3
-60
/
+63
*
Fix GIO_ATTR ioctl return to match SYSV
ache
1996-07-30
3
-6
/
+6
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
17
-1190
/
+1250
*
Fix a problem with a DEBUG section of code.
dyson
1996-07-29
2
-2
/
+2
*
Fix an error in statement order in pmap_remove_pages, remove the pmap
dyson
1996-07-29
2
-78
/
+20
*
Fix a problem that pmap update was not being done for kernel_pmap. Also
dyson
1996-07-28
2
-26
/
+22
*
bzero reserved field into directory entry, junk here cause
ache
1996-07-28
2
-2
/
+4
*
Slight performance tweak for previous commit.
dg
1996-07-28
1
-2
/
+3
*
Undo part of the scalability commit. Many of the changes
dyson
1996-07-28
1
-29
/
+15
[next]