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
*
Add usage().
charnier
1997-07-24
3
-16
/
+31
*
Use err(3). Cosmetic in usage string.
charnier
1997-07-24
3
-33
/
+27
*
Use err(3).
charnier
1997-07-24
3
-10
/
+11
*
Add isa_dmastatus() for reading the current ISA DMA counter for a
msmith
1997-07-24
3
-3
/
+164
*
Removed the defunct GET_MPLOCK/REL_MPLOCK macros.
fsmp
1997-07-24
5
-25
/
+5
*
Don't try to ioctl(,TIOCOUTQ,) on a closed
brian
1997-07-24
1
-5
/
+6
*
Fixed possible deadlock from recursive INTs on same cpu. Since
fsmp
1997-07-23
1
-3
/
+9
*
index -> strchr and rindex -> strrchr to reduce the number of gratuitous
imp
1997-07-23
7
-19
/
+19
*
New simple_lock code in asm:
fsmp
1997-07-23
16
-235
/
+550
*
Forced 32bit alignment of struct simple_lock in param.h.
fsmp
1997-07-23
4
-8
/
+11
*
Forced 32bit alignment of struct simple_lock.
fsmp
1997-07-23
2
-4
/
+6
*
Reorder decomposition of the filename argument for the '-h' flag to
msmith
1997-07-23
1
-2
/
+3
*
YAMF22 - /boot.foo fixups.
jkh
1997-07-23
3
-3
/
+30
*
Synchronize with sys/i386/isa/clock.c revision up to 1.97.
kato
1997-07-23
3
-87
/
+18
*
Turn off doc.1 distribution until we figure out what we're going to do with
jkh
1997-07-23
1
-1
/
+3
*
Use err(3) instead of local redefinition. Remove progname.
charnier
1997-07-23
4
-65
/
+43
*
Typo.
charnier
1997-07-23
2
-8
/
+8
*
Use err(3) instead of local redefinition.
charnier
1997-07-23
2
-42
/
+18
*
Coded simple_lock and friends in asm.
fsmp
1997-07-23
5
-31
/
+222
*
Use setuid/seteuid around dangerous operations. Also a few buffer
imp
1997-07-23
11
-50
/
+199
*
Added a missing semicolon, compile failed when I turned on simple_lock().
fsmp
1997-07-22
1
-10
/
+6
*
Last commit didn't take, operator error???
fsmp
1997-07-22
15
-419
/
+350
*
Hid the existance of imen via a dump routine.
fsmp
1997-07-22
2
-12
/
+4
*
Cleaned up an ugly printout.
fsmp
1997-07-22
1
-7
/
+4
*
Removed the SMP_TIMER_NC suggestion.
fsmp
1997-07-22
1
-3
/
+4
*
Major cleanup of APIC code around the imen variable.
fsmp
1997-07-22
0
-0
/
+0
*
Cleaned up the FPU init.
fsmp
1997-07-22
1
-8
/
+2
*
Correct some dumb mistakes in the WebNFS stuff.
dfr
1997-07-22
4
-32
/
+64
*
Allow NULL cookie verifiers for non-NULL offsets. This is needed for
dfr
1997-07-22
2
-6
/
+6
*
Well, consensus seems very split on this so I talked it over with DG
jkh
1997-07-22
2
-10
/
+6
*
Quick and dirty (?) fix for noatime option. The WebNFS changes
bde
1997-07-22
1
-2
/
+2
*
= -> ==, strcpy -> strncpy from OpenBSD.
charnier
1997-07-22
6
-36
/
+49
*
Use err(3).
charnier
1997-07-22
2
-26
/
+21
*
lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.
charnier
1997-07-22
1
-2
/
+4
*
Add a warning about how to add ports collections to this cvsupfile
jdp
1997-07-22
1
-1
/
+17
*
update the floppies directory to work better
julian
1997-07-22
18
-204
/
+210
*
Add ref to idprio(1).
wosch
1997-07-21
1
-1
/
+2
*
Output name of duplicate spool dir.
brian
1997-07-21
1
-1
/
+2
*
Enabled the FPU emilaute bit define: CR0_EM
fsmp
1997-07-21
2
-6
/
+2
*
Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), when
wpaul
1997-07-21
1
-9
/
+7
*
SMP code initializes the FPU of APs.
fsmp
1997-07-21
1
-4
/
+14
*
Oops, unremoved used #include.
bde
1997-07-21
1
-0
/
+3
*
Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn't
bde
1997-07-21
1
-6
/
+1
*
Store SWI_MASK in a variable so that LKMs can use it portably.
bde
1997-07-21
2
-2
/
+5
*
Removed support for stale options.
bde
1997-07-21
1
-30
/
+3
*
Added top.1 to CLEANFILES.
bde
1997-07-21
1
-0
/
+1
*
Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.
bde
1997-07-21
2
-4
/
+4
*
Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S and
bde
1997-07-21
1
-1
/
+1
*
Synchronize with sys/i386/isa/npx.c revision 1.49.
kato
1997-07-21
1
-68
/
+43
*
Synchronize with sys/i386/i386/microtime.s revision 1.26.
kato
1997-07-21
1
-2
/
+20
[next]