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.bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hardcode username to 8 characters. This makes top(1) output sane when
obrien
2005-05-16
1
-7
/
+7
*
Make <runefile.h> internal to libc.
ru
2005-05-16
2
-2
/
+2
*
o Add option -n. The -n option takes a count and breaks the line
marcel
2005-05-15
3
-31
/
+90
*
Reindent and improve style(9) comformance.
marcel
2005-05-15
1
-26
/
+26
*
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
ume
2005-05-13
1
-2
/
+2
*
Use the print_flags function to print the OP_ flags of a target.
harti
2005-05-13
4
-41
/
+28
*
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
harti
2005-05-13
16
-81
/
+27
*
Make Shell_Init() static - it's only used here.
harti
2005-05-13
2
-10
/
+9
*
Add a flag (-q) which prints no header for the file and which doesn't indent the
jmallett
2005-05-12
2
-33
/
+61
*
Include <err.h>. On my system CVS Make(1) has an implicit declaration of
jmallett
2005-05-12
1
-0
/
+1
*
Still too early to bump WARNS - there are still warnings on 64bit
harti
2005-05-12
1
-1
/
+1
*
Make sure machine is initialize before use. Also make two pointers const
harti
2005-05-12
1
-4
/
+5
*
Get rid of the warning about vfork() clobbering variables.
harti
2005-05-12
1
-4
/
+9
*
Do mktemp() by hand to get rid of the mktemp() warning and the
harti
2005-05-12
1
-17
/
+102
*
Use a variable initialized to a string instead of the string directly
harti
2005-05-12
2
-7
/
+8
*
Move code in CondToken() and get rid of a goto.
harti
2005-05-12
1
-12
/
+11
*
Remove a useless else and un-indent the following code.
harti
2005-05-12
1
-377
/
+378
*
Revert the previous accidential commit.
harti
2005-05-12
1
-1
/
+1
*
Cleanup SuffFindArchDeps() to get rid of two const-warnings.
harti
2005-05-12
2
-12
/
+10
*
The first element of the vector built by brk_string() is never
harti
2005-05-12
2
-10
/
+15
*
Cleanup. Move initialisation of file and program global variables
harti
2005-05-12
1
-56
/
+56
*
Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().
harti
2005-05-12
3
-18
/
+30
*
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
harti
2005-05-12
3
-53
/
+63
*
Reshuffle functions to get rid of prototypes.
harti
2005-05-12
1
-108
/
+102
*
Compat_RunCommand is used only in job.c so make it static there.
harti
2005-05-12
2
-2
/
+2
*
Move variable printing from main.c to var.c
harti
2005-05-12
3
-29
/
+38
*
Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
harti
2005-05-12
5
-8
/
+13
*
Move some global variables to the correct files.
harti
2005-05-12
4
-10
/
+12
*
Untwist the convoluted if() expressions in JobFinish(). They
harti
2005-05-12
1
-106
/
+174
*
Move some comments around to where they belong and remove some unneccessary
harti
2005-05-12
2
-48
/
+34
*
Convert Compat_RunCommand() to use ProcWait(). This also gives Cmd_Exec()
harti
2005-05-12
1
-73
/
+68
*
Make a function ProcWait() that waits for the given process.
harti
2005-05-12
1
-20
/
+31
*
Overhaul the fork(), exec() code. Put all the common handling that
harti
2005-05-12
1
-167
/
+222
*
- check for geom_uzip module presence using kldstat -m.
fjoe
2005-05-11
2
-6
/
+4
*
Spell 1 as SHUT_WR in argument to shutdown(2).
jmallett
2005-05-11
1
-2
/
+2
*
Move the definitions of the OP_* constants from make.h into GNode.h
harti
2005-05-10
5
-79
/
+86
*
Path_Expand() expects its first argument to be writeable so put the
harti
2005-05-10
1
-1
/
+2
*
Move declarations of variables belonging to the variable module
harti
2005-05-10
2
-6
/
+9
*
Style: remove spaces before tabs.
harti
2005-05-10
1
-31
/
+31
*
Move the remaining two prototypes from nonints.h to make.h and
harti
2005-05-10
5
-53
/
+3
*
Make shellPath and shellName static - they're used in job.c only.
harti
2005-05-10
4
-12
/
+10
*
Make the three versions of fork() more uniform.
harti
2005-05-10
1
-63
/
+63
*
Move the defines for TMPPAT and KQUEUE from the public job.h into job.c
harti
2005-05-10
2
-12
/
+12
*
Merge compat.c into job.c. There is a lot in common between these
harti
2005-05-10
6
-820
/
+709
*
Add option -l, to make output line buffered.
glebius
2005-05-10
2
-5
/
+11
*
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
harti
2005-05-10
5
-110
/
+114
*
Var_SubstOnly() is only used to subsitute a variable from the global
harti
2005-05-10
3
-4
/
+4
*
Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.h
harti
2005-05-10
2
-6
/
+6
*
Clean up comments. No code changes.
harti
2005-05-10
1
-194
/
+128
*
Merge var_modify.c into var.c and move types and function declarations
harti
2005-05-10
4
-691
/
+602
[next]