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
path:
root
/
usr.sbin
/
sysinstall
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more private MAKEDEV kludges.
phk
2002-10-22
1
-3
/
+3
*
Give a real error on failure to mount DEVFS.
phk
2002-10-22
1
-19
/
+5
*
Chunk functions in libdisk take an extra arguement for all archs to accomodate
phk
2002-10-22
2
-13
/
+2
*
Pick up a prototyp from libdisk.h instead of having our own.
phk
2002-10-22
1
-1
/
+0
*
DEVFS has been nmountified, so use nmount(2) to mount it.
phk
2002-10-21
1
-2
/
+14
*
Since NEWCARD is the default for i386, undef PCCARD_ARCH.
matusita
2002-10-20
2
-2
/
+2
*
Fix to check disk geometry.
nyan
2002-10-14
1
-2
/
+4
*
The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.
nyan
2002-10-14
1
-0
/
+6
*
Use snprintf() instead of sprintf().
nyan
2002-10-14
1
-3
/
+3
*
Check correct machine name.
nyan
2002-10-14
1
-0
/
+2
*
* Negative #if's are harder to read as they don't tell exactly what arch
obrien
2002-10-11
7
-26
/
+31
*
Create symlink for /etc/group. MAKEDEV file will use this file (group name
matusita
2002-09-28
1
-0
/
+1
*
Add tcl81 that was missing.
knu
2002-09-09
1
-0
/
+1
*
Teach sysinstall that documents on the boot floppy might not be gzipped.
jhay
2002-08-09
1
-0
/
+6
*
Typo: s/seperately/separately
schweikh
2002-08-06
2
-2
/
+2
*
Fix links to the FAQ and the Handbook
blackend
2002-08-01
1
-2
/
+2
*
enable fdisk for ia64 as well as i386
peter
2002-07-24
1
-2
/
+2
*
Only install the mbr code on i386.. not ia64. This changes it from
peter
2002-07-24
1
-1
/
+1
*
The .Nm utility
charnier
2002-07-14
1
-5
/
+9
*
Diff-reduce with 4-stable: 4.x has a compat4x package.
jhb
2002-07-02
1
-1
/
+1
*
Call the 4.x snap server "releng4.freebsd.org" instead of
jhb
2002-07-02
1
-2
/
+2
*
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
jhb
2002-07-02
1
-0
/
+2
*
Add lge(4) to the list of drivers. It was present in 4-stable but not in
jhb
2002-07-02
1
-0
/
+1
*
Change our default XF86Config location from /etc/ to /etc/X11/,
obrien
2002-06-10
2
-2
/
+3
*
Fix a bug where request_part_size() was hard-coded to check the rootSize
jhb
2002-06-07
1
-1
/
+1
*
o Remove ftp.freebsd.org from the USA servers and add to the
jedgar
2002-06-05
1
-3
/
+5
*
Add information about setting up media to use the multi-volume support
murray
2002-06-05
1
-0
/
+60
*
Backout revision 1.2 since it didn't work and replace it with a fix that
jhb
2002-06-03
1
-6
/
+2
*
Fix handling of the 'noError' variable. According to the code comments,
jhb
2002-06-03
1
-12
/
+11
*
Add a 'mediaClose' script command to close the open media. An example use
jhb
2002-06-03
2
-0
/
+14
*
Brush up descriptions of sendmail menu last added.
matusita
2002-06-01
1
-2
/
+4
*
Add 'Sendmail' menu to set sendmail_enable variable.
matusita
2002-06-01
2
-1
/
+22
*
Don't load a module from /stand/modules in the MFS root if it is already in
jhb
2002-05-31
1
-0
/
+4
*
Fix integer overflow causing disk/partition size display wrapping
pb
2002-05-31
1
-3
/
+3
*
- Document the new `diskInteractive' variable.
jhb
2002-05-31
1
-0
/
+17
*
If 'netInteractive' is set to true in an installation script, then
jhb
2002-05-31
1
-0
/
+18
*
Add a 'diskInteractive' variable that can be set to interactively partition
jhb
2002-05-31
3
-4
/
+9
*
The ports collection now contains over 7000 applications and consumes
murray
2002-05-27
1
-2
/
+2
*
Add two FTP mirrors in France:
roberto
2002-05-20
1
-0
/
+4
*
MFS: Extend a buffer size so that packages with particularily deep dependency
brian
2002-05-17
1
-1
/
+1
*
Add the ability to use Bzip'ed packages.
obrien
2002-04-30
5
-18
/
+37
*
Change the name of the 'bin' distribution to 'base'.
obrien
2002-04-23
5
-22
/
+22
*
Add support for an additional field to the packages/INDEX file. If
murray
2002-04-13
1
-8
/
+45
*
Read the CD_VOLUME property from the cdrom.inf file and use it to
murray
2002-04-13
1
-0
/
+7
*
Add the concept of a volume to the device and package structures. If
murray
2002-04-13
1
-0
/
+2
*
Add comment to supplement my last commit.
murray
2002-04-07
1
-0
/
+8
*
GCC >= 3 and C99 handle zero-length arrays differently than older
murray
2002-04-07
1
-0
/
+6
*
Remove some last vestages of _interactiveHack.
obrien
2002-04-07
1
-6
/
+1
*
Add "xf86cfg -textmode" to the list of options for configuring XFree86
murray
2002-04-06
1
-5
/
+9
*
Teach sysinstall the difference between a command line, and an
murray
2002-04-06
1
-3
/
+8
[next]