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
*
* Restore register correctly.
simokawa
1999-07-16
2
-7
/
+27
*
Remove vm_object::last_read. It is used by the old swap pager, but
alc
1999-07-16
3
-6
/
+3
*
Add support for multiple PCI busses directly connected to the nexus.
msmith
1999-07-16
11
-124
/
+1144
*
The boot countdown timer says it will boot in 1 seconds,
n_hibma
1999-07-15
1
-2
/
+4
*
Make a few other cleanups while I'm in the area. Typo in comment, unused
wpaul
1999-07-14
4
-20
/
+8
*
Revert some changes I had made to try and cut down on the number of TX EOF
wpaul
1999-07-14
2
-22
/
+18
*
Oops, missed out one chunk of the last patch. (*blush*)
peter
1999-07-14
1
-2
/
+2
*
The following patch will remove a hack introduced in
yokota
1999-07-14
1
-13
/
+1
*
Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has
mckusick
1999-07-13
8
-39
/
+51
*
dont allow open if no device was found.
phk
1999-07-13
1
-1
/
+5
*
Move the xe0 driver back where it was. It was misleading where it was as it
obrien
1999-07-13
2
-4
/
+6
*
Commit the correct patch, i.e., the one that actually corresponds
alc
1999-07-13
2
-70
/
+110
*
Changed the implementation of the primitives to guarantee atomicity
alc
1999-07-13
2
-44
/
+84
*
Correct a mistake in so_cred changes. In practice, I don't think that it
green
1999-07-12
1
-2
/
+2
*
Bug fixes
roger
1999-07-12
4
-1254
/
+2592
*
Improve Logitech MouseMan+ protocol support.
yokota
1999-07-12
5
-41
/
+214
*
Correct a couple of spelling errors in comments.
kris
1999-07-12
3
-8
/
+8
*
Implement a kludge for some wheeled mice for which infamous "psmintr:
yokota
1999-07-12
2
-4
/
+32
*
remove a set_cpl which survived last change.
phk
1999-07-12
1
-2
/
+1
*
We may have three ways to generate the SPL functions, but one table
phk
1999-07-11
1
-54
/
+25
*
Use the fsid from the superblock, unless it looks bogus or has already
phk
1999-07-11
1
-6
/
+6
*
Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These take
green
1999-07-11
3
-3
/
+99
*
Cleanup OBJ_ONEMAPPING management.
alc
1999-07-11
2
-15
/
+5
*
Add wb0 to GENERIC now that it actually does work on alpha. (Forgot this
wpaul
1999-07-11
2
-2
/
+4
*
Add a hook for a bus to detect child devices which didn't find drivers.
dfr
1999-07-11
4
-6
/
+56
*
disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.
jmg
1999-07-11
1
-2
/
+8
*
Make the Winbond ethernet driver work on FreeBSD/alpha. Also added
wpaul
1999-07-11
2
-51
/
+78
*
An SMP-specific change: eliminate a check on bsp_apic_ready
alc
1999-07-10
1
-11
/
+5
*
Convert the if_fea (DEC FDDI) driver to newbus since it has been broken
peter
1999-07-10
2
-800
/
+340
*
Change the data type used to represent page color in the vm_object
alc
1999-07-10
1
-2
/
+2
*
Remove unused function prototypes.
alc
1999-07-10
1
-3
/
+1
*
Add apmd support code.
iwasaki
1999-07-10
3
-25
/
+502
*
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bde
1999-07-10
24
-282
/
+98
*
Fixes for a couple of problems in last commit:
peter
1999-07-10
1
-8
/
+8
*
Fixed a longstanding scheduling bug. ASTs and softclock interrupts were
bde
1999-07-10
4
-48
/
+52
*
Fix a dev_t/udev_t issue with accounting. lastcomm now shows the
phk
1999-07-10
2
-5
/
+12
*
Allow jailed proccesses to open non-process vnodes like the root of the fs.
phk
1999-07-09
2
-4
/
+4
*
Fix the previous warning a different way since the emul_path exposure was
peter
1999-07-09
1
-7
/
+5
*
Minor tweak - don't cause a warning.
peter
1999-07-09
1
-2
/
+3
*
Use %q rather than rolling a custom routine.
peter
1999-07-09
2
-102
/
+14
*
Implement the %q prefix for the integer types. Note that egcs on the
peter
1999-07-09
1
-17
/
+81
*
Add in dbregs stubs that a committer for changes on the i386 ought to have done.
mjacob
1999-07-09
3
-3
/
+48
*
if_sk.c: use pci_port_t instead of u_short
wpaul
1999-07-09
4
-12
/
+10
*
bufhashinit() is called with a caddr_t and is expected to return the
peter
1999-07-09
3
-7
/
+7
*
Removed device-dirver flags.
kato
1999-07-09
2
-430
/
+430
*
Sync with sys/i386/i386/userconfig.c revision 1.148.
kato
1999-07-09
1
-2
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.355.
kato
1999-07-09
2
-2
/
+164
*
This commit adds driver support for the SysKonnect SK-984x series
wpaul
1999-07-09
11
-5
/
+6993
*
Support for i386 hardware breakpoints.
jlemon
1999-07-09
2
-0
/
+202
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
25
-24
/
+458
[next]