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
*
Retire the BIND 8 sources.
des
2004-09-24
351
-139105
/
+0
*
It's named.pid, not named/pid.
des
2004-09-24
1
-1
/
+1
*
Improve the panic message for a busted MP table with conflicting entries
jhb
2004-09-24
1
-1
/
+3
*
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
dougb
2004-09-24
11
-16
/
+30
*
Allow %' to be used as a format flag by printf(1). This makes it
keramida
2004-09-24
1
-1
/
+1
*
Print number of "waits" per second during transmission, not just waits
rwatson
2004-09-24
1
-0
/
+1
*
Reconnect namedb. While it may not be optimal, our old named.conf from
des
2004-09-24
1
-2
/
+0
*
Don't look for swap blocks in objects that aren't swap-backed.
das
2004-09-24
1
-0
/
+3
*
More remnants of BIND 8; these live in usr.sbin now.
des
2004-09-24
3
-34
/
+0
*
Add mfc.
des
2004-09-24
1
-0
/
+2
*
A simple shell script to help MFC an entire directory to a branch where it
des
2004-09-24
2
-0
/
+48
*
Break the NO_BIND knob out from the pack, and begin documenting
dougb
2004-09-24
2
-4
/
+12
*
Don't expose BIND libraries and their headers to the public by default,
ru
2004-09-24
20
-32
/
+94
*
Indent.
maxim
2004-09-24
1
-7
/
+7
*
o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD:
maxim
2004-09-24
1
-0
/
+2
*
Lock the flags field with the mutex.
phk
2004-09-24
1
-8
/
+25
*
_tcb_ctor takes two args.
cognet
2004-09-24
4
-4
/
+4
*
Add ttyu0 as a serial console, as we're using the uart(4) driver on arm.
cognet
2004-09-24
1
-0
/
+1
*
Sync with DragonFly BSD.
simokawa
2004-09-24
1
-17
/
+93
*
o Turn net.inet.ip.check_interface sysctl off by default.
maxim
2004-09-24
1
-1
/
+1
*
Fix a comment typo: s/neccessary/necessary/
keramida
2004-09-24
1
-1
/
+1
*
Document vfs.root.mountdelay value.
pjd
2004-09-24
2
-0
/
+9
*
Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fits
pjd
2004-09-24
1
-1
/
+1
*
XXX mark two places where we do not hold a threadcount on the dev when
phk
2004-09-24
2
-0
/
+3
*
Remove the cdevsw() function which is now unused.
phk
2004-09-24
2
-9
/
+0
*
Hold threadcount while throbbing cdevsw in our underlying driver.
phk
2004-09-24
1
-20
/
+25
*
Hold thread reference while we frob cdevsw.
phk
2004-09-24
1
-3
/
+9
*
es_ES monetdef changed from spanish Ptas. to Euro without
ache
2004-09-24
1
-2
/
+2
*
Hold proper thread count while frobbing drivers ioctl.
phk
2004-09-24
2
-12
/
+26
*
Hold threadcount reference when we call into the underlying console
phk
2004-09-24
1
-12
/
+52
*
Eliminate devsw() call, we are not dereferencing the pointer.
phk
2004-09-24
1
-1
/
+1
*
Remove devsw() call missed in last commit.
phk
2004-09-24
1
-1
/
+0
*
Don't read the byte at *argv[strlen(*argv) + 1].
das
2004-09-24
1
-1
/
+1
*
Remove SI_ISDISK, I found a better solution.
phk
2004-09-24
1
-1
/
+0
*
Assert topology is held in g_dev_getprovider().
phk
2004-09-24
1
-3
/
+5
*
Hold thread reference while frobbing cdevsw.
phk
2004-09-24
1
-18
/
+24
*
Make sure we don't call _thr_start_sig_daemon() when SYSTEM_SCOPE_ONLY is def...
ssouhlal
2004-09-24
2
-4
/
+6
*
Remove __isnanl() to avoid conflicting with the same function in libm.
das
2004-09-24
1
-10
/
+0
*
Hold threadref while we throb cdevsw in devtoname()
phk
2004-09-24
1
-6
/
+10
*
Use vn_isdisk() to check if vnode is a disk.
phk
2004-09-24
1
-1
/
+1
*
use vn_isdisk() to see if vnode is a disk.
phk
2004-09-24
1
-1
/
+1
*
Hold dev_lock and check for NULL devsw pointer when we service FIODTYPE ioctl.
phk
2004-09-24
1
-5
/
+13
*
Hold dev_lock and check for NULL devsw pointer when we determine
phk
2004-09-24
1
-1
/
+5
*
Use dev_re[fl]thread() to maintain a ref on the device driver while
phk
2004-09-24
1
-14
/
+13
*
Use def_re[fl]thread().
phk
2004-09-24
1
-95
/
+46
*
use dev_re[fl]thread() rather than home rolled versions.
phk
2004-09-24
1
-8
/
+2
*
Introduce dev_re[lf]thread() functions.
phk
2004-09-24
2
-0
/
+28
*
Update to reflect BIND 9 in the base:
dougb
2004-09-24
1
-16
/
+17
*
Remove. This file was repocopied to ../ski.
marcel
2004-09-24
24
-2614
/
+0
*
Add a note to indicate that the path set in named_pidfile must
dougb
2004-09-24
1
-3
/
+2
[next]