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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep our serial ports distinct so that first device is not found for
jkh
1997-01-15
8
-11
/
+56
*
Put upgraded files in their own directory - using the suffix was a bad idea.
jkh
1997-01-15
1
-8
/
+10
*
Register SLIP/PPP devices properly again.
jkh
1997-01-15
3
-115
/
+40
*
Add some missing parameters to msgConfirm() which produced the effects
jkh
1997-01-15
1
-2
/
+2
*
Don't call systemShutdown() from signal handler so that the media device
jkh
1997-01-15
2
-4
/
+4
*
Make upgrade allow reselection of failed media.
jkh
1997-01-15
1
-12
/
+14
*
Make the bindist-only checks actually work.
jkh
1997-01-15
4
-44
/
+44
*
Make the FTP installation codepath a lot more defensive. Trap
jkh
1997-01-15
5
-34
/
+92
*
Fix several problems:
jkh
1997-01-15
9
-7
/
+59
*
Set defaults more rationally through the item selection loop.
jkh
1997-01-15
1
-19
/
+13
*
Accept emacs-style editing keys for traversal and ESC as an abort character.
jkh
1997-01-15
5
-0
/
+15
*
Fixed misapplied patch in rev.1.2. A loop continuation test was outside
bde
1997-01-14
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
659
-678
/
+682
*
Correct a problem which broke +DISPLAY file handling.
jkh
1997-01-13
1
-3
/
+4
*
Implement minimal login class support (ie: does a setusercontext()).
peter
1997-01-13
2
-2
/
+27
*
Add more protection when running as init and don't do stupid things.
jkh
1997-01-12
3
-5
/
+19
*
Ack. When I moved the getsockopt() calls, I forgot to move the lines
wpaul
1997-01-12
1
-4
/
+4
*
- Save parent pid and check current pid against it upon entry to
wpaul
1997-01-12
1
-1
/
+10
*
Correct two bugs:
wpaul
1997-01-11
1
-13
/
+50
*
This is purely a bandaid to lower the risk of running out of slots
peter
1997-01-11
1
-1
/
+1
*
Still going.
jmacd
1997-01-11
1
-1
/
+3
*
The 2.2-Beta version doesn't have the brackets after the if statement.
nate
1997-01-10
1
-1
/
+2
*
Fix many buffer overruns in the code. Specifically, disallow ExpandString
imp
1997-01-10
13
-61
/
+92
*
Add a man page for mixer(8).
mpp
1997-01-10
2
-2
/
+103
*
Fixed DPADD (don't put -L in it).
bde
1997-01-10
5
-15
/
+15
*
Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, but
bde
1997-01-10
2
-4
/
+4
*
Use ${} consistently.
bde
1997-01-10
1
-2
/
+2
*
Fix a couple of typos in a comment and in the usage output.
mpp
1997-01-09
1
-3
/
+3
*
Fix some formatting problems. Closed PR# 2377.
mpp
1997-01-08
1
-2
/
+2
*
yp_server.c:
wpaul
1997-01-07
2
-17
/
+56
*
Fix typo I introduced in the DEBUG code last night.
nate
1997-01-06
1
-2
/
+2
*
Add extra tweak for -current compilation and some debugging.
jkh
1997-01-06
2
-4
/
+6
*
Do a better job of CDROM detection.
jkh
1997-01-06
3
-35
/
+47
*
- A pass at staticizing things.
nate
1997-01-06
5
-107
/
+131
*
Alphabetize the sources in the Makefile (this will help us to sync with
nate
1997-01-06
1
-3
/
+3
*
Updated DPADD to match LDADD.
bde
1997-01-06
1
-2
/
+2
*
Eek: the 'check for / in map names' test I added a while back detects
wpaul
1997-01-06
1
-1
/
+2
*
Remove an un-needed static declaration.
nate
1997-01-06
1
-1
/
+1
*
Re-write the driver to use getopt(), add the new display suspend
nate
1997-01-06
2
-100
/
+121
*
Adds optional NIS passwd file updating and optionally rebuilding
davidn
1997-01-05
8
-22
/
+202
*
Remove duplicated #include.
davidn
1997-01-05
1
-2
/
+1
*
Fix reference /etc/acct/pw.conf -> /etc/pw.conf.
davidn
1997-01-05
1
-2
/
+2
*
Fix a couple of typos.
mckay
1997-01-04
1
-5
/
+5
*
Clean up device handling WRT slip and ppp devices. An incomplete transition
jkh
1997-01-04
4
-34
/
+66
*
Add a few strategic screen clears in network setup.
jkh
1997-01-04
1
-1
/
+3
*
Update to match changes in <net/if.h>.
wollman
1997-01-03
8
-22
/
+18
*
Unlink LogName before attempting to open it. Since we now have a lovely
jkh
1997-01-03
1
-1
/
+2
*
Adjust the maximum displayed length.
jkh
1997-01-03
1
-2
/
+2
*
Do something I've wanted to do for quite some time - collapse all the
jkh
1997-01-03
23
-722
/
+492
*
Implemented /home -> /usr/home symlink kludge.
davidn
1997-01-03
1
-11
/
+28
[next]