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
/
miscfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
2
-10
/
+7
*
Allow jailed proccesses to open non-process vnodes like the root of the fs.
phk
1999-07-09
1
-2
/
+2
*
Use %q rather than rolling a custom routine.
peter
1999-07-09
1
-51
/
+7
*
Support for i386 hardware breakpoints.
jlemon
1999-07-09
1
-0
/
+101
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
3
-3
/
+20
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
6
-15
/
+7
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
2
-9
/
+9
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
3
-115
/
+8
*
Eliminate the bogus procfs private almost struct dirent structure.
phk
1999-06-13
3
-43
/
+27
*
Remove an unused variable.
dt
1999-06-01
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
3
-18
/
+9
*
Don't call calcru() on a swapped-out process. calcru() access p_stats, which
dt
1999-05-22
1
-16
/
+10
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
4
-14
/
+9
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
2
-23
/
+26
*
Continue where Julian left off in July 1998:
phk
1999-05-07
2
-13
/
+13
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
2
-6
/
+4
*
Make the type and map files claim 0 bytes size. Tar doesn't get confused
phk
1999-05-04
1
-13
/
+10
*
Add even more () to CHECKIO which by now feels positively LISPish.
phk
1999-05-04
1
-3
/
+4
*
Add a new "file" to procfs: "rlimit" which shows the resource limits for
phk
1999-04-30
4
-4
/
+188
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
4
-11
/
+29
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-4
/
+5
*
Suser() simplification:
phk
1999-04-27
5
-20
/
+19
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-3
/
+13
*
Don't allow anyone except root to mount file systems that map uids.
imp
1999-03-12
1
-1
/
+7
*
This code got moved as a result of confusion between union mounts and
peter
1999-02-28
1
-10
/
+1
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-1
/
+2
*
Reviewed by: Julian Elischer <julian@whistle.com>
dillon
1999-02-25
2
-26
/
+46
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-2
/
+2
*
Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to
dillon
1999-02-07
1
-2
/
+2
*
Correct a format mismatch on 64-bit architectures. This should
jdp
1999-02-05
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-4
/
+7
*
Fix but in devfs_strategy(). Switch cases were falling through
dillon
1999-01-27
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
12
-86
/
+99
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
3
-14
/
+12
*
Remove declarations for undefined functions and a couple of unused
eivind
1999-01-12
3
-32
/
+3
*
A partial implementation of the procfs cmdline pseudo-file. This
peter
1999-01-05
4
-5
/
+51
*
Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken
bde
1999-01-01
1
-2
/
+2
*
Fix possible NULL-pointer deref in error case (same as DEVFS).
eivind
1998-12-16
1
-2
/
+2
*
Avoid NULL-pointer dereference on error condition.
eivind
1998-12-15
1
-2
/
+2
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
3
-6
/
+6
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
10
-38
/
+17
*
'\0' is the most ugly NULL pointer constant I've ever seen in real code.
eivind
1998-12-07
1
-2
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-9
/
+10
*
Staticize.
eivind
1998-11-26
1
-2
/
+2
*
Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes
bde
1998-11-22
1
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+3
*
"fix" a warning that has been bugging me for ages. Eliminate a couple
peter
1998-11-09
1
-11
/
+10
*
Delete stray extern declaration for non-existing variables.
peter
1998-11-09
1
-2
/
+1
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
2
-2
/
+83
[next]