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
*
Fix stupid error where more bits where set than actual distributions
jkh
1999-07-02
2
-4
/
+4
*
#include <machine/md_var.h> to bring the prototype for
peter
1999-07-01
2
-2
/
+4
*
Fix a warning - the code is correct but gcc can't tell.
peter
1999-07-01
1
-1
/
+2
*
Moving the initialization for write sooner quiets a warning.
peter
1999-07-01
1
-2
/
+2
*
Unused variable.
peter
1999-07-01
1
-2
/
+1
*
Pull some prototypes into scope
peter
1999-07-01
2
-1
/
+3
*
Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()
peter
1999-07-01
2
-2
/
+12
*
Fix a printf int/long problem on the Alpha
peter
1999-07-01
1
-2
/
+3
*
move <sys/systm.h> before <sys/buf.h>
peter
1999-07-01
2
-4
/
+4
*
#include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().
peter
1999-07-01
1
-2
/
+3
*
Declare busdma_swi() like on i386 version.
peter
1999-07-01
2
-2
/
+4
*
Nuke the BUGS sections of these man pages because they are not appropriate.
mpp
1999-07-01
4
-12
/
+4
*
Fix typos/spelling errors.
mpp
1999-07-01
6
-16
/
+17
*
Avoid warning on nextpaddr, just like on the x86.
peter
1999-07-01
1
-2
/
+2
*
Modify code to be -Wall'able.
mks
1999-07-01
41
-611
/
+603
*
Tidy up a few warnings when used without splash. (things defined but not
peter
1999-07-01
1
-1
/
+7
*
Prototype for alpha_fix_srm_checksum().
peter
1999-07-01
3
-3
/
+12
*
Fix warnings on the Alpha.
peter
1999-07-01
1
-2
/
+7
*
Get prototype for isa_init_intr().
peter
1999-07-01
1
-1
/
+2
*
Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.
peter
1999-07-01
1
-2
/
+3
*
Fix printf int/long format problems on the Alpha.
peter
1999-07-01
1
-3
/
+3
*
Add mising aio_* man pages. Fixed a minor typo in aio_read.2,
wes
1999-07-01
6
-9
/
+575
*
int/long printf format problems on the Alpha.
peter
1999-07-01
1
-4
/
+4
*
Fix some int/long printf problems for the Alpha
peter
1999-07-01
5
-20
/
+23
*
Quiet warnings on an Alpha. CBSIZE has long type and causes the other
peter
1999-07-01
2
-6
/
+10
*
Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)
peter
1999-07-01
7
-27
/
+26
*
Remove the now-bogus comment about using iosiz with npx0 for memory
jkh
1999-07-01
3
-36
/
+6
*
Look up the kernel environment for MAXMEM as a final override for the
peter
1999-07-01
2
-6
/
+18
*
Move kern_envp and preload initialization a little earlier so that we
peter
1999-07-01
2
-18
/
+16
*
Fix ambigious else.
billf
1999-07-01
1
-2
/
+3
*
Don't include trailing whitespace in ID tokens before comments. ie:
peter
1999-07-01
1
-1
/
+2
*
Detect and remove defunct or unknown options from opt_*.h files. This
peter
1999-07-01
1
-11
/
+23
*
Fix two easy warnings when using BRIDGE without IPFIREWALL.
peter
1999-07-01
1
-2
/
+3
*
Fix some warnings, unused functions etc.
peter
1999-07-01
1
-9
/
+17
*
Document that FTP_PASSIVE_MODE should be explicitly
ru
1999-07-01
1
-2
/
+4
*
Turn System V command line syntax ``on'' by default.
ru
1999-07-01
2
-12
/
+4
*
Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.
peter
1999-07-01
2
-4
/
+4
*
Spelll 'asynchronous' coriectly
kris
1999-07-01
1
-2
/
+2
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
17
-207
/
+225
*
Fix the NAME section of the kldload.2 manpage, which made reference to
sheldonh
1999-07-01
6
-8
/
+52
*
Sigh. It's always the smallest changes that generate the largest public
jkh
1999-07-01
1
-3
/
+3
*
(1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.
billf
1999-07-01
1
-3
/
+6
*
Compromise proposal: Comment out both old and new radius ports, explain
jkh
1999-07-01
1
-3
/
+10
*
Ommitted in previous commit message:
sheldonh
1999-06-30
2
-2
/
+2
*
Enable wrapping for dgram services and fix logging so that -l really
sheldonh
1999-06-30
2
-33
/
+51
*
Increase the size of the route reference count from 15 bits to 31 bits.
msmith
1999-06-30
1
-3
/
+2
*
Allow the use of `-' as an argument to the -w option so that standard
sheldonh
1999-06-30
2
-7
/
+18
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
5
-54
/
+65
*
Sync with sys/i386/i386/userconfig.c revision 1.147.
kato
1999-06-30
1
-4
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.345.
kato
1999-06-30
2
-6
/
+6
[next]