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
*
Change defintion of unit to minor(dev). Sorry for not
dufault
1995-05-03
1
-4
/
+2
*
Try to make this work again. Peter's last changes left it like :
gpalmer
1995-05-03
1
-4
/
+4
*
change to reflect reality.
julian
1995-05-03
1
-4
/
+6
*
remove debugging printouts unless DEVFS_DEBUG is set.
julian
1995-05-03
1
-3
/
+2
*
Submitted by: phk
julian
1995-05-03
1
-4
/
+25
*
Fixed a hard-coded slot number which crept in.
phk
1995-05-03
1
-2
/
+2
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
12
-214
/
+188
*
Changed in_pcblookuphash() to not automatically call in_pcblookup() if
dg
1995-05-03
4
-23
/
+42
*
Forgot this part of the if_ze power off patch.
phk
1995-05-03
1
-6
/
+2
*
It looks like I broke significant amounts of the commercial software running
phk
1995-05-02
1
-4
/
+4
*
Reduce latency by checking FIFO for samples in start
dufault
1995-05-02
1
-40
/
+84
*
Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIX
ache
1995-05-02
1
-5
/
+5
*
Back out incorrect jkh's fix and apply correct one
ache
1995-05-02
1
-4
/
+8
*
The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no value
jkh
1995-05-02
1
-5
/
+1
*
Removed unused variable caused by last commit.
dg
1995-05-02
2
-4
/
+4
*
Fix for sync() to close a potential panic with accessing a mount struct
dg
1995-05-02
2
-6
/
+4
*
Changed object hash list to be a list rather than a tailq. This saves
dg
1995-05-02
2
-29
/
+22
*
Added prototype for memcpy(). Changed size argument of "b" functions to
dg
1995-05-02
1
-4
/
+6
*
Added a memcpy() routine.
dg
1995-05-02
3
-3
/
+72
*
A missing 'and', probably my fault.
phk
1995-05-02
2
-4
/
+4
*
Do the obvious thing: when the interface is downed, power off the card.
phk
1995-05-02
1
-148
/
+78
*
Fixed a problem that can cause left-over pv_entries and as
dyson
1995-05-01
2
-54
/
+18
*
Limit filesize to the amount that the VM system can currently handle
dyson
1995-05-01
1
-1
/
+16
*
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
[next]