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
...
*
Whatever dumbass wrote sio_pci.c didn't include a detach method.
imp
2003-02-16
1
-0
/
+1
*
Condense the output to one line per removed user. For user's who
mtm
2003-02-16
2
-21
/
+56
*
No need to wrap siodetach() with sio_pccard_detach.
imp
2003-02-16
1
-9
/
+1
*
When trimming memory to fit Maxmem, and we discard an entire cluster,
gallatin
2003-02-16
1
-0
/
+1
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
37
-39
/
+74
*
Fix logic in loop so it actually executes.
alfred
2003-02-16
1
-1
/
+1
*
Add #include <sys/resource.h>
phk
2003-02-16
2
-0
/
+2
*
Add #include <sys/resource.h>
phk
2003-02-16
3
-0
/
+3
*
Add #include <sys/resource.h>
phk
2003-02-16
2
-0
/
+2
*
Add #include <sys/resource.h>
phk
2003-02-16
1
-0
/
+1
*
Pointy hat- bad commit.
mjacob
2003-02-16
1
-1
/
+1
*
This file is now empty and should no longer be used anywhere.
phk
2003-02-16
1
-0
/
+2
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
37
-37
/
+0
*
Remove <sys/dkstat.h> #include
phk
2003-02-16
1
-1
/
+0
*
Remove include of <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>
phk
2003-02-16
2
-12
/
+8
*
Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].
phk
2003-02-16
1
-0
/
+1
*
Declare tty related counters in a tty related .h file.
phk
2003-02-16
2
-4
/
+4
*
Move the tty related statistics counters to live with the tty code.
phk
2003-02-16
2
-5
/
+5
*
Alphabetize.
des
2003-02-16
1
-9
/
+9
*
Back out previous commit now that pam_opieaccess(8) has an allow_local
des
2003-02-16
1
-1
/
+1
*
Add the allow_local option to all pam_opieaccess entries.
des
2003-02-16
6
-6
/
+6
*
Add the want_agent option to the commented-out "session" pam_ssh entry.
des
2003-02-16
1
-1
/
+1
*
Add an "allow_local" option which forces historical behaviour.
des
2003-02-16
2
-2
/
+20
*
This commit was generated by cvs2svn to compensate for changes in r110989,
des
2003-02-16
1
-2
/
+2
|
\
|
*
MFP4: guard against null pointer dereference which sshd can cause (#25271)
des
2003-02-16
1
-2
/
+2
*
|
Paranoia: instead of a NULL conversation function, use one that always
des
2003-02-16
1
-6
/
+24
*
|
- Introduce a new function bremfreel() that does a bremfree with the buf
jeff
2003-02-16
1
-8
/
+14
*
|
- Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().
jeff
2003-02-16
1
-0
/
+7
*
|
Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.
matusita
2003-02-16
1
-0
/
+3
*
|
Remove GIANT_REQUIRED from vm_pageq_remove().
alc
2003-02-16
1
-1
/
+0
*
|
prevent overflow in shminfo.shmmax
alfred
2003-02-16
1
-1
/
+5
*
|
Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,
tjr
2003-02-16
3
-4
/
+54
*
|
Add MPSAFE comment to linux_sigpending().
tjr
2003-02-16
1
-0
/
+3
*
|
Regen from syscalls.master 1.52.
tjr
2003-02-16
3
-5
/
+11
*
|
Mark linux_sigpending() as MPSAFE.
tjr
2003-02-16
2
-2
/
+2
*
|
Regen from syscalls.master 1.49.
tjr
2003-02-16
3
-5
/
+11
*
|
Remove extraneous FILEDESC_LOCK around atomic read.
hsu
2003-02-16
2
-4
/
+0
*
|
Checkpoint a work in progress:
imp
2003-02-16
1
-532
/
+23
*
|
Use rman_get_device rather than rle->resl->r_dev.
imp
2003-02-16
2
-8
/
+6
*
|
Make sure we propagate rxid && iid in isp_target_put_atio
mjacob
2003-02-16
1
-0
/
+2
*
|
Pick up some compilation warning fixes from NetBSD.
mjacob
2003-02-16
1
-7
/
+7
*
|
Roll to latest level.
mjacob
2003-02-16
1
-5870
/
+5868
*
|
Include a section about enabling MAC on UFS2 file systems. UFS1 is
chris
2003-02-16
1
-0
/
+28
*
|
Clean up the CIS BAR parsing code by removing several pointless checks.
scottl
2003-02-16
1
-19
/
+19
*
|
Assume "localhost" if no remote host was specified. This is safe from a
des
2003-02-15
1
-3
/
+4
*
|
- Update a couple of comments to make sense with what today's code is
arr
2003-02-15
1
-6
/
+12
*
|
Back out previous commit, I wasn't thinking clearly.
des
2003-02-15
1
-2
/
+1
*
|
Allow password logins from localhost (including the console).
des
2003-02-15
1
-1
/
+1
*
|
Set PAM_RHOST to "localhost" if no remote host was specified. This allows
des
2003-02-15
1
-1
/
+2
[prev]
[next]