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
*
Xref strfile(8).
mpp
2000-07-31
1
-1
/
+2
*
Add pointers to rfork_thread(3)
peter
2000-07-31
1
-3
/
+12
*
Add #ports/hebrew
ache
2000-07-31
1
-0
/
+1
*
Add hebrew.
asami
2000-07-31
2
-0
/
+2
*
Add ports-hebrew.
asami
2000-07-31
2
-0
/
+2
*
Don't build sshd if NO_OPENSSL defined.
kris
2000-07-30
1
-1
/
+1
*
Fix the HTTP transfer code to correctly parse the port number if
jkh
2000-07-30
5
-36
/
+40
*
add suspend/resume for yamaha chips
cg
2000-07-30
1
-0
/
+75
*
Allow use of TSC even if APM is compiled in but disabled.
phk
2000-07-30
5
-5
/
+30
*
fix a potential local DoS attack
cg
2000-07-30
2
-2
/
+13
*
fix a bug where opening /dev/dsp twice resulted in it being busy until reboot
cg
2000-07-30
1
-0
/
+3
*
Update rev 1.29 -- 'draft-manning-dsua' is now in its 3rd version.
obrien
2000-07-30
1
-1
/
+3
*
Spell the word 'limited' with only one 't'.
steve
2000-07-30
2
-2
/
+2
*
Keep urandom as a link to random (but a hard link).
green
2000-07-30
1
-1
/
+1
*
Add the bufbio paper to the build.
phk
2000-07-30
1
-2
/
+2
*
Add the bio/buf paper
phk
2000-07-30
3
-0
/
+1317
*
Merged from sys/dev/syscons/scterm-sc.c revisions from 1.8 to 1.12.
nyan
2000-07-30
2
-32
/
+74
*
Merged from sys/dev/syscons/syscons.c revision 1.344.
nyan
2000-07-30
1
-1
/
+2
*
Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.
nyan
2000-07-30
2
-12
/
+74
*
Darren,
darrenr
2000-07-30
1
-1
/
+4
*
Since the driver supports both (and may have different semantics for
green
2000-07-30
1
-1
/
+1
*
do the ac97 init delay for all chips and increase it to 500ms
cg
2000-07-30
1
-2
/
+3
*
Initialize vflag like the rest (not necessary, but this keeps it together)
peter
2000-07-29
1
-1
/
+4
*
Optimize out no-op chmod() syscalls.
peter
2000-07-29
1
-2
/
+5
*
Add a skeleton rfork_thread(3) man page.
peter
2000-07-29
2
-1
/
+79
*
Add a prototype for rfork_thread().
peter
2000-07-29
1
-0
/
+1
*
Take a shot at implementing a functional rfork_thread() for alpha. This
peter
2000-07-29
2
-0
/
+66
*
Fix some rather interesting bugs that managed to not turn up in various
peter
2000-07-29
1
-5
/
+5
*
Regen. (Fix SYS_exit)
peter
2000-07-29
23
-39
/
+39
*
Sigh. Fix SYS_exit problems. I misunderstood the significance of these
peter
2000-07-29
7
-7
/
+7
*
rfork(2) wrapper for simple rfork-style threads. I have lost count of
peter
2000-07-29
3
-2
/
+114
*
Remove this file incase of further confusion.
ps
2000-07-29
1
-142
/
+0
*
Change option -r to -n inline with conventions we use elsewhere.
ps
2000-07-29
2
-5
/
+5
*
Move RAID controllers to the same position as in i386 GENERIC.
obrien
2000-07-29
2
-8
/
+8
*
Revert previous commit. Not all RAID controllers are SCSI.
obrien
2000-07-29
2
-12
/
+10
*
Move the RAID controllers next to the SCSI controllers.
obrien
2000-07-29
2
-10
/
+12
*
Make the bridge_refresh operation automatic when ethernet interfaces
nsayer
2000-07-29
3
-1
/
+14
*
Add the RAID controller that are known to work (or did on last test).
obrien
2000-07-29
2
-0
/
+8
*
Add option 'r' to syslogd which will disable dns queries for every
ps
2000-07-29
2
-3
/
+12
*
Comment out `ncr' as `sym' handles all that `ncr' does.
obrien
2000-07-29
4
-8
/
+8
*
Deal with the exit entry in MIASM changing to sys_exit.
peter
2000-07-29
1
-1
/
+1
*
Regenerate with makesyscalls.sh
peter
2000-07-29
23
-41
/
+41
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
9
-11
/
+9
*
"Fix" cast qualifier warnings using the uintptr_t intermediate trick.
peter
2000-07-28
2
-6
/
+12
*
Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in the
peter
2000-07-28
1
-7
/
+34
*
Fix a warning re: a potentially unused pccard helper function
peter
2000-07-28
2
-0
/
+4
*
Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.h
peter
2000-07-28
2
-6
/
+2
*
Change the defaults for portmap, sendmail and inetd to be not running them.
eivind
2000-07-28
4
-3
/
+15
*
Fix a const related warning.
peter
2000-07-28
1
-1
/
+1
*
Fix some style nits.
peter
2000-07-28
1
-10
/
+13
[next]