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
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
22
-37
/
+53
*
Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.
bde
1996-09-03
1
-2
/
+3
*
Added #include of <unistd.h> so that there is some chance that
bde
1996-09-03
1
-1
/
+2
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
55
-5289
/
+326
*
Implemented kernel side of MNT_NOATIME mount option. This option disables
dg
1996-09-03
4
-13
/
+20
*
allow a new loopback route to overwrite an old one..
julian
1996-09-03
1
-5
/
+10
*
Correct previous Orion specific fix: The configuration register
se
1996-09-02
1
-2
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
3
-45
/
+157
*
Bugfix and simplification for rev 1.34: make sure that the route
fenner
1996-09-02
1
-16
/
+6
*
Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define
ache
1996-09-01
1
-4
/
+22
*
Fixed a couple of bugs in the mousepointer code.
sos
1996-09-01
6
-699
/
+894
*
Change an splstatclock that should be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Change an splclock that needs to be an splhigh into an splhigh.
dg
1996-09-01
3
-6
/
+6
*
If the basemem value supplied by the bootblocks, differs from the value
nate
1996-09-01
2
-12
/
+66
*
Fix the visibility of the sysctl variables.
alex
1996-08-31
1
-5
/
+5
*
cpu_boot() always returns, so don't declare it as __dead*.
bde
1996-08-31
1
-2
/
+2
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
12
-33
/
+34
*
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
asami
1996-08-31
33
-833
/
+261
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
14
-72
/
+73
*
wow we can even make net ranges go away now (how sophisticated!)
julian
1996-08-31
1
-55
/
+44
*
77 cyy Cyclades Ye/PCI serial card
jkh
1996-08-31
2
-2
/
+4
*
Add code to automaticall support subnets on ethertalk networks
julian
1996-08-31
3
-105
/
+68
*
Improvements from Bruce Evans
pst
1996-08-30
4
-34
/
+58
*
Get rid of the ifdef MULTICAST's. I think the rest of the kernel got rid
jhay
1996-08-30
1
-3
/
+1
*
Re-sync with the state of PC98 world. This will be the last commit before
asami
1996-08-30
26
-1234
/
+1024
*
Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.
peter
1996-08-30
1
-2
/
+4
*
Massively COMMENT at_control.c
julian
1996-08-29
2
-43
/
+278
*
Removed sccsids and rcsids and added Id$ to save space like everything
bde
1996-08-28
3
-17
/
+5
*
Cleaned up interrupt masking by declaring the state variable in a
bde
1996-08-28
3
-26
/
+35
*
Use "" instead of <> for a header in the current directory.
bde
1996-08-28
2
-14
/
+4
*
Fixed a wrong comment. Did tsleep() ever return the networking errno
bde
1996-08-28
1
-2
/
+2
*
Add g to flags help
ache
1996-08-28
1
-1
/
+1
*
Fixed a stale comment.
bde
1996-08-28
1
-2
/
+2
*
Add g option to usage line
ache
1996-08-28
2
-2
/
+3
*
Removed a ton of unused #includes. The introduction of SYSINIT() and
bde
1996-08-28
1
-17
/
+1
*
Add some padding to struct ifmibdata and move the `struct ifdata' to
wollman
1996-08-28
1
-2
/
+94
*
Fixed restoral of nsscons variable. The tty for /dev/console was lost.
bde
1996-08-28
3
-6
/
+6
*
Use "" instead of <> for a header in the current directory.
bde
1996-08-28
1
-2
/
+2
*
Use (full) <> paths instead of ambiguous "" paths for headers not in
bde
1996-08-28
2
-6
/
+6
*
Clean up formatting and fix an & -> && bug pointed out by bde
pst
1996-08-28
2
-174
/
+104
*
Call bdevsw_add_generic() later so that there is no chance of returning
bde
1996-08-28
1
-4
/
+4
*
Sorted and fixed tabs.
bde
1996-08-28
1
-37
/
+37
*
Oops, send the operation type, not the name to the NAT code...
sos
1996-08-27
1
-2
/
+2
*
Put back the initialization of the time constants of the SCSI and Sync.
se
1996-08-27
1
-4
/
+13
*
Allow the user to switch into gdb mode from ddb
pst
1996-08-27
1
-1
/
+21
*
Support for GDB remote debug protocol.
pst
1996-08-27
11
-15
/
+1198
*
Add hints to the file ./LINT and the handbook.
wosch
1996-08-27
2
-2
/
+20
*
correct a field comment that someone must have accidentally spammed
julian
1996-08-26
1
-2
/
+2
*
Set clock prescale based on BIOS supplied value instead of trying to
se
1996-08-26
1
-7
/
+16
*
change a comment to match what the BSD4.4 book says.
julian
1996-08-26
1
-2
/
+2
[next]