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 err(3). Add Xreferences. Delay the compute of default domain.
charnier
1997-08-29
2
-24
/
+23
*
Use err(3). Add references to others man pages. Wait for the user to
charnier
1997-08-29
2
-19
/
+24
*
du(1) always exit with value zero.
wosch
1997-08-29
1
-1
/
+1
*
Fix typo in the comment introduced by me.
kato
1997-08-29
1
-2
/
+2
*
Real skeleton manpage for install-info
obrien
1997-08-29
2
-2
/
+56
*
Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"
kato
1997-08-29
3
-4
/
+19
*
Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.c
kato
1997-08-29
3
-6
/
+9
*
"fix" this for compiling under the sticter ELF linker.. There was a
peter
1997-08-29
1
-0
/
+21
*
Merge in some of my changes with John's. I've used this to build
peter
1997-08-29
1
-32
/
+50
*
more sanity check before making output.
itojun
1997-08-29
1
-3
/
+3
*
Make the devfs code actually compile. Oops.
msmith
1997-08-29
1
-6
/
+5
*
Add a stub version of getpublickey(), in order to eliminate an
jdp
1997-08-28
2
-1
/
+47
*
Make X11 support in doscmd dependent on the actual libX11.a library and
jlemon
1997-08-28
1
-2
/
+2
*
Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>
jkh
1997-08-28
2
-2
/
+2
*
Document the VM86 option.
jlemon
1997-08-28
3
-3
/
+24
*
Remove the vm86 LKM.
jlemon
1997-08-28
3
-13
/
+4
*
Remove the vm86 support as an LKM, and link it directly into the kernel
jlemon
1997-08-28
9
-72
/
+37
*
To cope with shell archive file generated by GNU sharutils 4.2.
itojun
1997-08-28
1
-2
/
+10
*
Synchronize with sys/i386/conf/files.i386 and majors.i386 revisions
kato
1997-08-28
3
-4
/
+6
*
Add an example file for private E-Mail aliases. A user can share
wosch
1997-08-28
3
-3
/
+17
*
ISA driver for Comtrol Rocketport serial cards. No PCI probe stub
jkh
1997-08-28
6
-0
/
+6454
*
Add entries for Comtrol Rocketport serial card.
jkh
1997-08-28
7
-9
/
+107
*
Add entries for Comtrol Rocketport driver.
jkh
1997-08-28
2
-2
/
+152
*
Remove bogus timeout_func_t casts.
msmith
1997-08-28
1
-195
/
+201
*
Remove bogus i386/* includes.
msmith
1997-08-28
5
-21
/
+6
*
Moved include files which are independent of bs driver.
kato
1997-08-28
5
-5
/
+69
*
Synchronize with sys/i386/isa/isa.c revision 1.103.
kato
1997-08-28
1
-14
/
+45
*
Fix inspace handling I broke in rev 1.13
ache
1997-08-28
1
-3
/
+3
*
Use err(3). Rewrote man page in mdoc format. The user visible change is that
charnier
1997-08-28
5
-171
/
+148
*
Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.
charnier
1997-08-28
2
-57
/
+83
*
Stop parsing args before user supplied to argument in sendmail.
imp
1997-08-28
1
-2
/
+2
*
Add prototype for isa_dmastop()
msmith
1997-08-28
1
-1
/
+2
*
Here is a patch to alleviate the current problem with the dma interface
msmith
1997-08-28
2
-28
/
+84
*
Add the necessary defines to the freebsd-elf configuration so that
jdp
1997-08-28
1
-1
/
+39
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
4
-7
/
+80
*
Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.
kato
1997-08-28
2
-6
/
+6
*
Use login_progok().
brian
1997-08-27
3
-46
/
+17
*
Add full support for determining if a user
brian
1997-08-27
5
-5
/
+101
*
Major Ooops. I've overlooked a few calls to scanident() in my last commit.
joerg
1997-08-27
1
-9
/
+15
*
Use getpwnam(getlogin()) before getpwuid(getuid())
ache
1997-08-27
1
-3
/
+5
*
Improvement of type independency for the bitmap.
phk
1997-08-27
1
-3
/
+4
*
Use existing path, even though PC-98 doesn't support each device driver.
kato
1997-08-27
2
-88
/
+88
*
Fixed NULLFS_DIAGNOSTIC stuff.
kato
1997-08-27
2
-4
/
+22
*
Synchronize with sys/i386/i386/machdep.c and trap.c revision 1.258 and
kato
1997-08-27
3
-15
/
+20
*
Malloc option H is now default.
phk
1997-08-27
2
-4
/
+5
*
Don't preferentially execute Makefiles in ${OBJDIR} - it just causes
jkh
1997-08-27
1
-4
/
+3
*
Uncomment sccsid string and enclose it inside #if 0/#endif.
charnier
1997-08-27
2
-10
/
+11
*
Use err(3) instead of local redefinition.
charnier
1997-08-27
2
-56
/
+30
*
Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow and
imp
1997-08-27
1
-3
/
+4
*
Adapt to recent smp tree changes..
peter
1997-08-27
1
-2
/
+3
[next]