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
*
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
*
Use Id instead of Header. Change message 103, trailing \n is not needed
charnier
1998-01-12
4
-8
/
+8
*
Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).
charnier
1998-01-12
1
-23
/
+19
*
Add code to the example 'driver-o-matic' to support being an LKM
julian
1998-01-12
1
-6
/
+101
*
Allow a -D'date' option to be included with a -r'branch'
julian
1998-01-12
2
-4
/
+4
*
Adjust upwards the size of exec map in order to take into account the
dyson
1998-01-12
2
-4
/
+4
*
changed 1st appeared in clause -- about to import into -stable
obrien
1998-01-12
1
-3
/
+3
*
Add some devfs entries
julian
1998-01-12
1
-2
/
+44
*
Update for new common calendar.
steve
1998-01-12
1
-25
/
+125
*
add devfs entries for a few more syscons devices (e.g. sysmouse)
julian
1998-01-12
3
-9
/
+27
*
Fix another vnode leak.
dyson
1998-01-12
2
-4
/
+8
*
Upgrade the cpp pre-defines to include -Dunix. Turns out we need that
jb
1998-01-12
1
-1
/
+1
*
Fix some vnode management problems, and better mgmt of vnode free list.
dyson
1998-01-12
11
-79
/
+291
*
Reword the synopsis line so that it makes sense.
steve
1998-01-12
1
-2
/
+2
*
Formatting fix & improved comment for struct timeval.
alex
1998-01-11
1
-1
/
+3
*
Fixed brk(2) xref.
alex
1998-01-11
1
-1
/
+2
*
Added sys/types.h to synopsis as per POSIX.
alex
1998-01-11
1
-1
/
+2
*
Replace sys/param.h with sys/types.h as per POSIX.
alex
1998-01-11
1
-1
/
+9
*
Document that arg max is controllable via sysctl.
alex
1998-01-11
1
-5
/
+7
*
Implement the first page access for object type determination more
dyson
1998-01-11
3
-96
/
+132
*
Try to solve timeout race by not touching softtics here.
phk
1998-01-11
2
-8
/
+4
*
Remove use of <osreldate.h>.
eivind
1998-01-11
2
-12
/
+0
*
Lose <net/if_var.h> !
brian
1998-01-11
5
-20
/
+5
*
Move softc stuff into if_tunvar.h
brian
1998-01-11
2
-17
/
+51
*
Move softc stuff into if_tunvar.h
brian
1998-01-11
1
-0
/
+1
*
Make things work when sizeof(long) != 32 (hopefully)
brian
1998-01-11
10
-86
/
+89
*
Formatting fix.
alex
1998-01-11
1
-1
/
+2
*
Added EMFILE and ENFILE to errors section.
alex
1998-01-11
1
-0
/
+5
*
.Xr sigvec --> sigaction
alex
1998-01-11
1
-2
/
+2
*
Add <sys/types.h> to synopsis.
alex
1998-01-11
1
-1
/
+4
*
Add an option (-M) to install to disable use of mmap(2). This is kinda
peter
1998-01-11
2
-7
/
+14
*
change s_port to ntohs(s_port) for printf in DEBUG.
darrenr
1998-01-11
3
-6
/
+6
*
Test for ${MACHINE} == "alpha" and include the bootstrap makefile instead
jb
1998-01-11
1
-4
/
+15
*
This makefile provides a bootstrap installation of FreeBSD on an installed
jb
1998-01-11
1
-0
/
+477
*
Remember any number of interface names.
brian
1998-01-11
1
-13
/
+28
*
Add the alpha MD files for gcc to product ELF for FreeBSD/Alpha.
jb
1998-01-11
14
-0
/
+8479
*
More i386 -> ${MACHINE} changes to make this Makefile machine
jb
1998-01-11
1
-15
/
+15
[next]