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
*
o Protect set_fs_param() by splimp(9).
maxim
2003-03-27
2
-8
/
+18
*
Run a revision on the OAM api.
phk
2003-03-27
6
-180
/
+440
*
Check return value of g_call_me()
phk
2003-03-27
1
-4
/
+5
*
o netisr_queue() returns 1 on success and 0 on failure,
maxim
2003-03-27
1
-1
/
+1
*
Deregister the dev_clone event handler we registered - don't touch the
tjr
2003-03-27
2
-4
/
+8
*
o Add -u <username> flag to jail(8): set user context before exec.
maxim
2003-03-27
3
-12
/
+84
*
o Fix a comment.
maxim
2003-03-27
2
-5
/
+1
*
Biofinish the request if we cannot malloc in ad_start.
sos
2003-03-27
1
-3
/
+4
*
Allocate the toplevel indir with M_WAITOK to avoid complicating things
phk
2003-03-27
1
-2
/
+6
*
Change DEFMX to 0. This removes the size limit for print jobs by default.
eivind
2003-03-27
2
-3
/
+4
*
Catch up with recent events.
mdodd
2003-03-27
1
-3
/
+1
*
Add missing COMPAT_ISA_DRIVER().
mdodd
2003-03-27
1
-0
/
+1
*
Write negative zero as '-0.0'. Otherwise, it is parsed as an integer
das
2003-03-27
1
-2
/
+2
*
Handle the fictitious pages created by the device pager. For fictitious
jake
2003-03-27
3
-22
/
+61
*
Set the cache line size for subordinate pci bridges as well as for their
jake
2003-03-27
1
-2
/
+2
*
Put child process in a different process group, ensure that the broadcast
davidxu
2003-03-27
1
-6
/
+22
*
Add support for reading directly from file to userland buffer when the
tegge
2003-03-26
6
-0
/
+539
*
Adjust the number of vnodes scanned by vlrureclaim() according to the
tegge
2003-03-26
3
-8
/
+15
*
Permit debug.malloc.failure_rate to be specified using a tunable so
rwatson
2003-03-26
1
-0
/
+1
*
Add MBTOM(), a macro that converts from an mbuf blocking disposition
rwatson
2003-03-26
1
-0
/
+1
*
Add a sample specfile listing to FILES.
chris
2003-03-26
1
-0
/
+8
*
Add a new kernel option, MALLOC_MAKE_FAILURES, which compiles
rwatson
2003-03-26
2
-0
/
+27
*
Nuke HTT from here too.
ps
2003-03-26
2
-6
/
+0
*
Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.
ps
2003-03-26
14
-133
/
+542
*
Halt the cpus in the idle loop for SMP as well for several reasons:
peter
2003-03-26
2
-8
/
+6
*
Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking when
rwatson
2003-03-26
1
-3
/
+13
*
fp->f_offset doesn't need any protection when it isn't accessed.
tegge
2003-03-26
1
-2
/
+4
*
Obtain Giant before calling kmem_alloc without M_NOWAIT and before calling
tegge
2003-03-26
1
-2
/
+21
*
Add a cleanup function to destroy the osname_lock and call it on module
jhb
2003-03-26
4
-0
/
+11
*
This commit was generated by cvs2svn to compensate for changes in r112680,
kan
2003-03-26
136
-29589
/
+0
*
Begin support for 64-bit address support and workarounds for newer cards:
scottl
2003-03-26
5
-107
/
+212
*
made sure to keep the current stored lifetime when it was not updated
ume
2003-03-26
1
-3
/
+9
*
Fix typo in the version of the diff that I committed.
keramida
2003-03-26
1
-1
/
+1
*
tightened check for the length of ND options.
ume
2003-03-26
1
-2
/
+25
*
Modify the mac_init_ipq() MAC Framework entry point to accept an
rwatson
2003-03-26
20
-48
/
+124
*
Correct comment, MSIZE and MCLBYTES are defined in sys/param.h
mux
2003-03-26
1
-2
/
+2
*
Don't install wrong IPv6 route by add command.
ume
2003-03-26
2
-3
/
+12
*
Re-work ac97 initialization to match cold reset described in AC97r.23
orion
2003-03-26
1
-13
/
+20
*
For the VIA8233A use multi-sgd register set for primary playback
orion
2003-03-26
1
-2
/
+8
*
- Fix function declarations.
mdodd
2003-03-26
1
-122
/
+107
*
Add defines for low power and second codec ready.
orion
2003-03-26
1
-0
/
+3
*
Clean up dynamically allocated sysctl variables when we run dacleanup() and
ken
2003-03-26
2
-0
/
+14
*
Get rid of a few caddr_t's.
mdodd
2003-03-26
1
-8
/
+8
*
asn_get_encoded() takes 2 arguments.
mdodd
2003-03-26
1
-1
/
+1
*
- Define a _spinunlock() function so that threading implementations may do
jeff
2003-03-26
5
-1
/
+31
*
Retire set_reqid(), unused since 1.2.
mdodd
2003-03-26
1
-33
/
+0
*
- Add const qualifier to char * arrays.
mdodd
2003-03-26
1
-12
/
+4
*
Don't roll a private copy of basename().
mdodd
2003-03-26
1
-24
/
+1
*
Explain the format of the at.allow and at.deny files in detail.
keramida
2003-03-26
1
-0
/
+5
*
Passing a u_char to ntohs() is guaranteed to give the wrong answer !
brian
2003-03-26
1
-2
/
+2
[next]