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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed removal of devfs entries for the real slice corresponding to the
bde
1996-04-19
1
-10
/
+55
*
Implement the RFNOWAIT flag for rfork(). If set this flag will cause the
smpatel
1996-04-17
1
-38
/
+34
*
Fix for PR #1146: the "next" pointer must be cached before calling soabort
dg
1996-04-16
1
-4
/
+8
*
Fix a longstanding bug and a buglet of no significance.
phk
1996-04-13
1
-23
/
+18
*
Spell cpu_switch() with an i in a comment.
bde
1996-04-11
1
-2
/
+2
*
Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output
bde
1996-04-11
1
-4
/
+15
*
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
dg
1996-04-08
5
-32
/
+53
*
Use rdtsc() function instead of inline essembler.
bde
1996-04-07
1
-6
/
+2
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
3
-7
/
+3
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Declared pgrpdump() properly.
bde
1996-04-07
1
-1
/
+3
*
Cleaned up naming and formatting in recent changes.
bde
1996-04-07
1
-18
/
+15
*
Don't generate code for the unused function sleep().
bde
1996-04-07
1
-1
/
+3
*
Move the "mib" variables out to their own file.
phk
1996-04-07
2
-136
/
+176
*
Fixed a bug in DEVFS code that was producing "name slot allocation failed"
scrappy
1996-04-05
1
-15
/
+12
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
1
-3
/
+3
*
Convert from using dev_link() to dev_linkf()
scrappy
1996-04-01
1
-15
/
+21
*
Remove bogus architectures to allow make tags to work.
jkh
1996-03-31
1
-1
/
+1
*
Correct the handling of NOCLDSTOP when using sigvec()
peter
1996-03-30
1
-12
/
+24
*
Because of the way that ptrace() now calls procfs routines to read/write
peter
1996-03-30
1
-2
/
+16
*
Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 and
bde
1996-03-28
1
-4
/
+4
*
Switched from using devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-03-28
3
-8
/
+15
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-10
/
+4
*
Remove a now unnecessary prototype from pmap.c. Also remove now
dyson
1996-03-28
1
-30
/
+1
*
Fixed name of /dev/fs/klog (it's not "log").
bde
1996-03-27
1
-3
/
+4
*
Fixed permissions of /devfs/lkm.
bde
1996-03-27
1
-3
/
+4
*
Fixed the unit numbers of the devfs `fd' devices.
bde
1996-03-27
1
-12
/
+16
*
Fixed permissions of /devfs/*random.
bde
1996-03-27
1
-4
/
+10
*
Fixed mode of /devfs/console.
bde
1996-03-27
1
-10
/
+4
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
1
-14
/
+14
*
Print stack pointer and frame pointer in trap messages.
bde
1996-03-27
1
-6
/
+17
*
Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to the
jkh
1996-03-25
1
-4
/
+5
*
Various pipe error return fixes, and a significant typeo fix. From
dyson
1996-03-25
1
-9
/
+15
*
Ok, now this is correct (even simple fixes sometimes ain't so simple :)
jkh
1996-03-23
1
-3
/
+4
*
Fix bogus last commit - debugger_on_panic was referenced even when
jkh
1996-03-23
1
-2
/
+2
*
Remove all traces of KADB
phk
1996-03-23
1
-11
/
+15
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
2
-4
/
+5
*
Yet another fix from BDE for the new pipe code. This fixes a potential
dyson
1996-03-17
1
-6
/
+5
*
Actually implement SA_RESETHAND - some of the sigaction code recognised it
peter
1996-03-15
1
-11
/
+27
*
Remove references to MAP_FILE.. That is now "default" and is only
peter
1996-03-12
1
-4
/
+4
*
Move these out of the way (to the Attic) as we do not use this version
peter
1996-03-11
1
-12
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r14567,
peter
1996-03-11
1
-0
/
+12
|
\
|
*
Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all
peter
1996-03-11
53
-3662
/
+5554
*
|
Changed socket code to use 4.4BSD queue macros. This includes removing
dg
1996-03-11
4
-141
/
+88
*
|
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
2
-2
/
+4
*
|
From Lite2: proc LIST changes
hsu
1996-03-11
1
-8
/
+12
*
|
From Lite2: proc LIST changes.
hsu
1996-03-11
6
-214
/
+111
*
|
From Lite2: proc LIST changes
hsu
1996-03-11
1
-8
/
+9
*
|
Merge in Lite2: proc LIST changes.
hsu
1996-03-11
1
-27
/
+2
*
|
Merge in Lite2: proc LIST changes
hsu
1996-03-11
1
-4
/
+8
[prev]
[next]