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
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
14
-219
/
+1103
*
* Add explicit conflict-checking to the package tools. Packages can
kris
2003-04-17
9
-18
/
+104
*
These two files fell off during my previous commit: put the encoding
phk
2003-04-17
2
-125
/
+166
*
Revert part of revision 1.97 by calling dc_stop() unconditionally
iedowse
2003-04-17
2
-4
/
+2
*
Separate the encoding/decoding functions for struct disklabel into a
phk
2003-04-17
7
-0
/
+15
*
Buffer size is not enough in the previous commit. Use 128.
sumikawa
2003-04-17
1
-2
/
+2
*
Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flp
jhay
2003-04-17
1
-0
/
+4
*
NO_COMPAT_FREEBSD4 is no more.
jhay
2003-04-17
3
-3
/
+0
*
Revert url.c:1.2: there was a race condition between when I produced
rwatson
2003-04-17
1
-1
/
+1
*
We don't need "device fwohci" in the kernel config file.
simokawa
2003-04-17
2
-2
/
+0
*
Add dev/firewire/fwdma.c.
simokawa
2003-04-17
1
-0
/
+1
*
MFp4(simokawa_firewire):
simokawa
2003-04-17
25
-2156
/
+2755
*
Cut&Paste considered far too easy:
phk
2003-04-16
6
-6
/
+0
*
Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The name
jhb
2003-04-16
1
-7
/
+7
*
Don't include <sys/disklabel.h>
phk
2003-04-16
8
-8
/
+0
*
Include <sys/ioccom.h> instead of <sys/disklabel.h>
phk
2003-04-16
1
-1
/
+1
*
Explicitly cast a l_ulong to an unsigned long to make all arch's happy
jhb
2003-04-16
1
-1
/
+1
*
Clarify the relationship between the MAC library APIs and POSIX.1e:
rwatson
2003-04-16
1
-2
/
+6
*
Fix printf format in a debug printf.
jhb
2003-04-16
1
-1
/
+1
*
Fix printf args in debug printfs.
jhb
2003-04-16
1
-5
/
+5
*
Assume a struct thread *td instead of a struct proc *p in the debug
jhb
2003-04-16
1
-2
/
+2
*
Fix multiple printf warnings on Alpha:
jhb
2003-04-16
1
-19
/
+19
*
Fix some debug macros. Either missing close parens or close parens in the
jhb
2003-04-16
1
-4
/
+4
*
Add locking and remove all the spl() calls.
jhay
2003-04-16
1
-22
/
+43
*
Get rid of COMPAT_OLDISA and move in the direction of newbus.
jhay
2003-04-16
2
-234
/
+340
*
Fix typo (and make it more explicit/self-documenting).
mtm
2003-04-16
1
-1
/
+1
*
Add new knobs for controlling jails in rc.d and document them.
mtm
2003-04-16
2
-1
/
+45
*
o Add a script to start jails on boot.
mtm
2003-04-16
2
-1
/
+69
*
Update puc(4) supported hardware.
bmah
2003-04-16
2
-12
/
+108
*
Remove the register keyword.
jhay
2003-04-16
1
-62
/
+62
*
Remove another unused variable.
jhb
2003-04-16
1
-1
/
+0
*
Remove an unused variable so this compiles again.
jhb
2003-04-16
1
-1
/
+0
*
Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead of
bde
2003-04-16
2
-2
/
+2
*
"Fixed" LDADD by backing out part of the previous commit. -lfoo in
bde
2003-04-16
1
-1
/
+1
*
Remove some code that managed to escape from my local repository.
mdodd
2003-04-16
1
-6
/
+0
*
There is no format(8) manual page available, but it would be really
ru
2003-04-16
1
-5
/
+5
*
There is an undocument feature that ``route -vnd flush'' prints
ru
2003-04-16
1
-1
/
+1
*
Normalize, fix ``make checkdpadd''.
ru
2003-04-16
1
-5
/
+6
*
Create the whatis(1) database in /usr/share/openssl/man.
ru
2003-04-16
1
-0
/
+1
*
Make character buffer more bigger.
sumikawa
2003-04-16
1
-2
/
+2
*
Use NI_xxx macros.
sumikawa
2003-04-16
2
-2
/
+2
*
Update comment to match reality.
sobomax
2003-04-16
1
-2
/
+1
*
Cosmetics.
sos
2003-04-16
1
-2
/
+2
*
Fix a panic with Cenatek controllers.
sos
2003-04-16
1
-1
/
+2
*
- Remove a block of code I missed in the previous commit.
mdodd
2003-04-16
1
-6
/
+2
*
- Set if_unit, if_init, and ifq_maxlen.
mdodd
2003-04-16
1
-14
/
+17
*
Fix bogus maxsegsz parameter for bus_dma_tag_create().
simokawa
2003-04-16
1
-1
/
+1
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
29
-384
/
+9
*
Return status for PCI methods '{enable,disable}_{io,busmaster}'.
mdodd
2003-04-16
4
-25
/
+65
*
Clarify US events which may not be so obvious to non-US Americans.
grog
2003-04-16
1
-4
/
+4
[next]