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
*
This patch attempts to make the pccard probe in if_ed.c work with
nate
1996-10-17
2
-192
/
+48
*
Fix a problem that could cause msync (or many other things) to deadlock.
dyson
1996-10-17
1
-44
/
+40
*
Make processes waken up eligible for immediate swap-in.
dyson
1996-10-17
3
-6
/
+16
*
Clean up the rundown of the object backing a vnode. This should fix
dyson
1996-10-17
4
-6
/
+31
*
actually impliment permissions for teh chown/chmod/etc functions
julian
1996-10-16
1
-31
/
+88
*
Oops forgot to remove a debug printf.
sos
1996-10-16
1
-2
/
+2
*
Fixed miscounting for non-statistical (GUPROF) profiling:
bde
1996-10-16
3
-36
/
+48
*
Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These will
bde
1996-10-16
2
-52
/
+60
*
Allow the utimes call to work on devfs nodes.
julian
1996-10-16
1
-3
/
+2
*
Prepare kernel to take advantage of "branded" ELF binaries.
sos
1996-10-16
5
-68
/
+102
*
Add support for embedded operation withou console
julian
1996-10-16
4
-19
/
+53
*
Corrected the setting of winsize on open().
sos
1996-10-15
3
-15
/
+30
*
Preserve file flags in accept(2).
wollman
1996-10-15
1
-2
/
+4
*
Updated #includes to 4.4lite style.
bde
1996-10-15
16
-33
/
+36
*
Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed
bde
1996-10-15
3
-6
/
+6
*
Forward-declared `struct route' for the KERNEL case so that <net/route.h>
bde
1996-10-15
1
-5
/
+7
*
Synchronized with biosboot/Makefile:
bde
1996-10-15
1
-6
/
+8
*
Move much of the machine dependent code from vm_glue.c into
dyson
1996-10-15
7
-126
/
+404
*
Fixed setting of the keyboard LEDs. For some keyboards and/or keyboard
bde
1996-10-14
1
-11
/
+69
*
Change the boot-time menu.
jkh
1996-10-14
1
-29
/
+92
*
Expose the control mechanism for serial console boot so that the default
pst
1996-10-14
2
-12
/
+34
*
Fixed a bug that got introduced when I changed the CY16_RESET and
dg
1996-10-14
3
-9
/
+9
*
Make this compile again for the CyDebug case.
dg
1996-10-14
3
-18
/
+21
*
pci_map_mem() did a too restrictive check on the mapping type:
se
1996-10-14
2
-4
/
+8
*
Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.
bde
1996-10-14
1
-4
/
+3
*
Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),
se
1996-10-14
1
-4
/
+4
*
Remove some old compatibility names.
phk
1996-10-13
2
-10
/
+2
*
Stop using old compatibility names from buf.h
phk
1996-10-13
1
-3
/
+3
*
Remove a stale comment.
phk
1996-10-13
1
-2
/
+1
*
Pmap_resident_count was mistakenly removed from pmap.h, thereby
dyson
1996-10-13
2
-0
/
+4
*
Minor optimization for final rundown of a pmap.
dyson
1996-10-13
2
-2
/
+12
*
Change DEVFS device naming convention for cuac*, ttyc*.
dg
1996-10-13
3
-21
/
+39
*
Changes to add support for the PCI version of the Cyclades Cyclom-Y
dg
1996-10-13
9
-409
/
+811
*
Fixed lblktosize(). It overflowed at 2G. This bug only affected
bde
1996-10-12
1
-4
/
+7
*
Undo a mistaken change from splhigh to splvm. Subr_rlist has been
dyson
1996-10-12
1
-4
/
+4
*
Performance optimizations. One of which was meant to go in before the
dyson
1996-10-12
7
-249
/
+103
*
Cleaned up:
bde
1996-10-12
4
-42
/
+30
*
Removed __pure's and __pure2's. __pure is a no-op for recent versions
bde
1996-10-12
2
-10
/
+7
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
11
-15
/
+20
*
Log the interface name which received the packet.
alex
1996-10-12
1
-8
/
+9
*
Staticized `nfs_dwrite'.
bde
1996-10-12
2
-4
/
+4
*
Staticized. Things exported by linker sets should always be static.
bde
1996-10-12
2
-4
/
+4
*
Fix previous commit: The INB/OUTB macros require np->vaddr to be
se
1996-10-12
1
-10
/
+10
*
Moved declarations of tsleep() and wakeup() from proc.h to systm.h so
bde
1996-10-12
2
-4
/
+9
*
Removed verbose comment about `securelevel'. It just duplicated part
bde
1996-10-12
1
-29
/
+2
*
reads and writes to devices update m and a times
julian
1996-10-12
1
-3
/
+9
*
Improve support of SCSI cards based on the 53c860 and 53c875.
se
1996-10-11
2
-67
/
+124
*
Fix two bugs I accidently put into the syn code at the last minute
pst
1996-10-11
4
-28
/
+40
*
Add primitive link MIB support.
wollman
1996-10-11
1
-1
/
+3
*
Implement the RFC 1650 MIB.
wollman
1996-10-11
2
-12
/
+128
[next]