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
*
Corrected an error where precious kernel virtual space was being allocated
dyson
1996-09-07
1
-26
/
+21
*
Yet another merge. Remove support.s by deleting memcopy. Remove
asami
1996-09-07
34
-1920
/
+238
*
Add option SC_KBD_PROBE_WORKS to syscons driver.
pst
1996-09-06
6
-15
/
+45
*
Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.
pst
1996-09-06
2
-2
/
+12
*
Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.
pst
1996-09-06
5
-9
/
+21
*
Remove these three devconf files entirely.
phk
1996-09-06
3
-246
/
+0
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
125
-4219
/
+187
*
Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).
rgrimes
1996-09-06
1
-1
/
+3
*
Add bowrite.
gibbs
1996-09-06
1
-2
/
+17
*
Use bowrite instead of VOP_BWRITE in a few cases. This can probably be taken
gibbs
1996-09-06
1
-5
/
+5
*
Add B_ORDERED buffer flag and prototype for the bowrite function.
gibbs
1996-09-06
2
-8
/
+12
*
Fix Orion specific code by moving config_orion() to a place where it does
se
1996-09-05
1
-42
/
+50
*
Fix code that deals with multiple host to PCI bridges by making the next
se
1996-09-05
2
-2
/
+4
*
Back out the previous changes
julian
1996-09-05
2
-86
/
+75
*
Release an unneeded reference to a vnode that was gained in a VFS_VGET().
dg
1996-09-05
2
-2
/
+4
*
Fixed a panic when switching to 40x25 mode, and cursor was beyond the
sos
1996-09-04
3
-3
/
+6
*
3 changes:
julian
1996-09-04
3
-82
/
+92
*
More merge.
asami
1996-09-04
13
-2416
/
+463
*
Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'
bde
1996-09-03
4
-13
/
+10
*
`struct linker_set execsw_set' was declared as const and pointers in it
bde
1996-09-03
5
-13
/
+14
*
Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision
bde
1996-09-03
1
-4
/
+5
*
Fixed some more easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-09-03
2
-11
/
+11
*
Cleaned up version of my 'extended BIOS' patch. This one is commented
nate
1996-09-03
2
-60
/
+96
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
22
-37
/
+53
*
Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.
bde
1996-09-03
1
-2
/
+3
*
Added #include of <unistd.h> so that there is some chance that
bde
1996-09-03
1
-1
/
+2
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
55
-5289
/
+326
*
Implemented kernel side of MNT_NOATIME mount option. This option disables
dg
1996-09-03
4
-13
/
+20
*
allow a new loopback route to overwrite an old one..
julian
1996-09-03
1
-5
/
+10
*
Correct previous Orion specific fix: The configuration register
se
1996-09-02
1
-2
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
3
-45
/
+157
*
Bugfix and simplification for rev 1.34: make sure that the route
fenner
1996-09-02
1
-16
/
+6
*
Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define
ache
1996-09-01
1
-4
/
+22
*
Fixed a couple of bugs in the mousepointer code.
sos
1996-09-01
6
-699
/
+894
*
Change an splstatclock that should be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Change an splclock that needs to be an splhigh into an splhigh.
dg
1996-09-01
3
-6
/
+6
*
If the basemem value supplied by the bootblocks, differs from the value
nate
1996-09-01
2
-12
/
+66
*
Fix the visibility of the sysctl variables.
alex
1996-08-31
1
-5
/
+5
*
cpu_boot() always returns, so don't declare it as __dead*.
bde
1996-08-31
1
-2
/
+2
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
12
-33
/
+34
*
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
asami
1996-08-31
33
-833
/
+261
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
14
-72
/
+73
*
wow we can even make net ranges go away now (how sophisticated!)
julian
1996-08-31
1
-55
/
+44
*
77 cyy Cyclades Ye/PCI serial card
jkh
1996-08-31
2
-2
/
+4
*
Add code to automaticall support subnets on ethertalk networks
julian
1996-08-31
3
-105
/
+68
*
Improvements from Bruce Evans
pst
1996-08-30
4
-34
/
+58
*
Get rid of the ifdef MULTICAST's. I think the rest of the kernel got rid
jhay
1996-08-30
1
-3
/
+1
*
Re-sync with the state of PC98 world. This will be the last commit before
asami
1996-08-30
26
-1234
/
+1024
*
Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.
peter
1996-08-30
1
-2
/
+4
*
Massively COMMENT at_control.c
julian
1996-08-29
2
-43
/
+278
[next]