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
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright and pull some newer definitions from NetBSD version.
mjacob
2000-01-29
1
-5
/
+63
*
Put tslb_device structure in this file. Put a pointer to to primary
mjacob
2000-01-29
1
-1
/
+13
*
Clean up some compilation warnings and errors.
mjacob
2000-01-29
1
-13
/
+2
*
Regen after pointing to the real setres[ug]id(). Remove dummy function.
peter
2000-01-29
1
-2
/
+0
*
Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc's
peter
2000-01-29
1
-4
/
+4
*
changes to osf1_wait4()
gallatin
2000-01-29
1
-5
/
+7
*
Mitigate the stream.c attacks
imp
2000-01-28
2
-0
/
+2
*
Remove a no-op "port ?" declaration.
peter
2000-01-24
2
-2
/
+2
*
Update GENERIC/SIMOS to leave out the useless trailing digit in pci
peter
2000-01-23
3
-116
/
+104
*
updated comments
wilko
2000-01-21
2
-4
/
+10
*
Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)
gallatin
2000-01-20
1
-9
/
+1
*
Fix breakage from last commit- macro was broken. I appreciate the
mjacob
2000-01-16
1
-2
/
+2
*
Removed outdated comment on experimental nature of ata. Added comment to esp
wilko
2000-01-16
2
-12
/
+2
*
Correct comments / point to right LINT file (./LINT does not exist for Alpha)
wilko
2000-01-16
2
-6
/
+8
*
The kernel side of per-process unaligned access control (printing, fixing &
gallatin
2000-01-16
5
-7
/
+66
*
Add SPLASSERT() macro. SPLASSERT() compiles to a no-op
jmb
2000-01-16
1
-0
/
+6
*
Don't clobber the sources when plain "make" is run. Just print a message
bde
2000-01-15
1
-2
/
+4
*
Add device driver support for USB ethernet adapters based on the CATC
wpaul
2000-01-14
2
-0
/
+2
*
Sort.
obrien
2000-01-12
2
-2
/
+4
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-5
/
+6
*
Update syscalls to Linux kernel 2.3.38. These syscalls are
marcel
2000-01-10
1
-0
/
+7
*
Update the syscalls to Linux kernel 2.3.38.
marcel
2000-01-10
1
-0
/
+7
*
Fixed bounds checking of unit number in promopen(). Minor numbers can
bde
2000-01-09
1
-1
/
+1
*
Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as
peter
2000-01-09
4
-693
/
+0
*
Synced with sys/i386/conf/Makefile.i386 (MACHINE -> MACHINE_ARCH).
kato
2000-01-09
1
-1
/
+1
*
Bump configversion. The controller/device changes are upwards but not
peter
2000-01-09
1
-1
/
+1
*
Include <stddef.h> here so that <sys/assym.h> can be unpolluted.
bde
2000-01-08
1
-1
/
+3
*
Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff as
peter
2000-01-08
1
-12
/
+4
*
Sync with i386
marcel
2000-01-08
2
-15
/
+10
*
s/controller/device/ as per config(8)
peter
2000-01-08
3
-41
/
+41
*
Use genassym(1).
marcel
2000-01-07
2
-112
/
+94
*
Revert back all the way to 1.11 - the problem was that Makefile.alpha was
peter
2000-01-07
1
-0
/
+3
*
Bring the Alpha and x86 Makefiles closer together.
peter
2000-01-07
1
-18
/
+28
*
Don't include <sys/systm.h>. It doesn't do anything, and with recent
msmith
2000-01-07
1
-1
/
+0
*
Missed s/KERNEL/_KERNEL/ here.. *blush*.
peter
2000-01-06
1
-4
/
+2
*
implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T ksh
gallatin
2000-01-06
2
-2
/
+10
*
Shutup complaints about unimplemented SVR4 ioctls
gallatin
2000-01-06
1
-0
/
+8
*
Add device driver support for USB ethernet adapters based on the
wpaul
2000-01-05
2
-0
/
+2
*
Per BDE- make this more like the i386 code in that, as per the comment,
mjacob
2000-01-04
1
-2
/
+5
*
add wx0 driver
mjacob
2000-01-04
2
-0
/
+2
*
fix leap year calculation
mjacob
2000-01-04
1
-1
/
+2
*
Make offsetof equivalent with <stddef.h>. This paves the way for
marcel
2000-01-03
1
-4
/
+4
*
untangle some includes and clean up for compilation cleanliness.
mjacob
2000-01-03
1
-3
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
20
-39
/
+40
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
2
-0
/
+2
*
Synced with Makefile.i386. The following cleanups in Makefile.i386
bde
1999-12-27
1
-3
/
+3
*
Changed the type used to represent the user stack pointer from `long *'
bde
1999-12-27
1
-6
/
+6
*
Include opt_nfs.h
peter
1999-12-27
1
-0
/
+1
*
Zap the kvm_kernel.db juggling at 'make install' time, it isn't needed
peter
1999-12-27
1
-7
/
+0
*
Use genassym(1) and <sys/assym.h> to generate assembler symbols.
marcel
1999-12-23
1
-18
/
+5
[next]