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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for NetBSD syscalls.
jb
1998-08-17
2
-774
/
+0
*
Fixed printf format errors.
bde
1998-08-17
8
-70
/
+77
*
Fixed printf format errors. sppp_dotted_quad() was yet another private,
bde
1998-08-17
1
-9
/
+10
*
FIxed printf format errors. Most of them were exposed by our ntohl()
bde
1998-08-17
1
-25
/
+31
*
Fixed printf format and spelling errors. Didn't fix related
bde
1998-08-16
1
-3
/
+3
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
10
-8
/
+3469
*
Enable kernel dumps on SLICE systems.
des
1998-08-16
1
-1
/
+3
*
Make ELF kernels build again.
jdp
1998-08-16
2
-2
/
+5
*
Revamp the ELF include files to better support architecture-independent
jdp
1998-08-16
6
-337
/
+292
*
Fixed a style bug (a long line) in the previous commit.
bde
1998-08-16
1
-4
/
+4
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
30
-109
/
+125
*
Cast an int to (intptr_t) before casting it to (void *).
bde
1998-08-16
2
-8
/
+8
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging
bde
1998-08-16
2
-12
/
+12
*
pmap.c:
bde
1998-08-16
9
-42
/
+44
*
Use an array of uintptr_t's instead of an array of u_longs to hold
bde
1998-08-16
1
-2
/
+2
*
Cast to `char *' instead of to u_long to help add byte offsets to
bde
1998-08-15
1
-4
/
+5
*
Oops, the printf format error fixes confused curp->area with a pointer.
bde
1998-08-15
1
-3
/
+2
*
Oops, the previous fix confused Linux's sigset_t with a pointer type.
bde
1998-08-15
2
-10
/
+10
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg changing
bde
1998-08-15
2
-7
/
+7
*
Made some disgusting ifdefs even more disgusting to enable the support
bde
1998-08-15
10
-22
/
+22
*
Use offsetof() to avoid some casts from pointers to integers (of a
bde
1998-08-15
3
-3
/
+9
*
- change at2pc98() into global from static.
kato
1998-08-15
1
-2
/
+10
*
Sync with sys/i386/isa/syscons.c revision 1.274.
kato
1998-08-15
1
-4
/
+4
*
Only write a filemark on close when data has actually been written.
sos
1998-08-14
2
-10
/
+10
*
Change cmd argument to dsioctl from int to u_long.
dfr
1998-08-14
1
-2
/
+2
*
Changed \n to \r in the mouse cutbuffer, this makes pine & Emacs
sos
1998-08-14
2
-8
/
+8
*
Fix BNC/AUI autodetection.
msmith
1998-08-13
2
-36
/
+64
*
Use "baseclass" instead of "class" for storing the contents of PCI register
gibbs
1998-08-13
4
-12
/
+14
*
Cleaned up previous commit, mainly by moving repetitive calculations
bde
1998-08-13
5
-355
/
+192
*
Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and
bde
1998-08-13
5
-121
/
+373
*
I managed to break sparse configuration accesses with my last commit.
dfr
1998-08-13
1
-3
/
+3
*
Protect all modifications to v_numoutput with splbio().
dfr
1998-08-13
5
-10
/
+18
*
Protect all modifications to paging_in_progress with splvm().
dfr
1998-08-13
1
-1
/
+3
*
Sync with sys/i386/isa/sio.c revision 1.210.
kato
1998-08-13
2
-30
/
+20
*
Remove some #if 0'd and commented-out code.
brian
1998-08-12
2
-68
/
+4
*
One-liner: add a call to the underlying device driver's SIOCDELMULTI
wpaul
1998-08-12
1
-1
/
+2
*
"The releaseing of the reference and lock is not temporary and belongs
msmith
1998-08-12
3
-4
/
+1
*
Handle the case of moving a directory onto the top of a sibling's
julian
1998-08-12
3
-7
/
+58
*
Don't configure compatibility code for pre-Lite2 mount() calls by
bde
1998-08-12
4
-16
/
+16
*
Removed support for FreeBSD-1.x.
bde
1998-08-12
1
-6
/
+1
*
Fixed printf format errors.
bde
1998-08-12
1
-50
/
+4
*
Removed unused includes.
bde
1998-08-12
3
-64
/
+3
*
Synced with dgb.c. Important changes from 1.29 (ioctl handling
bde
1998-08-12
2
-104
/
+54
*
Fixed printf format errors.
bde
1998-08-12
2
-14
/
+12
*
Modify the internal interfaces to the kernel linker to make it possible
dfr
1998-08-12
3
-16
/
+97
*
Removed a bogus ifdef that broke using SWI_* in LKMs.
bde
1998-08-11
1
-6
/
+2
*
Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != long
bde
1998-08-11
1
-5
/
+6
*
Don't depend on "implicit int".
bde
1998-08-11
1
-2
/
+2
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
17
-158
/
+94
*
Fixed printf format errors.
bde
1998-08-11
1
-2
/
+2
[next]