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
...
*
Reduce namespace pollution.
alc
2002-09-21
1
-3
/
+0
*
Claim to be 1003.1-2001. We're not quite, yet, but that's a more useful
wollman
2002-09-21
3
-150
/
+86
*
Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.
wollman
2002-09-21
1
-105
/
+351
*
Define constants for those POSIX options and option groups which are
wollman
2002-09-21
1
-18
/
+237
*
Use new visibility macros. Reorder some disordered declarations. Add
wollman
2002-09-21
1
-52
/
+104
*
Use new visibility macros. (1 of 5)
wollman
2002-09-21
1
-10
/
+10
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
11
-49
/
+206
*
Insert a missing call to MAC protection check for delivering an
rwatson
2002-09-21
1
-1
/
+5
*
Remove unnecessary #include <assert.h>; it was used to bring in the
tjr
2002-09-21
20
-20
/
+0
*
Add missing semicolon
grehan
2002-09-20
1
-1
/
+1
*
Assert my copyright on this file (using the default 2-clause BSD).
phk
2002-09-20
1
-11
/
+4
*
Remove a prototype for a function that is no longer called.
markm
2002-09-20
1
-1
/
+0
*
Install empty ftp.log file to start off ftp logging.
markm
2002-09-20
1
-0
/
+2
*
Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd's
markm
2002-09-20
2
-0
/
+2
*
Fix an infinite loop when _fetch_read() can return 0 (if the
alfred
2002-09-20
1
-1
/
+5
*
The resolver library does a pretty acceptable set of domain
markm
2002-09-20
1
-19
/
+2
*
Kerberised NFS has never (as far as I can tell) worked outside
markm
2002-09-20
1
-12
/
+2
*
Initialize a variable in order to fix when faced with picky compilers.
eric
2002-09-20
1
-0
/
+2
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
22
-219
/
+100
*
Extend the lint handling a bit.
markm
2002-09-20
3
-6
/
+14
*
Remove NVIDIA ioctl bits. They will be provided in a kernel module.
mdodd
2002-09-20
2
-29
/
+0
*
Axe unused include.
jhb
2002-09-20
3
-3
/
+0
*
up gif during setup.
ume
2002-09-20
3
-0
/
+3
*
mistakenly set IFF_UP by SIOCSIFPHYADDR.
ume
2002-09-20
1
-4
/
+0
*
This file does not <sys/disklabel.h>
phk
2002-09-20
1
-1
/
+0
*
Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>
phk
2002-09-20
4
-11
/
+0
*
We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.
phk
2002-09-20
2
-4
/
+0
*
Put an XXX comment here to point somebody in the right direction.
phk
2002-09-20
1
-0
/
+1
*
Fix various style(9) bugs:
mike
2002-09-20
1
-19
/
+19
*
For reasons now lost in historical fog, the bounds_check_with_label()
phk
2002-09-20
7
-358
/
+58
*
We don't need the <sys/disklabel.h> include for alpha anymore.
phk
2002-09-20
1
-3
/
+0
*
#include <sys/disk.h> to get disk_err() prototype.
phk
2002-09-20
3
-0
/
+3
*
Fix k5admind by dropping libkadm5clnt from LDADD.
nectar
2002-09-20
2
-2
/
+2
*
Kernel MIB name for disabling ACPI was changed.
matusita
2002-09-20
1
-1
/
+1
*
Reduce <sys/disklabel.h> poisoning a bit.
phk
2002-09-20
2
-1
/
+1
*
Reorder libraries in LDADD in case some wants to statically
nectar
2002-09-20
2
-4
/
+6
*
Make ipropd-slave/ipropd-master actually work. These applications
nectar
2002-09-20
2
-2
/
+2
*
Remove unneeded #include <sys/disklabel.h>
phk
2002-09-20
1
-1
/
+0
*
Include <sys/ioccom.h> directly, rather than indirectly through
phk
2002-09-20
1
-1
/
+1
*
Remove even more Copy&Pasted sets of #includes.
phk
2002-09-20
2
-16
/
+0
*
Remove unused #includes. Looks amacingly like the exact same set
phk
2002-09-20
1
-6
/
+0
*
Remove #include of <sys/disklabel.h> (and a few other unused #includes I
phk
2002-09-20
1
-8
/
+0
*
We don't need to #include <sys/disklabel.h>.
phk
2002-09-20
1
-2
/
+0
*
Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.
phk
2002-09-20
1
-2
/
+0
*
Don't call dkunit() to find our unit number, it is in our softc.
phk
2002-09-20
1
-1
/
+1
*
Don't use dkunit() to find out unit, we already have our softc pointer
phk
2002-09-20
1
-5
/
+3
*
Revert previous commit to unbreak world until we figure out the
archie
2002-09-20
6
-10
/
+7
*
Fix the support for the AN985/983 chips, which do not set the
mbr
2002-09-20
2
-2
/
+4
*
Enable the automatic TX underrun recovery for the ADMtek chips.
mbr
2002-09-20
4
-0
/
+10
*
Make FreeBSD "struct disklabel" agnostic, step 312 of 723:
phk
2002-09-20
6
-154
/
+152
[prev]
[next]