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
*
repair type 0 routing header support. it was caused by RFC2292/2292bis
itojun
2000-09-03
1
-1
/
+2
*
Add:
ache
2000-09-03
1
-0
/
+3
*
PR: kern/20895
groudier
2000-09-03
2
-26
/
+46
*
Add device list supported by `sym'
groudier
2000-09-03
2
-0
/
+8
*
sys/systm.h is incompatable with sys/types.h in userland.
peter
2000-09-03
1
-0
/
+2
*
Make libstand compile
peter
2000-09-03
2
-2
/
+4
*
Fix pci-pci bridges (I hope).
peter
2000-09-03
1
-9
/
+4
*
bzero() the struct timeval for paranoia
kris
2000-09-03
1
-0
/
+1
*
Merged from sys/dev/syscons/syscons.c revision 1.346.
kato
2000-09-03
1
-1
/
+1
*
I'm not sure what changed to cause this, but using 'dirname' as a variable
peter
2000-09-03
1
-8
/
+8
*
kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&R
peter
2000-09-03
1
-21
/
+12
*
gcc knows that savectx() is potentially a setjmp style dual-return
peter
2000-09-03
1
-6
/
+5
*
libkern.h now internally uses the bzero() definition from sys/systm.h.
peter
2000-09-03
1
-0
/
+1
*
Replace previous change by a move of a #include since something else
peter
2000-09-03
1
-5
/
+3
*
If we are going to test NSMBUS, we had better #include the file that
peter
2000-09-03
1
-0
/
+1
*
Fix warnings by moving static functions before they are used.
peter
2000-09-03
1
-39
/
+39
*
Complain if we cannot find loader(8) metadata.
peter
2000-09-03
3
-0
/
+6
*
Find the module metadata before the console init rather than after.
peter
2000-09-03
1
-2
/
+4
*
Allow one to specify what the installed kernel's name is by setting
obrien
2000-09-03
1
-3
/
+11
*
This is real released software, let people think that.
obrien
2000-09-03
1
-0
/
+1
*
Clean up now that setproctitle() is in libc.
grog
2000-09-03
3
-3
/
+1
*
remove opt_devfs.h
cg
2000-09-02
2
-2
/
+2
*
update for phk's last devfs commit
cg
2000-09-02
1
-10
/
+1
*
Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.
obrien
2000-09-02
2
-12
/
+4
*
Move the kernel's "cflags" to be next to the world ones.
obrien
2000-09-02
2
-10
/
+10
*
Don't use libutil now that setproctitle() is in libc
brian
2000-09-02
4
-6
/
+0
*
Remove libutil - setproctitle() is now in libc
brian
2000-09-02
2
-5
/
+0
*
Modify extended attribute protection model to authorize based on
rwatson
2000-09-02
4
-119
/
+78
*
Fix wording
wilko
2000-09-02
1
-1
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
45
-417
/
+104
*
add a missing return statement, doh.
cg
2000-09-02
1
-0
/
+1
*
Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.
iwasaki
2000-09-02
4
-3
/
+39
*
Bite the bullet and provde memcmp() and memset(), this will be cheaper
phk
2000-09-02
3
-25
/
+20
*
Oops, only memset() is unsupported.
phk
2000-09-02
1
-1
/
+0
*
Purposely break kernel code which uses memset and memcpy to prevent people
phk
2000-09-02
1
-0
/
+9
*
Move svr4 here as well...
phk
2000-09-02
1
-17
/
+17
*
access() shouldn't diddle with the contents of a potentially shared
truckman
2000-09-02
2
-16
/
+36
*
- Add AS1200/Tincup description
wilko
2000-09-02
1
-31
/
+87
*
Don't check for ohci/uhci to be loaded, check for the usb module.
n_hibma
2000-09-02
2
-6
/
+4
*
Document AS1200 ("Tincup") as tested successfully.
wilko
2000-09-02
1
-0
/
+3
*
Don't try to set the mtime of the output file if it's not a regular file.
des
2000-09-02
1
-1
/
+2
*
Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody
kris
2000-09-02
3
-2
/
+2
*
Repair a broken conflict resolution in r1.2 which had the effect of nullifying
kris
2000-09-02
1
-23
/
+23
*
Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh!
kris
2000-09-02
1
-2
/
+2
*
Re-add missing "break" which was lost during a previous patch
kris
2000-09-02
1
-0
/
+1
*
Turn on X11Forwarding by default on the server. Any risk is to the client,
kris
2000-09-02
2
-2
/
+2
*
setproctitle() requires unistd.h and not libutil.h/-lutil
brian
2000-09-02
1
-3
/
+1
*
libutil.h is no longer required for setproctitle()
brian
2000-09-02
1
-5
/
+0
*
libutil is no longer required as setproctitle() has moved to libc
brian
2000-09-02
2
-5
/
+2
*
Move setproctitle() from libutil to libc (after a repo-copy)
brian
2000-09-02
8
-257
/
+12
[next]