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
*
Fix bug that causes gawk to choke when parsing long source files.
sheldonh
2000-09-04
2
-5
/
+11
*
Whitespace-only: remove the only hard sentence break in the file.
sheldonh
2000-09-04
1
-1
/
+2
*
ttyname was not being passed into do_login(), so we were erroneously picking
kris
2000-09-04
1
-3
/
+3
*
Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills
phk
2000-09-04
2
-89
/
+88
*
Constify the arg to logout(3). It is const-safe.
peter
2000-09-04
2
-3
/
+3
*
Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition
alc
2000-09-04
1
-1
/
+2
*
When we have both a rcsid and sccsid, ifdef 0 the sccsid. This
imp
2000-09-04
1
-0
/
+2
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
19
-41
/
+13
*
optarg and optind are declared in unistd.h.
imp
2000-09-04
3
-6
/
+0
*
strerror is declared in <string.h>
imp
2000-09-04
1
-3
/
+4
*
remove redundant optreset declaration
imp
2000-09-04
1
-1
/
+0
*
Fix typo
gshapiro
2000-09-04
1
-1
/
+1
*
Get errno from <errno.h>, not from extern int.
imp
2000-09-04
2
-3
/
+6
*
Don't print an error message if the bad option is '?'. This has been
imp
2000-09-04
1
-1
/
+1
*
The comparison against 0 should be against LC_ALL. category isn't a
imp
2000-09-04
1
-1
/
+1
*
Soften the statement about select's timeout argument. This part of
imp
2000-09-04
1
-4
/
+2
*
Add note about avoiding -j when following the upgrade path. It isn't
imp
2000-09-04
1
-1
/
+10
*
Rewrite using stdio. It cause program speedup since eliminates lots of small
ache
2000-09-03
2
-14
/
+15
*
Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for the
wilko
2000-09-03
1
-1
/
+3
*
Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.
wosch
2000-09-03
1
-0
/
+3
*
Use dirname(3).
des
2000-09-03
1
-68
/
+4
*
Use basename(3).
des
2000-09-03
1
-62
/
+4
*
Added OpenBSD 2.7
wosch
2000-09-03
1
-11
/
+12
*
Added FreeBSD 3.5.1
wosch
2000-09-03
1
-0
/
+6
*
Merged from sys/i386/i386/machdep.c revision 1.405.
kato
2000-09-03
2
-0
/
+4
*
Merged from sys/conf/files.i386 revisions 1.325 and 1.326.
kato
2000-09-03
1
-17
/
+18
*
Merged from sys/i386/i386/machdep.c rev. 1.404 just for keeping
kato
2000-09-03
2
-2
/
+30
*
repair type 0 routing header support. it was caused by RFC2292/2292bis
itojun
2000-09-03
1
-1
/
+2
*
Add:
ache
2000-09-03
1
-0
/
+3
*
PR: kern/20895
groudier
2000-09-03
2
-26
/
+46
*
Add device list supported by `sym'
groudier
2000-09-03
2
-0
/
+8
*
sys/systm.h is incompatable with sys/types.h in userland.
peter
2000-09-03
1
-0
/
+2
*
Make libstand compile
peter
2000-09-03
2
-2
/
+4
*
Fix pci-pci bridges (I hope).
peter
2000-09-03
1
-9
/
+4
*
bzero() the struct timeval for paranoia
kris
2000-09-03
1
-0
/
+1
*
Merged from sys/dev/syscons/syscons.c revision 1.346.
kato
2000-09-03
1
-1
/
+1
*
I'm not sure what changed to cause this, but using 'dirname' as a variable
peter
2000-09-03
1
-8
/
+8
*
kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&R
peter
2000-09-03
1
-21
/
+12
*
gcc knows that savectx() is potentially a setjmp style dual-return
peter
2000-09-03
1
-6
/
+5
*
libkern.h now internally uses the bzero() definition from sys/systm.h.
peter
2000-09-03
1
-0
/
+1
*
Replace previous change by a move of a #include since something else
peter
2000-09-03
1
-5
/
+3
*
If we are going to test NSMBUS, we had better #include the file that
peter
2000-09-03
1
-0
/
+1
*
Fix warnings by moving static functions before they are used.
peter
2000-09-03
1
-39
/
+39
*
Complain if we cannot find loader(8) metadata.
peter
2000-09-03
3
-0
/
+6
*
Find the module metadata before the console init rather than after.
peter
2000-09-03
1
-2
/
+4
*
Allow one to specify what the installed kernel's name is by setting
obrien
2000-09-03
1
-3
/
+11
*
This is real released software, let people think that.
obrien
2000-09-03
1
-0
/
+1
*
Clean up now that setproctitle() is in libc.
grog
2000-09-03
3
-3
/
+1
*
remove opt_devfs.h
cg
2000-09-02
2
-2
/
+2
*
update for phk's last devfs commit
cg
2000-09-02
1
-10
/
+1
[next]