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
*
Aaron Daily of Adaptec has informed me that some form of paged SCB
gibbs
1995-05-01
1
-6
/
+4
*
Set the return value (outb'd to the sequencer) for non zero status
gibbs
1995-05-01
1
-10
/
+17
*
When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).
phk
1995-05-01
2
-6
/
+14
*
This is a purely cosmetic change
julian
1995-05-01
1
-1
/
+31
*
making a reservation for more bits before people start using them
julian
1995-04-30
3
-3
/
+45
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
1
-17
/
+70
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
4
-11
/
+12
*
Define CDTR_IFLOW and CDSR_OFLOW which are now required for compiling
bde
1995-04-30
1
-5
/
+7
*
Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,
ache
1995-04-30
1
-6
/
+6
*
Added UIO_NOCOPY case to ureadc() to quiet gcc.
dg
1995-04-30
1
-1
/
+3
*
Check for curproc != NULL before dereferencing it.
dg
1995-04-30
1
-5
/
+6
*
Finally implement the kernel hook for the "mt eom" command. (The
joerg
1995-04-29
2
-9
/
+25
*
Submitted by: ache
dufault
1995-04-29
1
-2
/
+1
*
Fix misplaced idempotency #endif.
bde
1995-04-29
1
-8
/
+8
*
Enable _POSIX_SAVED_IDS and fix comment to describe current situation
ache
1995-04-29
1
-6
/
+3
*
set[ug]id(): call suser() only when neccesarry
ache
1995-04-29
1
-9
/
+9
*
Bruce is right - ENOTTY is more appropriate than EINVAL in this case.
jkh
1995-04-29
1
-2
/
+2
*
fixes the ioctl routine to not chew up massive amounts of kernel time
jkh
1995-04-29
1
-2
/
+2
*
The address is freefall.cdrom.com, not freefall.cdrom.com.cdrom.com :-)
gpalmer
1995-04-29
1
-1
/
+1
*
Incorporate new radix code from UCB. This fixes the orphaned mask bugs.
pst
1995-04-28
2
-157
/
+314
*
(Sorry about prev. blank message - I realised I needed a change too late).
gpalmer
1995-04-28
1
-1
/
+1
*
*** empty log message ***
gpalmer
1995-04-28
1
-1
/
+1
*
Add ioctl calls for Freeze/Thaw.
dufault
1995-04-28
1
-2
/
+5
*
Implement SLIOCSUNIT (set slip unit number)
ache
1995-04-28
2
-2
/
+7
*
Implement POSIX SAVED_IDS for setuid/setgid
ache
1995-04-28
1
-10
/
+17
*
setre*(): simplify return scheme, pointed by Bruce
ache
1995-04-28
1
-23
/
+19
*
Rename "aio.h" to "dataacq.h"
dufault
1995-04-28
1
-0
/
+34
*
Renamed "aio.h" as <sys/dataacq.h>.
dufault
1995-04-28
1
-1
/
+2
*
Added nsccons variable for use by pstat
sos
1995-04-28
3
-3
/
+6
*
Add National Instruments "LabPC" driver
dufault
1995-04-28
7
-6
/
+1084
*
Implement setreuid/setregid according to SunOS manpage
ache
1995-04-27
1
-23
/
+41
*
New and improved version from the author.
phk
1995-04-27
13
-590
/
+691
*
Additions to support the WAITING_SCB list that the sequencer maintains.
gibbs
1995-04-27
2
-35
/
+90
*
Restructure the arbitration loop to allow for reselections that win out over
gibbs
1995-04-27
1
-95
/
+104
*
Add queue.h include file to all the TPIP code.
pst
1995-04-26
8
-17
/
+26
*
Cleanup loopback interface support.
pst
1995-04-26
9
-42
/
+48
*
Add outb to keyboard controller to do a cpu_reset, this fixes 2 known
rgrimes
1995-04-26
2
-2
/
+28
*
Disallow half-configured point-to-point interfaces. It's still possible to
wollman
1995-04-25
1
-7
/
+14
*
Finally finish the cloning cleanup work by making sure that clones
wollman
1995-04-25
1
-1
/
+131
*
Fix benign type mismatches int console functions. dev_t was assumed
bde
1995-04-25
2
-1
/
+38
*
Added mark_all() call so that screen is proberly updated
sos
1995-04-25
3
-3
/
+6
*
Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up the
dg
1995-04-25
1
-2
/
+2
*
Document MFS_ROOT option.
phk
1995-04-25
3
-3
/
+15
*
Add support for MFS root filesystem.
phk
1995-04-25
2
-2
/
+26
*
Add a printf so we can see where we get our rootfs from.
phk
1995-04-25
1
-1
/
+2
*
Fixed the mmap hang fix previously committed so that it works
dyson
1995-04-25
1
-5
/
+9
*
Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn't
bde
1995-04-24
2
-2
/
+29
*
Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything
bde
1995-04-24
4
-18
/
+14
*
Make bad144 debugging code conditional on ds_debug.
bde
1995-04-24
1
-2
/
+2
*
Added "bio" to matcd.
phk
1995-04-24
5
-10
/
+10
[next]