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 use backslash-newline to split the too-long line for
bde
1999-03-05
1
-4
/
+2
*
Fixed disordering and incoinsistent style in previous commit.
bde
1999-03-05
1
-3
/
+3
*
The pseudocode in the synopsis didn't come close to actually
bde
1999-03-05
1
-4
/
+6
*
Moved kernel declarations inside the KERNEL ifdef, and removed
bde
1999-03-05
1
-7
/
+7
*
Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX to
bde
1999-03-05
1
-4
/
+3
*
Backed out most of rev.1.4. I didn't submit it; I only submitted a
bde
1999-03-05
1
-7
/
+8
*
Use sysctlbyname() instead of sysctl().
phk
1999-03-05
1
-6
/
+2
*
Forgot to add $Id$ and change date in previous commit.
bde
1999-03-05
1
-1
/
+2
*
Now all actual probing of both ATA & ATAPI devices are done after
sos
1999-03-05
8
-332
/
+301
*
Changed the type of quotactl()'s 4th arg from `char *' to `void *'
bde
1999-03-05
2
-3
/
+3
*
Fix an SMP-only TLB invalidation bug. Specifically, disable
alc
1999-03-05
2
-2
/
+10
*
exec_aout_imgact should lock the vm_map before calling vm_map_insert.
alc
1999-03-04
1
-6
/
+15
*
Extend the ``set redial'' command to allow incremental
brian
1999-03-04
6
-112
/
+287
*
Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.
kato
1999-03-04
1
-4
/
+7
*
Added an entry for 1.44MB fd.
kato
1999-03-04
1
-2
/
+2
*
Oops, forgot to read boot.config file.
kato
1999-03-04
1
-1
/
+2
*
Adopt syscons's recent change from key_t to keyent_t (this part of
joerg
1999-03-04
1
-2
/
+2
*
When SCSI IDs are not contiguous, the loader could not find correct
kato
1999-03-04
2
-9
/
+14
*
boot2 doesn't need to say 'Can't find file boot.config.'
kato
1999-03-04
1
-5
/
+2
*
Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.
kato
1999-03-04
1
-2
/
+2
*
Sync with sys/i386/isa/sio.c revision 1.229.
kato
1999-03-04
2
-6
/
+14
*
Sync with sys/i386/conf/files.i386 revision 1.225.
kato
1999-03-04
2
-2
/
+4
*
Add the atapi fd driver (LS120 & ZIP drive support)
sos
1999-03-04
5
-5
/
+10
*
arprequest() allocates an mbuf with m_gethdr() but does not initialize
wpaul
1999-03-04
1
-1
/
+2
*
Correct some ntohl/htonl bogons in the netmask handling.
brian
1999-03-03
6
-35
/
+74
*
Added driver to support ATAPI floppies ie LS-120 & ZIP drives.
sos
1999-03-03
12
-612
/
+1159
*
The tunable parameter for the scheduler quantum was inverted.
julian
1999-03-03
2
-31
/
+25
*
Change the comment to sendmail_flags which has scared so many people
phk
1999-03-03
1
-2
/
+2
*
Fixed null pointer panic for misconfigured master ports.
bde
1999-03-03
1
-3
/
+7
*
Fix the style of my previous commit.
joerg
1999-03-03
1
-1
/
+1
*
Increase the vector that's used to look for free pty's. We go through
joerg
1999-03-03
1
-1
/
+1
*
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
kato
1999-03-03
6
-6
/
+16
*
These were missing from the previous commit.
imp
1999-03-03
12
-0
/
+12
*
Bring in initial libc support for mips. These files were taken from
imp
1999-03-03
48
-0
/
+2684
*
Slight cleanup of code resurected for union mounts..
julian
1999-03-03
2
-66
/
+70
*
To avoid a conflict for the vm_map's lock with vm_fault, release
alc
1999-03-02
1
-4
/
+33
*
add more MLINKS
ache
1999-03-02
1
-1
/
+8
*
Change SAVECONFIG ioctl: it now writes an int parameter.
grog
1999-03-02
1
-1
/
+1
*
Make comment match code.
julian
1999-03-02
1
-3
/
+2
*
Better logging when the Geometry register probe fails.
imp
1999-03-02
1
-3
/
+3
*
Remove inapropriate use of VOP_ISLOCKED()
julian
1999-03-02
1
-2
/
+2
*
Add new kernel option:
semenu
1999-03-02
2
-1
/
+7
*
Make window(1) actually work again. It has been broken for quite some
joerg
1999-03-02
2
-2
/
+3
*
Correct casts in vtophys and avtophys to be vm_offset_t.
dg
1999-03-02
2
-6
/
+6
*
Don't treat empty lines as end-of-file in include(). (I can't
dcs
1999-03-02
1
-2
/
+2
*
Put back the bktr update to generate /dev/vbi
roger
1999-03-02
2
-4
/
+6
*
Merge with sys/i386/conf/files.i386 revision 1.224.
kato
1999-03-02
2
-2
/
+12
*
Sync with sys/i386/conf/Makefile.i386 revision 1.140.
kato
1999-03-02
2
-4
/
+4
*
Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Making
bde
1999-03-02
1
-1
/
+1
*
Fix for LINE30 option. This option was not tested under new console
kato
1999-03-02
2
-4
/
+4
[next]