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
*
- Added the following options; they have existed in syscons
yokota
1999-11-08
1
-0
/
+4
*
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.
yokota
1999-11-08
1
-0
/
+1
*
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
yokota
1999-11-08
1
-1
/
+0
*
Take a shot at using cdevsw_add() to get it working again. This really
peter
1999-11-08
1
-1
/
+3
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
1
-17
/
+5
*
Remove the devsw magic from DEV_MODULE()
phk
1999-11-07
1
-1
/
+11
*
Options cleanup.
eivind
1999-11-06
1
-6
/
+0
*
Remove an unnecessary alignment check from osigreturn and sigreturn. (The
alc
1999-11-04
1
-7
/
+2
*
Fix the atomic arithmetic primitives for address where (p&7) >= 4.
dfr
1999-11-04
1
-24
/
+24
*
Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede
alc
1999-11-04
1
-8
/
+4
*
Add a second direct map window to increase the maximum RAM this platform
gallatin
1999-11-03
1
-28
/
+43
*
Cut out some extra dead code that I missed last time around. I think
msmith
1999-11-02
1
-14
/
+2
*
This is a complete rewrite of vfs_conf.c, which changes the way the root
msmith
1999-11-01
1
-47
/
+15
*
Merge the alpha and x86 majors files together. There appear to be
peter
1999-11-01
1
-191
/
+0
*
Update examples using 'disk' and 'tape' - they used to have magic meaning
peter
1999-11-01
2
-2
/
+2
*
The useracc() calls in osigreturn() and sigreturn() should specify
alc
1999-10-31
1
-2
/
+2
*
Don't lower the ipl when returning from handling an interrupt.
gallatin
1999-10-30
1
-3
/
+0
*
Allow the source root `S' to be overridden by defining it only when
marcel
1999-10-30
1
-0
/
+2
*
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc
1999-10-30
1
-2
/
+2
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
4
-7
/
+9
*
useracc() the prequel:
phk
1999-10-29
17
-15
/
+6
*
Convert the mx driver to miibus.
wpaul
1999-10-16
2
-4
/
+4
*
Use BWX instructions on EV6 as well as EV5.
gallatin
1999-10-15
1
-2
/
+2
*
Acutally our style is "options\x20\x09".
obrien
1999-10-15
2
-56
/
+56
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
2
-17
/
+6
*
Like it or not, we use ^I's not 0x20 to align things in this file.
obrien
1999-10-14
2
-6
/
+6
*
Make the contents, layout, and comments match sys/i386/conf/GENERIC as
obrien
1999-10-14
2
-134
/
+172
*
Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. This
gallatin
1999-10-13
2
-1
/
+8
*
allow pci_ioctl to work with multi-hose alphas.
gallatin
1999-10-12
3
-5
/
+27
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-14
/
+25
*
Include opt_compat.h now the old signalling syscalls are of type COMPAT.
marcel
1999-10-12
1
-0
/
+1
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
2
-43
/
+33
*
Don't include <machine/frame.h>.
dfr
1999-10-08
1
-2
/
+0
*
Zap these defucnt files before anyone things about trying to merge them.
peter
1999-10-08
1
-18
/
+0
*
Re-synchronise the alpha major numbers list with the i386 list.
msmith
1999-10-07
1
-1
/
+46
*
Removal of sys/device.h
n_hibma
1999-10-05
13
-13
/
+6
*
Attempt at cleaning up the (unused part of) support for TurboChannel to
n_hibma
1999-10-05
9
-63
/
+60
*
Re-introduction of sigcontext.
marcel
1999-10-04
4
-23
/
+82
*
Change from using a dv_xname in struct device to using
n_hibma
1999-10-03
4
-40
/
+48
*
Implement the use of si_addr in siginfo_t.
marcel
1999-10-01
1
-0
/
+1
*
make sure a trivial apm.h is created, as some people have assumed that
mjacob
1999-10-01
1
-0
/
+5
*
This fix allows cards inserted in one of the bottem-most slots on an xp1000
gallatin
1999-09-30
1
-2
/
+2
*
Add ahc driver. The adaptec driver works just dandy on my xp1000 using
gallatin
1999-09-30
2
-0
/
+2
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
4
-97
/
+115
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
4
-42
/
+292
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
2
-44
/
+4
*
Fix breakage caused by last commit. Also accommodate the new interfaces
steve
1999-09-28
1
-4
/
+4
*
bdbtofsb() appears to have been unused for quite some time, if ever.
peter
1999-09-26
1
-8
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
3
-15
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
2
-30
/
+13
[next]