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
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
``mv'' -> ``mv -f''
wosch
1996-05-07
13
-44
/
+61
*
PD_SHIFT -> PDRSHIFT
phk
1996-05-02
2
-8
/
+8
*
NBPG -> PAGE_SIZE
phk
1996-05-02
4
-26
/
+26
*
Fix a bogon that prevented easy-import from inserting the new module
joerg
1996-04-28
1
-10
/
+9
*
Toss the GNU yp_mkdb into the attic.
wpaul
1996-04-28
3
-385
/
+0
*
Remove yp_mkdb; it's going away.
wpaul
1996-04-28
1
-2
/
+2
*
Fix the OK/Cancel accellerator bogon I introduced a few days back.
jkh
1996-04-28
3
-3
/
+3
*
Fix what I just broke with DITEM_LEAVE_MENU
jkh
1996-04-27
1
-1
/
+1
*
Fix a bogon with ok/cancel callback usage.
jkh
1996-04-27
2
-26
/
+24
*
More custom hackery to deal with issues discovered in sysinstall.
jkh
1996-04-25
3
-17
/
+14
*
Allow some post-fire actions to be combined in ways that weren't
jkh
1996-04-25
3
-16
/
+9
*
alloca() was being called with highly bogus arguments due to brain
jkh
1996-04-25
2
-2
/
+2
*
When a local symbol that would normally be eliminated by "-x" or
jdp
1996-04-24
1
-1
/
+12
*
Change "Found end of tape. Load next tape ..." messages to say
jkh
1996-04-24
1
-2
/
+2
*
Cosmetic tweaks.
jkh
1996-04-23
2
-4
/
+13
*
Add a couple of needed X11 libraries. Discovered when trying to build a
jdp
1996-04-22
1
-2
/
+3
*
Implement support for LD_PRELOAD in the dynamic linker. Remove
jdp
1996-04-20
2
-14
/
+110
*
Implement support for LD_PRELOAD in the dynamic linker.
jdp
1996-04-20
2
-2
/
+29
*
Another bug fix for the DITEM_REDRAW case.
jkh
1996-04-20
2
-4
/
+5
*
Make the DITEM_RECREATE option work properly.
jkh
1996-04-20
3
-22
/
+27
*
Fix a bug which did not properly bias checklist items by their scroll
jkh
1996-04-19
2
-8
/
+10
*
Remove a long-standing window leak I just noticed.
jkh
1996-04-18
3
-2
/
+18
*
Remove the special-case behavior for fire actions that return
jkh
1996-04-18
7
-176
/
+104
*
More changes to attempt to make this whole new dialog scheme more
jkh
1996-04-16
13
-1249
/
+1370
*
Remove some of the grot I added to try and save/restore screen contents.
jkh
1996-04-13
1
-27
/
+3
*
Attempt to break a $Log$ snafu where a *** /--- (minus space)
markm
1996-04-12
1
-1
/
+16
*
Priorities were broken. If there was an Index: line and ***/--- lines
markm
1996-04-11
1
-4
/
+11
*
Save screen before calling any fire() callbacks - you never know what
jkh
1996-04-08
1
-363
/
+379
*
Refresh dialogs if a callback action fails.
jkh
1996-04-08
3
-11
/
+33
*
Correct some man page xrefs, and some other minor changes to bring some
mpp
1996-04-08
2
-15
/
+14
*
Make `easy-import' ready for vendor-branch imports.
joerg
1996-04-07
1
-60
/
+71
*
Make this properly respect obj dirs.
jkh
1996-04-07
1
-35
/
+37
*
Strive for a little more consistency with my examples.
jkh
1996-04-07
7
-14
/
+14
*
Add an `aux' field for some other gunk I'm doing.
jkh
1996-04-05
1
-0
/
+1
*
Moved the include of <sys/types.h> to before the include of <dirent.h>
bde
1996-03-29
1
-1
/
+1
*
f2c's -krd does not work with f77 wrapper
joerg
1996-03-27
1
-1
/
+1
*
Don't count character ``+'' as garbage (c++.1, flex++.1)
wosch
1996-03-21
1
-3
/
+3
*
Fix an infinite loop for empty files in the archive, and handle
joerg
1996-03-18
1
-3
/
+34
*
Several changes to the gethostname module:
joerg
1996-03-18
1
-6
/
+5
*
delete /usr/local/bin from PATH
wosch
1996-03-12
1
-2
/
+2
*
delete /usr/ucb from PATH, move /usr/local/bin after /usr/bin
wosch
1996-03-12
1
-2
/
+2
*
remove ``whatis''
wosch
1996-03-10
1
-1
/
+1
*
share the code between apropos and whatis
wosch
1996-03-10
6
-105
/
+21
*
Make "make tests" actually work. This is an extremely crude hack, but
markm
1996-03-04
1
-9
/
+9
*
Removed temporary file.
bde
1996-03-01
1
-0
/
+0
*
Bring in some of Paul K's fixes for ldconfig from NetBSD-current.
pst
1996-02-26
1
-10
/
+30
*
print error messages to stderr
wosch
1996-02-25
1
-36
/
+42
*
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
bde
1996-02-25
2
-2
/
+2
*
Add a small `gethostname' package. It uses __sysctl(2), and thus
joerg
1996-02-13
2
-3
/
+40
*
Added a ".Fx" macro to the mdoc package. Usage:
mpp
1996-02-12
1
-0
/
+18
[next]