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
*
Skip the device if it is disabled, when searching for a serial port
yokota
1999-06-29
2
-0
/
+10
*
Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
yokota
1999-06-29
1
-2
/
+6
*
Stop signals being generated after meteor_close.
roger
1999-06-29
1
-1
/
+6
*
Clarify what happens if fd is set to -1
billf
1999-06-29
1
-2
/
+4
*
(mostly) fix ordering.
peter
1999-06-29
2
-304
/
+302
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
3
-6
/
+3
*
Hopefully fix the remaining glitches with the BUF_*() changes. This should
peter
1999-06-29
4
-27
/
+18
*
Lock buffer before calling strategy.
grog
1999-06-29
2
-3
/
+8
*
close_drive:
grog
1999-06-29
1
-6
/
+5
*
Correct type of intializer for (undocumented) cdevsw.d_parms.
grog
1999-06-29
1
-1
/
+2
*
Move call to umask(0) back into pw_util(), because the latter
pb
1999-06-29
3
-5
/
+9
*
Save common_tssd before it's loaded and the busy bit set.
luoqi
1999-06-28
2
-6
/
+6
*
Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()
peter
1999-06-28
1
-2
/
+2
*
Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.
kato
1999-06-28
2
-6
/
+6
*
Use the correct value for banksize so splash_pcx works in LFB modes.
des
1999-06-28
2
-4
/
+4
*
Sync with sys/i386/isa/clock.c revision 1.138.
kato
1999-06-28
3
-3
/
+9
*
Sync with sys/i386/i386/userconfig.c revision 1.146.
kato
1999-06-28
1
-3
/
+5
*
Sync with sys/i386/i386/machdep.c revision 1.344.
kato
1999-06-28
2
-2
/
+14
*
Sync with sys/i386/conf/Makefile.i386 revision 1.156.
kato
1999-06-28
2
-6
/
+6
*
Fix a KASSERT() that was negated and lead to:
peter
1999-06-28
2
-4
/
+4
*
Fix page fault in visual userconfig's save code. (I only use normal
peter
1999-06-28
1
-3
/
+5
*
Sync usage() with the manpage.
sheldonh
1999-06-28
1
-2
/
+3
*
Update the SYNOPSIS to reflect that the -l option can be specified
mpp
1999-06-28
1
-2
/
+3
*
make va_fsid be of type udev_t
phk
1999-06-28
1
-2
/
+2
*
Add some extra alpha_pal_imb()'s in overkill mode. This makes this PC164SX
peter
1999-06-28
1
-6
/
+12
*
Fix broken logic: (!wrap || log) -> (!wrap && log) .
sheldonh
1999-06-28
1
-2
/
+2
*
Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.
peter
1999-06-28
5
-8
/
+14
*
Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This
peter
1999-06-28
3
-6
/
+3
*
Revert back to not using -DKERNEL - it exposes inlines etc.
peter
1999-06-28
3
-116
/
+12
*
Revert back to not using -DKERNEL
peter
1999-06-28
2
-2
/
+6
*
Move struct prochd out of #ifdef KERNEL so the Alpha genassym can get
peter
1999-06-28
1
-5
/
+6
*
Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's
peter
1999-06-28
2
-4
/
+4
*
Define "OBSTACK_CHUNK_SIZE" as getpagesize().
obrien
1999-06-28
1
-1
/
+5
*
When requesting an exclusive lock with LK_NOWAIT, do not panic
mckusick
1999-06-28
1
-5
/
+7
*
Hmm, might as well make all of BEFORE_DEPEND first in case make depend
phk
1999-06-28
3
-6
/
+6
*
Also make pci_if.h early if make depend wasn't run.
phk
1999-06-28
3
-6
/
+6
*
Make bus_if.h and device_if.h as early as possible if make depend hasn't
phk
1999-06-28
3
-6
/
+6
*
Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now works
obrien
1999-06-28
1
-2
/
+2
*
Syntax for user/group is changed from "user.group" to "user:group" to be
obrien
1999-06-28
3
-7
/
+15
*
Fix minor alignment problem.
obrien
1999-06-28
1
-2
/
+2
*
New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.
billf
1999-06-28
2
-2
/
+8
*
Add MultiTech Atlas modem
n_hibma
1999-06-27
2
-0
/
+15
*
Remove superfluous semi-colon
n_hibma
1999-06-27
1
-4
/
+4
*
Standardize appearance of subsection headers (two spaces for section name)
jseger
1999-06-27
1
-2
/
+2
*
Kirk missed a required BUF_KERNPROC(). Even though this is a non-async
peter
1999-06-27
1
-1
/
+2
*
An SMP-specific change: Remove an unnecessary lock acquire and release
alc
1999-06-27
3
-15
/
+39
*
Fix the SYNOPSIS to reflect that the -w option can be specified twice.
sheldonh
1999-06-27
1
-2
/
+2
*
Make <sys/buf.h>'s inlines happier.
peter
1999-06-27
1
-3
/
+3
*
add description of Qlogic ISP FC Full Duplex option
mjacob
1999-06-27
3
-3
/
+21
*
Drop the embedded boot code in favour of a -B option which reads
rnordier
1999-06-27
6
-284
/
+200
[next]