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
*
Don't assign the va_list variable 'ap' directly to the argtable because
jb
1998-05-08
1
-19
/
+18
*
Add new named configuration template and remove old template
ache
1998-05-07
3
-64
/
+100
*
Redo tcpmux stuff. tcpmux handling is now performed after inetd
guido
1998-05-07
1
-15
/
+20
*
fix a core dump problem when you don't give -f a parameter... also compare
jmg
1998-05-07
1
-2
/
+2
*
An effort to make SLICE/DEVFS play with SCSI.
julian
1998-05-07
1
-79
/
+102
*
Sync with sys/i386/isa/wd.c revision 1.166.
kato
1998-05-07
1
-31
/
+64
*
Sync with sys/i386/isa/fd.c revision 1.112.
kato
1998-05-07
2
-8
/
+10
*
In the words of the submitter:
msmith
1998-05-07
20
-417
/
+360
*
cleanup: remove duplicated dump code.
julian
1998-05-07
1
-125
/
+39
*
cleanup:
julian
1998-05-07
1
-184
/
+62
*
Unbotch whitespace and change switch with two cases to if.
eivind
1998-05-07
2
-24
/
+18
*
Make syslogd function in non-secure mode.
brian
1998-05-07
1
-4
/
+4
*
There is no dump routine for fd so give it an explicit NULL entry
julian
1998-05-06
3
-6
/
+9
*
Don't call a dump routine if there isn't one. (e.g. in floppy driver)
julian
1998-05-06
2
-4
/
+12
*
Add dump support to the DEVFS/slice code.
julian
1998-05-06
13
-32
/
+371
*
Only include bsd.dep.mk in `mk'files that handle C sources. Abuse
bde
1998-05-06
5
-31
/
+29
*
Overlooked, that newer naming convention is xxx_program instead of xxx_prog.
andreas
1998-05-06
9
-28
/
+28
*
document ntpdate_prog and xntpd_prog
andreas
1998-05-06
1
-2
/
+12
*
Delete stale comment.
wosch
1998-05-06
1
-4
/
+2
*
Backed out previous backout. Put y.tab.h back in SRCS.
bde
1998-05-06
1
-10
/
+6
*
Backed out previous backout. Put y.tab.h back in SRCS.
bde
1998-05-06
1
-4
/
+2
*
Backed out previous backout.
bde
1998-05-06
1
-2
/
+3
*
Regress to generating foo.c from foo.y via y.tab.c for crufty applications
bde
1998-05-06
1
-12
/
+20
*
Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal
bde
1998-05-06
1
-5
/
+7
*
XFree86 3.3.1 -> 3.3.2
jkh
1998-05-06
6
-291
/
+291
*
devfs_add_devswf(9) and devfs_link(9) don't tell you how to
phk
1998-05-06
2
-3
/
+6
*
The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)
phk
1998-05-06
1
-2
/
+2
*
Sync with sys/i386/isa/wd.c revision 1.164.
kato
1998-05-06
1
-2
/
+7
*
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
33
-257
/
+227
*
Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
2
-13
/
+15
*
Updates to support adding driver files outside the i386 area.
msmith
1998-05-06
2
-92
/
+357
*
As described by the submitter:
msmith
1998-05-06
27
-218
/
+24
*
Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.
gibbs
1998-05-06
11
-132
/
+419
*
Now that we have a TAILQ_PREV() that returns the previous object, simplify
gibbs
1998-05-06
2
-36
/
+14
*
Use the thread-aware errno definition all the time.
jb
1998-05-05
2
-44
/
+6
*
Build the syscalls (in libc, not libc_r) with weak symbols so that
jb
1998-05-05
2
-6
/
+18
*
Remove extern int errno and #include <errno.h> to get the proper definition.
jb
1998-05-05
1
-1
/
+1
*
Remove leading underscores from the FILE lock functions that POSIX
jb
1998-05-05
1
-3
/
+3
*
I have a long list of issues to address here, mostly related to
jb
1998-05-05
1
-6
/
+4
*
Remove leading underscores for the functions (weak symbols here) that
jb
1998-05-05
1
-4
/
+7
*
The __set_ospeed() function is coded against the speed_t type declared
jb
1998-05-05
2
-3
/
+3
*
Change a couple of long types to int to match NetBSD so that termios
jb
1998-05-05
1
-3
/
+3
*
Treat the lock value as volatile.
jb
1998-05-05
3
-6
/
+6
*
In a threaded library, expect the lock field to be declared volatile,
jb
1998-05-05
1
-5
/
+5
*
Add variables for the ntpdate and xntpd program, you might want
andreas
1998-05-05
8
-22
/
+24
*
Fix the search sequence for keymaps.
des
1998-05-05
1
-3
/
+3
*
Fix the 4-8G LBA geometry it was wrong.
sos
1998-05-05
1
-2
/
+7
*
Include pc98.h instead of isa.h when PC98 is defined.
kato
1998-05-05
1
-1
/
+5
*
Deleted unused item.
kato
1998-05-05
2
-4
/
+2
*
Don't generate y.tab.h, since it is not used.
bde
1998-05-05
1
-1
/
+2
[next]