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
*
update hub.mc to match what we are currently using:
jmb
1998-01-15
1
-17
/
+25
*
Sync with sys/i386/conf/files.i386 revision 1.185.
kato
1998-01-15
2
-2
/
+4
*
Return the correct errno from getcwd() even if free() or closedir()
mckay
1998-01-15
1
-0
/
+4
*
Fix typo
cracauer
1998-01-15
1
-1
/
+1
*
spelling error.
phk
1998-01-15
1
-1
/
+1
*
Handle option -j correctly.
helbig
1998-01-15
1
-3
/
+3
*
Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which
jb
1998-01-15
3
-6
/
+18
*
Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__
jb
1998-01-15
1
-12
/
+12
*
Fix I/O port address of ed8.
kato
1998-01-15
2
-4
/
+4
*
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
kato
1998-01-15
2
-2
/
+8
*
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
gibbs
1998-01-15
9
-25
/
+32
*
Implementation of Bus Space for FreeBSD-x86.
gibbs
1998-01-15
18
-11
/
+11518
*
Implementation of Bus DMA for FreeBSD-x86. This is sufficient to do
gibbs
1998-01-15
4
-2
/
+1192
*
Add entry for i386/i386/busdma_machdep.c
gibbs
1998-01-15
2
-2
/
+4
*
Typo fix.
alex
1998-01-15
1
-2
/
+12
*
Move almost all the ntp related stuff from kern_clock.c to
phk
1998-01-14
5
-1344
/
+675
*
Make softticks static.
phk
1998-01-14
1
-35
/
+2
*
Add and document PPS_SYNC
phk
1998-01-14
3
-3
/
+21
*
I forgot to synchronize some changes with sys/i386/isa/wd.c, but I
kato
1998-01-14
1
-8
/
+14
*
Include string.h for memcpy function prototype.
jb
1998-01-14
1
-0
/
+1
*
Include pc98.h instead of isa.h when PC98 is defined.
kato
1998-01-14
1
-1
/
+5
*
Fix typo.
kato
1998-01-14
1
-2
/
+2
*
Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
charnier
1998-01-14
12
-60
/
+82
*
Use err(3). Change exit(-1). Remove unused #include.
charnier
1998-01-14
1
-35
/
+27
*
Add rcsid, remove unused #includes, change exit(-1).
charnier
1998-01-14
1
-4
/
+7
*
Free our input mbuf when the FCS is good (oops, memory leak).
brian
1998-01-14
1
-1
/
+2
*
Remove __libalias_version. Ppp no longer uses it.
brian
1998-01-14
2
-6
/
+0
*
Lose __libalias_version.
brian
1998-01-14
1
-10
/
+59
*
vmunix -> kernel
steve
1998-01-13
1
-1
/
+1
*
Choose the default binary format based on machine type.
jb
1998-01-13
2
-2
/
+10
*
Consistently reference init as .Xr init 8.
alex
1998-01-13
1
-2
/
+2
*
Return type and argument to sleep are unsigned int.
alex
1998-01-13
1
-2
/
+3
*
When printf'ing the result of pointer arithmetic, cast the result to
jb
1998-01-13
1
-9
/
+9
*
Add a macro to accurately calculate the length of a struct ifreq when
wollman
1998-01-13
1
-1
/
+6
*
Change MAP_FAILED to type void *.
alex
1998-01-13
1
-3
/
+3
*
Dump the constant NGROUPS in favor of the POSIX way:
alex
1998-01-13
1
-9
/
+6
*
Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
alex
1998-01-13
1
-1
/
+3
*
Fix illegal numeric expressions: 08 and 09.
yokota
1998-01-12
3
-30
/
+30
*
Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the last
yokota
1998-01-12
1
-11
/
+16
*
Remove two non-global variables.
phk
1998-01-12
1
-3
/
+1
*
${TARGET} -> ${.TARGET}
eivind
1998-01-12
1
-2
/
+2
*
Fix JIS code support.
kato
1998-01-12
1
-2
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.281.
kato
1998-01-12
2
-4
/
+4
*
Sync with sys/i386/isa/syscons.c revision 1.245.
kato
1998-01-12
1
-3
/
+9
*
Sync with sys/i386/conf/GENERIC revision 1.102.
kato
1998-01-12
2
-8
/
+6
*
Initialize the variables Crtat and Atrat in scvidprobe().
kato
1998-01-12
2
-31
/
+29
*
Remove optind (getopt() already knows about it).
charnier
1998-01-12
1
-3
/
+2
*
Remove optind (getopt() already knows about it). Move -d flag to -c according
charnier
1998-01-12
1
-6
/
+4
*
Use err(3). Change exit(-1), and make exit values equal to 1 when errors.
charnier
1998-01-12
1
-84
/
+52
*
Change message 103, trailing \n is not needed when using errx(3).
charnier
1998-01-12
4
-8
/
+8
[next]