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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r217871.
dougb
2011-02-25
1
-6
/
+2
*
Fix typos - remove duplicate "is".
brucec
2011-02-23
1
-1
/
+1
*
Xref makefs(8).
jh
2011-02-22
1
-1
/
+2
*
Add the -j option to enable soft updates journaling when creating
mckusick
2011-02-16
2
-3
/
+18
*
Note that a UFS filesystem can have up to 20 active snapshots.
keramida
2011-02-15
1
-1
/
+10
*
Add a check to make sure the provider name is "mdN" before printing the
brucec
2011-02-14
1
-1
/
+5
*
Only print the unit number when invoked with the -n flag.
brucec
2011-02-13
1
-1
/
+1
*
In checker, read journal by sectors.
kib
2011-02-12
3
-12
/
+19
*
When creating a directory entry for the journal, always read at least
kib
2011-02-12
1
-10
/
+20
*
When we decide to unlink socket file, sun_path must be set. If it is set,
pjd
2011-02-09
1
-1
/
+6
*
Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely on
pjd
2011-02-08
1
-0
/
+1
*
Unlink UNIX domain socket file only if:
pjd
2011-02-08
1
-5
/
+16
*
Now that we break the loop on fstat(2) failure we no longer need to satisfy
pjd
2011-02-06
1
-2
/
+0
*
Add (void) cast before snprintf(3)s for which we are not interested in return
pjd
2011-02-06
1
-13
/
+13
*
Treat fstat(2) failure (different than EBADF) as fatal error.
pjd
2011-02-06
1
-0
/
+1
*
Open syslog when logging sysconf(3) failure.
pjd
2011-02-06
1
-0
/
+4
*
Close more descriptors that can be open if the worker process for the given
pjd
2011-02-06
1
-0
/
+6
*
Setup another socketpair between parent and child, so that primary sandboxed
pjd
2011-02-03
5
-31
/
+143
*
Add missing locking after moving keepalive_send() to remote send thread
pjd
2011-02-03
1
-3
/
+9
*
Drop privileges after connecting to hastd, but before sending or receiving
pjd
2011-02-03
1
-0
/
+5
*
Let the caller log info about successful privilege drop.
pjd
2011-02-03
3
-2
/
+2
*
Add missing argument after r218192.
bz
2011-02-02
1
-1
/
+1
*
- Rename proto_descriptor_{send,recv}() functions to
pjd
2011-02-02
7
-166
/
+200
*
Add proto_connect_wait() to wait for connection to finish.
pjd
2011-02-02
5
-11
/
+84
*
Allow to specify connection timeout by the caller.
pjd
2011-02-02
6
-9
/
+12
*
Move protocol allocation and deallocation to separate functions.
pjd
2011-02-02
1
-17
/
+48
*
Be prepared that hp_client or hp_server might be NULL now.
pjd
2011-02-02
1
-4
/
+11
*
Do not set socket send and receive buffer. It will be auto-tuned.
pjd
2011-02-01
1
-14
/
+4
*
Fix build on ia64.
pjd
2011-01-31
1
-9
/
+7
*
Until I fix the build on ia64 comment out problematic lines.
pjd
2011-01-31
1
-2
/
+2
*
Implement two new functions for sending descriptor and receving descriptor
pjd
2011-01-31
6
-8
/
+173
*
- Use pjdlog for assertions and aborts as this will log assert/abort message
pjd
2011-01-31
9
-241
/
+197
*
Rename pjdlog_verify() to pjdlog_abort() as it better describes what the
pjd
2011-01-31
2
-7
/
+7
*
Fix the 'scan hang' issue.
bschmidt
2011-01-30
1
-2
/
+6
*
When doing a scan while being associated it is possible that the scan
bschmidt
2011-01-30
1
-0
/
+1
*
Drop privileges in worker processes.
pjd
2011-01-28
2
-0
/
+8
*
Implement function that drops privileges by:
pjd
2011-01-28
3
-0
/
+74
*
Use newly added descriptors_assert() function to ensure only expected
pjd
2011-01-28
2
-0
/
+4
*
Add function to assert that the only descriptors we have open are the ones
pjd
2011-01-28
2
-0
/
+142
*
Close all unneeded descriptors after fork(2).
pjd
2011-01-28
2
-12
/
+22
*
Add comments to places where we treat errors as ciritical, but it is possible
pjd
2011-01-28
1
-0
/
+3
*
Add function to close all unneeded descriptors after fork(2).
pjd
2011-01-28
2
-1
/
+29
*
Initialize all global variables on pjdlog_init().
pjd
2011-01-28
1
-2
/
+3
*
Document the "bios-boot" partition type.
ae
2011-01-28
1
-1
/
+6
*
Remember created control connection so on fork(2) we can close it in child.
pjd
2011-01-27
2
-0
/
+4
*
Close the control socket before exiting, so it will be unlinked.
pjd
2011-01-27
1
-0
/
+1
*
Extend pjdlog_verify() to support the following additional macros:
pjd
2011-01-27
2
-9
/
+44
*
Add functions to initialize/finalize pjdlog. This allows to open/close log
pjd
2011-01-27
4
-1
/
+72
*
Use my copyright for 2011 work.
pjd
2011-01-27
1
-1
/
+2
*
Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately open
pjd
2011-01-27
1
-1
/
+1
[next]