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
*
Add a new keyboard mode K_CODE. Returns a single byte for each key
sos
1997-10-01
1
-1
/
+2
*
Always defines macros for PC-98 display.
kato
1997-09-04
1
-12
/
+6
*
Removed unused #includes (<machine/cpu.h> now gives more pollution).
bde
1997-09-01
1
-2
/
+1
*
Fixed misplaced declaration.
bde
1997-08-25
1
-2
/
+3
*
Minor formatting and style fixes.
bde
1997-08-25
1
-2
/
+5
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
1
-1
/
+2
*
Use CS_SECURE macro.
charnier
1997-08-18
1
-2
/
+1
*
Yeah I'm back hacking syscons !!
sos
1997-08-08
1
-1
/
+5
*
Nuke the nonexistend pad bytes from the end of the DMI header structure.
msmith
1997-08-04
1
-2
/
+1
*
Support for PC BIOS functions.
msmith
1997-08-01
1
-0
/
+113
*
Removed unused #includes.
bde
1997-07-20
3
-19
/
+3
*
Grr. Remove not-ready LDT modification fluff that also crept in with
msmith
1997-06-02
1
-26
/
+1
*
Add support for the SIOCGIFHWADDR ioctl, commonly used by
msmith
1997-06-02
1
-1
/
+71
*
md_regs is a struct trapframe * now, not int []
peter
1997-05-07
1
-41
/
+41
*
Removed unused #includes.
bde
1997-04-09
1
-3
/
+1
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-2
/
+2
*
Be consistant with the other syscall makefile's handling of the default
peter
1997-03-29
1
-1
/
+4
*
Fix the warning when compiling the SYSINIT hook due to function types.
peter
1997-03-29
1
-2
/
+13
*
Forgot $Id$, break a long line
peter
1997-03-29
1
-2
/
+5
*
Add a Makefile for regenerating the syscall tables
peter
1997-03-29
1
-0
/
+7
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
10
-10
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
10
-10
/
+10
*
Minor white-space and comment cleanups. No functional change.
nate
1997-01-05
1
-3
/
+10
*
Synchronize with the RELENG_2_2 branch.
asami
1996-12-04
1
-9
/
+1
*
Add IP_OPTIONS and the multicast-related setsockopts to the
fenner
1996-12-03
1
-1
/
+9
*
Alot of fixes from kazu:
sos
1996-12-01
1
-14
/
+48
*
KNF'ify.
nate
1996-11-15
1
-5
/
+11
*
Finally a start at sharing the kdb controller routines between
sos
1996-11-14
2
-24
/
+92
*
Add audio mixer ioctls.
smpatel
1996-11-05
1
-1
/
+19
*
Declare pointers to signal handling functions in full instead of as
bde
1996-10-25
1
-3
/
+2
*
Prepare kernel to take advantage of "branded" ELF binaries.
sos
1996-10-16
1
-5
/
+6
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+3
*
Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed
bde
1996-10-15
1
-1
/
+2
*
Fix a couble of nasties regarding mouse pointer and different
sos
1996-09-30
1
-1
/
+3
*
Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:
bde
1996-09-21
1
-7
/
+9
*
Change the way moused talk to syscons, now its only delivering mouseevents
sos
1996-06-25
1
-7
/
+22
*
Some news for syscons (long overdue):
sos
1996-06-21
1
-7
/
+11
*
Clean-up the new VM map procfs code, and also add support for executable
dyson
1996-06-18
1
-1
/
+3
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+26
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+1
*
Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.
jkh
1996-05-01
1
-1
/
+2
*
Update the linux_sendsig() handler to the new type of the 4th
peter
1996-03-17
1
-4
/
+4
*
Move the elf linux_interp structure from the lkm stub to here so that it
peter
1996-03-10
1
-1
/
+18
*
Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.
peter
1996-03-10
1
-1
/
+35
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
2
-65
/
+115
*
Oops.. I was wrong about the change to sigsuspend. The library interface is
peter
1996-03-04
1
-3
/
+4
*
Add support for the old-style Linux termio (not termios) TCGETA etc.
peter
1996-03-03
1
-2
/
+4
*
Minor touch-up... make two functions static, and add missing $Id$
peter
1996-03-02
1
-0
/
+1
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
4
-67
/
+480
*
A new syscalls table for the Linux emulator. This is processed by
peter
1996-03-02
2
-0
/
+221
[next]