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
*
Fix warnings
peter
2002-02-27
2
-2
/
+2
*
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
peter
2002-02-27
4
-1
/
+5
*
Repair some warnings. These are accessing idle portions of shared memory
peter
2002-02-27
1
-5
/
+9
*
Remove support for FreeBSD 2.x from this driver.
imp
2002-02-27
1
-120
/
+1
*
Fix warning (unused variable)
peter
2002-02-27
1
-1
/
+0
*
Mark a few more broken pci drivers as nowerror.
peter
2002-02-27
1
-6
/
+6
*
Fix warning (passing wrong arg to arp_ifinit())
peter
2002-02-27
1
-1
/
+1
*
Mark stallion.c as nowerror (known broken, this is a #warning)
peter
2002-02-27
2
-2
/
+2
*
Fix format warning.
peter
2002-02-27
1
-1
/
+1
*
Back out part of KSE/M2 that snuck in under the radar: changing the
jhb
2002-02-27
3
-5
/
+5
*
Unbreak fore adapters from POV of warnings.
julian
2002-02-27
2
-2
/
+2
*
Remove now unused struct proc *p.
imp
2002-02-27
1
-1
/
+0
*
- Insert a space in the panic() string in order more clearly show the
arr
2002-02-27
2
-2
/
+2
*
Add a comment explaining a code change..
julian
2002-02-27
1
-2
/
+2
*
Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic
jhb
2002-02-27
3
-11
/
+11
*
- Change namei() to use td_ucred instead of p_ucred.
jhb
2002-02-27
3
-7
/
+7
*
- Change unp_listen() to accept a thread rather than a proc as its second
jhb
2002-02-27
1
-5
/
+5
*
Fix Giant leakage in several error cases in __semctl().
jhb
2002-02-27
1
-4
/
+4
*
Add a comment about an unlocked access to p_ucred that will go away in
jhb
2002-02-27
1
-0
/
+1
*
Use td_ucred and thus remove now unneeded proc lock acquire and release.
jhb
2002-02-27
1
-3
/
+1
*
kill __P.
alfred
2002-02-27
1
-22
/
+22
*
add assertions in the places where giant is required to catch when
alfred
2002-02-27
1
-0
/
+12
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
117
-454
/
+430
*
Temporarily lock Giant while we update td_ucred. The proc lock doesn't
jhb
2002-02-27
1
-6
/
+6
*
Fix a horribly suboptimal algorithm in the vm_daemon.
silby
2002-02-27
11
-34
/
+169
*
Add gem and hme.
tmm
2002-02-27
1
-0
/
+5
*
Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet
tmm
2002-02-27
4
-0
/
+2989
*
Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard
tmm
2002-02-27
5
-0
/
+2455
*
Fix a NULL deref panic in pipe_write, we can't blindly lock
alfred
2002-02-27
1
-12
/
+12
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
31
-278
/
+434
*
Use the updated getcredhostname() function.
robert
2002-02-27
3
-4
/
+3
*
Use the updated getcredhostname() function.
robert
2002-02-27
2
-5
/
+2
*
Make getcredhostname() take a buffer and the buffer's size
robert
2002-02-27
2
-4
/
+13
*
- Use the new getcredhostname function in xenix_utsname(),
robert
2002-02-27
3
-4
/
+9
*
- Use the new getcredhostname function in the SVR4 uname system call.
robert
2002-02-27
1
-2
/
+3
*
Use the getcredhostname function to fill the hostname into
robert
2002-02-27
1
-1
/
+3
*
Add a function which returns the correct hostname for a given
robert
2002-02-27
2
-0
/
+12
*
Change the wording of the inline comments from the previous commit.
cjc
2002-02-27
2
-16
/
+6
*
MPsafe fixes:
alfred
2002-02-27
1
-4
/
+23
*
Return ESRCH if the target process is not inferior to the curproc.
tanimura
2002-02-27
1
-0
/
+2
*
Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. this
alfred
2002-02-27
1
-1
/
+1
*
Re-fix a pointer/integer warning.
peter
2002-02-27
2
-2
/
+2
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
41
-2193
/
+1037
*
Fix warnings that have become fatal
julian
2002-02-27
2
-3
/
+10
*
turn on the ethertype filter module
julian
2002-02-27
1
-0
/
+1
*
Remove a redundant decalaration of call_desc[] since it's now a
gj
2002-02-27
1
-2
/
+0
*
First rev at making pipe(2) pipe's MPsafe.
alfred
2002-02-27
2
-23
/
+76
*
Minimal testing has shown that a 4 page tsb is a nice sweet spot for current
jake
2002-02-27
1
-1
/
+1
*
Parameterize the number of pages to allocate for the per-cpu area on
jake
2002-02-27
5
-5
/
+7
*
Make cpu_identify take the value of the ver register and cpuid as arguments
jake
2002-02-27
3
-6
/
+4
[next]