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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use newer constraints for inline assembly for an operand that is both an
jhb
2001-11-12
2
-42
/
+42
*
fix parameters to lock_answer().
alfred
2001-11-12
1
-1
/
+1
*
Fixup for WARNS.
alfred
2001-11-12
1
-6
/
+9
*
Use make_dev_alias() instead of call make_dev() twice.
nyan
2001-11-12
1
-4
/
+8
*
Fix a typo:
joe
2001-11-12
1
-1
/
+1
*
-msoft-float must always be turned on when compiling the PowerPC kernel.
benno
2001-11-12
1
-1
/
+3
*
Implement eficlock_set() to set hardware clock.
peter
2001-11-12
1
-1
/
+13
*
Commit the better version that I had a while ago. This has only one
peter
2001-11-12
1
-2
/
+5
*
When curproc is used repeatedly store curproc into a local
dillon
2001-11-12
1
-3
/
+4
*
o os_boot_rendez is responsible for clearing the IRR bit by
marcel
2001-11-12
4
-37
/
+69
*
Invoke trap() for the alt. ITLB and alt. DTLB interrrupts when
marcel
2001-11-12
2
-2
/
+16
*
Use d_thread_t (the new ugly compatibility hack) rather than the old
imp
2001-11-12
1
-6
/
+4
*
Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'ed
peter
2001-11-12
1
-126
/
+0
*
note that 'nolockd' can't be used when updating mount flags
alfred
2001-11-12
1
-0
/
+3
*
Allow users to use the 'nolockd' or -L options with mount_nfs in order
alfred
2001-11-12
5
-5
/
+35
*
Sync to 1.17 of pccarddevs
imp
2001-11-11
1
-1
/
+2
*
Add GENTEK as one of the bogus vendors we need to id cards from the cis
imp
2001-11-11
1
-0
/
+1
*
Forced commit: previous patch comes from PR: 31009 not 31109.
matusita
2001-11-11
0
-0
/
+0
*
Drop privs while servicing kernel lock requests.
alfred
2001-11-11
1
-7
/
+17
*
turn vn_open() into a wrapper around vn_open_cred() which allows
alfred
2001-11-11
3
-17
/
+15
*
Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'm
imp
2001-11-11
1
-3
/
+31
*
Move kern.post.mk to last line, now that it appears safe
imp
2001-11-11
5
-10
/
+10
*
Move include of kern.post.mk to the last line of the file.
imp
2001-11-11
0
-0
/
+0
*
Back out last commit, it was accidental
imp
2001-11-11
1
-79
/
+79
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
9
-267
/
+267
*
Sync to 1.16 pccarddevs to get new PCMCIA_ symbols
imp
2001-11-11
4
-570
/
+570
*
Move from using PCCARD_ symbols gereated from this file to using PCMCIA_
imp
2001-11-11
2
-20
/
+20
*
Sync to 1.15 pccarddevs
imp
2001-11-11
1
-299
/
+314
*
MFNetBSD:
imp
2001-11-11
1
-147
/
+154
*
Change Copyright and email address (log omitted un previous commit)
groudier
2001-11-11
0
-0
/
+0
*
MFC after: 0 days
groudier
2001-11-11
7
-8
/
+8
*
Move Intel 82092AA into the list of devices. It appears to be a one
imp
2001-11-11
1
-1
/
+1
*
Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 in
imp
2001-11-11
1
-3
/
+3
*
It turns out my reasons for using a few d_thread_t's were bogus. Revert
imp
2001-11-11
2
-14
/
+16
*
Add two minor changes.
iwasaki
2001-11-11
2
-66
/
+88
*
Apply a local change to ACPICA.
iwasaki
2001-11-11
1
-1
/
+9
*
One more fix for sysinstall/libdisk to create a device file
matusita
2001-11-11
1
-6
/
+10
*
fix typo.
phk
2001-11-11
1
-1
/
+1
*
Check that the mode argument to fsdb's `chmod' command contains no
iedowse
2001-11-11
1
-1
/
+1
*
No need to hide stuff in the $FreeBSD$ tag or in other comments like,
cjc
2001-11-11
1
-1
/
+1
*
Introduce the concept of "default" voltage. Have pccard layer use this
imp
2001-11-11
2
-56
/
+83
*
Do not assume that a I/O based bridge is a 6729. Intel made a funky chip
imp
2001-11-11
1
-1
/
+1
*
add note about why I used d_thread_t in the prototypes.
imp
2001-11-11
2
-2
/
+4
*
Move all: target to kern.pre.mk so it matters less where you include
imp
2001-11-11
2
-2
/
+1
*
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
gshapiro
2001-11-11
3
-3
/
+15
*
Append to SYSTEM_OBJS and CLEAN before including kern.post.mk.
marcel
2001-11-11
1
-2
/
+2
*
Fixed namespace pollution related to `err' in libc in the same way as for
bde
2001-11-11
6
-7
/
+17
*
Fixed style bugs (tab corruption) on every changed line in previous commit.
bde
2001-11-11
1
-2
/
+2
*
- No need for resetting values to 0 when M_ZERO flag is used.
arr
2001-11-10
1
-6
/
+0
*
Remove an extraneous argument to fprintf that -Wformat noticed.
iedowse
2001-11-10
1
-1
/
+1
[next]