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
*
Diskinfo is a small program to access the basic properties of a disk device:
phk
2003-04-09
4
-0
/
+384
*
Correctly split cyl/sects bytes when we print them.
phk
2003-04-09
1
-2
/
+5
*
Style issue: use do {...} while(0); for multi-exit section.
phk
2003-04-09
4
-9
/
+9
*
At least pretend to handle USB_GET_REPORT_ID.
mdodd
2003-04-09
1
-0
/
+4
*
Explicitely document the locking requirements for the malloc interface.
harti
2003-04-09
1
-69
/
+67
*
Let libdevstat calculate the device-busy % instead of home-rolling.
phk
2003-04-09
1
-13
/
+5
*
If rounding results in -epsilon device busy %, set it to zero.
phk
2003-04-09
1
-0
/
+2
*
Add a man page for options PAE.
jake
2003-04-09
2
-1
/
+126
*
Add some missing prototypes to eliminate some warnings. These already
das
2003-04-09
1
-0
/
+21
*
/strtopx/ s/result/&result/
das
2003-04-09
2
-2
/
+2
*
o Add jls(8) for listing active jails.
mike
2003-04-09
11
-24
/
+320
*
Regen.
mike
2003-04-09
5
-7
/
+15
*
o In struct prison, add an allprison linked list of prisons (protected
mike
2003-04-09
11
-111
/
+403
*
Fix if_vr's handling of vr_encap failures. 3 parts:
silby
2003-04-09
2
-20
/
+18
*
Sync with NetBSD.
mdodd
2003-04-09
10
-190
/
+135
*
The fxp(4) driver is now working on sparc64 too!
mux
2003-04-08
1
-1
/
+1
*
Almost the finished article.
phk
2003-04-08
1
-23
/
+276
*
- Pass a busdma tag and a busdma map to fxp_dma_wait() so that
mux
2003-04-08
1
-8
/
+13
*
Add an XXX comment for the atomic operation in the __alpha__
mux
2003-04-08
1
-1
/
+3
*
Remove some dead code.
alc
2003-04-08
1
-8
/
+1
*
Remove invalid cast to vm_offset_t to avoid truncating a physical address
jake
2003-04-08
2
-2
/
+2
*
Band-aid for the "^C kills the editor" problem. I haven't yet found the
des
2003-04-08
1
-10
/
+6
*
Fix breakage on sparc64.
sos
2003-04-08
1
-2
/
+2
*
- Endian fixes.
mux
2003-04-08
1
-5
/
+6
*
PAM-related improvements:
des
2003-04-08
1
-37
/
+59
*
Connect the pam_chroot(8) module to the build.
des
2003-04-08
1
-0
/
+1
*
Add a cwd option which specifies where to chdir(2) after the chroot(2).
des
2003-04-08
2
-6
/
+22
*
Introduce debug.log which gets debug.* (most of this would otherwise go
des
2003-04-08
3
-0
/
+4
*
Use the new _ND macros to not include the description strings. If any
imp
2003-04-08
1
-40
/
+43
*
Create new _ND versions to allow one to not specify the description be
imp
2003-04-08
1
-0
/
+5
*
Don't set the decription, since the pccard layer does that for us now.
imp
2003-04-08
1
-10
/
+1
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
31
-66
/
+52
*
Fix the hangs people have been seeing. For some reason, the
mux
2003-04-08
1
-11
/
+7
*
Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does not
marcel
2003-04-08
2
-2
/
+0
*
Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the first
jake
2003-04-08
1
-0
/
+2
*
Fix a long standing bug in handling the last part of a stripe
sos
2003-04-08
2
-7
/
+43
*
Inherit blocked thread's context for upcall thread.
davidxu
2003-04-08
2
-14
/
+10
*
MFp4: when you can't allocate a resource, print a message, don't panic.
imp
2003-04-08
1
-0
/
+19
*
MFP4:
imp
2003-04-08
1
-3
/
+21
*
u_int*_t -> uint*_t
imp
2003-04-08
1
-14
/
+14
*
Don't need to read this config register if we're just going to
imp
2003-04-08
1
-2
/
+1
*
MFp4: Massively unbreak module loading/unloading:
imp
2003-04-08
1
-62
/
+32
*
Use vm_paddr_t for physical addresses.
jake
2003-04-08
23
-102
/
+102
*
Quick fix so that the watchdog timer is not set unless packets are
silby
2003-04-08
1
-4
/
+5
*
Fix up callers of xl_encap so that they handle a failure response
silby
2003-04-08
1
-3
/
+10
*
Bump the date.
mdodd
2003-04-07
1
-1
/
+1
*
Bump the date for recent commits.
mdodd
2003-04-07
2
-2
/
+2
*
Correct the maxsize and maxsegsz parameters for the
mux
2003-04-07
1
-7
/
+7
*
Add a PAE kernel config. This includes GENERIC through the config include
jake
2003-04-07
1
-0
/
+107
*
Dynamic object dependency mapping: libmap.
mdodd
2003-04-07
8
-6
/
+351
[next]