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
*
Mention rwhod(8) in the SEE ALSO section
brian
1999-08-21
1
-2
/
+3
*
Fix possible buffer overflow with finger and fingerd.
imp
1999-08-21
1
-16
/
+27
*
Clear all file flags when taking ownership of devices. Do not ignore
imp
1999-08-21
2
-3
/
+16
*
Fix a bunch of broken cross-references
chris
1999-08-18
1
-2
/
+2
*
Don't assume all ctags are meant to match a whole line ("^...line...$").
hoek
1999-08-17
1
-5
/
+44
*
Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).
hoek
1999-08-17
23
-290
/
+535
*
Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'
bde
1999-08-15
1
-4
/
+4
*
Various man page cleanup:
mpp
1999-08-15
8
-23
/
+23
*
Fix bad references:
chris
1999-08-14
1
-3
/
+3
*
Bad reference of getcwd(2) changed to getcwd(3).
chris
1999-08-14
1
-2
/
+2
*
Bad reference of setrlimit(3) changed to setrlimit(2).
chris
1999-08-14
1
-2
/
+2
*
Specify that `ruptime' data is broadcast once every three minutes, not
chris
1999-08-14
1
-2
/
+2
*
Axe LOGIN_CAP_AUTH.
sheldonh
1999-08-13
2
-65
/
+6
*
Correct style issues with the previous commit.
sheldonh
1999-08-13
1
-19
/
+16
*
Use our floppy device names rather than BSD/OS's.
obrien
1999-08-13
2
-3
/
+5
*
Make VPATH explanation more concise. I apparently was not thinking
chris
1999-08-12
1
-11
/
+4
*
Move ${VPATH} explanation under the .PATH rule section.
chris
1999-08-12
1
-16
/
+13
*
Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.
hoek
1999-08-12
1
-2
/
+3
*
Pass as argv[0] the name of the shell executed instead of "sh".
sheldonh
1999-08-11
1
-2
/
+2
*
Document the use of the -a flag in conjunction with the -r flag.
nik
1999-08-11
2
-3
/
+11
*
Document ${VPATH} and that it _should_not_ be used in any new Makefiles.
chris
1999-08-11
1
-1
/
+16
*
Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).
des
1999-08-10
2
-3
/
+24
*
Remove f2c as its libraries were tossed last April, and f2c has been replaced
obrien
1999-08-08
54
-31525
/
+0
*
Fix integer overflow for files containing more than 4GB by using
sheldonh
1999-08-06
1
-15
/
+16
*
Add access(2) to the list of recognized syscalls.
des
1999-08-05
1
-1
/
+2
*
Richard the Lionheart was crowned on 3rd September 1189, not the 27th
nik
1999-08-01
1
-2
/
+2
*
Add a -E flag, similar to -e (overide variables from environment) except
hoek
1999-07-31
4
-14
/
+47
*
Print an error message on illegal numerical arguments.
hoek
1999-07-31
1
-5
/
+20
*
When printing an error message after command execution fails, don't assume
hoek
1999-07-31
1
-2
/
+4
*
Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.
nik
1999-07-30
2
-12
/
+22
*
Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19
obrien
1999-07-30
1
-1
/
+1
*
Hyphens are not legal characters in a C identifier.
des
1999-07-30
1
-1
/
+1
*
Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
hoek
1999-07-30
1
-2
/
+2
*
Don't output rcsid into the output parser. It may have already been
hoek
1999-07-30
1
-2
/
+2
*
Show dirty buffers and the percentage of time a disk was busy.
des
1999-07-30
2
-14
/
+37
*
Only output `rcsid' (set to our Id string) into the resulting parser file.
obrien
1999-07-30
1
-4
/
+2
*
Fix improper mmap length paramater which can result in improper behavior
green
1999-07-29
1
-7
/
+9
*
Allow comments and blank lines as advertised in passwd(5).
sheldonh
1999-07-29
3
-3
/
+14
*
Follow the directions in the comments and add our Id string to the output
obrien
1999-07-29
1
-1
/
+2
*
Check that user supplied the required argument; and if not, show usage().
obrien
1999-07-29
1
-0
/
+5
*
* Don't assume realloc() can take NULL as first arg. Yacc needs to
obrien
1999-07-29
1
-3
/
+11
*
YYRECOVERING(), not YYRECOVERING.
obrien
1999-07-29
1
-2
/
+2
*
Add support for Bison's "%expect <int>" directive.
obrien
1999-07-29
3
-7
/
+65
*
New w ability: you can list multiple users on the command line and it will
green
1999-07-28
2
-51
/
+52
*
This covers the previous version, since a null commit message was accidentally
green
1999-07-27
2
-2
/
+2
*
*** empty log message ***
green
1999-07-26
2
-8
/
+22
*
Convert interrupt count from signed to unsigned and the total
n_hibma
1999-07-26
1
-4
/
+6
*
Apply suggested patch- seems reasonable.
mjacob
1999-07-24
2
-5
/
+29
*
Correct a typo (22th -> 22nd)
n_hibma
1999-07-24
1
-33
/
+34
*
Regenerate to match changes made in the embedded yacc parser.
hoek
1999-07-23
1
-28
/
+70
[next]