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
*
Implement MDIOCLIST which returns the unit numbers of configured md(4)
phk
2003-01-27
1
-0
/
+11
*
Add an ioctl to return the unit numbers of the configured md devices.
phk
2003-01-27
1
-1
/
+3
*
Ensure that the TTY file descriptor is greater than or equal to 10 so that
tjr
2003-01-27
1
-1
/
+14
*
Convert newfs to use libufs. I've tested this on md filesystems, as has
jmallett
2003-01-27
4
-111
/
+42
*
MFp4:
imp
2003-01-27
4
-63
/
+63
*
Enable device zs and device sab by default.
jake
2003-01-27
1
-2
/
+2
*
Add a note about the ofwcons device name change.
jake
2003-01-27
1
-0
/
+4
*
Teach sysinstall about the em(4) device.
trhodes
2003-01-27
2
-0
/
+2
*
Change ofwcons to use the output-device property from the firmware for the
jake
2003-01-27
2
-6
/
+7
*
Back out some changes that snuck in with the last commit.
benno
2003-01-27
4
-538
/
+62
*
Flesh out bus_dmamap_sync.
benno
2003-01-27
5
-63
/
+544
*
Use td->td_sticks, not td->td_kse->ke_sticks.
benno
2003-01-27
2
-2
/
+2
*
Remove a duplicate definition of the __FBSDID macro.
benno
2003-01-27
1
-6
/
+0
*
Now return NULLified struct in case of empty config file
ache
2003-01-27
1
-6
/
+9
*
Handle read errors
ache
2003-01-27
1
-3
/
+6
*
Note that -c is no longer supported. This was requested by a few users and
trhodes
2003-01-27
1
-0
/
+4
*
If we don't know where the sblock is (e.g. filling out a blank disk), then
jmallett
2003-01-27
1
-0
/
+4
*
Simplify vm_object_page_remove(): The object's memq is now ordered. The
alc
2003-01-27
1
-62
/
+31
*
Unbreak SMP cases for these architectures.
julian
2003-01-27
2
-2
/
+2
*
Fix standard kse breakage of non-x86 platforms.
jake
2003-01-26
1
-2
/
+1
*
Use kg_numupcalls to see if we are closing a thread group,
davidxu
2003-01-26
2
-4
/
+4
*
Very minor EOL whitespace diff-reducer.
markm
2003-01-26
1
-1
/
+1
*
Missed a bit of cleanup.
markm
2003-01-26
1
-2
/
+0
*
fix warnings
alfred
2003-01-26
1
-2
/
+2
*
make these more useful for lint(1). Minor diff-reductions while I'm
markm
2003-01-26
6
-1
/
+7
*
Fix namespace pollution introduced in previous commit.
mbr
2003-01-26
2
-5
/
+5
*
Remove the get_term() function. It pretty much can't work for
markm
2003-01-26
1
-36
/
+7
*
Fix a typo and reword a bit the description of the new SCHED_xxx stuff.
keramida
2003-01-26
1
-4
/
+4
*
If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls
phk
2003-01-26
2
-0
/
+12
*
Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSD
phk
2003-01-26
1
-0
/
+62
*
Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.
phk
2003-01-26
1
-0
/
+1
*
Fix KSE related patch.
julian
2003-01-26
6
-12
/
+6
*
Correct typo.
murray
2003-01-26
2
-2
/
+2
*
regen
alfred
2003-01-26
1
-2
/
+2
*
Add const qualifier to data argument for msgsnd.
alfred
2003-01-26
4
-6
/
+5
*
Put DIOCWLABEL under #ifdef NO_GEOM
phk
2003-01-26
1
-0
/
+2
*
Extend the format of /etc/ftpchroot so an alternative chroot
yar
2003-01-26
4
-24
/
+171
*
- Split db.desc.cmd into desc.control and desc.reqcount.
simokawa
2003-01-26
2
-103
/
+127
*
IA64 still needs to be able to run on MBR+BSD combination, so put disklabel
phk
2003-01-26
3
-0
/
+3
*
- Improve IT/IR DMA queue management.
simokawa
2003-01-26
4
-428
/
+235
*
Drop the silly notion that i386 has two bootstrap files now that sys/boot
phk
2003-01-26
4
-326
/
+70
*
Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the
phk
2003-01-26
1
-0
/
+1
*
Remove #if checks for NUMBOOT==0, it's not relevant for any architecture
phk
2003-01-26
2
-60
/
+0
*
Build a file "boot" which consists of boot1 and boot2 concatenated.
phk
2003-01-26
2
-2
/
+12
*
This file is no longer needed.
phk
2003-01-26
1
-79
/
+0
*
Offer better advice in #error.
phk
2003-01-26
2
-10
/
+6
*
Spell libufs correctly in DPADD.
ru
2003-01-26
2
-2
/
+2
*
Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.
phk
2003-01-26
2
-6
/
+6
*
Make disklabel(8) MD for i386/pc98 and alpha only.
phk
2003-01-26
1
-1
/
+5
*
Remove part of my stateful locale patch that slipped into the previous rev.
tjr
2003-01-26
1
-3
/
+0
[next]