Searched hist:11317 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/vm/
H A Dswap_pager.hdiff 11317 Sat Oct 07 19:02:56 MDT 1995 dg Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
Moved extern declaration of swap_pager_full into swap_pager.h and out of
the various files that reference it. (davidg)

Submitted by: bde & davidg
H A Dvm_unix.cdiff 11317 Sat Oct 07 19:02:56 MDT 1995 dg Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
Moved extern declaration of swap_pager_full into swap_pager.h and out of
the various files that reference it. (davidg)

Submitted by: bde & davidg
H A Dvm_fault.cdiff 11317 Sat Oct 07 19:02:56 MDT 1995 dg Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
Moved extern declaration of swap_pager_full into swap_pager.h and out of
the various files that reference it. (davidg)

Submitted by: bde & davidg
H A Dvm_pageout.cdiff 11317 Sat Oct 07 19:02:56 MDT 1995 dg Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
Moved extern declaration of swap_pager_full into swap_pager.h and out of
the various files that reference it. (davidg)

Submitted by: bde & davidg
/freebsd-10.2-release/bin/sh/
H A Dparser.cdiff 214525 Fri Oct 29 20:38:14 MDT 2010 jilles sh: Error out on various specials/keywords in the wrong place in backticks.

Example:
echo `date)`

Exp-run done by: pav (with some other sh(1) changes)
Obtained from: NetBSD (Christos Zoulas, NetBSD PR 11317)

Completed in 216 milliseconds