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
*
Fix ioctl.c creation to deal with the depend case more properly.
jkh
2000-09-14
1
-2
/
+6
*
Blow away COMPAT_43 support for mount
eivind
2000-09-14
2
-42
/
+0
*
Understand IPPROTO_ESP and IPPROTO_AH packets
brian
2000-09-14
2
-0
/
+36
*
Make the [u]random device's permissions match those in the matching
markm
2000-09-14
1
-1
/
+1
*
Another overhaul of the periodic stuff.
brian
2000-09-14
39
-250
/
+824
*
GC vax-only code
eivind
2000-09-14
1
-47
/
+0
*
"fe" driver was newbus'ify and bus_space'ify by nyan.
sanpei
2000-09-14
1
-70
/
+60
*
Install the kernel KLM as "kernel" by default.
obrien
2000-09-14
4
-4
/
+4
*
Follow the hints from PHK's new messages- only make_dev for a device
mjacob
2000-09-14
1
-12
/
+12
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
13
-37
/
+10
*
Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexible
dfr
2000-09-14
1
-12
/
+12
*
Don't release Giant for db_nofault exceptions since it isn't held when
dfr
2000-09-14
1
-1
/
+0
*
There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}
ru
2000-09-14
1
-3
/
+0
*
- Newbus'ify and bus_space'ify.
nyan
2000-09-14
11
-6833
/
+3045
*
- Changed the structure name (struct disk -> struct softc).
nyan
2000-09-14
1
-420
/
+61
*
Add Quicknet LineJACK and PhoneJACK cards
roger
2000-09-14
1
-0
/
+1
*
remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.
jkh
2000-09-14
2
-2
/
+2
*
Another Sept 5 change forces a new mountd since the old mountd panics
imp
2000-09-14
1
-0
/
+9
*
Fixed breakage of installation of kbdcontrol.1 in previous commit.
bde
2000-09-14
1
-2
/
+4
*
Activate the rest of the aac driver, otherwise even GENERIC fails to build.
peter
2000-09-13
1
-0
/
+3
*
Fix compilation problems and bounds-checking bug in `ifinfo'.
wollman
2000-09-13
1
-2
/
+7
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
32
-285
/
+208
*
- Fix spinlock exiting to handle recursion properly and only enable
jhb
2000-09-13
2
-10
/
+14
*
- Fix spinlock exits to properly handle the recursion count and only
jhb
2000-09-13
1
-43
/
+59
*
Import the global sched_lock variable instead of using a private copy. This
jhb
2000-09-13
1
-0
/
+1
*
Fix a comment, we have mutexes now instead of a single lock.
jhb
2000-09-13
1
-1
/
+1
*
Add back in obtaining/releasing Giant around interrupt handlers.
jhb
2000-09-13
1
-0
/
+10
*
New release note: aac driver.
bmah
2000-09-13
2
-0
/
+26
*
Be more careful about cleaning up the stack after function calls early
bde
2000-09-13
3
-33
/
+48
*
Fix small typo in sample code.
julian
2000-09-13
1
-1
/
+1
*
Pass a useful pathname to rlink(). Many thanks to the PR originator
sheldonh
2000-09-13
1
-1
/
+2
*
Fixed hang on booting with -d. mtx_enter() was called on an uninitialized
bde
2000-09-13
5
-24
/
+18
*
Merged from sys/isa/sio.c revision 1.312.
kato
2000-09-13
2
-0
/
+18
*
Merged from sys/i386/conf/GENERIC revision 1.275.
kato
2000-09-13
1
-1
/
+1
*
Merged from sys/i386/conf/GENERIC revision 1.274.
kato
2000-09-13
1
-1
/
+1
*
Add kbdmap.5 to build.
dwmalone
2000-09-13
5
-3
/
+8
*
Man page for the file format accepted by "kbdcontrol -l".
dwmalone
2000-09-13
1
-0
/
+311
*
Unlock current directory when calling VFS_ROOT() because underlying
bp
2000-09-13
1
-3
/
+10
*
Improve the clarification of the handling of the securelevel.
sheldonh
2000-09-13
1
-6
/
+2
*
Teach sysinstall about 'aac'.
msmith
2000-09-13
3
-0
/
+3
*
Teach libdisk about 'aac'
msmith
2000-09-13
2
-2
/
+4
*
Teach MAKEDEV about 'aac'.
msmith
2000-09-13
1
-4
/
+12
*
Allow users to add libraries for sendmail (e.g. Cyrus SASL)
gshapiro
2000-09-13
2
-2
/
+2
*
Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.
imp
2000-09-13
1
-1
/
+4
*
A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA
msmith
2000-09-13
17
-1
/
+4787
*
Take out some unneeded debugging code and re-enable panic()'ing if we spin
jhb
2000-09-13
1
-14
/
+6
*
Merge changes from the i386 port to allow userret() to be called both
dfr
2000-09-12
1
-11
/
+37
*
* Redo the cmpset inlines to use one less register. This incidentally
dfr
2000-09-12
1
-22
/
+156
*
Really disable interrupts for spin mutexes instead of just pretending.
dfr
2000-09-12
2
-16
/
+12
*
Use size_t instead of u_int for 4th argument to copyinstr().
jhb
2000-09-12
1
-1
/
+1
[next]