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
*
Removed redundant declarations. rpcgen generates `typedef enum foo;'
bde
1998-01-16
1
-5
/
+2
*
Made this header self-sufficent. It had unnecessary dependencies on
bde
1998-01-16
1
-2
/
+6
*
Fixed a missing dependency.
bde
1998-01-16
1
-1
/
+3
*
Null change to attach the correct log message for the previous commit:
bde
1998-01-16
1
-1
/
+1
*
Added a forward struct declaration so that this file is less
bde
1998-01-16
2
-4
/
+10
*
Commented out `#pragma ident' so that the K&R support isn't gratuitously
bde
1998-01-16
1
-1
/
+1
*
Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patch
kato
1998-01-16
12
-206
/
+253
*
Fixed bugs introduced when files were synchronized with
kato
1998-01-16
3
-39
/
+30
*
Translated to `C' - commented out #ident.
bde
1998-01-16
1
-1
/
+1
*
Fixed long lines in install rule. Fixed other bogons while I was here:
bde
1998-01-16
1
-19
/
+12
*
Removed redundant declarations. Keymap functions are declared in
bde
1998-01-16
1
-6
/
+0
*
Use the system __CONCAT() instead of /**/ for concatenation in the
bde
1998-01-16
1
-1
/
+2
*
Fixed copying of N_TXTADDR() from the system version in the previous
bde
1998-01-16
1
-1
/
+1
*
Fixed handling of short writes. Previously, we stopped copying and
bde
1998-01-16
1
-5
/
+17
*
Add rcsid. Remove unused vars. Use err(3) and change exit(-1).
charnier
1998-01-16
1
-28
/
+19
*
Add rcsid. Change exit(-1). Use err() instead of warn()/exit().
charnier
1998-01-16
13
-46
/
+54
*
Fixed some spelling errors.
bde
1998-01-16
1
-2
/
+2
*
Fix wrong ---/*** names produced using -L diff option
ache
1998-01-16
1
-7
/
+13
*
PR: 5489
danny
1998-01-15
1
-5
/
+5
*
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
[next]