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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a fixed MAXBSIZE-size auto array instead of a static pointer
iedowse
2002-07-08
1
-6
/
+2
*
Avoid vm_page_lookup() [grabs a spinlock] and just process the upage
peter
2002-07-08
1
-14
/
+9
*
Replace the use of %qd with intmax_t/%jd and fix a number of -Wall
iedowse
2002-07-08
4
-20
/
+23
*
Fix a hideous TLB bug. pmap_unmapdev neglected to remove the device
peter
2002-07-08
2
-8
/
+46
*
Enable netboot support by default, since it can now coexist with disk and
jake
2002-07-07
1
-3
/
+3
*
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
14
-1022
/
+277
*
Add a hack (kludge?) to avoid trying to access files backed by disk
jake
2002-07-07
2
-0
/
+8
*
Update for post-kse3 pmap kthread allocation changes
peter
2002-07-07
3
-45
/
+27
*
Fix (s/proc/thread/) some typos in two panic messages.
peter
2002-07-07
1
-2
/
+2
*
Remove 0 initializers for global/static variables, so they end up in
luigi
2002-07-07
1
-4
/
+4
*
- Require locks for getattr. At some point this could only require shared
jeff
2002-07-07
1
-3
/
+1
*
- Delay unlocking a vnode in linker_hints_lookup until we're actually done
jeff
2002-07-07
1
-5
/
+4
*
Make this compile on 64 bit platforms
peter
2002-07-07
2
-8
/
+8
*
Remove nfsd and mountd from src/sbin, look for it in src/usr.sbin
gordon
2002-07-07
9
-4202
/
+0
*
nfsd and mountd now live in /usr/sbin not /sbin. Correct the command args.
gordon
2002-07-07
2
-4
/
+2
*
Hook nfsd and mountd back into the build in /usr/sbin, where they make more
gordon
2002-07-07
1
-0
/
+2
*
Unhook sbin/nfsd and sbin/mountd from the build. They will be moving to
gordon
2002-07-07
1
-2
/
+0
*
Make printval() take a 'void *' thus negating any assumptions the compiler
jmallett
2002-07-07
1
-2
/
+2
*
Change help documentation for bootfile and module_path to reflect
mp
2002-07-07
1
-6
/
+8
*
o Lock accesses to the free queue(s) in vm_page_zero_idle().
alc
2002-07-07
1
-0
/
+4
*
Make NEWCARD the default pccard/cardbus system.
imp
2002-07-07
2
-4
/
+10
*
Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.
obrien
2002-07-07
1
-0
/
+6
*
Make building with ficl work. Unfortunately booting with it doesn't.
jake
2002-07-07
2
-5
/
+10
*
Don't explicit kill of the process' own pid.
ume
2002-07-07
1
-5
/
+4
*
Build ficl on sparc64 fwiw. It doesn't work.
jake
2002-07-07
1
-2
/
+0
*
s/unavilable/unavailable/
dannyboy
2002-07-07
1
-1
/
+1
*
One #include <sys/lock.h> is enough.
mux
2002-07-07
2
-2
/
+0
*
Ficl wants _setjmp and _longjmp. No need for weak symbols either.
jake
2002-07-07
1
-6
/
+4
*
Paraphrase a quote to remove year specific references.
mp
2002-07-07
1
-1
/
+1
*
Remove a debug output statement.
robert
2002-07-07
1
-4
/
+0
*
- Fix the code in sbuf_need() to double the allocation size until
robert
2002-07-07
1
-9
/
+17
*
Fix some printf format errors.
iedowse
2002-07-07
2
-6
/
+6
*
Fix syntax error which occurred when LIBC_SCCS was defined.
robert
2002-07-07
1
-1
/
+1
*
Silence pam_lastlog for now.
des
2002-07-07
1
-1
/
+1
*
Add a note about nslookup needing a slightly different version of the
dougb
2002-07-07
1
-0
/
+4
*
Make it official. The old BIND Operator's Guide has no information
dougb
2002-07-07
1
-3
/
+0
*
Another update from Mike Makonnen.
dougb
2002-07-07
1
-6
/
+4
*
- Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS
jeff
2002-07-07
1
-5
/
+7
*
- Don't hold the vn lock while calling VOP_CLOSE in vclean().
jeff
2002-07-07
1
-6
/
+10
*
o Traverse the object's memq rather than repeatedly calling vm_page_lookup()
alc
2002-07-07
1
-5
/
+2
*
- BUF_REFCNT() seems to be the preferred method for verifying a locked buf.
jeff
2002-07-07
1
-3
/
+9
*
Add two asserts that prove & document getblk and geteblk's behavior of
jeff
2002-07-07
1
-0
/
+2
*
Latest improvements from Mike Makonnen. Better kerberos and apm handling.
dougb
2002-07-07
4
-5
/
+56
*
Synchronize path with dot.cshrc by adding /usr/local/sbin.
mp
2002-07-07
1
-1
/
+1
*
- Hold a lock on the vnode acquired from the file table across the call to
jeff
2002-07-06
1
-3
/
+14
*
Fix a mistake in my last commit. Don't grab an extra reference to the object
jeff
2002-07-06
2
-4
/
+1
*
sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.
chris
2002-07-06
3
-299
/
+3
*
Remove the nanosleep calls from the spin loops in the locking code.
jdp
2002-07-06
5
-42
/
+7
*
New release note: kbdmap(1)/vidfont(1) C rewrite.
bmah
2002-07-06
2
-28
/
+56
*
The .Nm utility.
charnier
2002-07-06
13
-67
/
+103
[next]