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
*
Don't try to install f2c'h now that it's installed from
asami
1997-04-25
1
-2
/
+2
*
Eliminate a small redundancy with ALL_DISTS
jkh
1997-04-25
1
-2
/
+2
*
Catch up with the original.
hanai
1997-04-25
3
-46
/
+20
*
copyin the export network mask to the correct variable.
peter
1997-04-25
2
-4
/
+4
*
correct vfork()/exit() to vfork()/_exit(). This is far more important
peter
1997-04-25
1
-1
/
+1
*
Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2c
jmz
1997-04-24
1
-1
/
+1
*
Install f2c.h
jmz
1997-04-24
1
-0
/
+4
*
This file is a duplicate of src/usr.bin/f2c/f2c.h
jmz
1997-04-24
1
-223
/
+0
*
The following scenario would result in a bogus residual being reported
gibbs
1997-04-24
2
-3
/
+8
*
Add definition of PCI_SUBID_REG2, the subvendor/device ID for
se
1997-04-24
2
-2
/
+4
*
Change vfork to fork, too many memory-clobbering actions present in child
ache
1997-04-23
2
-4
/
+4
*
Even better fix: use close(fileno(mfp)); to close unneded descriptor
ache
1997-04-23
1
-1
/
+2
*
Better fix: return vfork() again, but remove clobbering fclose()
ache
1997-04-23
1
-4
/
+3
*
Replace vfork() by fork(), vfork() usage is totally bogus in this context.
ache
1997-04-23
1
-2
/
+2
*
Restore memory space separation (RFMEM) for vfork() after
ache
1997-04-23
1
-1
/
+1
*
Don't clobber user space argv0 memory on shell exec, mainly for vfork()
ache
1997-04-23
2
-17
/
+26
*
Add argv0 field for imgact structure - for replacing argv0 in shell
ache
1997-04-23
1
-1
/
+2
*
Add preliminary support for PCI config header type 2:
se
1997-04-23
2
-20
/
+38
*
Fixed longstanding profiling bug. The frame pointer wasn't set up
bde
1997-04-23
2
-126
/
+46
*
Pass everything in ${LDADD} directly to the linker for `make depend'
bde
1997-04-23
1
-2
/
+2
*
Add Christoph Kukulies to donor's gallery.
jkh
1997-04-23
1
-17
/
+22
*
Don't call getnetbyname() on a netmask. On a system with a slow net
msmith
1997-04-23
2
-4
/
+4
*
Generate .S files for syscalls. This has many advantages:
bde
1997-04-23
1
-34
/
+9
*
Fixed missing strip step in .S.o and .S.po rules.
bde
1997-04-23
1
-5
/
+7
*
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
bde
1997-04-23
3
-4
/
+3
*
Add basic login.conf (sans authentication) support.
davidn
1997-04-23
3
-7
/
+58
*
Spelling police.
danny
1997-04-23
2
-4
/
+4
*
Added login.conf support.
davidn
1997-04-23
3
-8
/
+71
*
Remove sef's email address.
jkh
1997-04-23
1
-2
/
+2
*
Give up on the fast vfork() for a while.
dyson
1997-04-23
1
-2
/
+2
*
Check that the received packet length indicated by the card is at least
dg
1997-04-23
2
-2
/
+10
*
Update to version 1.9.
jkh
1997-04-22
15
-71
/
+270
*
Removed wrong declarations of malloc() and realloc(). They were unused,
bde
1997-04-22
1
-1
/
+1
*
Fix broken usage of nm_readdirsize and increase the socket buffers for UDP
dfr
1997-04-22
5
-29
/
+19
*
Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.c
kato
1997-04-22
5
-25
/
+69
*
Add a -2 flag to mountd to allow an admin to disable NFSv3 services.
dfr
1997-04-22
4
-14
/
+40
*
Update the host filesystem so that it works with NFSv3
dfr
1997-04-22
3
-37
/
+129
*
FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)
bde
1997-04-22
1
-1
/
+2
*
Make the necessary changes so that an ELF kernel can be built. I
jdp
1997-04-22
38
-164
/
+743
*
fix a bugon of last commit
jmg
1997-04-22
1
-2
/
+2
*
Fixed typo in the set_keyboard_param().
yokota
1997-04-22
1
-1
/
+1
*
In these XXX MHz days, waiting 500ms for a process to do something is
phk
1997-04-21
1
-2
/
+2
*
Dirty change in union_lock(). Sometimes upper vnode is locked without
kato
1997-04-21
2
-10
/
+46
*
Long usernames fixes
ache
1997-04-21
1
-5
/
+5
*
Use UT_NAMESIZE instead of hardcoded user names length
ache
1997-04-21
1
-2
/
+3
*
- Added Samuel Lam <skl@ScalableNetwork.com> for his 3c589D patch.
nate
1997-04-21
1
-1
/
+2
*
Send this to the Attic so there's no mixups over which kern_lock.c is in
peter
1997-04-21
1
-377
/
+0
*
- Better fix for 3C589D support. Revert previous changes and add a
nate
1997-04-21
1
-1
/
+2
*
Replace VOP_LOCK with vn_lock.
kato
1997-04-21
2
-4
/
+4
*
Synchronize with sys/i386/isa/lpt.c revision 1.60.
kato
1997-04-21
1
-6
/
+8
[next]